import py-postgresfixture-0.4.2 to wip

This commit is contained in:
K.I.A.Derouiche 2020-10-27 01:02:14 +01:00
parent 2874be168c
commit f470356d08
4 changed files with 73 additions and 0 deletions

3
py-postgresfixture/DESCR Normal file
View File

@ -0,0 +1,3 @@
A Python fixture for creating PostgreSQL clusters and databases,
and tearing them down again, intended for use during development
and testing

View File

@ -0,0 +1,22 @@
# $NetBSD$
DISTNAME= postgresfixture-0.4.2
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= databases python
MASTER_SITES= ${MASTER_SITE_PYPI:=p/postgresfixture/}
MAINTAINER= kamelderouiche@yahoo.com
HOMEPAGE= https://pypi.org/project/postgresfixture/
COMMENT= Fixture for creating PostgreSQL clusters and databases
LICENSE= gnu-agpl-v3
DEPENDS+= ${PYPKGPREFIX}-fixtures>=0.3.8:../../devel/py-fixtures
DEPENDS+= ${PYPKGPREFIX}-psycopg2>=2.4.4:../../databases/py-psycopg2
DEPENDS+= ${PYPKGPREFIX}-testtools>=0.9.14:../../devel/py-testtools
DEPENDS+= ${PYPKGPREFIX}-testscenarios>=0.4:../../devel/py-testscenarios
TEST_DEPENDS+= ${PYPKGPREFIX}-testtools>=0.9.14:../../devel/py-testtools
USE_LANGUAGES= # none
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"

42
py-postgresfixture/PLIST Normal file
View File

@ -0,0 +1,42 @@
@comment $NetBSD$
bin/postgresfixture
${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
${PYSITELIB}/${EGG_INFODIR}/entry_points.txt
${PYSITELIB}/${EGG_INFODIR}/not-zip-safe
${PYSITELIB}/${EGG_INFODIR}/requires.txt
${PYSITELIB}/${EGG_INFODIR}/top_level.txt
${PYSITELIB}/postgresfixture/__init__.py
${PYSITELIB}/postgresfixture/__init__.pyc
${PYSITELIB}/postgresfixture/__init__.pyo
${PYSITELIB}/postgresfixture/__main__.py
${PYSITELIB}/postgresfixture/__main__.pyc
${PYSITELIB}/postgresfixture/__main__.pyo
${PYSITELIB}/postgresfixture/cluster.py
${PYSITELIB}/postgresfixture/cluster.pyc
${PYSITELIB}/postgresfixture/cluster.pyo
${PYSITELIB}/postgresfixture/clusterfixture.py
${PYSITELIB}/postgresfixture/clusterfixture.pyc
${PYSITELIB}/postgresfixture/clusterfixture.pyo
${PYSITELIB}/postgresfixture/main.py
${PYSITELIB}/postgresfixture/main.pyc
${PYSITELIB}/postgresfixture/main.pyo
${PYSITELIB}/postgresfixture/testing/__init__.py
${PYSITELIB}/postgresfixture/testing/__init__.pyc
${PYSITELIB}/postgresfixture/testing/__init__.pyo
${PYSITELIB}/postgresfixture/tests/__init__.py
${PYSITELIB}/postgresfixture/tests/__init__.pyc
${PYSITELIB}/postgresfixture/tests/__init__.pyo
${PYSITELIB}/postgresfixture/tests/test_cluster.py
${PYSITELIB}/postgresfixture/tests/test_cluster.pyc
${PYSITELIB}/postgresfixture/tests/test_cluster.pyo
${PYSITELIB}/postgresfixture/tests/test_clusterfixture.py
${PYSITELIB}/postgresfixture/tests/test_clusterfixture.pyc
${PYSITELIB}/postgresfixture/tests/test_clusterfixture.pyo
${PYSITELIB}/postgresfixture/tests/test_main.py
${PYSITELIB}/postgresfixture/tests/test_main.pyc
${PYSITELIB}/postgresfixture/tests/test_main.pyo
${PYSITELIB}/postgresfixture/utils.py
${PYSITELIB}/postgresfixture/utils.pyc
${PYSITELIB}/postgresfixture/utils.pyo

View File

@ -0,0 +1,6 @@
$NetBSD$
SHA1 (postgresfixture-0.4.2.tar.gz) = 9128ff232fb58b51385638c4fd51969bada406f7
RMD160 (postgresfixture-0.4.2.tar.gz) = f01e02ef9bceff87c0bafb0b9acd289c86546fc2
SHA512 (postgresfixture-0.4.2.tar.gz) = 55a1ed47c91362162733e97995dee6c9fdd51dcfd3cc37b4a126a8d7b2ddb9dcc4993946b33438ae31ac10d30302e360410d0c51d8662d3d52dfd664bd2daa9e
Size (postgresfixture-0.4.2.tar.gz) = 12578 bytes