Date: Fri, 6 Dec 2024 03:44:26 GMT From: Yuri Victorovich <yuri@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 9a1a25898a8f - main - biology/py-gtfparse: Fix fetch Message-ID: <202412060344.4B63iQkJ084865@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=9a1a25898a8f0e2c17ec12038c357f4518e0a1be commit 9a1a25898a8f0e2c17ec12038c357f4518e0a1be Author: Yuri Victorovich <yuri@FreeBSD.org> AuthorDate: 2024-12-06 03:43:22 +0000 Commit: Yuri Victorovich <yuri@FreeBSD.org> CommitDate: 2024-12-06 03:44:23 +0000 biology/py-gtfparse: Fix fetch Reported by: fallout --- biology/py-gtfparse/Makefile | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/biology/py-gtfparse/Makefile b/biology/py-gtfparse/Makefile index b2bb5e43548a..584f7935729f 100644 --- a/biology/py-gtfparse/Makefile +++ b/biology/py-gtfparse/Makefile @@ -1,7 +1,7 @@ PORTNAME= gtfparse DISTVERSION= 2.5.0 CATEGORIES= biology python -#MASTER_SITES= PYPI +MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= yuri@FreeBSD.org @@ -10,13 +10,14 @@ WWW= https://github.com/openvax/gtfparse LICENSE= APACHE20 -BUILD_DEPENDS= ${PY_SETUPTOOLS} +BUILD_DEPENDS= ${PY_SETUPTOOLS} \ + ${PYTHON_PKGNAMEPREFIX}wheel>0:devel/py-wheel@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pandas>0:math/py-pandas@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}polars>=0.20.2:misc/py-polars@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pyarrow>=14.0.2:databases/py-pyarrow@${PY_FLAVOR} USES= python -USE_PYTHON= pep517 autoplist pytest # tests from the PYPI tarball fail because 'data' module is missing, and the GH repository doesn't have tags +USE_PYTHON= pep517 autoplist pytest # tests from the PYPI tarball fail because 'data' module is missing, and the GH repository doesn't have tags, see https://github.com/openvax/gtfparse/issues/53 NO_ARCH= yes
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202412060344.4B63iQkJ084865>