mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-10 07:04:03 +00:00
Add new port science/py-biolccc:
libBioLCCC is an open source library for prediction of peptide and protein retention time in liquid chromatography. It is based on BioLCCC model (Liquid Chromatography of Biomacromolecules at Critical Conditions). pyBioLCCC is set of Python wrappings around libBioLCCC. WWW: http://theorchromo.ru/lib/
This commit is contained in:
parent
fb2ba90c58
commit
3bb199e0ba
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=264497
22
science/py-biolccc/Makefile
Normal file
22
science/py-biolccc/Makefile
Normal file
@ -0,0 +1,22 @@
|
||||
# New ports collection makefile for: py-biolccc
|
||||
# Date created: 2010-10-24
|
||||
# Whom: Max Brazhnikov <makc@FreeBSD.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= BioLCCC
|
||||
PORTVERSION= 1.2.0
|
||||
CATEGORIES= science python
|
||||
MASTER_SITES= CHEESESHOP/source/p/${PYDISTUTILS_PKGNAME}/
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
DISTNAME= ${PYDISTUTILS_PKGNAME}-${PORTVERSION}
|
||||
|
||||
MAINTAINER= makc@FreeBSD.org
|
||||
COMMENT= Python bindings for BioLCCC
|
||||
|
||||
USE_PYTHON= 2.6+
|
||||
USE_PYDISTUTILS= yes
|
||||
PYDISTUTILS_PKGNAME= pyBioLCCC
|
||||
|
||||
.include <bsd.port.mk>
|
2
science/py-biolccc/distinfo
Normal file
2
science/py-biolccc/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
SHA256 (pyBioLCCC-1.2.0.tar.gz) = 110b76922e183e19542676c6313bd545e6c5eb3ccf2b37767a76bfc0afb78742
|
||||
SIZE (pyBioLCCC-1.2.0.tar.gz) = 104628
|
8
science/py-biolccc/pkg-descr
Normal file
8
science/py-biolccc/pkg-descr
Normal file
@ -0,0 +1,8 @@
|
||||
libBioLCCC is an open source library for prediction of peptide and
|
||||
protein retention time in liquid chromatography. It is based on
|
||||
BioLCCC model (Liquid Chromatography of Biomacromolecules at Critical
|
||||
Conditions).
|
||||
|
||||
pyBioLCCC is set of Python wrappings around libBioLCCC.
|
||||
|
||||
WWW: http://theorchromo.ru/lib/
|
6
science/py-biolccc/pkg-plist
Normal file
6
science/py-biolccc/pkg-plist
Normal file
@ -0,0 +1,6 @@
|
||||
%%PYTHON_SITELIBDIR%%/_pyBioLCCC.so
|
||||
%%PYTHON_SITELIBDIR%%/pyBioLCCC.py
|
||||
%%PYTHON_SITELIBDIR%%/pyBioLCCC.pyc
|
||||
%%PYTHON_SITELIBDIR%%/pyBioLCCC.pyo
|
||||
@dirrmtry %%PYTHON_SITELIBDIR%%
|
||||
@dirrmtry %%PYTHON_LIBDIR%%
|
Loading…
Reference in New Issue
Block a user