commit:     f6223f7603fac3874efc9ef1160340c484f5827a
Author:     Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
AuthorDate: Mon Aug 28 21:32:55 2017 +0000
Commit:     Matt Thode <prometheanfire <AT> gentoo <DOT> org>
CommitDate: Mon Aug 28 21:51:24 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f6223f76

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

diff --git a/dev-python/deprecation/Manifest b/dev-python/deprecation/Manifest
new file mode 100644
index 00000000000..ee7ad58c6cf
--- /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 00000000000..3d969ae1a11
--- /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 00000000000..ff92bdf665f
--- /dev/null
+++ b/dev-python/deprecation/metadata.xml
@@ -0,0 +1,14 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd";>
+<pkgmetadata>
+       <maintainer type="project">
+               <email>[email protected]</email>
+       </maintainer>
+       <maintainer type="person">
+               <email>[email protected]</email>
+               <name>Matthew Thode</name>
+       </maintainer>
+       <longdescription lang="en">
+               A library to handle automated deprecations
+       </longdescription>
+</pkgmetadata>

Reply via email to