summaryrefslogtreecommitdiff
path: root/devel/py-xasm/Makefile
blob: 34b250404ac44fc06c792de1175b095c1983ca86 (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
PORTNAME=	xasm
PORTVERSION=	1.2.0
CATEGORIES=	devel python
MASTER_SITES=	PYPI \
		https://github.com/rocky/python-xasm/releases/download/${PORTVERSION}/
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}

MAINTAINER=	sunpoet@FreeBSD.org
COMMENT=	Python cross-version byte-code assembler
WWW=		https://github.com/rocky/python-xasm

LICENSE=	GPLv2
LICENSE_FILE=	${WRKSRC}/LICENSE.gpl2

BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \
		${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR}
RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}xdis>=6.0.3:devel/py-xdis@${PY_FLAVOR}
TEST_DEPENDS=	${PYTHON_PKGNAMEPREFIX}six>=1.10.0:devel/py-six@${PY_FLAVOR}

USES=		python
USE_PYTHON=	autoplist concurrent pep517

NO_ARCH=	yes

.include <bsd.port.mk>