pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Please see file: http://bazaar.launchpad.net/~storm/storm/trunk/view/head: /NEWS
Module Name: pkgsrc-wip
Committed By: K.I.A.Derouiche <kamel.derouiche%gmail.com@localhost>
Pushed By: jihbed
Date: Fri Nov 27 21:21:03 2015 +0100
Changeset: c73d9deaf62d39394e379cf41319bb8c4001dd73
Modified Files:
py-storm/DESCR
py-storm/Makefile
py-storm/PLIST
py-storm/distinfo
Log Message:
Please see file: http://bazaar.launchpad.net/~storm/storm/trunk/view/head:/NEWS
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=c73d9deaf62d39394e379cf41319bb8c4001dd73
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
py-storm/DESCR | 24 ---------
py-storm/Makefile | 8 ++-
py-storm/PLIST | 158 +++++++++++++++++++++++++++++++++++++++++++++++++++++-
py-storm/distinfo | 7 +--
4 files changed, 164 insertions(+), 33 deletions(-)
diffs:
diff --git a/py-storm/DESCR b/py-storm/DESCR
index de18dfe..e69de29 100644
--- a/py-storm/DESCR
+++ b/py-storm/DESCR
@@ -1,24 +0,0 @@
-Storm is an Object Relational Mapper for Python.
-
- * Storm is fast.
- * Storm lets you efficiently access and update large datasets
- by allowing you to formulate complex queries spanning multiple
- tables using Python.
- * Storm allows you to fallback to SQL if needed (or if you just
- prefer), allowing you to mix "old school" code and ORM code
- * Storm handles composed primary keys with ease (no need for
- surrogate keys).
- * Storm doesn't do schema management, and as a result you're
- free to manage the schema as wanted, and creating classes that
- work with Storm is clean and simple.
- * Storm works very well connecting to several databases and
- using the same Python types (or different ones) with all of
- them.
- * Storm can handle obj.attr = <A SQL expression> assignments,
- when that's really needed (the expression is executed at
- INSERT/UPDATE time).
- * Storm handles relationships between objects even before they
- were added to a database.
- * Storm works well with existing database schemas.
- * Storm will flush changes to the database automatically when
- needed, so that queries made affect recently modified objects.
diff --git a/py-storm/Makefile b/py-storm/Makefile
index 86860c6..598bf70 100644
--- a/py-storm/Makefile
+++ b/py-storm/Makefile
@@ -1,11 +1,10 @@
-# $NetBSD: Makefile,v 1.5 2014/06/01 12:49:46 thomasklausner Exp $
-#
+# $NetBSD$
-DISTNAME= storm-0.16.0
+DISTNAME= storm-0.20
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
PKGREVISION= 1
CATEGORIES= devel
-MASTER_SITES= https://launchpad.net/storm/trunk/0.16/+download/
+MASTER_SITES= https://launchpad.net/storm/trunk/0.20/+download/
EXTRACT_SUFX= .tar.bz2
MAINTAINER= pkgsrc-users%NetBSD.org@localhost
@@ -13,7 +12,6 @@ HOMEPAGE= https://storm.canonical.com/
COMMENT= Object-relational mapper (ORM) for Python
LICENSE= gnu-lgpl-v2.1
-
do-test:
( cd ${WRKSRC} && ${PYTHONBIN} test )
diff --git a/py-storm/PLIST b/py-storm/PLIST
index 9e94001..eacdbaf 100644
--- a/py-storm/PLIST
+++ b/py-storm/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.2 2010/05/07 22:41:52 jihbed Exp $
+@comment $NetBSD$
${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
@@ -15,6 +15,9 @@ ${PYSITELIB}/storm/cache.pyc
${PYSITELIB}/storm/cache.pyo
${PYSITELIB}/storm/cextensions.c
${PYSITELIB}/storm/cextensions.so
+${PYSITELIB}/storm/compat.py
+${PYSITELIB}/storm/compat.pyc
+${PYSITELIB}/storm/compat.pyo
${PYSITELIB}/storm/database.py
${PYSITELIB}/storm/database.pyc
${PYSITELIB}/storm/database.pyo
@@ -66,15 +69,36 @@ ${PYSITELIB}/storm/properties.pyo
${PYSITELIB}/storm/references.py
${PYSITELIB}/storm/references.pyc
${PYSITELIB}/storm/references.pyo
+${PYSITELIB}/storm/schema/__init__.py
+${PYSITELIB}/storm/schema/__init__.pyc
+${PYSITELIB}/storm/schema/__init__.pyo
+${PYSITELIB}/storm/schema/patch.py
+${PYSITELIB}/storm/schema/patch.pyc
+${PYSITELIB}/storm/schema/patch.pyo
+${PYSITELIB}/storm/schema/schema.py
+${PYSITELIB}/storm/schema/schema.pyc
+${PYSITELIB}/storm/schema/schema.pyo
${PYSITELIB}/storm/sqlobject.py
${PYSITELIB}/storm/sqlobject.pyc
${PYSITELIB}/storm/sqlobject.pyo
${PYSITELIB}/storm/store.py
${PYSITELIB}/storm/store.pyc
${PYSITELIB}/storm/store.pyo
+${PYSITELIB}/storm/testing.py
+${PYSITELIB}/storm/testing.pyc
+${PYSITELIB}/storm/testing.pyo
${PYSITELIB}/storm/tracer.py
${PYSITELIB}/storm/tracer.pyc
${PYSITELIB}/storm/tracer.pyo
+${PYSITELIB}/storm/twisted/__init__.py
+${PYSITELIB}/storm/twisted/__init__.pyc
+${PYSITELIB}/storm/twisted/__init__.pyo
+${PYSITELIB}/storm/twisted/testing.py
+${PYSITELIB}/storm/twisted/testing.pyc
+${PYSITELIB}/storm/twisted/testing.pyo
+${PYSITELIB}/storm/twisted/transact.py
+${PYSITELIB}/storm/twisted/transact.pyc
+${PYSITELIB}/storm/twisted/transact.pyo
${PYSITELIB}/storm/tz.py
${PYSITELIB}/storm/tz.pyc
${PYSITELIB}/storm/tz.pyo
@@ -84,6 +108,12 @@ ${PYSITELIB}/storm/uri.pyo
${PYSITELIB}/storm/variables.py
${PYSITELIB}/storm/variables.pyc
${PYSITELIB}/storm/variables.pyo
+${PYSITELIB}/storm/wsgi.py
+${PYSITELIB}/storm/wsgi.pyc
+${PYSITELIB}/storm/wsgi.pyo
+${PYSITELIB}/storm/xid.py
+${PYSITELIB}/storm/xid.pyc
+${PYSITELIB}/storm/xid.pyo
${PYSITELIB}/storm/zope/__init__.py
${PYSITELIB}/storm/zope/__init__.pyc
${PYSITELIB}/storm/zope/__init__.pyo
@@ -101,7 +131,133 @@ ${PYSITELIB}/storm/zope/metaconfigure.pyo
${PYSITELIB}/storm/zope/metadirectives.py
${PYSITELIB}/storm/zope/metadirectives.pyc
${PYSITELIB}/storm/zope/metadirectives.pyo
+${PYSITELIB}/storm/zope/schema.py
+${PYSITELIB}/storm/zope/schema.pyc
+${PYSITELIB}/storm/zope/schema.pyo
+${PYSITELIB}/storm/zope/testing.py
+${PYSITELIB}/storm/zope/testing.pyc
+${PYSITELIB}/storm/zope/testing.pyo
${PYSITELIB}/storm/zope/zstorm.py
${PYSITELIB}/storm/zope/zstorm.pyc
${PYSITELIB}/storm/zope/zstorm.pyo
+${PYSITELIB}/tests/__init__.py
+${PYSITELIB}/tests/__init__.pyc
+${PYSITELIB}/tests/__init__.pyo
+${PYSITELIB}/tests/base.py
+${PYSITELIB}/tests/base.pyc
+${PYSITELIB}/tests/base.pyo
+${PYSITELIB}/tests/cache.py
+${PYSITELIB}/tests/cache.pyc
+${PYSITELIB}/tests/cache.pyo
+${PYSITELIB}/tests/database.py
+${PYSITELIB}/tests/database.pyc
+${PYSITELIB}/tests/database.pyo
+${PYSITELIB}/tests/databases/__init__.py
+${PYSITELIB}/tests/databases/__init__.pyc
+${PYSITELIB}/tests/databases/__init__.pyo
+${PYSITELIB}/tests/databases/base.py
+${PYSITELIB}/tests/databases/base.pyc
+${PYSITELIB}/tests/databases/base.pyo
+${PYSITELIB}/tests/databases/mysql.py
+${PYSITELIB}/tests/databases/mysql.pyc
+${PYSITELIB}/tests/databases/mysql.pyo
+${PYSITELIB}/tests/databases/postgres.py
+${PYSITELIB}/tests/databases/postgres.pyc
+${PYSITELIB}/tests/databases/postgres.pyo
+${PYSITELIB}/tests/databases/proxy.py
+${PYSITELIB}/tests/databases/proxy.pyc
+${PYSITELIB}/tests/databases/proxy.pyo
+${PYSITELIB}/tests/databases/sqlite.py
+${PYSITELIB}/tests/databases/sqlite.pyc
+${PYSITELIB}/tests/databases/sqlite.pyo
+${PYSITELIB}/tests/django/__init__.py
+${PYSITELIB}/tests/django/__init__.pyc
+${PYSITELIB}/tests/django/__init__.pyo
+${PYSITELIB}/tests/django/backend.py
+${PYSITELIB}/tests/django/backend.pyc
+${PYSITELIB}/tests/django/backend.pyo
+${PYSITELIB}/tests/django/middleware.py
+${PYSITELIB}/tests/django/middleware.pyc
+${PYSITELIB}/tests/django/middleware.pyo
+${PYSITELIB}/tests/django/stores.py
+${PYSITELIB}/tests/django/stores.pyc
+${PYSITELIB}/tests/django/stores.pyo
+${PYSITELIB}/tests/event.py
+${PYSITELIB}/tests/event.pyc
+${PYSITELIB}/tests/event.pyo
+${PYSITELIB}/tests/expr.py
+${PYSITELIB}/tests/expr.pyc
+${PYSITELIB}/tests/expr.pyo
+${PYSITELIB}/tests/helper.py
+${PYSITELIB}/tests/helper.pyc
+${PYSITELIB}/tests/helper.pyo
+${PYSITELIB}/tests/info.py
+${PYSITELIB}/tests/info.pyc
+${PYSITELIB}/tests/info.pyo
+${PYSITELIB}/tests/infoheritance.txt
+${PYSITELIB}/tests/mocker.py
+${PYSITELIB}/tests/mocker.pyc
+${PYSITELIB}/tests/mocker.pyo
+${PYSITELIB}/tests/properties.py
+${PYSITELIB}/tests/properties.pyc
+${PYSITELIB}/tests/properties.pyo
+${PYSITELIB}/tests/schema/__init__.py
+${PYSITELIB}/tests/schema/__init__.pyc
+${PYSITELIB}/tests/schema/__init__.pyo
+${PYSITELIB}/tests/schema/patch.py
+${PYSITELIB}/tests/schema/patch.pyc
+${PYSITELIB}/tests/schema/patch.pyo
+${PYSITELIB}/tests/schema/schema.py
+${PYSITELIB}/tests/schema/schema.pyc
+${PYSITELIB}/tests/schema/schema.pyo
+${PYSITELIB}/tests/sqlobject.py
+${PYSITELIB}/tests/sqlobject.pyc
+${PYSITELIB}/tests/sqlobject.pyo
+${PYSITELIB}/tests/store/__init__.py
+${PYSITELIB}/tests/store/__init__.pyc
+${PYSITELIB}/tests/store/__init__.pyo
+${PYSITELIB}/tests/store/base.py
+${PYSITELIB}/tests/store/base.pyc
+${PYSITELIB}/tests/store/base.pyo
+${PYSITELIB}/tests/store/mysql.py
+${PYSITELIB}/tests/store/mysql.pyc
+${PYSITELIB}/tests/store/mysql.pyo
+${PYSITELIB}/tests/store/postgres.py
+${PYSITELIB}/tests/store/postgres.pyc
+${PYSITELIB}/tests/store/postgres.pyo
+${PYSITELIB}/tests/store/sqlite.py
+${PYSITELIB}/tests/store/sqlite.pyc
+${PYSITELIB}/tests/store/sqlite.pyo
+${PYSITELIB}/tests/tracer.py
+${PYSITELIB}/tests/tracer.pyc
+${PYSITELIB}/tests/tracer.pyo
+${PYSITELIB}/tests/tutorial.txt
+${PYSITELIB}/tests/twisted/__init__.py
+${PYSITELIB}/tests/twisted/__init__.pyc
+${PYSITELIB}/tests/twisted/__init__.pyo
+${PYSITELIB}/tests/twisted/transact.py
+${PYSITELIB}/tests/twisted/transact.pyc
+${PYSITELIB}/tests/twisted/transact.pyo
+${PYSITELIB}/tests/uri.py
+${PYSITELIB}/tests/uri.pyc
+${PYSITELIB}/tests/uri.pyo
+${PYSITELIB}/tests/variables.py
+${PYSITELIB}/tests/variables.pyc
+${PYSITELIB}/tests/variables.pyo
+${PYSITELIB}/tests/wsgi.py
+${PYSITELIB}/tests/wsgi.pyc
+${PYSITELIB}/tests/wsgi.pyo
+${PYSITELIB}/tests/zope/README.txt
+${PYSITELIB}/tests/zope/__init__.py
+${PYSITELIB}/tests/zope/__init__.pyc
+${PYSITELIB}/tests/zope/__init__.pyo
+${PYSITELIB}/tests/zope/adapters.py
+${PYSITELIB}/tests/zope/adapters.pyc
+${PYSITELIB}/tests/zope/adapters.pyo
+${PYSITELIB}/tests/zope/testing.py
+${PYSITELIB}/tests/zope/testing.pyc
+${PYSITELIB}/tests/zope/testing.pyo
+${PYSITELIB}/tests/zope/zstorm.py
+${PYSITELIB}/tests/zope/zstorm.pyc
+${PYSITELIB}/tests/zope/zstorm.pyo
share/doc/py-storm/README
diff --git a/py-storm/distinfo b/py-storm/distinfo
index 61b2bda..05128a0 100644
--- a/py-storm/distinfo
+++ b/py-storm/distinfo
@@ -1,5 +1,6 @@
$NetBSD: distinfo,v 1.2 2010/05/07 22:41:52 jihbed Exp $
-SHA1 (storm-0.16.0.tar.bz2) = 485b1c3a7fc82eb240d7527073eb65b0be8321de
-RMD160 (storm-0.16.0.tar.bz2) = e1e24a0204f5ddce5afa9e5c6561325ddd569924
-Size (storm-0.16.0.tar.bz2) = 177684 bytes
+SHA1 (storm-0.20.tar.bz2) = 5a46754c7f046090510ac8d8de89fe7700be481a
+RMD160 (storm-0.20.tar.bz2) = b6ab49b5ea1977d601bc037d1eb3a89749685527
+SHA512 (storm-0.20.tar.bz2) = 7a22c6a6fa45f7bbeeb5c6f934d6f889a6d90d78a6d3e3b9c6a6825485ec35301f573d08c619693a2587e795582db633254631c0be7cd8f1fee6b03a88378a8d
+Size (storm-0.20.tar.bz2) = 213069 bytes
Home |
Main Index |
Thread Index |
Old Index