mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-18 00:10:04 +00:00
biology/py-gffutils: update 0.11.1 → 0.13
This commit is contained in:
parent
28bd41f3cd
commit
324d0273f5
@ -1,5 +1,5 @@
|
||||
PORTNAME= gffutils
|
||||
DISTVERSION= 0.11.1
|
||||
DISTVERSION= 0.13
|
||||
CATEGORIES= biology python
|
||||
MASTER_SITES= PYPI
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
@ -17,8 +17,14 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}argcomplete>=1.9.4:devel/py-argcomplete@${PY
|
||||
${PYTHON_PKGNAMEPREFIX}six>=1.12.0:devel/py-six@${PY_FLAVOR}
|
||||
|
||||
USES= python
|
||||
USE_PYTHON= distutils concurrent autoplist pytest # tests use nose and therefore don't work, see https://github.com/daler/gffutils/issues/211
|
||||
USE_PYTHON= distutils concurrent autoplist pytest
|
||||
|
||||
TEST_ENV= ${MAKE_ENV} \
|
||||
PATH=${STAGEDIR}${PREFIX}/bin:${PATH} \
|
||||
PYTHONPATH=${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}
|
||||
|
||||
NO_ARCH= yes
|
||||
|
||||
# 1 test (test_roundtrip) fails, see test_roundtrip
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,3 +1,3 @@
|
||||
TIMESTAMP = 1678604359
|
||||
SHA256 (gffutils-0.11.1.tar.gz) = ca7bf814d600b389bb2d5c403dd279755118cb1476c19c6f7aecb8c51a84263c
|
||||
SIZE (gffutils-0.11.1.tar.gz) = 1553140
|
||||
TIMESTAMP = 1718571181
|
||||
SHA256 (gffutils-0.13.tar.gz) = b0d52f35c014cc0330fb5c4e3c6fea127c90ccf4c5384a825cdb5c8ff330d4eb
|
||||
SIZE (gffutils-0.13.tar.gz) = 1560489
|
||||
|
Loading…
Reference in New Issue
Block a user