View | Details | Raw Unified | Return to bug 211621 | Differences between
and this patch

Collapse All | Expand All

(-)../../home/pi/myp/biology/pycogent/Makefile (-6 / +3 lines)
Lines 2-13 Link Here
2
# $FreeBSD: head/biology/pycogent/Makefile 412344 2016-04-01 13:29:15Z mat $
2
# $FreeBSD: head/biology/pycogent/Makefile 412344 2016-04-01 13:29:15Z mat $
3
3
4
PORTNAME=	pycogent
4
PORTNAME=	pycogent
5
PORTVERSION=	1.5.3
5
PORTVERSION=	1.9
6
PORTREVISION=	3
7
CATEGORIES=	biology python
6
CATEGORIES=	biology python
8
MASTER_SITES=	SF/${PORTNAME}/PyCogent/${PORTVERSION}
9
DISTNAME=	PyCogent-${PORTVERSION}
10
EXTRACT_SUFX=	.tgz
11
7
12
MAINTAINER=	wen@FreeBSD.org
8
MAINTAINER=	wen@FreeBSD.org
13
COMMENT=	Toolkit for statistical analysis of biological sequences
9
COMMENT=	Toolkit for statistical analysis of biological sequences
Lines 17-26 Link Here
17
BUILD_DEPENDS=	${PYNUMPY} \
13
BUILD_DEPENDS=	${PYNUMPY} \
18
		${LOCALBASE}/bin/cython:lang/cython \
14
		${LOCALBASE}/bin/cython:lang/cython \
19
		${LOCALBASE}/bin/sphinx-build:textproc/py-sphinx \
15
		${LOCALBASE}/bin/sphinx-build:textproc/py-sphinx \
20
		${PYTHON_PKGNAMEPREFIX}sqlalchemy06>=0.5:databases/py-sqlalchemy06
16
		${PYTHON_PKGNAMEPREFIX}sqlalchemy10>=1.0.13:databases/py-sqlalchemy10
21
RUN_DEPENDS:=	${BUILD_DEPENDS}
17
RUN_DEPENDS:=	${BUILD_DEPENDS}
22
18
23
USES=		python
19
USES=		python
20
USE_GITHUB=	yes
24
USE_PYTHON=	distutils autoplist
21
USE_PYTHON=	distutils autoplist
25
22
26
.include <bsd.port.mk>
23
.include <bsd.port.mk>
(-)../../home/pi/myp/biology/pycogent/distinfo (-2 / +3 lines)
Lines 1-2 Link Here
1
SHA256 (PyCogent-1.5.3.tgz) = ad883cf4f8bbedd797b934a6ba75a20df2313736e84bff3d5a0e54ac41ea425c
1
TIMESTAMP = 1470477061
2
SIZE (PyCogent-1.5.3.tgz) = 3360039
2
SHA256 (pycogent-pycogent-1.9_GH0.tar.gz) = c9f56d21d764aa62e3e8a9df5a300eb7fb59e502572bec41894d21df19aeceb5
3
SIZE (pycogent-pycogent-1.9_GH0.tar.gz) = 3744597
(-)../../home/pi/myp/biology/pycogent/pkg-descr (-8 / +9 lines)
Lines 1-9 Link Here
1
PyCogent is a software library for genomic biology. It is a fully integrated
1
PyCogent is a software library for genomic biology. It is a fully
2
and thoroughly tested framework for: controlling third-party applications;
2
integrated and thoroughly tested framework for: controlling third-party
3
devising workflows; querying databases; conducting novel probabilistic
3
applications; devising workflows; querying databases; conducting
4
analyses of biological sequence evolution; and generating publication quality
4
novel probabilistic analyses of biological sequence evolution; and
5
graphics. It is distinguished by many unique built-in capabilities (such as
5
generating publication quality graphics. It is distinguished by
6
true codon alignment) and the frequent addition of entirely new methods for
6
many unique built-in capabilities (such as true codon alignment)
7
the analysis of genomic data.
7
and the frequent addition of entirely new methods for the analysis
8
of genomic data.
8
9
9
WWW: http://pycogent.sourceforge.net/
10
WWW: http://pycogent.org/

Return to bug 211621