diff options
author | yuri <yuri@FreeBSD.org> | 2018-02-10 08:09:56 +0800 |
---|---|---|
committer | yuri <yuri@FreeBSD.org> | 2018-02-10 08:09:56 +0800 |
commit | ca1974b12289eafc06bcfb611ff81c05b1e52a8e (patch) | |
tree | baef37518264d56eb479e2eed2f3162856d0b9a6 /biology/py-bx-python/Makefile | |
parent | e65ccb87e73d92d2a3ff77b85a4ae8ca9bacd4d6 (diff) | |
download | freebsd-ports-gnome-ca1974b12289eafc06bcfb611ff81c05b1e52a8e.tar.gz freebsd-ports-gnome-ca1974b12289eafc06bcfb611ff81c05b1e52a8e.tar.zst freebsd-ports-gnome-ca1974b12289eafc06bcfb611ff81c05b1e52a8e.zip |
biology/py-bx-python: Update to 0.8.1
Additional port changes:
* Changed to DISTVERSION.
* Added USE_PYTHON=cython.
* Added stripping.
* Updated maintainer e-mail.
Reported compiler warnings to the upstream.
Reported by: portscout
Approved by: tcberner (mentor)
Differential Revision: https://reviews.freebsd.org/D14283
Diffstat (limited to 'biology/py-bx-python/Makefile')
-rw-r--r-- | biology/py-bx-python/Makefile | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/biology/py-bx-python/Makefile b/biology/py-bx-python/Makefile index 0a11dd8824da..12e64056240b 100644 --- a/biology/py-bx-python/Makefile +++ b/biology/py-bx-python/Makefile @@ -2,12 +2,11 @@ # $FreeBSD$ PORTNAME= bx-python -PORTVERSION= 0.7.4 -DISTVERSIONPREFIX= v +DISTVERSION= 0.8.1 CATEGORIES= biology python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -MAINTAINER= yuri@rawbw.com +MAINTAINER= yuri@FreeBSD.org COMMENT= Python module for reading, manipulating and writing genomic data sets LICENSE= MIT @@ -17,10 +16,12 @@ BUILD_DEPENDS= ${PYNUMPY} \ ${PYTHON_PKGNAMEPREFIX}python-lzo>0:archivers/py-python-lzo@${FLAVOR} RUN_DEPENDS:= ${BUILD_DEPENDS} +USES= compiler python USE_GITHUB= yes GH_ACCOUNT= bxlab +USE_PYTHON= autoplist cython distutils -USES= compiler python -USE_PYTHON= autoplist distutils +post-install: + @${FIND} ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/bx -name "*.so" | ${XARGS} ${STRIP_CMD} .include <bsd.port.mk> |