diff options
-rw-r--r-- | dev-python/deprecation/Manifest | 1 | ||||
-rw-r--r-- | dev-python/deprecation/deprecation-1.0.1.ebuild | 19 | ||||
-rw-r--r-- | dev-python/deprecation/metadata.xml | 14 |
3 files changed, 34 insertions, 0 deletions
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 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer type="project"> + <email>python@gentoo.org</email> + </maintainer> + <maintainer type="person"> + <email>prometheanfire@gentoo.org</email> + <name>Matthew Thode</name> + </maintainer> + <longdescription lang="en"> + A library to handle automated deprecations + </longdescription> +</pkgmetadata> |