summaryrefslogtreecommitdiff
path: root/databases/py-sqlsoup
diff options
context:
space:
mode:
authorrodent <rodent>2014-02-03 10:21:13 +0000
committerrodent <rodent>2014-02-03 10:21:13 +0000
commitf917cda372fadfb7e6580a0d86d8255900480ad9 (patch)
tree4c91e23d7aeabfa9c7d1b9908611833f7dea33c9 /databases/py-sqlsoup
parent99484f4cea4c1860b3bc197ed1b406d31b520117 (diff)
downloadpkgsrc-f917cda372fadfb7e6580a0d86d8255900480ad9.tar.gz
Import py27-sqlsoup-0.9.0 as databases/py-sqlsoup.
SQLSoup provides a convenient way to map Python objects to relational database tables, with no declarative code of any kind. It's built on top of the SQLAlchemy ORM and provides a super-minimalistic interface to an existing database.
Diffstat (limited to 'databases/py-sqlsoup')
-rw-r--r--databases/py-sqlsoup/DESCR4
-rw-r--r--databases/py-sqlsoup/Makefile21
-rw-r--r--databases/py-sqlsoup/PLIST10
-rw-r--r--databases/py-sqlsoup/distinfo5
4 files changed, 40 insertions, 0 deletions
diff --git a/databases/py-sqlsoup/DESCR b/databases/py-sqlsoup/DESCR
new file mode 100644
index 00000000000..bed3bdade77
--- /dev/null
+++ b/databases/py-sqlsoup/DESCR
@@ -0,0 +1,4 @@
+SQLSoup provides a convenient way to map Python objects to relational database
+tables, with no declarative code of any kind. It's built on top of the
+SQLAlchemy ORM and provides a super-minimalistic interface to an existing
+database.
diff --git a/databases/py-sqlsoup/Makefile b/databases/py-sqlsoup/Makefile
new file mode 100644
index 00000000000..8070842f82f
--- /dev/null
+++ b/databases/py-sqlsoup/Makefile
@@ -0,0 +1,21 @@
+# $NetBSD: Makefile,v 1.1 2014/02/03 10:21:13 rodent Exp $
+
+DISTNAME= sqlsoup-0.9.0
+PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
+CATEGORIES= databases python
+MASTER_SITES= https://pypi.python.org/packages/source/s/sqlsoup/
+
+MAINTAINER= kamelderouiche@yahoo.com
+HOMEPAGE= http://bitbucket.org/zzzeek/sqlsoup
+COMMENT= One step database access tool, built on the SQLAlchemy ORM
+LICENSE= mit
+
+DEPENDS+= ${PYPKGPREFIX}-sqlalchemy>=0.7.10:../../databases/py-sqlalchemy
+
+USE_LANGUAGES= # none
+
+do-test:
+ ${RUN} cd ${WRKSRC}/tests; ${SETENV} ${TEST_ENV} ${PYTHONBIN} test_sqlsoup.py
+
+.include "../../lang/python/egg.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/databases/py-sqlsoup/PLIST b/databases/py-sqlsoup/PLIST
new file mode 100644
index 00000000000..383c1086a5e
--- /dev/null
+++ b/databases/py-sqlsoup/PLIST
@@ -0,0 +1,10 @@
+@comment $NetBSD: PLIST,v 1.1 2014/02/03 10:21:13 rodent Exp $
+${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
+${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
+${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
+${PYSITELIB}/${EGG_INFODIR}/not-zip-safe
+${PYSITELIB}/${EGG_INFODIR}/requires.txt
+${PYSITELIB}/${EGG_INFODIR}/top_level.txt
+${PYSITELIB}/sqlsoup.py
+${PYSITELIB}/sqlsoup.pyc
+${PYSITELIB}/sqlsoup.pyo
diff --git a/databases/py-sqlsoup/distinfo b/databases/py-sqlsoup/distinfo
new file mode 100644
index 00000000000..a6d8721b0ad
--- /dev/null
+++ b/databases/py-sqlsoup/distinfo
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2014/02/03 10:21:13 rodent Exp $
+
+SHA1 (sqlsoup-0.9.0.tar.gz) = eaf2ff0ac86d0464a055969027c051bef36770dc
+RMD160 (sqlsoup-0.9.0.tar.gz) = db89c8d467a716c82801862e332049d03ddd6a34
+Size (sqlsoup-0.9.0.tar.gz) = 104496 bytes