pkgsrc-wip/py-geom/Makefile

19 lines
494 B
Makefile

# $NetBSD$
DISTNAME= pygeom-0.0.1
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/py//}
CATEGORIES= math python
MASTER_SITES= https://files.pythonhosted.org/packages/59/fb/effd05f5e7158327d02ce9cb0eb68f1176d02031cea2aef4b89aa8cf9cbd/
MAINTAINER= jihbed.research@gmail.com
HOMEPAGE= https://github.com/Xero64/pygeom
COMMENT= Basic Vector Geometry Package for Python
LICENSE= mit
USE_LANGUAGES= # none
PYTHON_VERSIONS_INCOMPATIBLE= 27
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"