pkgsrc/textproc/py-Tempita/Makefile
wiz bb579283d0 *: bump PKGREVISION for egg.mk users
They now have a tool dependency on py-setuptools instead of a DEPENDS
2022-01-04 20:53:26 +00:00

19 lines
493 B
Makefile

# $NetBSD: Makefile,v 1.8 2022/01/04 20:54:51 wiz Exp $
DISTNAME= Tempita-0.5.2
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
PKGREVISION= 1
CATEGORIES= textproc python
MASTER_SITES= ${MASTER_SITE_PYPI:=T/Tempita/}
MAINTAINER= pkgsrc-users@NetBSD.org
#HOMEPAGE= http://pythonpaste.org/tempita/
COMMENT= Small Python templating language
LICENSE= mit
post-extract:
cd ${WRKSRC} && 2to3-${PYVERSSUFFIX} -w --no-diffs tempita
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"