pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

import py-postgresfixture-0.4.2 to wip



Module Name:	pkgsrc-wip
Committed By:	K.I.A.Derouiche <kamel.derouiche%gmail.com@localhost>
Pushed By:	jihbed
Date:		Tue Oct 27 01:02:14 2020 +0100
Changeset:	f470356d08d29694570ab7fa31894a8982bac28f

Added Files:
	py-postgresfixture/DESCR
	py-postgresfixture/Makefile
	py-postgresfixture/PLIST
	py-postgresfixture/distinfo

Log Message:
import py-postgresfixture-0.4.2 to wip

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=f470356d08d29694570ab7fa31894a8982bac28f

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 py-postgresfixture/DESCR    |  3 +++
 py-postgresfixture/Makefile | 22 ++++++++++++++++++++++
 py-postgresfixture/PLIST    | 42 ++++++++++++++++++++++++++++++++++++++++++
 py-postgresfixture/distinfo |  6 ++++++
 4 files changed, 73 insertions(+)

diffs:
diff --git a/py-postgresfixture/DESCR b/py-postgresfixture/DESCR
new file mode 100644
index 0000000000..0801bc2557
--- /dev/null
+++ b/py-postgresfixture/DESCR
@@ -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
diff --git a/py-postgresfixture/Makefile b/py-postgresfixture/Makefile
new file mode 100644
index 0000000000..f94a64ba34
--- /dev/null
+++ b/py-postgresfixture/Makefile
@@ -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@localhost
+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"
diff --git a/py-postgresfixture/PLIST b/py-postgresfixture/PLIST
new file mode 100644
index 0000000000..9caa73abd8
--- /dev/null
+++ b/py-postgresfixture/PLIST
@@ -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
diff --git a/py-postgresfixture/distinfo b/py-postgresfixture/distinfo
new file mode 100644
index 0000000000..5c2bc6e1b1
--- /dev/null
+++ b/py-postgresfixture/distinfo
@@ -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


Home | Main Index | Thread Index | Old Index