pkgsrc-WIP-changes archive

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

py-stevedore: delete, imported in pkgsrc as devel/py-stevedore



Module Name:	pkgsrc-wip
Committed By:	Leonardo Taccari <leot%NetBSD.org@localhost>
Pushed By:	leot
Date:		Fri Apr 14 16:21:39 2017 +0200
Changeset:	d232d64da5b22ac3ec4051ab41faa9fad55cc90b

Modified Files:
	Makefile
	py-bandit/Makefile
	py-cliff/Makefile
Removed Files:
	py-stevedore/DESCR
	py-stevedore/Makefile
	py-stevedore/PLIST
	py-stevedore/distinfo

Log Message:
py-stevedore: delete, imported in pkgsrc as devel/py-stevedore

Adjust py-bandit and py-cliff accordingly.

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

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

diffstat:
 Makefile              |   1 -
 py-bandit/Makefile    |   2 +-
 py-cliff/Makefile     |   2 +-
 py-stevedore/DESCR    |   9 -----
 py-stevedore/Makefile |  20 ----------
 py-stevedore/PLIST    | 108 --------------------------------------------------
 py-stevedore/distinfo |   6 ---
 7 files changed, 2 insertions(+), 146 deletions(-)

diffs:
diff --git a/Makefile b/Makefile
index b456d5e50c..7c930260d0 100644
--- a/Makefile
+++ b/Makefile
@@ -3548,7 +3548,6 @@ SUBDIR+=	py-ssp
 SUBDIR+=	py-stache
 SUBDIR+=	py-statgrap
 SUBDIR+=	py-stem
-SUBDIR+=	py-stevedore
 SUBDIR+=	py-storm
 SUBDIR+=	py-strategies
 SUBDIR+=	py-sumatra
diff --git a/py-bandit/Makefile b/py-bandit/Makefile
index bec1fe5d0c..aefdf7d1e9 100644
--- a/py-bandit/Makefile
+++ b/py-bandit/Makefile
@@ -14,7 +14,7 @@ DEPENDS+=       ${PYPKGPREFIX}-pbr>=1.3.0:../../devel/py-pbr
 DEPENDS+=       ${PYPKGPREFIX}-six>=1.10.0:../../lang/py-six
 DEPENDS+=       ${PYPKGPREFIX}-yaml>=3.1.0:../../textproc/py-yaml
 DEPENDS+=       ${PYPKGPREFIX}-appdirs>=1.4.0:../../devel/py-appdirs
-DEPENDS+=       ${PYPKGPREFIX}-stevedore>=1.7.0:../../wip/py-stevedore
+DEPENDS+=       ${PYPKGPREFIX}-stevedore>=1.7.0:../../devel/py-stevedore
 
 USE_LANGUAGES=	# none
 
diff --git a/py-cliff/Makefile b/py-cliff/Makefile
index 9c2b485a6e..b65d62800d 100644
--- a/py-cliff/Makefile
+++ b/py-cliff/Makefile
@@ -14,7 +14,7 @@ DEPENDS+=	${PYPKGPREFIX}-pyparsing>=2.0.1:../../devel/py-pyparsing
 DEPENDS+=	${PYPKGPREFIX}-six>=1.5.2:../../lang/py-six
 DEPENDS+=	${PYPKGPREFIX}-prettytable>=0.6.1:../../textproc/py-prettytable
 DEPENDS+=	${PYPKGPREFIX}-cmd2>=0.6:../../wip/py-cmd2
-DEPENDS+=	${PYPKGPREFIX}-stevedore>=0.14.1:../../wip/py-stevedore
+DEPENDS+=	${PYPKGPREFIX}-stevedore>=0.14.1:../../devel/py-stevedore
 
 USE_LANGUAGES=	# none
 
