summaryrefslogtreecommitdiff
path: root/devel/py-archinfo/Makefile
blob: 026b28cf8d838d838d5737a1081e22ec4528220e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
PORTNAME=	archinfo
DISTVERSIONPREFIX=	v
DISTVERSION=	9.2.154
CATEGORIES=	devel python
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}

MAINTAINER=	schaiba@gmail.com
COMMENT=	Classes with architecture-specific information useful to other projects
WWW=		https://github.com/angr/archinfo

LICENSE=	BSD2CLAUSE
LICENSE_FILE=	${WRKSRC}/LICENSE

TEST_DEPENDS=	${PYTHON_PKGNAMEPREFIX}pyvex>0:security/py-pyvex@${PY_FLAVOR} \
		${PYTHON_PKGNAMEPREFIX}unicorn>0:emulators/py-unicorn@${PY_FLAVOR}

USES=		angr:nose python
USE_GITHUB=	yes
GH_ACCOUNT=	angr
USE_PYTHON=	autoplist distutils

TESTING_UNSAFE=	nose does not yet support Python 3.11 so 'make test' will fail

NO_ARCH=	yes

post-extract:
	${CP} ${FILESDIR}/setup.py ${WRKSRC}/

.include <bsd.port.mk>