openbsd-ports/devel/py-gast/Makefile

24 lines
400 B
Makefile

COMMENT = Python AST that abstracts the underlying Python version
MODPY_EGG_VERSION = 0.5.3
DISTNAME = gast-${MODPY_EGG_VERSION}
PKGNAME = py-${DISTNAME}
REVISION = 1
CATEGORIES = devel
HOMEPAGE = https://github.com/serge-sans-paille/gast/
# BSD
PERMIT_PACKAGE = Yes
MODULES = lang/python
FLAVORS = python3
FLAVOR = python3
MODPY_PI = Yes
MODPY_PYBUILD = setuptools
.include <bsd.port.mk>