Gentoo Archives: gentoo-commits

From: David Seifert <soap@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/python-etcd/
Date: Sun, 29 Dec 2019 13:06:46
Message-Id: 1577624778.01196f1273c22eaca42c1869e866ba27378cb72e.soap@gentoo
1 commit: 01196f1273c22eaca42c1869e866ba27378cb72e
2 Author: David Seifert <soap <AT> gentoo <DOT> org>
3 AuthorDate: Sun Dec 29 13:06:18 2019 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Sun Dec 29 13:06:18 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=01196f12
7
8 dev-python/python-etcd: Remove old
9
10 Package-Manager: Portage-2.3.83, Repoman-2.3.20
11 Signed-off-by: David Seifert <soap <AT> gentoo.org>
12
13 dev-python/python-etcd/Manifest | 2 --
14 dev-python/python-etcd/python-etcd-0.3.3.ebuild | 23 -----------------------
15 dev-python/python-etcd/python-etcd-0.4.4.ebuild | 23 -----------------------
16 3 files changed, 48 deletions(-)
17
18 diff --git a/dev-python/python-etcd/Manifest b/dev-python/python-etcd/Manifest
19 index d10f08f8d9e..50ae4ac4a57 100644
20 --- a/dev-python/python-etcd/Manifest
21 +++ b/dev-python/python-etcd/Manifest
22 @@ -1,3 +1 @@
23 -DIST python-etcd-0.3.3.tar.gz 26529 BLAKE2B 410e048a0223bb940b593e2fbc81a2aa3420b4f050fe8e1d809f26b8659bb9c9941ac243cbe2832b3e77cbb99e6a3cb6ee20ff1fcf5c0139db3feb50cbd5e425 SHA512 ab7eac02083ee23cadbb5c70ca24001eaa2bc14f9413984ccf3cea2ee91ad660c8dbe2158f7fb238e142585b8f79313f548517ae622236772d5e5f356556ab0a
24 -DIST python-etcd-0.4.4.tar.gz 38334 BLAKE2B e7d851c5c809958e43fdce02c011d66f1dfb6f923fcc8fa5441ceb2ae3bfb28d6b09bfe2155692149a2a3e46bed7688628a389f030657b46f306b4f4ff0d5f1b SHA512 8b1d51801141c9ea2e65ab3e95d7aff667f52c5888927d493b86f7677bbb37ee80c783aac73c638bfabd32b50df5eff8a2457117156e04b80bc4c6c592194d23
25 DIST python-etcd-0.4.5.tar.gz 37270 BLAKE2B cdeae8ef7d668c7737f48a8f1513b5e0177b074d25d7f9d522051585699f11beadc26e9588209561f37a20ac0b4c9793f675bff07634ccdadf9720443e318582 SHA512 c59d7a67492a2e4e72b1ae3ea73ac85a073b9d4516d1ebc48601ba67ac9609fbc45574d97e8dfae3ed4f511f090343ff980160043676252125ce2e2edc7bd154
26
27 diff --git a/dev-python/python-etcd/python-etcd-0.3.3.ebuild b/dev-python/python-etcd/python-etcd-0.3.3.ebuild
28 deleted file mode 100644
29 index 3eeff27aee0..00000000000
30 --- a/dev-python/python-etcd/python-etcd-0.3.3.ebuild
31 +++ /dev/null
32 @@ -1,23 +0,0 @@
33 -# Copyright 1999-2019 Gentoo Authors
34 -# Distributed under the terms of the GNU General Public License v2
35 -
36 -EAPI=5
37 -
38 -PYTHON_COMPAT=( python3_5 )
39 -
40 -inherit distutils-r1
41 -
42 -DESCRIPTION="A python client for etcd"
43 -HOMEPAGE="https://github.com/jplana/python-etcd"
44 -SRC_URI="https://github.com/jplana/python-etcd/archive/${PV}.tar.gz -> ${P}.tar.gz"
45 -
46 -LICENSE="MIT"
47 -SLOT="0"
48 -KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
49 -IUSE=""
50 -
51 -RDEPEND="
52 - >=dev-python/urllib3-1.7[${PYTHON_USEDEP}]
53 - >=dev-python/pyopenssl-0.14[${PYTHON_USEDEP}]
54 -"
55 -DEPEND="${RDEPEND}"
56
57 diff --git a/dev-python/python-etcd/python-etcd-0.4.4.ebuild b/dev-python/python-etcd/python-etcd-0.4.4.ebuild
58 deleted file mode 100644
59 index 3eeff27aee0..00000000000
60 --- a/dev-python/python-etcd/python-etcd-0.4.4.ebuild
61 +++ /dev/null
62 @@ -1,23 +0,0 @@
63 -# Copyright 1999-2019 Gentoo Authors
64 -# Distributed under the terms of the GNU General Public License v2
65 -
66 -EAPI=5
67 -
68 -PYTHON_COMPAT=( python3_5 )
69 -
70 -inherit distutils-r1
71 -
72 -DESCRIPTION="A python client for etcd"
73 -HOMEPAGE="https://github.com/jplana/python-etcd"
74 -SRC_URI="https://github.com/jplana/python-etcd/archive/${PV}.tar.gz -> ${P}.tar.gz"
75 -
76 -LICENSE="MIT"
77 -SLOT="0"
78 -KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
79 -IUSE=""
80 -
81 -RDEPEND="
82 - >=dev-python/urllib3-1.7[${PYTHON_USEDEP}]
83 - >=dev-python/pyopenssl-0.14[${PYTHON_USEDEP}]
84 -"
85 -DEPEND="${RDEPEND}"