2017-05-06 08:05:24 +02:00
|
|
|
PORTNAME= pysam
|
2022-05-31 01:15:56 +02:00
|
|
|
DISTVERSION= 0.19.1
|
2022-07-19 17:45:31 +02:00
|
|
|
PORTREVISION= 1
|
2017-05-06 08:05:24 +02:00
|
|
|
CATEGORIES= biology python
|
|
|
|
MASTER_SITES= CHEESESHOP
|
|
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
|
2022-07-19 17:45:31 +02:00
|
|
|
PATCH_SITES= https://github.com/pysam-developers/pysam/commit/
|
|
|
|
PATCHFILES= 064c8024395a15024fd590bd90f55f918e15545f.patch:-p1 # backport of symbols failure fix for arm and risc
|
|
|
|
|
2017-11-05 20:12:28 +01:00
|
|
|
MAINTAINER= yuri@FreeBSD.org
|
2017-05-06 08:05:24 +02:00
|
|
|
COMMENT= Python module for reading, manipulating and writing genomic data sets
|
|
|
|
|
|
|
|
LICENSE= MIT
|
|
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
|
2021-10-28 16:53:53 +02:00
|
|
|
USES= gmake python:3.6-3.9
|
2017-11-30 16:50:30 +01:00
|
|
|
USE_PYTHON= autoplist distutils cython cython_run
|
2017-05-06 08:05:24 +02:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|