pkgsrc/devel/py-xbe/Makefile
riastradh a30065510b Import pyxbe-0.0.2 as devel/py-xbe.
Python 3 library to work with .xbe files, the executable file format
for the original Xbox game console.
2020-08-18 20:13:31 +00:00

16 lines
439 B
Makefile

# $NetBSD: Makefile,v 1.1 2020/08/18 20:13:31 riastradh Exp $
DISTNAME= pyxbe-0.0.2
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:C/^py//}
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_PYPI:=p/pyxbe/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://github.com/mborgerson/pyxbe
COMMENT= Python 3 library to work with .xbe files
LICENSE= mit
PYTHON_VERSIONS_INCOMPATIBLE= 27
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"