1
0
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:
Max Brazhnikov 2010-11-13 21:40:45 +00:00
parent fb2ba90c58
commit 3bb199e0ba
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=264497
4 changed files with 38 additions and 0 deletions

View 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>

View File

@ -0,0 +1,2 @@
SHA256 (pyBioLCCC-1.2.0.tar.gz) = 110b76922e183e19542676c6313bd545e6c5eb3ccf2b37767a76bfc0afb78742
SIZE (pyBioLCCC-1.2.0.tar.gz) = 104628

View 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/

View 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%%