9a80a6ee5e
Currently a no-op, but in the future outputs the correct setuptools port depending on whether USES_PYTHON=distutils is specified. With hat: python PR: 270510, 270358
22 lines
551 B
Makefile
22 lines
551 B
Makefile
PORTNAME= pysubs2
|
|
DISTVERSION= 1.6.1
|
|
CATEGORIES= multimedia python
|
|
MASTER_SITES= PYPI
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= yuri@FreeBSD.org
|
|
COMMENT= Library for editing subtitle files
|
|
WWW= https://github.com/tkarabela/pysubs2
|
|
|
|
LICENSE= BSD3CLAUSE
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
|
|
|
|
BUILD_DEPENDS= ${PY_SETUPTOOLS} \
|
|
${PYTHON_PKGNAMEPREFIX}wheel>0:devel/py-wheel@${PY_FLAVOR}
|
|
|
|
USES= python
|
|
USE_PYTHON= pep517 autoplist pytest # 4 tests fail, see https://github.com/tkarabela/pysubs2/issues/75
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|