aboutsummaryrefslogtreecommitdiff
path: root/biology/py-bx-python/Makefile
diff options
context:
space:
mode:
authorYuri Victorovich <yuri@FreeBSD.org>2018-02-10 00:09:56 +0000
committerYuri Victorovich <yuri@FreeBSD.org>2018-02-10 00:09:56 +0000
commit25ee2af46db8d18cb221d5c8e53c0998b4592fe8 (patch)
treebaef37518264d56eb479e2eed2f3162856d0b9a6 /biology/py-bx-python/Makefile
parent66ad1342d6c6549607440f10f10a87cb0e10adbd (diff)
downloadports-25ee2af46db8d18cb221d5c8e53c0998b4592fe8.tar.gz
ports-25ee2af46db8d18cb221d5c8e53c0998b4592fe8.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
Notes
Notes: svn path=/head/; revision=461348
Diffstat (limited to 'biology/py-bx-python/Makefile')
-rw-r--r--biology/py-bx-python/Makefile11
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>