diff options
Diffstat (limited to 'textproc/py-tabulate/Makefile')
-rw-r--r-- | textproc/py-tabulate/Makefile | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/textproc/py-tabulate/Makefile b/textproc/py-tabulate/Makefile index 8107dc26516..c5647b26a75 100644 --- a/textproc/py-tabulate/Makefile +++ b/textproc/py-tabulate/Makefile @@ -1,21 +1,22 @@ -# $NetBSD: Makefile,v 1.3 2017/11/28 09:46:59 adam Exp $ +# $NetBSD: Makefile,v 1.4 2019/01/28 14:17:18 adam Exp $ -DISTNAME= tabulate-0.8.2 +DISTNAME= tabulate-0.8.3 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= textproc python MASTER_SITES= ${MASTER_SITE_PYPI:=t/tabulate/} MAINTAINER= pkgsrc-users@NetBSD.org -HOMEPAGE= https://pypi.python.org/pypi/tabulate +HOMEPAGE= https://bitbucket.org/astanin/python-tabulate COMMENT= Pretty-print tabular data LICENSE= mit -BUILD_DEPENDS+= ${PYPKGPREFIX}-nose-[0-9]*:../../devel/py-nose +TEST_DEPENDS+= ${PYPKGPREFIX}-nose-[0-9]*:../../devel/py-nose USE_LANGUAGES= # none post-install: - cd ${DESTDIR}${PREFIX}/bin && ${MV} tabulate tabulate${PYVERSSUFFIX} || ${TRUE} + cd ${DESTDIR}${PREFIX}/bin && \ + ${MV} tabulate tabulate-${PYVERSSUFFIX} || ${TRUE} .include "../../lang/python/egg.mk" .include "../../mk/bsd.pkg.mk" |