svn commit: r362964 - head/databases/py-Pyrseas
Kubilay Kocak
koobs at FreeBSD.org
Sat Jul 26 10:44:38 UTC 2014
Author: koobs
Date: Sat Jul 26 10:44:37 2014
New Revision: 362964
URL: http://svnweb.freebsd.org/changeset/ports/362964
QAT: https://qat.redports.org/buildarchive/r362964/
Log:
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)
Modified:
head/databases/py-Pyrseas/Makefile
head/databases/py-Pyrseas/distinfo
head/databases/py-Pyrseas/pkg-descr
Modified: head/databases/py-Pyrseas/Makefile
==============================================================================
--- head/databases/py-Pyrseas/Makefile Sat Jul 26 10:30:05 2014 (r362963)
+++ head/databases/py-Pyrseas/Makefile Sat Jul 26 10:44:37 2014 (r362964)
@@ -9,21 +9,24 @@ MAINTAINER= arcade at 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>
Modified: head/databases/py-Pyrseas/distinfo
==============================================================================
--- head/databases/py-Pyrseas/distinfo Sat Jul 26 10:30:05 2014 (r362963)
+++ head/databases/py-Pyrseas/distinfo Sat Jul 26 10:44:37 2014 (r362964)
@@ -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
Modified: head/databases/py-Pyrseas/pkg-descr
==============================================================================
--- head/databases/py-Pyrseas/pkg-descr Sat Jul 26 10:30:05 2014 (r362963)
+++ head/databases/py-Pyrseas/pkg-descr Sat Jul 26 10:44:37 2014 (r362964)
@@ -2,4 +2,4 @@ Pyrseas provides a framework and utiliti
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
More information about the svn-ports-all
mailing list