pkgsrc/devel/py-typed-ast/Makefile
adam df33ca33d3 py-typed-ast: updated to 1.4.3
1.4.3:
Unknown changes
2021-04-14 07:05:57 +00:00

16 lines
475 B
Makefile

# $NetBSD: Makefile,v 1.13 2021/04/14 07:05:57 adam Exp $
DISTNAME= typed_ast-1.4.3
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"