pkgsrc-WIP-changes archive

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

import py-graphene-sqlalchemy-2.3.0 to wip



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

Added Files:
	py-graphene-sqlalchemy/DESCR
	py-graphene-sqlalchemy/Makefile
	py-graphene-sqlalchemy/PLIST
	py-graphene-sqlalchemy/distinfo

Log Message:
import py-graphene-sqlalchemy-2.3.0 to wip

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

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

diffstat:
 py-graphene-sqlalchemy/DESCR    |  1 +
 py-graphene-sqlalchemy/Makefile | 30 +++++++++++++++
 py-graphene-sqlalchemy/PLIST    | 81 +++++++++++++++++++++++++++++++++++++++++
 py-graphene-sqlalchemy/distinfo |  6 +++
 4 files changed, 118 insertions(+)

diffs:
diff --git a/py-graphene-sqlalchemy/DESCR b/py-graphene-sqlalchemy/DESCR
new file mode 100644
index 0000000000..adc91bbd85
--- /dev/null
+++ b/py-graphene-sqlalchemy/DESCR
@@ -0,0 +1 @@
+Graphene SQLAlchemy integration
diff --git a/py-graphene-sqlalchemy/Makefile b/py-graphene-sqlalchemy/Makefile
new file mode 100644
index 0000000000..46cf556cd4
--- /dev/null
+++ b/py-graphene-sqlalchemy/Makefile
@@ -0,0 +1,30 @@
+# $NetBSD$
+
+DISTNAME=	graphene-sqlalchemy-2.3.0
+PKGNAME=	${PYPKGPREFIX}-${DISTNAME}
+CATEGORIES=	databases python
+MASTER_SITES=   ${MASTER_SITE_PYPI:=g/graphene-sqlalchemy/}
+
+MAINTAINER=	kamelderouiche%yahoo.com@localhost
+HOMEPAGE=	https://github.com/graphql-python/graphene-sqlalchemy
+COMMENT=	Graphene SQLAlchemy integration
+LICENSE=	mit
+
+#Force dependency for >= Py3.6
+BUILD_DEPENDS+=	${PYPKGPREFIX}-tox>=3.7.0:../../devel/py-tox
+BUILD_DEPENDS+=	${PYPKGPREFIX}-coveralls>=2.4.2:../../wip/py-coveralls
+BUILD_DEPENDS+=	pre-commit>=2.7.1:../../wip/pre-commit
+DEPENDS+=	${PYPKGPREFIX}-graphene>=2.1.3:../../wip/py-graphene
+DEPENDS+=	${PYPKGPREFIX}-promise>=2.3:../../wip/py-promise
+DEPENDS+=	${PYPKGPREFIX}-sqlalchemy>=1.2:../../databases/py-sqlalchemy
+DEPENDS+=	${PYPKGPREFIX}-six>=1.15.0:../../lang/py-six
+TEST_DEPENDS+=	${PYPKGPREFIX}-test>=6.0.2:../../devel/py-test
+TEST_DEPENDS+=	${PYPKGPREFIX}-mock>=2.0.0:../../devel/py-mock
+TEST_DEPENDS+=	${PYPKGPREFIX}-test-cov>=2.10.1:../../devel/py-test-cov
+TEST_DEPENDS+=	${PYPKGPREFIX}-sqlalchemy-utils>=0.36.8:../../databases/py-sqlalchemy-utils
+TEST_DEPENDS+=	${PYPKGPREFIX}-test-benchmark>=3.2.1:../../devel/py-test-benchmark
+
+USE_LANGUAGES=	# none
+
+.include "../../lang/python/egg.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/py-graphene-sqlalchemy/PLIST b/py-graphene-sqlalchemy/PLIST
new file mode 100644
index 0000000000..4837b70211
--- /dev/null
+++ b/py-graphene-sqlalchemy/PLIST
@@ -0,0 +1,81 @@
+@comment $NetBSD$
+${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
+${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
+${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
+${PYSITELIB}/${EGG_INFODIR}/requires.txt
+${PYSITELIB}/${EGG_INFODIR}/top_level.txt
+${PYSITELIB}/graphene_sqlalchemy/__init__.py
+${PYSITELIB}/graphene_sqlalchemy/__init__.pyc
+${PYSITELIB}/graphene_sqlalchemy/__init__.pyo
+${PYSITELIB}/graphene_sqlalchemy/batching.py
+${PYSITELIB}/graphene_sqlalchemy/batching.pyc
+${PYSITELIB}/graphene_sqlalchemy/batching.pyo
+${PYSITELIB}/graphene_sqlalchemy/converter.py
+${PYSITELIB}/graphene_sqlalchemy/converter.pyc
+${PYSITELIB}/graphene_sqlalchemy/converter.pyo
+${PYSITELIB}/graphene_sqlalchemy/enums.py
+${PYSITELIB}/graphene_sqlalchemy/enums.pyc
+${PYSITELIB}/graphene_sqlalchemy/enums.pyo
+${PYSITELIB}/graphene_sqlalchemy/fields.py
+${PYSITELIB}/graphene_sqlalchemy/fields.pyc
+${PYSITELIB}/graphene_sqlalchemy/fields.pyo
+${PYSITELIB}/graphene_sqlalchemy/registry.py
+${PYSITELIB}/graphene_sqlalchemy/registry.pyc
+${PYSITELIB}/graphene_sqlalchemy/registry.pyo
+${PYSITELIB}/graphene_sqlalchemy/resolvers.py
+${PYSITELIB}/graphene_sqlalchemy/resolvers.pyc
+${PYSITELIB}/graphene_sqlalchemy/resolvers.pyo
+${PYSITELIB}/graphene_sqlalchemy/tests/__init__.py
+${PYSITELIB}/graphene_sqlalchemy/tests/__init__.pyc
+${PYSITELIB}/graphene_sqlalchemy/tests/__init__.pyo
+${PYSITELIB}/graphene_sqlalchemy/tests/conftest.py
+${PYSITELIB}/graphene_sqlalchemy/tests/conftest.pyc
+${PYSITELIB}/graphene_sqlalchemy/tests/conftest.pyo
+${PYSITELIB}/graphene_sqlalchemy/tests/models.py
+${PYSITELIB}/graphene_sqlalchemy/tests/models.pyc
+${PYSITELIB}/graphene_sqlalchemy/tests/models.pyo
+${PYSITELIB}/graphene_sqlalchemy/tests/test_batching.py
+${PYSITELIB}/graphene_sqlalchemy/tests/test_batching.pyc
+${PYSITELIB}/graphene_sqlalchemy/tests/test_batching.pyo
+${PYSITELIB}/graphene_sqlalchemy/tests/test_benchmark.py
+${PYSITELIB}/graphene_sqlalchemy/tests/test_benchmark.pyc
+${PYSITELIB}/graphene_sqlalchemy/tests/test_benchmark.pyo
+${PYSITELIB}/graphene_sqlalchemy/tests/test_converter.py
+${PYSITELIB}/graphene_sqlalchemy/tests/test_converter.pyc
+${PYSITELIB}/graphene_sqlalchemy/tests/test_converter.pyo
+${PYSITELIB}/graphene_sqlalchemy/tests/test_enums.py
+${PYSITELIB}/graphene_sqlalchemy/tests/test_enums.pyc
+${PYSITELIB}/graphene_sqlalchemy/tests/test_enums.pyo
+${PYSITELIB}/graphene_sqlalchemy/tests/test_fields.py
+${PYSITELIB}/graphene_sqlalchemy/tests/test_fields.pyc
+${PYSITELIB}/graphene_sqlalchemy/tests/test_fields.pyo
+${PYSITELIB}/graphene_sqlalchemy/tests/test_query.py
+${PYSITELIB}/graphene_sqlalchemy/tests/test_query.pyc
+${PYSITELIB}/graphene_sqlalchemy/tests/test_query.pyo
+${PYSITELIB}/graphene_sqlalchemy/tests/test_query_enums.py
+${PYSITELIB}/graphene_sqlalchemy/tests/test_query_enums.pyc
+${PYSITELIB}/graphene_sqlalchemy/tests/test_query_enums.pyo
+${PYSITELIB}/graphene_sqlalchemy/tests/test_reflected.py
+${PYSITELIB}/graphene_sqlalchemy/tests/test_reflected.pyc
+${PYSITELIB}/graphene_sqlalchemy/tests/test_reflected.pyo
+${PYSITELIB}/graphene_sqlalchemy/tests/test_registry.py
+${PYSITELIB}/graphene_sqlalchemy/tests/test_registry.pyc
+${PYSITELIB}/graphene_sqlalchemy/tests/test_registry.pyo
+${PYSITELIB}/graphene_sqlalchemy/tests/test_sort_enums.py
+${PYSITELIB}/graphene_sqlalchemy/tests/test_sort_enums.pyc
+${PYSITELIB}/graphene_sqlalchemy/tests/test_sort_enums.pyo
+${PYSITELIB}/graphene_sqlalchemy/tests/test_types.py
+${PYSITELIB}/graphene_sqlalchemy/tests/test_types.pyc
+${PYSITELIB}/graphene_sqlalchemy/tests/test_types.pyo
+${PYSITELIB}/graphene_sqlalchemy/tests/test_utils.py
+${PYSITELIB}/graphene_sqlalchemy/tests/test_utils.pyc
+${PYSITELIB}/graphene_sqlalchemy/tests/test_utils.pyo
+${PYSITELIB}/graphene_sqlalchemy/tests/utils.py
+${PYSITELIB}/graphene_sqlalchemy/tests/utils.pyc
+${PYSITELIB}/graphene_sqlalchemy/tests/utils.pyo
+${PYSITELIB}/graphene_sqlalchemy/types.py
+${PYSITELIB}/graphene_sqlalchemy/types.pyc
+${PYSITELIB}/graphene_sqlalchemy/types.pyo
+${PYSITELIB}/graphene_sqlalchemy/utils.py
+${PYSITELIB}/graphene_sqlalchemy/utils.pyc
+${PYSITELIB}/graphene_sqlalchemy/utils.pyo
diff --git a/py-graphene-sqlalchemy/distinfo b/py-graphene-sqlalchemy/distinfo
new file mode 100644
index 0000000000..eadd085695
--- /dev/null
+++ b/py-graphene-sqlalchemy/distinfo
@@ -0,0 +1,6 @@
+$NetBSD$
+
+SHA1 (graphene-sqlalchemy-2.3.0.tar.gz) = 57189a6ee9669dc16691798def20f51c80931316
+RMD160 (graphene-sqlalchemy-2.3.0.tar.gz) = 4a9695239e0dd3dbd1fbdc6fb9c641f256b1db1b
+SHA512 (graphene-sqlalchemy-2.3.0.tar.gz) = a378939922a796ac19d9e4c7fcb7b785627fd08e15cb256e85a518c80bbad1bdc7a80f5320ad884b1bde0718a2bba1c0982bcbc93b51d66a4dd7e802895f58e4
+Size (graphene-sqlalchemy-2.3.0.tar.gz) = 28369 bytes


Home | Main Index | Thread Index | Old Index