From f6223f7603fac3874efc9ef1160340c484f5827a Mon Sep 17 00:00:00 2001 From: Matthew Thode Date: Mon, 28 Aug 2017 16:32:55 -0500 Subject: dev-python/deprecation: adding for openstacksdk Package-Manager: Portage-2.3.6, Repoman-2.3.3 --- dev-python/deprecation/Manifest | 1 + dev-python/deprecation/deprecation-1.0.1.ebuild | 19 +++++++++++++++++++ dev-python/deprecation/metadata.xml | 14 ++++++++++++++ 3 files changed, 34 insertions(+) create mode 100644 dev-python/deprecation/Manifest create mode 100644 dev-python/deprecation/deprecation-1.0.1.ebuild create mode 100644 dev-python/deprecation/metadata.xml (limited to 'dev-python') diff --git a/dev-python/deprecation/Manifest b/dev-python/deprecation/Manifest new file mode 100644 index 000000000000..ee7ad58c6cf8 --- /dev/null +++ b/dev-python/deprecation/Manifest @@ -0,0 +1 @@ +DIST deprecation-1.0.1.tar.gz 9596 SHA256 b9bff5cc91f601ef2a8a0200bc6cde3f18a48c2ed3d1ecbfc16076b14b3ad935 SHA512 fc35e6516e1617e2baad598a91e5d83ca95ab8a2d6a2753751d6752675de93cb44210109450a2aad9eb52b3c772a8b753c1d42ab2356c6663d2a03c4f779f086 WHIRLPOOL ea13e9188272523512101c9336fc574ff7fc24118491ae6650e8e944ea96afc426f1351576366f5df5fe51ce897e666fc4a6558f645496ce7596e83df032e36f diff --git a/dev-python/deprecation/deprecation-1.0.1.ebuild b/dev-python/deprecation/deprecation-1.0.1.ebuild new file mode 100644 index 000000000000..3d969ae1a117 --- /dev/null +++ b/dev-python/deprecation/deprecation-1.0.1.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +PYTHON_COMPAT=( python2_7 python3_4 python3_5 python3_6 ) +inherit distutils-r1 + +DESCRIPTION="A library to handle automated deprecations" +HOMEPAGE="https://deprecation.readthedocs.io/" +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" + +LICENSE="Apache-2.0" +SLOT="0" +KEYWORDS="~amd64 ~arm64 ~x86" +IUSE="" + +DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" +RDEPEND="" diff --git a/dev-python/deprecation/metadata.xml b/dev-python/deprecation/metadata.xml new file mode 100644 index 000000000000..ff92bdf665f9 --- /dev/null +++ b/dev-python/deprecation/metadata.xml @@ -0,0 +1,14 @@ + + + + + python@gentoo.org + + + prometheanfire@gentoo.org + Matthew Thode + + + A library to handle automated deprecations + + -- cgit v1.2.3