pkgsrc/devel/py-archinfo/Makefile
wiz 58cb1906b1 py-angr: update py-angr and dependencies (all from the angr project) to 8.20.1.7
This now only supports python 3.x.

Other changes not documented.
2020-01-09 14:02:31 +00:00

20 lines
533 B
Makefile

# $NetBSD: Makefile,v 1.4 2020/01/09 14:02:31 wiz Exp $
DISTNAME= archinfo-8.20.1.7
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= devel python
MASTER_SITES= ${MASTER_SITE_PYPI:=a/archinfo/}
MAINTAINER= khorben@defora.org
HOMEPAGE= https://github.com/angr/archinfo
COMMENT= Classes with architecture-specific information
LICENSE= 2-clause-bsd
DEPENDS+= ${PYPKGPREFIX}-future-[0-9]*:../../devel/py-future
USE_LANGUAGES= # none
PYTHON_VERSIONS_INCOMPATIBLE= 27
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"