mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-25 09:34:11 +00:00
biology/py-pysam: Update to 0.13
Approved by: tcberner (mentor) Differential Revision: https://reviews.freebsd.org/D12967
This commit is contained in:
parent
ebe5d52a7d
commit
e42e8b05d1
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=453556
@ -1,13 +1,12 @@
|
||||
# Created by: Yuri Victorovich <yuri@rawbw.com>
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= pysam
|
||||
DISTVERSION= 0.12.0.1
|
||||
DISTVERSION= 0.13
|
||||
CATEGORIES= biology python
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
||||
MAINTAINER= yuri@rawbw.com
|
||||
MAINTAINER= yuri@FreeBSD.org
|
||||
COMMENT= Python module for reading, manipulating and writing genomic data sets
|
||||
|
||||
LICENSE= MIT
|
||||
@ -19,4 +18,7 @@ RUN_DEPENDS= cython:lang/cython
|
||||
USES= gmake python
|
||||
USE_PYTHON= autoplist distutils
|
||||
|
||||
post-install:
|
||||
${STRIP_CMD} ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/pysam/*.so
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,3 +1,3 @@
|
||||
TIMESTAMP = 1508995006
|
||||
SHA256 (pysam-0.12.0.1.tar.gz) = 04837bf0b1313e57d50076f228463262b9982c410b973eb184c033528f83d523
|
||||
SIZE (pysam-0.12.0.1.tar.gz) = 2672020
|
||||
TIMESTAMP = 1509901603
|
||||
SHA256 (pysam-0.13.tar.gz) = 1829035f58bddf26b0cb6867968178701c2a243518ea697dcedeebff487979af
|
||||
SIZE (pysam-0.13.tar.gz) = 2586013
|
||||
|
Loading…
Reference in New Issue
Block a user