aboutsummaryrefslogtreecommitdiffstats
path: root/databases/py-python-sql
diff options
context:
space:
mode:
authorwen <wen@FreeBSD.org>2015-08-24 20:06:37 +0800
committerwen <wen@FreeBSD.org>2015-08-24 20:06:37 +0800
commita29e8885a49905321252756c74da908af7971459 (patch)
tree23fc35297af8abc76069ab999983010d52d130d5 /databases/py-python-sql
parent33ccd9349cd55fd6741f441b920b83c5c6790e07 (diff)
downloadfreebsd-ports-gnome-a29e8885a49905321252756c74da908af7971459.tar.gz
freebsd-ports-gnome-a29e8885a49905321252756c74da908af7971459.tar.zst
freebsd-ports-gnome-a29e8885a49905321252756c74da908af7971459.zip
python-sql is a library to write SQL queries in a pythonic way.
WWW: http://python-sql.tryton.org/
Diffstat (limited to 'databases/py-python-sql')
-rw-r--r--databases/py-python-sql/Makefile17
-rw-r--r--databases/py-python-sql/distinfo2
-rw-r--r--databases/py-python-sql/pkg-descr3
3 files changed, 22 insertions, 0 deletions
diff --git a/databases/py-python-sql/Makefile b/databases/py-python-sql/Makefile
new file mode 100644
index 000000000000..691669640520
--- /dev/null
+++ b/databases/py-python-sql/Makefile
@@ -0,0 +1,17 @@
+# $FreeBSD$
+
+PORTNAME= python-sql
+PORTVERSION= 0.7
+CATEGORIES= databases python
+MASTER_SITES= CHEESESHOP
+PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER= wen@FreeBSD.org
+COMMENT= Library to write SQL queries
+
+#LICENSE= BSD
+
+USES= pkgconfig python
+USE_PYTHON= autoplist distutils
+
+.include <bsd.port.mk>
diff --git a/databases/py-python-sql/distinfo b/databases/py-python-sql/distinfo
new file mode 100644
index 000000000000..ea781af6be28
--- /dev/null
+++ b/databases/py-python-sql/distinfo
@@ -0,0 +1,2 @@
+SHA256 (python-sql-0.7.tar.gz) = cfdafe7f101795f56efcbfdb360d6244aa6d908b02bbedc73236f64b2bd33324
+SIZE (python-sql-0.7.tar.gz) = 27422
diff --git a/databases/py-python-sql/pkg-descr b/databases/py-python-sql/pkg-descr
new file mode 100644
index 000000000000..a66ef05c8530
--- /dev/null
+++ b/databases/py-python-sql/pkg-descr
@@ -0,0 +1,3 @@
+python-sql is a library to write SQL queries in a pythonic way.
+
+WWW: http://python-sql.tryton.org/