pkgsrc/devel/py-archinfo/Makefile
riastradh dc28a321af Update py-angr to 8.20.7.27, along with associated packages.
Version is consolidated into devel/py-angr/version.mk now so the next
person to come along will know what else needs to be updated.

devel/py-pyvex distfiles are still kinda kludgey, and devel/py-angr's
tests don't run without binary samples that I got bored trying to
incorporate.
2020-08-18 20:24:57 +00:00

22 lines
589 B
Makefile

# $NetBSD: Makefile,v 1.5 2020/08/18 20:24:57 riastradh Exp $
.include "../../devel/py-angr/version.mk"
DISTNAME= archinfo-${ANGR_VERSION}
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"