mirror of
https://github.com/openbsd/ports.git
synced 2026-06-17 23:13:55 +02:00
29 lines
500 B
Makefile
29 lines
500 B
Makefile
# included in python core 3.9
|
|
COMMENT= AST unparser for Python
|
|
|
|
MODPY_DISTV= 1.6.3
|
|
DISTNAME= astunparse-${MODPY_DISTV}
|
|
PKGNAME= py-${DISTNAME}
|
|
REVISION= 6
|
|
|
|
CATEGORIES= devel
|
|
|
|
HOMEPAGE= https://github.com/simonpercivall/astunparse
|
|
|
|
MAINTAINER= Sebastian Reitenbach <sebastia@openbsd.org>
|
|
|
|
# BSD
|
|
PERMIT_PACKAGE= Yes
|
|
|
|
MODULES= lang/python
|
|
|
|
MODPY_PI= Yes
|
|
MODPY_PYBUILD= setuptools
|
|
|
|
TEST_ENV= PYTHONPATH="${WRKSRC}/lib"
|
|
|
|
RUN_DEPENDS += devel/py-six \
|
|
devel/py-wheel
|
|
|
|
.include <bsd.port.mk>
|