Date: Sun, 15 Dec 2024 14:55:23 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: edc90d90947e - main - biology/py-bx-python: update 0.11.0 =?utf-8?Q?=E2=86=92?= 0.13.0 Message-ID: <202412151455.4BFEtNuM083927@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=edc90d90947e450ebd79f08ec0b47372fa546141 commit edc90d90947e450ebd79f08ec0b47372fa546141 Author: Yuri Victorovich <yuri@FreeBSD.org> AuthorDate: 2024-12-15 14:54:56 +0000 Commit: Yuri Victorovich <yuri@FreeBSD.org> CommitDate: 2024-12-15 14:55:17 +0000 biology/py-bx-python: update 0.11.0 → 0.13.0 --- biology/py-bx-python/Makefile | 8 +++++--- biology/py-bx-python/distinfo | 6 +++--- 2 files changed, 8 insertions(+), 6 deletions(-) diff --git a/biology/py-bx-python/Makefile b/biology/py-bx-python/Makefile index cc7a9a814fa7..82746c58c855 100644 --- a/biology/py-bx-python/Makefile +++ b/biology/py-bx-python/Makefile @@ -1,8 +1,9 @@ PORTNAME= bx-python -DISTVERSION= 0.11.0 +DISTVERSION= 0.13.0 CATEGORIES= biology python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} +DISTNAME= ${PORTNAME:S/-/_/}-${DISTVERSION} MAINTAINER= yuri@FreeBSD.org COMMENT= Python module for reading, manipulating and writing genomic data sets @@ -12,11 +13,12 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE PY_DEPENDS= ${PYNUMPY} -BUILD_DEPENDS= ${PY_DEPENDS} +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cython3>0:lang/cython3@${PY_FLAVOR} \ + ${PY_DEPENDS} RUN_DEPENDS= ${PY_DEPENDS} USES= compiler python -USE_PYTHON= autoplist cython distutils +USE_PYTHON= distutils autoplist post-install: @${FIND} ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/bx -name "*.so" | ${XARGS} ${STRIP_CMD} diff --git a/biology/py-bx-python/distinfo b/biology/py-bx-python/distinfo index 66027422b286..56d00203a687 100644 --- a/biology/py-bx-python/distinfo +++ b/biology/py-bx-python/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1707725546 -SHA256 (bx-python-0.11.0.tar.gz) = 2cf8872572817e0d36145cc2711889df5729987ffed4e51280da1e3c2ccb9429 -SIZE (bx-python-0.11.0.tar.gz) = 1935085 +TIMESTAMP = 1734273029 +SHA256 (bx_python-0.13.0.tar.gz) = ce04696543367efc6b7995d9463efeda691b9a58f6f55a7bd831e642159b0644 +SIZE (bx_python-0.13.0.tar.gz) = 1899129
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202412151455.4BFEtNuM083927>