diff options
author | rodent <rodent@pkgsrc.org> | 2014-02-03 10:21:13 +0000 |
---|---|---|
committer | rodent <rodent@pkgsrc.org> | 2014-02-03 10:21:13 +0000 |
commit | 2e4c9020034b44844b88ef850168e0b9d6b655a1 (patch) | |
tree | 4c91e23d7aeabfa9c7d1b9908611833f7dea33c9 /databases/py-sqlsoup/PLIST | |
parent | f6d949ea3aff39919a28e727c77b569a8d41d5ff (diff) | |
download | pkgsrc-2e4c9020034b44844b88ef850168e0b9d6b655a1.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/PLIST')
-rw-r--r-- | databases/py-sqlsoup/PLIST | 10 |
1 files changed, 10 insertions, 0 deletions
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 |