pkgsrc/lang/py-js2py/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

23 lines
654 B
Makefile

# $NetBSD: Makefile,v 1.8 2022/01/04 20:54:09 wiz Exp $
DISTNAME= Js2Py-0.60
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:tl}
PKGREVISION= 1
CATEGORIES= lang python
MASTER_SITES= ${MASTER_SITE_PYPI:=J/Js2Py/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://github.com/PiotrDabkowski/Js2Py
COMMENT= Pure Python JavaScript Translator/Interpreter
LICENSE= mit
DEPENDS+= ${PYPKGPREFIX}-jsparser>=2.5.1:../../lang/py-jsparser
DEPENDS+= ${PYPKGPREFIX}-six>=1.10:../../lang/py-six
DEPENDS+= ${PYPKGPREFIX}-tzlocal>=1.2:../../time/py-tzlocal
USE_LANGUAGES= # none
PYTHON_VERSIONS_ACCEPTED= 27
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"