3e227196b9
0.8.6: Bug fixes. Stop supporting Python 3.3, 3.4.
22 lines
589 B
Makefile
22 lines
589 B
Makefile
# $NetBSD: Makefile,v 1.6 2019/12/11 14:17:49 adam Exp $
|
|
|
|
DISTNAME= tabulate-0.8.6
|
|
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
|
|
CATEGORIES= textproc python
|
|
MASTER_SITES= ${MASTER_SITE_PYPI:=t/tabulate/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://bitbucket.org/astanin/python-tabulate
|
|
COMMENT= Pretty-print tabular data
|
|
LICENSE= mit
|
|
|
|
TEST_DEPENDS+= ${PYPKGPREFIX}-nose-[0-9]*:../../devel/py-nose
|
|
|
|
USE_LANGUAGES= # none
|
|
|
|
post-install:
|
|
cd ${DESTDIR}${PREFIX}/bin && \
|
|
${MV} tabulate tabulate-${PYVERSSUFFIX} || ${TRUE}
|
|
|
|
.include "../../lang/python/egg.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|