diff options
author | Yuri Victorovich <yuri@FreeBSD.org> | 2024-12-15 14:54:56 +0000 |
---|---|---|
committer | Yuri Victorovich <yuri@FreeBSD.org> | 2024-12-15 14:55:17 +0000 |
commit | edc90d90947e450ebd79f08ec0b47372fa546141 (patch) | |
tree | 0a526128507425847a8a242d9713601b42d828c7 /biology | |
parent | b66c0a8bab54322667b04333759d58b8da3e4c24 (diff) |
Diffstat (limited to 'biology')
-rw-r--r-- | biology/py-bx-python/Makefile | 8 | ||||
-rw-r--r-- | 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 |