import py-graphene-sqlalchemy-2.3.0 to wip

This commit is contained in:
K.I.A.Derouiche 2020-10-27 00:45:33 +01:00
parent 9725bccb28
commit cee8e0bbd7
4 changed files with 118 additions and 0 deletions

View File

@ -0,0 +1 @@
Graphene SQLAlchemy integration

View File

@ -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
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"

View File

@ -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

View File

@ -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