From cbdcc728bcfe8eca4d26a8f95d4a7874f9aead86 Mon Sep 17 00:00:00 2001 From: Kubilay Kocak Date: Sat, 26 Jul 2014 10:44:37 +0000 Subject: [PATCH] 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: (maintainer) --- databases/py-Pyrseas/Makefile | 15 +++++++++------ databases/py-Pyrseas/distinfo | 4 ++-- databases/py-Pyrseas/pkg-descr | 2 +- 3 files changed, 12 insertions(+), 9 deletions(-) diff --git a/databases/py-Pyrseas/Makefile b/databases/py-Pyrseas/Makefile index 47a8f897d1b9..605eb3cadea8 100644 --- a/databases/py-Pyrseas/Makefile +++ b/databases/py-Pyrseas/Makefile @@ -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 diff --git a/databases/py-Pyrseas/distinfo b/databases/py-Pyrseas/distinfo index 9158052ee3be..8274565f8a78 100644 --- a/databases/py-Pyrseas/distinfo +++ b/databases/py-Pyrseas/distinfo @@ -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 diff --git a/databases/py-Pyrseas/pkg-descr b/databases/py-Pyrseas/pkg-descr index a531deea4056..fdeeb66b85d0 100644 --- a/databases/py-Pyrseas/pkg-descr +++ b/databases/py-Pyrseas/pkg-descr @@ -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