Date: Wed, 6 Nov 2013 15:04:01 +0000 (UTC) From: William Grzybowski <wg@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r333001 - in head/databases: . py-Pyrseas Message-ID: <201311061504.rA6F41Lx021095@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: wg Date: Wed Nov 6 15:04:01 2013 New Revision: 333001 URL: http://svnweb.freebsd.org/changeset/ports/333001 Log: databases/py-Pyrseas: Utilities to upgrade and maintain a relational database 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/ PR: ports/181991 (based on) Submitted by: Volodymyr Kostyrko <c.kworr gmail.com> Added: head/databases/py-Pyrseas/ head/databases/py-Pyrseas/Makefile (contents, props changed) head/databases/py-Pyrseas/distinfo (contents, props changed) head/databases/py-Pyrseas/pkg-descr (contents, props changed) Modified: head/databases/Makefile Modified: head/databases/Makefile ============================================================================== --- head/databases/Makefile Wed Nov 6 14:57:53 2013 (r333000) +++ head/databases/Makefile Wed Nov 6 15:04:01 2013 (r333001) @@ -729,6 +729,7 @@ SUBDIR += py-MySQLdb51 SUBDIR += py-MySQLdb55 SUBDIR += py-PyGreSQL + SUBDIR += py-Pyrseas SUBDIR += py-apsw SUBDIR += py-bsddb SUBDIR += py-bsddb3 Added: head/databases/py-Pyrseas/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/databases/py-Pyrseas/Makefile Wed Nov 6 15:04:01 2013 (r333001) @@ -0,0 +1,26 @@ +# $FreeBSD$ + +PORTNAME= Pyrseas +PORTVERSION= 0.6.1 +CATEGORIES= databases python +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= c.kworr@gmail.com +COMMENT= Framework and utilities to upgrade and maintain a relational database + +LICENSE= BSD + +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}psycopg2>0:${PORTSDIR}/databases/py-psycopg2 \ + ${PYTHON_PKGNAMEPREFIX}yaml>0:${PORTSDIR}/devel/py-yaml + +USE_GITHUB= yes +USE_PYTHON= yes +USE_PYDISTUTILS= easy_install +PYDISTUTILS_AUTOPLIST= yes +NO_STAGE= yes + +GH_ACCOUNT= jmafc +GH_COMMIT= 9d64338 +GH_TAGNAME= v${PORTVERSION} + +.include <bsd.port.mk> Added: head/databases/py-Pyrseas/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/databases/py-Pyrseas/distinfo Wed Nov 6 15:04:01 2013 (r333001) @@ -0,0 +1,2 @@ +SHA256 (Pyrseas-0.6.1.tar.gz) = a04216850441aedc26a92339edccc603be9638425dea810ae324314ce32afbb6 +SIZE (Pyrseas-0.6.1.tar.gz) = 111637 Added: head/databases/py-Pyrseas/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/databases/py-Pyrseas/pkg-descr Wed Nov 6 15:04:01 2013 (r333001) @@ -0,0 +1,5 @@ +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/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201311061504.rA6F41Lx021095>