2013-11-06 16:04:01 +01:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= Pyrseas
|
2018-06-03 21:20:28 +02:00
|
|
|
PORTVERSION= 0.8.0
|
2015-05-06 17:16:53 +02:00
|
|
|
DISTVERSIONPREFIX= v
|
Bump PORTREVISION for ports depending on the canonical version of GCC
defined via Mk/bsd.default-versions.mk which has moved from GCC 7.4 t
GCC 8.2 under most circumstances.
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, as a double check, everything INDEX-11 showed depending on lang/gcc7.
PR: 231590
2018-12-12 02:35:33 +01:00
|
|
|
PORTREVISION= 2
|
2013-11-06 16:04:01 +01:00
|
|
|
CATEGORIES= databases python
|
|
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
|
2014-02-09 12:01:51 +01:00
|
|
|
MAINTAINER= arcade@b1t.name
|
2013-11-06 16:04:01 +01:00
|
|
|
COMMENT= Framework and utilities to upgrade and maintain a relational database
|
|
|
|
|
2014-02-09 12:01:51 +01:00
|
|
|
LICENSE= BSD3CLAUSE
|
2014-07-26 12:44:37 +02:00
|
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
2013-11-06 16:04:01 +01:00
|
|
|
|
2018-06-20 19:05:41 +02:00
|
|
|
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}psycopg2>=2.5:databases/py-psycopg2@${PY_FLAVOR} \
|
2018-07-02 16:28:58 +02:00
|
|
|
${PYTHON_PKGNAMEPREFIX}pgdbconn>=0.8:databases/py-pgdbconn@${PY_FLAVOR} \
|
2018-06-20 19:05:41 +02:00
|
|
|
${PYTHON_PKGNAMEPREFIX}yaml>=3.10:devel/py-yaml@${PY_FLAVOR}
|
|
|
|
TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>0:devel/py-pytest@${PY_FLAVOR}
|
2013-11-06 16:04:01 +01:00
|
|
|
|
2014-10-19 10:50:17 +02:00
|
|
|
USES= python
|
|
|
|
USE_PYTHON= distutils autoplist
|
2013-11-06 16:04:01 +01:00
|
|
|
|
2014-02-09 13:34:32 +01:00
|
|
|
USE_GITHUB= yes
|
2014-07-26 12:44:37 +02:00
|
|
|
GH_ACCOUNT= perseas
|
2013-11-06 16:04:01 +01:00
|
|
|
|
2014-07-26 12:44:37 +02:00
|
|
|
# Requires a running PostgreSQL instance
|
|
|
|
|
2018-06-30 10:37:22 +02:00
|
|
|
do-test:
|
2014-07-26 12:44:37 +02:00
|
|
|
@cd ${WRKSRC} && ${PYTHON_CMD} ${PYSETUP} test
|
2014-02-09 12:01:51 +01:00
|
|
|
|
2013-11-06 16:04:01 +01:00
|
|
|
.include <bsd.port.mk>
|