summaryrefslogtreecommitdiff
path: root/dev-python/deprecation
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2017-10-09 18:53:29 +0100
committerV3n3RiX <venerix@redcorelinux.org>2017-10-09 18:53:29 +0100
commit4f2d7949f03e1c198bc888f2d05f421d35c57e21 (patch)
treeba5f07bf3f9d22d82e54a462313f5d244036c768 /dev-python/deprecation
reinit the tree, so we can have metadata
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..d4d3d2011d54
--- /dev/null
+++ b/dev-python/deprecation/Manifest
@@ -0,0 +1,3 @@
+DIST deprecation-1.0.1.tar.gz 9596 SHA256 b9bff5cc91f601ef2a8a0200bc6cde3f18a48c2ed3d1ecbfc16076b14b3ad935 SHA512 fc35e6516e1617e2baad598a91e5d83ca95ab8a2d6a2753751d6752675de93cb44210109450a2aad9eb52b3c772a8b753c1d42ab2356c6663d2a03c4f779f086 WHIRLPOOL ea13e9188272523512101c9336fc574ff7fc24118491ae6650e8e944ea96afc426f1351576366f5df5fe51ce897e666fc4a6558f645496ce7596e83df032e36f
+EBUILD deprecation-1.0.1.ebuild 480 SHA256 7acb0e60f8f693ce1b6f08113cdc6c2d9393ddfa1d70514e4f1a0e08f1c501d4 SHA512 c70f1c39c99fdbe7e182b5f9ff904614421a7ea5f00139d282bdcf383b6428a62843f47a8fa23bfb4c76c9cacb856285ebaaf9020c2d32ea32e2574b2a58caaf WHIRLPOOL 5c843adf51e0c430eecec9ccd5fec97a039152cdc7f7637bbba9a3aabc7837c2a047741820075a4478cbba4152ab35877fba69c1cd7f80b63ad8bf6dec7f9a91
+MISC metadata.xml 427 SHA256 f3a4b70e76026289ba323289344bff101cb7446e6707a11f6e2f529d9ca55262 SHA512 c69de16cd81869a341c8113ec6b89d639a038de10b9b96e9fc2ccea0593f7e6d3fd2969618c97631c1c9fb377f48d07f62c928bdc1fe1d880eba28fe4f9e7454 WHIRLPOOL 224485aec5a7ca95610a01950cdb59f513f493eecab1d772b01af05384f9dc1b656032b7524206cc24bcc5ce3ef39635338258f785a0be40c094d7e69e3f2744
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>