mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-22 04:17:44 +00:00
databases/py-Pyrseas: Unbreak
- Remove BROKEN (switch GH_ACCOUNT) While I'm here: - Add LICENSE_FILE - Add TEST_DEPENDS and regression-test target - pkg-descr: Strip trailing slash from WWW: URL PR: 191890 Submitted by: <arcade at b1t dot name> (maintainer)
This commit is contained in:
parent
6748514eb4
commit
cbdcc728bc
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=362964
@ -9,21 +9,24 @@ MAINTAINER= arcade@b1t.name
|
||||
COMMENT= Framework and utilities to upgrade and maintain a relational database
|
||||
|
||||
LICENSE= BSD3CLAUSE
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
BROKEN= Checksum and size mismatch
|
||||
|
||||
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}psycopg2>0:${PORTSDIR}/databases/py-psycopg2 \
|
||||
${PYTHON_PKGNAMEPREFIX}yaml>0:${PORTSDIR}/devel/py-yaml
|
||||
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}psycopg2>=2.2:${PORTSDIR}/databases/py-psycopg2 \
|
||||
${PYTHON_PKGNAMEPREFIX}yaml>=3.09:${PORTSDIR}/devel/py-yaml
|
||||
TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>0:${PORTSDIR}/devel/py-pytest
|
||||
|
||||
USE_PYTHON= yes
|
||||
USE_PYDISTUTILS= yes
|
||||
PYDISTUTILS_AUTOPLIST= yes
|
||||
|
||||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= jmafc
|
||||
GH_ACCOUNT= perseas
|
||||
GH_COMMIT= 9b0e3d2
|
||||
GH_TAGNAME= v${PORTVERSION}
|
||||
|
||||
WRKSRC= ${WRKDIR}/${PORTNAME:tl}-${PORTNAME}-${GH_COMMIT}
|
||||
# Requires a running PostgreSQL instance
|
||||
|
||||
regression-test: build
|
||||
@cd ${WRKSRC} && ${PYTHON_CMD} ${PYSETUP} test
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (Pyrseas-0.7.1.tar.gz) = d461cab3fd2bbd1caa0b243fa301e7ea2845cd4bacdb92f8ac3f69ed27cf1981
|
||||
SIZE (Pyrseas-0.7.1.tar.gz) = 164485
|
||||
SHA256 (Pyrseas-0.7.1.tar.gz) = 4e2164ced799ec3a7eacbf1c95ba962badc3fff4ece6756ad278b54090cb180e
|
||||
SIZE (Pyrseas-0.7.1.tar.gz) = 164482
|
||||
|
@ -2,4 +2,4 @@ Pyrseas provides a framework and utilities to upgrade and maintain a relational
|
||||
database. Its purpose is to enhance and follow through on the concepts of the
|
||||
Andromeda Project (http://www.andromeda-project.org/)
|
||||
|
||||
WWW: http://pgfoundry.org/projects/pyrseas/
|
||||
WWW: http://pgfoundry.org/projects/pyrseas
|
||||
|
Loading…
Reference in New Issue
Block a user