Gentoo Archives: gentoo-commits

From: Matt Thode <prometheanfire@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/deprecation/
Date: Mon, 28 Aug 2017 21:52:16
Message-Id: 1503957084.f6223f7603fac3874efc9ef1160340c484f5827a.prometheanfire@gentoo
1 commit: f6223f7603fac3874efc9ef1160340c484f5827a
2 Author: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
3 AuthorDate: Mon Aug 28 21:32:55 2017 +0000
4 Commit: Matt Thode <prometheanfire <AT> gentoo <DOT> org>
5 CommitDate: Mon Aug 28 21:51:24 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f6223f76
7
8 dev-python/deprecation: adding for openstacksdk
9
10 Package-Manager: Portage-2.3.6, Repoman-2.3.3
11
12 dev-python/deprecation/Manifest | 1 +
13 dev-python/deprecation/deprecation-1.0.1.ebuild | 19 +++++++++++++++++++
14 dev-python/deprecation/metadata.xml | 14 ++++++++++++++
15 3 files changed, 34 insertions(+)
16
17 diff --git a/dev-python/deprecation/Manifest b/dev-python/deprecation/Manifest
18 new file mode 100644
19 index 00000000000..ee7ad58c6cf
20 --- /dev/null
21 +++ b/dev-python/deprecation/Manifest
22 @@ -0,0 +1 @@
23 +DIST deprecation-1.0.1.tar.gz 9596 SHA256 b9bff5cc91f601ef2a8a0200bc6cde3f18a48c2ed3d1ecbfc16076b14b3ad935 SHA512 fc35e6516e1617e2baad598a91e5d83ca95ab8a2d6a2753751d6752675de93cb44210109450a2aad9eb52b3c772a8b753c1d42ab2356c6663d2a03c4f779f086 WHIRLPOOL ea13e9188272523512101c9336fc574ff7fc24118491ae6650e8e944ea96afc426f1351576366f5df5fe51ce897e666fc4a6558f645496ce7596e83df032e36f
24
25 diff --git a/dev-python/deprecation/deprecation-1.0.1.ebuild b/dev-python/deprecation/deprecation-1.0.1.ebuild
26 new file mode 100644
27 index 00000000000..3d969ae1a11
28 --- /dev/null
29 +++ b/dev-python/deprecation/deprecation-1.0.1.ebuild
30 @@ -0,0 +1,19 @@
31 +# Copyright 1999-2017 Gentoo Foundation
32 +# Distributed under the terms of the GNU General Public License v2
33 +
34 +EAPI=6
35 +
36 +PYTHON_COMPAT=( python2_7 python3_4 python3_5 python3_6 )
37 +inherit distutils-r1
38 +
39 +DESCRIPTION="A library to handle automated deprecations"
40 +HOMEPAGE="https://deprecation.readthedocs.io/"
41 +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
42 +
43 +LICENSE="Apache-2.0"
44 +SLOT="0"
45 +KEYWORDS="~amd64 ~arm64 ~x86"
46 +IUSE=""
47 +
48 +DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
49 +RDEPEND=""
50
51 diff --git a/dev-python/deprecation/metadata.xml b/dev-python/deprecation/metadata.xml
52 new file mode 100644
53 index 00000000000..ff92bdf665f
54 --- /dev/null
55 +++ b/dev-python/deprecation/metadata.xml
56 @@ -0,0 +1,14 @@
57 +<?xml version="1.0" encoding="UTF-8"?>
58 +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
59 +<pkgmetadata>
60 + <maintainer type="project">
61 + <email>python@g.o</email>
62 + </maintainer>
63 + <maintainer type="person">
64 + <email>prometheanfire@g.o</email>
65 + <name>Matthew Thode</name>
66 + </maintainer>
67 + <longdescription lang="en">
68 + A library to handle automated deprecations
69 + </longdescription>
70 +</pkgmetadata>