summaryrefslogtreecommitdiff
path: root/databases/py-python-sql
diff options
context:
space:
mode:
authorrodent <rodent>2014-01-30 04:54:57 +0000
committerrodent <rodent>2014-01-30 04:54:57 +0000
commit899531542871aa559ec01f4efd09465821058bd5 (patch)
tree87f0cdd116f55c2e25be9fd720e1290c38c6dc8f /databases/py-python-sql
parentc32d891eddcf810f22e6fd60f4fc50fde20a1525 (diff)
downloadpkgsrc-899531542871aa559ec01f4efd09465821058bd5.tar.gz
Import py27-python-sql-0.2 as databases/py-python-sql.
python-sql is a library to write SQL queries in a pythonic way.
Diffstat (limited to 'databases/py-python-sql')
-rw-r--r--databases/py-python-sql/DESCR1
-rw-r--r--databases/py-python-sql/Makefile22
-rw-r--r--databases/py-python-sql/PLIST71
-rw-r--r--databases/py-python-sql/distinfo5
4 files changed, 99 insertions, 0 deletions
diff --git a/databases/py-python-sql/DESCR b/databases/py-python-sql/DESCR
new file mode 100644
index 00000000000..56134c21953
--- /dev/null
+++ b/databases/py-python-sql/DESCR
@@ -0,0 +1 @@
+python-sql is a library to write SQL queries in a pythonic way.
diff --git a/databases/py-python-sql/Makefile b/databases/py-python-sql/Makefile
new file mode 100644
index 00000000000..7c3be315bd6
--- /dev/null
+++ b/databases/py-python-sql/Makefile
@@ -0,0 +1,22 @@
+# $NetBSD: Makefile,v 1.1 2014/01/30 04:54:57 rodent Exp $
+
+DISTNAME= 0.2
+PKGNAME= ${PYPKGPREFIX}-${EGG_NAME:S/_/-/1}
+CATEGORIES= databases python
+MASTER_SITES= http://python-sql.googlecode.com/archive/
+EXTRACT_SUFX= .zip
+
+MAINTAINER= rodent@NetBSD.org
+HOMEPAGE= http://python-sql.googlecode.com/archive/
+COMMENT= Python library to write SQL queries
+LICENSE= modified-bsd
+
+WRKSRC= ${WRKDIR}/python-sql-e8322fa5b114
+USE_LANGUAGES= # none
+
+REPLACE_PYTHON+= sql/aggregate.py
+EGG_NAME= python_sql-${DISTNAME}
+
+.include "../../lang/python/application.mk"
+.include "../../lang/python/egg.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/databases/py-python-sql/PLIST b/databases/py-python-sql/PLIST
new file mode 100644
index 00000000000..df46c6b400d
--- /dev/null
+++ b/databases/py-python-sql/PLIST
@@ -0,0 +1,71 @@
+@comment $NetBSD: PLIST,v 1.1 2014/01/30 04:54:57 rodent Exp $
+${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
+${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
+${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
+${PYSITELIB}/${EGG_INFODIR}/top_level.txt
+${PYSITELIB}/sql/__init__.py
+${PYSITELIB}/sql/__init__.pyc
+${PYSITELIB}/sql/__init__.pyo
+${PYSITELIB}/sql/aggregate.py
+${PYSITELIB}/sql/aggregate.pyc
+${PYSITELIB}/sql/aggregate.pyo
+${PYSITELIB}/sql/conditionals.py
+${PYSITELIB}/sql/conditionals.pyc
+${PYSITELIB}/sql/conditionals.pyo
+${PYSITELIB}/sql/functions.py
+${PYSITELIB}/sql/functions.pyc
+${PYSITELIB}/sql/functions.pyo
+${PYSITELIB}/sql/operators.py
+${PYSITELIB}/sql/operators.pyc
+${PYSITELIB}/sql/operators.pyo
+${PYSITELIB}/sql/tests/__init__.py
+${PYSITELIB}/sql/tests/__init__.pyc
+${PYSITELIB}/sql/tests/__init__.pyo
+${PYSITELIB}/sql/tests/test_aggregate.py
+${PYSITELIB}/sql/tests/test_aggregate.pyc
+${PYSITELIB}/sql/tests/test_aggregate.pyo
+${PYSITELIB}/sql/tests/test_alias.py
+${PYSITELIB}/sql/tests/test_alias.pyc
+${PYSITELIB}/sql/tests/test_alias.pyo
+${PYSITELIB}/sql/tests/test_as.py
+${PYSITELIB}/sql/tests/test_as.pyc
+${PYSITELIB}/sql/tests/test_as.pyo
+${PYSITELIB}/sql/tests/test_cast.py
+${PYSITELIB}/sql/tests/test_cast.pyc
+${PYSITELIB}/sql/tests/test_cast.pyo
+${PYSITELIB}/sql/tests/test_column.py
+${PYSITELIB}/sql/tests/test_column.pyc
+${PYSITELIB}/sql/tests/test_column.pyo
+${PYSITELIB}/sql/tests/test_conditionals.py
+${PYSITELIB}/sql/tests/test_conditionals.pyc
+${PYSITELIB}/sql/tests/test_conditionals.pyo
+${PYSITELIB}/sql/tests/test_delete.py
+${PYSITELIB}/sql/tests/test_delete.pyc
+${PYSITELIB}/sql/tests/test_delete.pyo
+${PYSITELIB}/sql/tests/test_for.py
+${PYSITELIB}/sql/tests/test_for.pyc
+${PYSITELIB}/sql/tests/test_for.pyo
+${PYSITELIB}/sql/tests/test_functions.py
+${PYSITELIB}/sql/tests/test_functions.pyc
+${PYSITELIB}/sql/tests/test_functions.pyo
+${PYSITELIB}/sql/tests/test_insert.py
+${PYSITELIB}/sql/tests/test_insert.pyc
+${PYSITELIB}/sql/tests/test_insert.pyo
+${PYSITELIB}/sql/tests/test_join.py
+${PYSITELIB}/sql/tests/test_join.pyc
+${PYSITELIB}/sql/tests/test_join.pyo
+${PYSITELIB}/sql/tests/test_literal.py
+${PYSITELIB}/sql/tests/test_literal.pyc
+${PYSITELIB}/sql/tests/test_literal.pyo
+${PYSITELIB}/sql/tests/test_operators.py
+${PYSITELIB}/sql/tests/test_operators.pyc
+${PYSITELIB}/sql/tests/test_operators.pyo
+${PYSITELIB}/sql/tests/test_order.py
+${PYSITELIB}/sql/tests/test_order.pyc
+${PYSITELIB}/sql/tests/test_order.pyo
+${PYSITELIB}/sql/tests/test_select.py
+${PYSITELIB}/sql/tests/test_select.pyc
+${PYSITELIB}/sql/tests/test_select.pyo
+${PYSITELIB}/sql/tests/test_update.py
+${PYSITELIB}/sql/tests/test_update.pyc
+${PYSITELIB}/sql/tests/test_update.pyo
diff --git a/databases/py-python-sql/distinfo b/databases/py-python-sql/distinfo
new file mode 100644
index 00000000000..f10d2b34196
--- /dev/null
+++ b/databases/py-python-sql/distinfo
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2014/01/30 04:54:57 rodent Exp $
+
+SHA1 (0.2.zip) = b172097ee7cc2b0e2d60b2305cfbb2b897a5b26d
+RMD160 (0.2.zip) = 3f9084b3002a987cf90b3b590aabe329eed68dc0
+Size (0.2.zip) = 41883 bytes