Update wip/py-storm: 0.24

This commit is contained in:
K.I.A.Derouiche 2020-10-28 22:38:37 +01:00
parent a2ac2585b0
commit 5411161be8
3 changed files with 149 additions and 160 deletions

View File

@ -1,25 +1,29 @@
# $NetBSD$
DISTNAME= storm-0.20
DISTNAME= storm-0.24
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
PKGREVISION= 1
CATEGORIES= devel
MASTER_SITES= https://launchpad.net/storm/trunk/0.20/+download/
EXTRACT_SUFX= .tar.bz2
CATEGORIES= python devel
MASTER_SITES= ${MASTER_SITE_PYPI:=s/storm/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://storm.canonical.com/
COMMENT= Object-relational mapper (ORM) for Python
LICENSE= gnu-lgpl-v2.1
MAINTAINER= kamelderouiche@yahoo.com
HOMEPAGE= https://storm.canonical.com
COMMENT= Storm is an object-relational mapper (ORM)
LICENSE= gnu-lgpl-v2
PYTHON_VERSIONS_ACCEPTED= 27 # as of 0.20
do-test:
( cd ${WRKSRC} && ${PYTHONBIN} test )
post-install:
${INSTALL_DATA_DIR} ${DESTDIR}${PREFIX}/share/doc/py-storm
${INSTALL_DATA} ${WRKSRC}/README ${DESTDIR}${PREFIX}/share/doc/py-storm
DEPENDS+= ${PYPKGPREFIX}-six>=1.15.0:../../lang/py-six
TEST_DEPENDS+= ${PYPKGPREFIX}-fixtures>=1.3.0:../../devel/py-fixtures
TEST_DEPENDS+= pgbouncer>=0.0.7:../../databases/pgbouncer
TEST_DEPENDS+= ${PYPKGPREFIX}-postgresfixture>=0.4.2../../devel/py-postgresfixture
TEST_DEPENDS+= ${PYPKGPREFIX}-psycopg2>=2.3.0:../../databases/py-sycopg2
TEST_DEPENDS+= ${PYPKGPREFIX}-testresources>=0.2.4:../../devel/py-testresources
TEST_DEPENDS+= ${PYPKGPREFIX}-testtools>=0.9.8:../../devel/py-testtools
TEST_DEPENDS+= ${PYPKGPREFIX}-timeline>=0.0.7../../devel/py-timeline
TEST_DEPENDS+= ${PYPKGPREFIX}-transaction>=1.0.0:../../wip/py-transaction
TEST_DEPENDS+= ${PYPKGPREFIX}-twisted>=10.0.0:../../net/py-twisted
TEST_DEPENDS+= ${PYPKGPREFIX}-ZopeComponent>=4.6.2../../devel/py-ZopeComponent
TEST_DEPENDS+= ${PYPKGPREFIX}-ZopeConfiguration>=4.4.0../../devel/py-ZopeConfiguration
TEST_DEPENDS+= ${PYPKGPREFIX}-ZopeInterface>=5.1.2../../devel/py-ZopeInterface
TEST_DEPENDS+= ${PYPKGPREFIX}-ZopeSecurity>=5.1.1../../wip/py-zopeSecurity
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"

View File

@ -3,6 +3,7 @@ ${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}/storm/__init__.py
${PYSITELIB}/storm/__init__.pyc
@ -24,30 +25,24 @@ ${PYSITELIB}/storm/database.pyo
${PYSITELIB}/storm/databases/__init__.py
${PYSITELIB}/storm/databases/__init__.pyc
${PYSITELIB}/storm/databases/__init__.pyo
${PYSITELIB}/storm/databases/mysql.py
${PYSITELIB}/storm/databases/mysql.pyc
${PYSITELIB}/storm/databases/mysql.pyo
${PYSITELIB}/storm/databases/postgres.py
${PYSITELIB}/storm/databases/postgres.pyc
${PYSITELIB}/storm/databases/postgres.pyo
${PYSITELIB}/storm/databases/sqlite.py
${PYSITELIB}/storm/databases/sqlite.pyc
${PYSITELIB}/storm/databases/sqlite.pyo
${PYSITELIB}/storm/django/__init__.py
${PYSITELIB}/storm/django/__init__.pyc
${PYSITELIB}/storm/django/__init__.pyo
${PYSITELIB}/storm/django/backend/__init__.py
${PYSITELIB}/storm/django/backend/__init__.pyc
${PYSITELIB}/storm/django/backend/__init__.pyo
${PYSITELIB}/storm/django/backend/base.py
${PYSITELIB}/storm/django/backend/base.pyc
${PYSITELIB}/storm/django/backend/base.pyo
${PYSITELIB}/storm/django/middleware.py
${PYSITELIB}/storm/django/middleware.pyc
${PYSITELIB}/storm/django/middleware.pyo
${PYSITELIB}/storm/django/stores.py
${PYSITELIB}/storm/django/stores.pyc
${PYSITELIB}/storm/django/stores.pyo
${PYSITELIB}/storm/docs/Makefile
${PYSITELIB}/storm/docs/__init__.py
${PYSITELIB}/storm/docs/__init__.pyc
${PYSITELIB}/storm/docs/__init__.pyo
${PYSITELIB}/storm/docs/api.rst
${PYSITELIB}/storm/docs/conf.py
${PYSITELIB}/storm/docs/conf.pyc
${PYSITELIB}/storm/docs/conf.pyo
${PYSITELIB}/storm/docs/index.rst
${PYSITELIB}/storm/docs/infoheritance.rst
${PYSITELIB}/storm/docs/tutorial.rst
${PYSITELIB}/storm/docs/zope.rst
${PYSITELIB}/storm/event.py
${PYSITELIB}/storm/event.pyc
${PYSITELIB}/storm/event.pyo
@ -78,6 +73,9 @@ ${PYSITELIB}/storm/schema/patch.pyo
${PYSITELIB}/storm/schema/schema.py
${PYSITELIB}/storm/schema/schema.pyc
${PYSITELIB}/storm/schema/schema.pyo
${PYSITELIB}/storm/schema/sharding.py
${PYSITELIB}/storm/schema/sharding.pyc
${PYSITELIB}/storm/schema/sharding.pyo
${PYSITELIB}/storm/sqlobject.py
${PYSITELIB}/storm/sqlobject.pyc
${PYSITELIB}/storm/sqlobject.pyo
@ -87,6 +85,114 @@ ${PYSITELIB}/storm/store.pyo
${PYSITELIB}/storm/testing.py
${PYSITELIB}/storm/testing.pyc
${PYSITELIB}/storm/testing.pyo
${PYSITELIB}/storm/tests/__init__.py
${PYSITELIB}/storm/tests/__init__.pyc
${PYSITELIB}/storm/tests/__init__.pyo
${PYSITELIB}/storm/tests/base.py
${PYSITELIB}/storm/tests/base.pyc
${PYSITELIB}/storm/tests/base.pyo
${PYSITELIB}/storm/tests/cache.py
${PYSITELIB}/storm/tests/cache.pyc
${PYSITELIB}/storm/tests/cache.pyo
${PYSITELIB}/storm/tests/database.py
${PYSITELIB}/storm/tests/database.pyc
${PYSITELIB}/storm/tests/database.pyo
${PYSITELIB}/storm/tests/databases/__init__.py
${PYSITELIB}/storm/tests/databases/__init__.pyc
${PYSITELIB}/storm/tests/databases/__init__.pyo
${PYSITELIB}/storm/tests/databases/base.py
${PYSITELIB}/storm/tests/databases/base.pyc
${PYSITELIB}/storm/tests/databases/base.pyo
${PYSITELIB}/storm/tests/databases/postgres.py
${PYSITELIB}/storm/tests/databases/postgres.pyc
${PYSITELIB}/storm/tests/databases/postgres.pyo
${PYSITELIB}/storm/tests/databases/proxy.py
${PYSITELIB}/storm/tests/databases/proxy.pyc
${PYSITELIB}/storm/tests/databases/proxy.pyo
${PYSITELIB}/storm/tests/databases/sqlite.py
${PYSITELIB}/storm/tests/databases/sqlite.pyc
${PYSITELIB}/storm/tests/databases/sqlite.pyo
${PYSITELIB}/storm/tests/django/__init__.py
${PYSITELIB}/storm/tests/django/__init__.pyc
${PYSITELIB}/storm/tests/django/__init__.pyo
${PYSITELIB}/storm/tests/event.py
${PYSITELIB}/storm/tests/event.pyc
${PYSITELIB}/storm/tests/event.pyo
${PYSITELIB}/storm/tests/expr.py
${PYSITELIB}/storm/tests/expr.pyc
${PYSITELIB}/storm/tests/expr.pyo
${PYSITELIB}/storm/tests/helper.py
${PYSITELIB}/storm/tests/helper.pyc
${PYSITELIB}/storm/tests/helper.pyo
${PYSITELIB}/storm/tests/info.py
${PYSITELIB}/storm/tests/info.pyc
${PYSITELIB}/storm/tests/info.pyo
${PYSITELIB}/storm/tests/mocker.py
${PYSITELIB}/storm/tests/mocker.pyc
${PYSITELIB}/storm/tests/mocker.pyo
${PYSITELIB}/storm/tests/properties.py
${PYSITELIB}/storm/tests/properties.pyc
${PYSITELIB}/storm/tests/properties.pyo
${PYSITELIB}/storm/tests/schema/__init__.py
${PYSITELIB}/storm/tests/schema/__init__.pyc
${PYSITELIB}/storm/tests/schema/__init__.pyo
${PYSITELIB}/storm/tests/schema/patch.py
${PYSITELIB}/storm/tests/schema/patch.pyc
${PYSITELIB}/storm/tests/schema/patch.pyo
${PYSITELIB}/storm/tests/schema/schema.py
${PYSITELIB}/storm/tests/schema/schema.pyc
${PYSITELIB}/storm/tests/schema/schema.pyo
${PYSITELIB}/storm/tests/schema/sharding.py
${PYSITELIB}/storm/tests/schema/sharding.pyc
${PYSITELIB}/storm/tests/schema/sharding.pyo
${PYSITELIB}/storm/tests/sqlobject.py
${PYSITELIB}/storm/tests/sqlobject.pyc
${PYSITELIB}/storm/tests/sqlobject.pyo
${PYSITELIB}/storm/tests/store/__init__.py
${PYSITELIB}/storm/tests/store/__init__.pyc
${PYSITELIB}/storm/tests/store/__init__.pyo
${PYSITELIB}/storm/tests/store/base.py
${PYSITELIB}/storm/tests/store/base.pyc
${PYSITELIB}/storm/tests/store/base.pyo
${PYSITELIB}/storm/tests/store/block.py
${PYSITELIB}/storm/tests/store/block.pyc
${PYSITELIB}/storm/tests/store/block.pyo
${PYSITELIB}/storm/tests/store/postgres.py
${PYSITELIB}/storm/tests/store/postgres.pyc
${PYSITELIB}/storm/tests/store/postgres.pyo
${PYSITELIB}/storm/tests/store/sqlite.py
${PYSITELIB}/storm/tests/store/sqlite.pyc
${PYSITELIB}/storm/tests/store/sqlite.pyo
${PYSITELIB}/storm/tests/tracer.py
${PYSITELIB}/storm/tests/tracer.pyc
${PYSITELIB}/storm/tests/tracer.pyo
${PYSITELIB}/storm/tests/twisted/__init__.py
${PYSITELIB}/storm/tests/twisted/__init__.pyc
${PYSITELIB}/storm/tests/twisted/__init__.pyo
${PYSITELIB}/storm/tests/twisted/transact.py
${PYSITELIB}/storm/tests/twisted/transact.pyc
${PYSITELIB}/storm/tests/twisted/transact.pyo
${PYSITELIB}/storm/tests/uri.py
${PYSITELIB}/storm/tests/uri.pyc
${PYSITELIB}/storm/tests/uri.pyo
${PYSITELIB}/storm/tests/variables.py
${PYSITELIB}/storm/tests/variables.pyc
${PYSITELIB}/storm/tests/variables.pyo
${PYSITELIB}/storm/tests/wsgi.py
${PYSITELIB}/storm/tests/wsgi.pyc
${PYSITELIB}/storm/tests/wsgi.pyo
${PYSITELIB}/storm/tests/zope/__init__.py
${PYSITELIB}/storm/tests/zope/__init__.pyc
${PYSITELIB}/storm/tests/zope/__init__.pyo
${PYSITELIB}/storm/tests/zope/adapters.py
${PYSITELIB}/storm/tests/zope/adapters.pyc
${PYSITELIB}/storm/tests/zope/adapters.pyo
${PYSITELIB}/storm/tests/zope/testing.py
${PYSITELIB}/storm/tests/zope/testing.pyc
${PYSITELIB}/storm/tests/zope/testing.pyo
${PYSITELIB}/storm/tests/zope/zstorm.py
${PYSITELIB}/storm/tests/zope/zstorm.pyc
${PYSITELIB}/storm/tests/zope/zstorm.pyo
${PYSITELIB}/storm/tracer.py
${PYSITELIB}/storm/tracer.pyc
${PYSITELIB}/storm/tracer.pyo
@ -140,124 +246,3 @@ ${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

View File

@ -1,6 +1,6 @@
$NetBSD: distinfo,v 1.2 2010/05/07 22:41:52 jihbed Exp $
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
SHA1 (storm-0.24.tar.gz) = fa327d1e1c729fee20723d35a58940635abfc8bc
RMD160 (storm-0.24.tar.gz) = 7d1077a026837ed3bbd4132162904a73755b3ea1
SHA512 (storm-0.24.tar.gz) = ba213962f177581848387687047f081718329b649e9d344002f803d65aa5978df4d042366782792996e07d7e76a72732f6dfc0a8d6f5b9d3f430ea4787265b82
Size (storm-0.24.tar.gz) = 281939 bytes