biology/py-python-libsbml: New port: LibSBML Python API
This commit is contained in:
parent
8327c7747f
commit
10875d93bb
5 changed files with 32 additions and 0 deletions
|
@ -151,6 +151,7 @@
|
|||
SUBDIR += py-pandas-charm
|
||||
SUBDIR += py-pyfaidx
|
||||
SUBDIR += py-pysam
|
||||
SUBDIR += py-python-libsbml
|
||||
SUBDIR += py-resdk
|
||||
SUBDIR += py-scikit-bio
|
||||
SUBDIR += py-xenaPython
|
||||
|
|
21
biology/py-python-libsbml/Makefile
Normal file
21
biology/py-python-libsbml/Makefile
Normal file
|
@ -0,0 +1,21 @@
|
|||
PORTNAME= python-libsbml
|
||||
DISTVERSION= 5.19.0
|
||||
CATEGORIES= biology python
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
||||
MAINTAINER= yuri@FreeBSD.org
|
||||
COMMENT= LibSBML Python API
|
||||
|
||||
LICENSE= LGPL21
|
||||
|
||||
BUILD_DEPENDS= cmake:devel/cmake \
|
||||
swig:devel/swig
|
||||
|
||||
USES= python:3.6+
|
||||
USE_PYTHON= autoplist distutils # autoplist produces incomplete plist, missing files are in pkg-plist. Reported to the upstream author fbergman@caltech.edu on 2021-08-17
|
||||
|
||||
post-install:
|
||||
@${STRIP_CMD} ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/libsbml/_libsbml.cpython-38.so
|
||||
|
||||
.include <bsd.port.mk>
|
3
biology/py-python-libsbml/distinfo
Normal file
3
biology/py-python-libsbml/distinfo
Normal file
|
@ -0,0 +1,3 @@
|
|||
TIMESTAMP = 1629231482
|
||||
SHA256 (python-libsbml-5.19.0.tar.gz) = 87596017aa76c1284e83247593fe999ab7ba9a84e7488bcf0434b01277858f86
|
||||
SIZE (python-libsbml-5.19.0.tar.gz) = 36842483
|
4
biology/py-python-libsbml/pkg-descr
Normal file
4
biology/py-python-libsbml/pkg-descr
Normal file
|
@ -0,0 +1,4 @@
|
|||
Python binding for libsbml - Systems Biology Markup Language (SBML) read/write
|
||||
library.
|
||||
|
||||
WWW: http://sbml.org/Main_Page
|
3
biology/py-python-libsbml/pkg-plist
Normal file
3
biology/py-python-libsbml/pkg-plist
Normal file
|
@ -0,0 +1,3 @@
|
|||
%%PYTHON_SITELIBDIR%%/libsbml/__init__.py
|
||||
%%PYTHON_SITELIBDIR%%/libsbml/__pycache__/__init__%%PYTHON_EXT_SUFFIX%%.opt-1.pyc
|
||||
%%PYTHON_SITELIBDIR%%/libsbml/__pycache__/__init__%%PYTHON_EXT_SUFFIX%%.pyc
|
Loading…
Reference in a new issue