svn commit: r395167 - in head/databases: . py-python-sql
Wen Heping
wen at FreeBSD.org
Mon Aug 24 12:06:39 UTC 2015
Author: wen
Date: Mon Aug 24 12:06:37 2015
New Revision: 395167
URL: https://svnweb.freebsd.org/changeset/ports/395167
Log:
python-sql is a library to write SQL queries in a pythonic way.
WWW: http://python-sql.tryton.org/
Added:
head/databases/py-python-sql/
head/databases/py-python-sql/Makefile (contents, props changed)
head/databases/py-python-sql/distinfo (contents, props changed)
head/databases/py-python-sql/pkg-descr (contents, props changed)
Modified:
head/databases/Makefile
Modified: head/databases/Makefile
==============================================================================
--- head/databases/Makefile Mon Aug 24 11:40:53 2015 (r395166)
+++ head/databases/Makefile Mon Aug 24 12:06:37 2015 (r395167)
@@ -758,6 +758,7 @@
SUBDIR += py-pypuppetdb
SUBDIR += py-pytc
SUBDIR += py-python-rrdtool
+ SUBDIR += py-python-sql
SUBDIR += py-qt4-sql
SUBDIR += py-redis
SUBDIR += py-riak
Added: head/databases/py-python-sql/Makefile
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/databases/py-python-sql/Makefile Mon Aug 24 12:06:37 2015 (r395167)
@@ -0,0 +1,17 @@
+# $FreeBSD$
+
+PORTNAME= python-sql
+PORTVERSION= 0.7
+CATEGORIES= databases python
+MASTER_SITES= CHEESESHOP
+PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER= wen at FreeBSD.org
+COMMENT= Library to write SQL queries
+
+#LICENSE= BSD
+
+USES= pkgconfig python
+USE_PYTHON= autoplist distutils
+
+.include <bsd.port.mk>
Added: head/databases/py-python-sql/distinfo
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/databases/py-python-sql/distinfo Mon Aug 24 12:06:37 2015 (r395167)
@@ -0,0 +1,2 @@
+SHA256 (python-sql-0.7.tar.gz) = cfdafe7f101795f56efcbfdb360d6244aa6d908b02bbedc73236f64b2bd33324
+SIZE (python-sql-0.7.tar.gz) = 27422
Added: head/databases/py-python-sql/pkg-descr
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/databases/py-python-sql/pkg-descr Mon Aug 24 12:06:37 2015 (r395167)
@@ -0,0 +1,3 @@
+python-sql is a library to write SQL queries in a pythonic way.
+
+WWW: http://python-sql.tryton.org/
More information about the svn-ports-all
mailing list