pkgsrc/devel/py-typed-ast/Makefile
2021-01-03 10:57:01 +00:00

16 lines
475 B
Makefile

# $NetBSD: Makefile,v 1.12 2021/01/03 10:57:01 adam Exp $
DISTNAME= typed_ast-1.4.2
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/_/-/}
CATEGORIES= devel python
MASTER_SITES= ${MASTER_SITE_PYPI:=t/typed-ast/}
MAINTAINER= minskim@NetBSD.org
HOMEPAGE= https://github.com/python/typed_ast
COMMENT= Optional static typing for Python
LICENSE= apache-2.0 AND python-software-foundation
PYTHON_VERSIONS_INCOMPATIBLE= 27
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"