Update to py-ipython_genutils 0.2.0 and take maintainership.

This commit is contained in:
shadchin 2017-04-23 15:59:57 +00:00
parent 8cd92c71c7
commit b4a257a9dd
2 changed files with 10 additions and 7 deletions

View File

@ -1,28 +1,31 @@
# $OpenBSD: Makefile,v 1.3 2017/01/03 19:19:48 landry Exp $
# $OpenBSD: Makefile,v 1.4 2017/04/23 15:59:57 shadchin Exp $
COMMENT = IPython vestigial utilities
MODPY_EGG_VERSION = 0.1.0
MODPY_EGG_VERSION = 0.2.0
DISTNAME = ipython_genutils-${MODPY_EGG_VERSION}
PKGNAME = py-${DISTNAME}
REVISION = 1
CATEGORIES = devel
HOMEPAGE = http://ipython.org/
MAINTAINER = Alexandr Shadchin <shadchin@openbsd.org>
# BSD
PERMIT_PACKAGE_CDROM = Yes
MODULES = lang/python
TEST_DEPENDS = devel/py-nose${MODPY_FLAVOR}
MODPY_PI = Yes
TEST_DEPENDS = devel/py-nose${MODPY_FLAVOR}
FLAVORS = python3
FLAVOR ?=
do-test:
cd ${WRKSRC} && ${LOCALBASE}/bin/nosetests${MODPY_BIN_SUFFIX} --first-package-wins
cd ${WRKSRC} && LC_CTYPE=C.UTF-8 \
${LOCALBASE}/bin/nosetests${MODPY_BIN_SUFFIX} --first-package-wins
.include <bsd.port.mk>

View File

@ -1,2 +1,2 @@
SHA256 (ipython_genutils-0.1.0.tar.gz) = OgYkolGiZGPJ36D/pjXsUcQmU4CYDZpQ1lYRw8K9gqY=
SIZE (ipython_genutils-0.1.0.tar.gz) = 22255
SHA256 (ipython_genutils-0.2.0.tar.gz) = 6y4RbnXs751NIo/cZq9UJpr6JqtEYwQuM3hbiHxii6g=
SIZE (ipython_genutils-0.2.0.tar.gz) = 22208