Added
Link Here
|
1 |
PORTNAME= inflate64 |
2 |
PORTVERSION= 1.0.0 |
3 |
CATEGORIES= archivers python |
4 |
MASTER_SITES= PYPI |
5 |
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} |
6 |
|
7 |
MAINTAINER= matthew@wener.org |
8 |
COMMENT= Deflate64 compression/decompression library |
9 |
WWW= https://codeberg.org/miurahr/inflate64 |
10 |
|
11 |
LICENSE= LGPL21+ |
12 |
LICENSE_FILE= ${WRKSRC}/COPYING |
13 |
|
14 |
BUILD_DEPENDS= ${PY_SETUPTOOLS} \ |
15 |
${PYTHON_PKGNAMEPREFIX}setuptools-scm>=0:devel/py-setuptools-scm@${PY_FLAVOR} \ |
16 |
${PYTHON_PKGNAMEPREFIX}wheel>=:devel/py-wheel@${PY_FLAVOR} |
17 |
|
18 |
USES= python |
19 |
USE_PYTHON= autoplist pep517 pytest |
20 |
|
21 |
TEST_ENV= ${MAKE_ENV} \ |
22 |
PYTHONPATH=${STAGEDIR}${PYTHONPREFIX_SITELIBDIR} |
23 |
|
24 |
post-install: |
25 |
${STRIP_CMD} ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/inflate64/_inflate64*.so |
26 |
|
27 |
do-test: |
28 |
@cd ${WRKSRC} && ${SETENV} ${TEST_ENV} ${PYTHON_CMD} -m pytest -v |
29 |
|
30 |
.include <bsd.port.mk> |