summaryrefslogtreecommitdiff
path: root/dev-python/deprecation
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2018-07-14 21:03:06 +0100
committerV3n3RiX <venerix@redcorelinux.org>2018-07-14 21:03:06 +0100
commit8376ef56580626e9c0f796d5b85b53a0a1c7d5f5 (patch)
tree7681bbd4e8b05407772df40a4bf04cbbc8afc3fa /dev-python/deprecation
parent30a9caf154332f12ca60756e1b75d2f0e3e1822d (diff)
gentoo resync : 14.07.2018
Diffstat (limited to 'dev-python/deprecation')
-rw-r--r--dev-python/deprecation/Manifest3
-rw-r--r--dev-python/deprecation/deprecation-1.0.1.ebuild19
-rw-r--r--dev-python/deprecation/metadata.xml14
3 files changed, 36 insertions, 0 deletions
diff --git a/dev-python/deprecation/Manifest b/dev-python/deprecation/Manifest
new file mode 100644
index 000000000000..6f1b3e5975f8
--- /dev/null
+++ b/dev-python/deprecation/Manifest
@@ -0,0 +1,3 @@
+DIST deprecation-1.0.1.tar.gz 9596 BLAKE2B afc4cb457ce224f120d41944e6eb71c212ef4d40d5a7c5d6d695d31bd105a4a5291daf5d3c7af0f94b58049f7e745e7e5be462495de88c48cabf5a28c22b3637 SHA512 fc35e6516e1617e2baad598a91e5d83ca95ab8a2d6a2753751d6752675de93cb44210109450a2aad9eb52b3c772a8b753c1d42ab2356c6663d2a03c4f779f086
+EBUILD deprecation-1.0.1.ebuild 480 BLAKE2B 5cb040830c504da3547c76f351c6dc3bea81b9fed860d2dcb2707e2159988116f1b5599d9fbaeb9304b387188a14f01b86573e66ddc1d9657a5d599c7f8fcf04 SHA512 c70f1c39c99fdbe7e182b5f9ff904614421a7ea5f00139d282bdcf383b6428a62843f47a8fa23bfb4c76c9cacb856285ebaaf9020c2d32ea32e2574b2a58caaf
+MISC metadata.xml 427 BLAKE2B 1ca92b3053beaa34b86a67c5aeff8101054ccd29889999682f95d18101a11c4c345740340d633d3fc4bc0f9f60d30b27b25ecb14d97723f3a330c66b639730de SHA512 c69de16cd81869a341c8113ec6b89d639a038de10b9b96e9fc2ccea0593f7e6d3fd2969618c97631c1c9fb377f48d07f62c928bdc1fe1d880eba28fe4f9e7454
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..6e17d1081460
--- /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>