SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
28
devel/py-ipython_genutils/Makefile
Normal file
28
devel/py-ipython_genutils/Makefile
Normal file
|
@ -0,0 +1,28 @@
|
|||
COMMENT = IPython vestigial utilities
|
||||
|
||||
MODPY_EGG_VERSION = 0.2.0
|
||||
DISTNAME = ipython_genutils-${MODPY_EGG_VERSION}
|
||||
PKGNAME = py-${DISTNAME}
|
||||
REVISION = 5
|
||||
|
||||
CATEGORIES = devel
|
||||
|
||||
HOMEPAGE = http://ipython.org/
|
||||
|
||||
# BSD
|
||||
PERMIT_PACKAGE = Yes
|
||||
|
||||
MODULES = lang/python
|
||||
|
||||
MODPY_PI = Yes
|
||||
|
||||
TEST_DEPENDS = devel/py-nose${MODPY_FLAVOR}
|
||||
|
||||
FLAVORS = python3
|
||||
FLAVOR = python3
|
||||
|
||||
do-test:
|
||||
cd ${WRKSRC} && LC_CTYPE=C.UTF-8 \
|
||||
${LOCALBASE}/bin/nosetests${MODPY_BIN_SUFFIX} --first-package-wins
|
||||
|
||||
.include <bsd.port.mk>
|
Loading…
Add table
Add a link
Reference in a new issue