pkgsrc-WIP-changes archive

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

remove py-graphene-sqlalchemy to wip



Module Name:	pkgsrc-wip
Committed By:	K.I.A.Derouiche <kamel.derouiche%gmail.com@localhost>
Pushed By:	jihbed
Date:		Wed Oct 21 10:33:31 2020 +0100
Changeset:	ed865ee18319438a2c80c2bc825fb7e1b5fb76ca

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

Log Message:
remove py-graphene-sqlalchemy to wip

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

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 deletions(-)

diffs:
diff --git a/py-graphene-sqlalchemy/DESCR b/py-graphene-sqlalchemy/DESCR
deleted file mode 100644
index adc91bbd85..0000000000
--- a/py-graphene-sqlalchemy/DESCR
+++ /dev/null
@@ -1 +0,0 @@
-Graphene SQLAlchemy integration
diff --git a/py-graphene-sqlalchemy/Makefile b/py-graphene-sqlalchemy/Makefile
deleted file mode 100644
index c0656f2b22..0000000000
--- a/py-graphene-sqlalchemy/Makefile
+++ /dev/null
@@ -1,30 +0,0 @@
-# $NetBSD$
-
-DISTNAME=	graphene-sqlalchemy-2.3.0
-PKGNAME=	${PYPKGPREFIX}-${DISTNAME}
-CATEGORIES=	databases python
-MASTER_SITES=	https://files.pythonhosted.org/packages/68/a9/2ba20a7d9c6d34bc2bdc0b5dfdf4ff33be16fead8a0593cd3b0454bb96d1/
-
-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
deleted file mode 100644
index 4837b70211..0000000000
--- a/py-graphene-sqlalchemy/PLIST
+++ /dev/null
@@ -1,81 +0,0 @@
-@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
deleted file mode 100644
index eadd085695..0000000000
--- a/py-graphene-sqlalchemy/distinfo
+++ /dev/null
@@ -1,6 +0,0 @@
-$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