2013-06-01 16:22:35 +02:00
|
|
|
# Created by: Wen Heping <wen@FreeBSD.org>
|
2009-11-18 06:53:17 +01:00
|
|
|
|
|
|
|
PORTNAME= pyfasta
|
2014-04-06 06:05:43 +02:00
|
|
|
PORTVERSION= 0.5.2
|
Bump PORTREVISION for ports depending on the canonical version of GCC
as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3
to GCC 9.1 under most circumstances now after revision 507371.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, everything INDEX-11 shows with a dependency on lang/gcc9 now.
PR: 238330
2019-07-26 22:46:53 +02:00
|
|
|
PORTREVISION= 4
|
2009-11-18 06:53:17 +01:00
|
|
|
CATEGORIES= biology python
|
|
|
|
MASTER_SITES= CHEESESHOP
|
2017-11-30 16:50:30 +01:00
|
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
2009-11-18 06:53:17 +01:00
|
|
|
|
|
|
|
MAINTAINER= wen@FreeBSD.org
|
|
|
|
COMMENT= Fast, memory-efficient, pythonic access to fasta sequence files
|
|
|
|
|
2014-04-06 06:05:43 +02:00
|
|
|
LICENSE= MIT
|
|
|
|
|
2009-11-18 06:53:17 +01:00
|
|
|
BUILD_DEPENDS= ${PYNUMPY}
|
2011-10-13 08:27:34 +02:00
|
|
|
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
2009-11-18 06:53:17 +01:00
|
|
|
|
2020-12-29 00:02:12 +01:00
|
|
|
USES= python:3.6+
|
2014-10-19 09:38:11 +02:00
|
|
|
USE_PYTHON= distutils autoplist
|
2009-11-18 06:53:17 +01:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|