mirror of
https://git.freebsd.org/ports.git
synced 2025-06-01 02:46:27 -04:00
26 lines
697 B
Makefile
26 lines
697 B
Makefile
PORTNAME= wirerope
|
|
PORTVERSION= 0.4.7
|
|
CATEGORIES= devel python
|
|
#MASTER_SITES= PYPI # no tests
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= yuri@FreeBSD.org
|
|
COMMENT= Turn functions and methods into fully controllable objects
|
|
WWW= https://github.com/youknowone/wirerope
|
|
|
|
LICENSE= BSD2CLAUSE
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
BUILD_DEPENDS= ${PY_SETUPTOOLS} \
|
|
${PYTHON_PKGNAMEPREFIX}wheel>0:devel/py-wheel@${PY_FLAVOR}
|
|
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>=1.11.0:devel/py-six@${PY_FLAVOR}
|
|
|
|
USES= python
|
|
USE_PYTHON= pep517 autoplist pytest # 3 tests fail, see https://github.com/youknowone/wirerope/issues/22
|
|
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= youknowone
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|