diff --git a/py-stevedore/DESCR b/py-stevedore/DESCR
deleted file mode 100644
index 939c6ac61b..0000000000
--- a/py-stevedore/DESCR
+++ /dev/null
@@ -1,9 +0,0 @@
-Python makes loading code dynamically easy, allowing you to configure
-and extend your application by discovering and loading extensions
-("plugins") at runtime. Many applications implement their own
-library for doing this, using __import__ or importlib. stevedore
-avoids creating yet another extension mechanism by building on top
-of setuptools entry points. The code for managing entry points
-tends to be repetitive, though, so stevedore provides manager
-classes for implementing common patterns for using dynamically
-loaded extensions.
diff --git a/py-stevedore/Makefile b/py-stevedore/Makefile
deleted file mode 100644
index c7dcd76488..0000000000
--- a/py-stevedore/Makefile
+++ /dev/null
@@ -1,20 +0,0 @@
-# $NetBSD: Makefile,v 1.2 2015/08/05 22:19:29 jihbed Exp $
-
-DISTNAME=	stevedore-1.21.0
-PKGNAME=	${PYPKGPREFIX}-${DISTNAME}
-CATEGORIES=	devel python
-MASTER_SITES=	${MASTER_SITE_PYPI:=s/stevedore/}
-
-MAINTAINER=	kamelderouiche%yahoo.com@localhost
-HOMEPAGE=	https://github.com/dreamhost/stevedore
-COMMENT=	Manage dynamic plugins for Python applications
-LICENSE=	apache-2.0
-
-DEPENDS+=	${PYPKGPREFIX}-pbr>=2.0.0:../../devel/py-pbr
-DEPENDS+=	${PYPKGPREFIX}-six>=1.9.0:../../lang/py-six
-
-USE_LANGUAGES=			# none
-PYTHON_VERSIONS_INCOMPATIBLE=	34
-
-.include "../../lang/python/egg.mk"
-.include "../../mk/bsd.pkg.mk"
diff --git a/py-stevedore/PLIST b/py-stevedore/PLIST
deleted file mode 100644
index 70ffddc5bc..0000000000
--- a/py-stevedore/PLIST
+++ /dev/null
@@ -1,108 +0,0 @@
-@comment $NetBSD$
-${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}/pbr.json
-${PYSITELIB}/${EGG_INFODIR}/requires.txt
-${PYSITELIB}/${EGG_INFODIR}/top_level.txt
-${PYSITELIB}/stevedore/__init__.py
-${PYSITELIB}/stevedore/__init__.pyc
-${PYSITELIB}/stevedore/__init__.pyo
-${PYSITELIB}/stevedore/dispatch.py
-${PYSITELIB}/stevedore/dispatch.pyc
-${PYSITELIB}/stevedore/dispatch.pyo
-${PYSITELIB}/stevedore/driver.py
-${PYSITELIB}/stevedore/driver.pyc
-${PYSITELIB}/stevedore/driver.pyo
-${PYSITELIB}/stevedore/enabled.py
-${PYSITELIB}/stevedore/enabled.pyc
-${PYSITELIB}/stevedore/enabled.pyo
-${PYSITELIB}/stevedore/example/__init__.py
-${PYSITELIB}/stevedore/example/__init__.pyc
-${PYSITELIB}/stevedore/example/__init__.pyo
-${PYSITELIB}/stevedore/example/base.py
-${PYSITELIB}/stevedore/example/base.pyc
-${PYSITELIB}/stevedore/example/base.pyo
-${PYSITELIB}/stevedore/example/load_as_driver.py
-${PYSITELIB}/stevedore/example/load_as_driver.pyc
-${PYSITELIB}/stevedore/example/load_as_driver.pyo
-${PYSITELIB}/stevedore/example/load_as_extension.py
-${PYSITELIB}/stevedore/example/load_as_extension.pyc
-${PYSITELIB}/stevedore/example/load_as_extension.pyo
-${PYSITELIB}/stevedore/example/setup.py
-${PYSITELIB}/stevedore/example/setup.pyc
-${PYSITELIB}/stevedore/example/setup.pyo
-${PYSITELIB}/stevedore/example/simple.py
-${PYSITELIB}/stevedore/example/simple.pyc
-${PYSITELIB}/stevedore/example/simple.pyo
-${PYSITELIB}/stevedore/example2/__init__.py
-${PYSITELIB}/stevedore/example2/__init__.pyc
-${PYSITELIB}/stevedore/example2/__init__.pyo
-${PYSITELIB}/stevedore/example2/fields.py
-${PYSITELIB}/stevedore/example2/fields.pyc
-${PYSITELIB}/stevedore/example2/fields.pyo
-${PYSITELIB}/stevedore/example2/setup.py
-${PYSITELIB}/stevedore/example2/setup.pyc
-${PYSITELIB}/stevedore/example2/setup.pyo
-${PYSITELIB}/stevedore/exception.py
-${PYSITELIB}/stevedore/exception.pyc
-${PYSITELIB}/stevedore/exception.pyo
-${PYSITELIB}/stevedore/extension.py
-${PYSITELIB}/stevedore/extension.pyc
-${PYSITELIB}/stevedore/extension.pyo
-${PYSITELIB}/stevedore/hook.py
-${PYSITELIB}/stevedore/hook.pyc
-${PYSITELIB}/stevedore/hook.pyo
-${PYSITELIB}/stevedore/named.py
-${PYSITELIB}/stevedore/named.pyc
-${PYSITELIB}/stevedore/named.pyo
-${PYSITELIB}/stevedore/sphinxext.py
-${PYSITELIB}/stevedore/sphinxext.pyc
-${PYSITELIB}/stevedore/sphinxext.pyo
-${PYSITELIB}/stevedore/tests/__init__.py
-${PYSITELIB}/stevedore/tests/__init__.pyc
-${PYSITELIB}/stevedore/tests/__init__.pyo
-${PYSITELIB}/stevedore/tests/extension_unimportable.py
-${PYSITELIB}/stevedore/tests/extension_unimportable.pyc
-${PYSITELIB}/stevedore/tests/extension_unimportable.pyo
-${PYSITELIB}/stevedore/tests/manager.py
-${PYSITELIB}/stevedore/tests/manager.pyc
-${PYSITELIB}/stevedore/tests/manager.pyo
-${PYSITELIB}/stevedore/tests/test_callback.py
-${PYSITELIB}/stevedore/tests/test_callback.pyc
-${PYSITELIB}/stevedore/tests/test_callback.pyo
-${PYSITELIB}/stevedore/tests/test_dispatch.py
-${PYSITELIB}/stevedore/tests/test_dispatch.pyc
-${PYSITELIB}/stevedore/tests/test_dispatch.pyo
-${PYSITELIB}/stevedore/tests/test_driver.py
-${PYSITELIB}/stevedore/tests/test_driver.pyc
-${PYSITELIB}/stevedore/tests/test_driver.pyo
-${PYSITELIB}/stevedore/tests/test_enabled.py
-${PYSITELIB}/stevedore/tests/test_enabled.pyc
-${PYSITELIB}/stevedore/tests/test_enabled.pyo
-${PYSITELIB}/stevedore/tests/test_example_fields.py
-${PYSITELIB}/stevedore/tests/test_example_fields.pyc
-${PYSITELIB}/stevedore/tests/test_example_fields.pyo
-${PYSITELIB}/stevedore/tests/test_example_simple.py
-${PYSITELIB}/stevedore/tests/test_example_simple.pyc
-${PYSITELIB}/stevedore/tests/test_example_simple.pyo
-${PYSITELIB}/stevedore/tests/test_extension.py
-${PYSITELIB}/stevedore/tests/test_extension.pyc
-${PYSITELIB}/stevedore/tests/test_extension.pyo
-${PYSITELIB}/stevedore/tests/test_hook.py
-${PYSITELIB}/stevedore/tests/test_hook.pyc
-${PYSITELIB}/stevedore/tests/test_hook.pyo
-${PYSITELIB}/stevedore/tests/test_named.py
-${PYSITELIB}/stevedore/tests/test_named.pyc
-${PYSITELIB}/stevedore/tests/test_named.pyo
-${PYSITELIB}/stevedore/tests/test_sphinxext.py
-${PYSITELIB}/stevedore/tests/test_sphinxext.pyc
-${PYSITELIB}/stevedore/tests/test_sphinxext.pyo
-${PYSITELIB}/stevedore/tests/test_test_manager.py
-${PYSITELIB}/stevedore/tests/test_test_manager.pyc
-${PYSITELIB}/stevedore/tests/test_test_manager.pyo
-${PYSITELIB}/stevedore/tests/utils.py
-${PYSITELIB}/stevedore/tests/utils.pyc
-${PYSITELIB}/stevedore/tests/utils.pyo
diff --git a/py-stevedore/distinfo b/py-stevedore/distinfo
deleted file mode 100644
index 063ee1e8e6..0000000000
--- a/py-stevedore/distinfo
+++ /dev/null
@@ -1,6 +0,0 @@
-$NetBSD: distinfo,v 1.2 2015/08/05 22:19:29 jihbed Exp $
-
-SHA1 (stevedore-1.21.0.tar.gz) = 2f237c2c2fe1d5b450faa9f1dc3abeb8e88a6190
-RMD160 (stevedore-1.21.0.tar.gz) = b8f3fc44afebd8b6da06f542a8b31cf9f265397f
-SHA512 (stevedore-1.21.0.tar.gz) = b0773189205c5bf12df0b1e985161d69ac6c7788ccc1ec7e2ffdfac84aec027fa1412ef421a97bf84290654e253b8e45d1d88bafc905e7d0fa9a1492f61b1a9f
-Size (stevedore-1.21.0.tar.gz) = 506669 bytes


Home | Main Index | Thread Index | Old Index