aboutsummaryrefslogtreecommitdiffstats
path: root/biology
diff options
context:
space:
mode:
authoryuri <yuri@FreeBSD.org>2018-07-31 03:47:49 +0800
committeryuri <yuri@FreeBSD.org>2018-07-31 03:47:49 +0800
commitf5732c54835b4d3fd5c4838a4061ab7cb4d501e6 (patch)
tree3e73073ed5fc1c783e28837c052722cea4eced94 /biology
parent41a559acaeefcc282299474b8e39487310bc7cad (diff)
downloadfreebsd-ports-gnome-f5732c54835b4d3fd5c4838a4061ab7cb4d501e6.tar.gz
freebsd-ports-gnome-f5732c54835b4d3fd5c4838a4061ab7cb4d501e6.tar.zst
freebsd-ports-gnome-f5732c54835b4d3fd5c4838a4061ab7cb4d501e6.zip
biology/py-pysam: Update 0.14.1 -> 0.15.0
Port changes: * Remove stripping: done by the project now * Update WWW Reported by: portscout
Diffstat (limited to 'biology')
-rw-r--r--biology/py-pysam/Makefile5
-rw-r--r--biology/py-pysam/distinfo6
-rw-r--r--biology/py-pysam/pkg-descr2
3 files changed, 5 insertions, 8 deletions
diff --git a/biology/py-pysam/Makefile b/biology/py-pysam/Makefile
index 6f7f47da2bb7..580df34bfad6 100644
--- a/biology/py-pysam/Makefile
+++ b/biology/py-pysam/Makefile
@@ -1,7 +1,7 @@
# $FreeBSD$
PORTNAME= pysam
-DISTVERSION= 0.14.1
+DISTVERSION= 0.15.0
CATEGORIES= biology python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -15,7 +15,4 @@ LICENSE_FILE= ${WRKSRC}/COPYING
USES= gmake python
USE_PYTHON= autoplist distutils cython cython_run
-post-install:
- @${STRIP_CMD} ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/pysam/*.so
-
.include <bsd.port.mk>
diff --git a/biology/py-pysam/distinfo b/biology/py-pysam/distinfo
index 40a457610334..f3a48550f936 100644
--- a/biology/py-pysam/distinfo
+++ b/biology/py-pysam/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1521619431
-SHA256 (pysam-0.14.1.tar.gz) = 2e86f5228429d08975c8adb9030296699012a8deba8ba26cbfc09b374f792c97
-SIZE (pysam-0.14.1.tar.gz) = 3154603
+TIMESTAMP = 1532978446
+SHA256 (pysam-0.15.0.tar.gz) = 51e7030bebff68502a69fabc601727f827cd6e7c08c5899b11ad8c6084ba4ba5
+SIZE (pysam-0.15.0.tar.gz) = 3223595
diff --git a/biology/py-pysam/pkg-descr b/biology/py-pysam/pkg-descr
index 6f24ec8cf6f7..199ead088d20 100644
--- a/biology/py-pysam/pkg-descr
+++ b/biology/py-pysam/pkg-descr
@@ -7,4 +7,4 @@ This module provides a low-level wrapper around the htslib C-API as using
cython and a high-level API for convenient access to the data within standard
genomic file formats.
-WWW: https://pypi.org/project/pysam/
+WWW: https://github.com/pysam-developers/pysam