* [gentoo-commits] repo/gentoo:master commit in: dev-python/python-etcd/
@ 2016-08-30 21:26 Zac Medico
0 siblings, 0 replies; 9+ messages in thread
From: Zac Medico @ 2016-08-30 21:26 UTC (permalink / raw
To: gentoo-commits
commit: 14a252f16119f641b5354ae73628199d353175f6
Author: Zac Medico <zmedico <AT> gentoo <DOT> org>
AuthorDate: Tue Aug 30 21:25:24 2016 +0000
Commit: Zac Medico <zmedico <AT> gentoo <DOT> org>
CommitDate: Tue Aug 30 21:26:46 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=14a252f1
dev-python/python-etcd: PYTHON_COMPAT: add python3_5
Package-Manager: portage-2.3.0
dev-python/python-etcd/python-etcd-0.3.3.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-python/python-etcd/python-etcd-0.3.3.ebuild b/dev-python/python-etcd/python-etcd-0.3.3.ebuild
index fe2a7a1..839b18e 100644
--- a/dev-python/python-etcd/python-etcd-0.3.3.ebuild
+++ b/dev-python/python-etcd/python-etcd-0.3.3.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI=5
-PYTHON_COMPAT=( python{2_7,3_3,3_4} )
+PYTHON_COMPAT=( python{2_7,3_{3,4,5}} )
inherit distutils-r1
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/python-etcd/
@ 2017-01-20 8:27 Zac Medico
0 siblings, 0 replies; 9+ messages in thread
From: Zac Medico @ 2017-01-20 8:27 UTC (permalink / raw
To: gentoo-commits
commit: ea45c084da6a3cbe7098b7d36fd0d60d331beaec
Author: Zac Medico <zmedico <AT> gentoo <DOT> org>
AuthorDate: Fri Jan 20 08:26:59 2017 +0000
Commit: Zac Medico <zmedico <AT> gentoo <DOT> org>
CommitDate: Fri Jan 20 08:26:59 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ea45c084
dev-python/python-etcd: version bump to 0.4.4
Package-Manager: Portage-2.3.3, Repoman-2.3.1
dev-python/python-etcd/Manifest | 1 +
dev-python/python-etcd/python-etcd-0.4.4.ebuild | 24 ++++++++++++++++++++++++
2 files changed, 25 insertions(+)
diff --git a/dev-python/python-etcd/Manifest b/dev-python/python-etcd/Manifest
index 6e68e6b..500d298 100644
--- a/dev-python/python-etcd/Manifest
+++ b/dev-python/python-etcd/Manifest
@@ -1,2 +1,3 @@
DIST python-etcd-0.3.2.zip 35994 SHA256 e86c560303bbc7058c64b47e57393ebcfe5213756236c1344c9c97a6029737bb SHA512 0a110e33cccc555a52ec9a5c8ff1c1702bcebbba80f8b948fd72e78baa5fb00e1bb96be08f3839d07230ea905518ec4247a94d7def39f979fe83e01c52da609b WHIRLPOOL 3c70734d23086d2cad0d570d6361ab73f650994c1f30af31a3e1fda22b046f4d72193aa0ef479650788727079593beb261557daa2e0054e0f6381f945cf0052a
DIST python-etcd-0.3.3.tar.gz 26529 SHA256 d261d6f3a9c11bc20e9541bf444ca7c21348dbf6133ebc6bb981abaea8164dba SHA512 ab7eac02083ee23cadbb5c70ca24001eaa2bc14f9413984ccf3cea2ee91ad660c8dbe2158f7fb238e142585b8f79313f548517ae622236772d5e5f356556ab0a WHIRLPOOL 0a2e09adf6a8c5a628bc5013cd446c111aef14529729090b116ce38fcf4d010a6416e3d92a23fd9f2c82a12811f7bfa572f29134643e3303bcba8e3011c6b593
+DIST python-etcd-0.4.4.tar.gz 38334 SHA256 ab1dfff665f0de8598fe97c3c686ec0a17add89e828fa29a620e4dc9706091c7 SHA512 8b1d51801141c9ea2e65ab3e95d7aff667f52c5888927d493b86f7677bbb37ee80c783aac73c638bfabd32b50df5eff8a2457117156e04b80bc4c6c592194d23 WHIRLPOOL ce6d3d5fcf729da8ec4e7e5b6ac851dc33e278c87b36add21ac8266e6d62e8a72967570a21313b63453e8be2dbcbda0f0097b5cad8cb320bc2ecbf19582d5a08
diff --git a/dev-python/python-etcd/python-etcd-0.4.4.ebuild b/dev-python/python-etcd/python-etcd-0.4.4.ebuild
new file mode 100644
index 00000000..a237ade
--- /dev/null
+++ b/dev-python/python-etcd/python-etcd-0.4.4.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+PYTHON_COMPAT=( python{2_7,3_{4,5}} )
+
+inherit distutils-r1
+
+DESCRIPTION="A python client for etcd"
+HOMEPAGE="https://github.com/jplana/python-etcd"
+SRC_URI="https://github.com/jplana/python-etcd/archive/${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86 ~amd64-linux ~arm-linux ~x86-linux"
+IUSE=""
+
+RDEPEND="
+ >=dev-python/urllib3-1.7[${PYTHON_USEDEP}]
+ >=dev-python/pyopenssl-0.14[${PYTHON_USEDEP}]
+"
+DEPEND="${RDEPEND}"
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/python-etcd/
@ 2017-05-15 7:46 Zac Medico
0 siblings, 0 replies; 9+ messages in thread
From: Zac Medico @ 2017-05-15 7:46 UTC (permalink / raw
To: gentoo-commits
commit: 3448ed797e3c4895fb6f51eff7318b5a33cd59ce
Author: Zac Medico <zmedico <AT> gentoo <DOT> org>
AuthorDate: Mon May 15 07:22:24 2017 +0000
Commit: Zac Medico <zmedico <AT> gentoo <DOT> org>
CommitDate: Mon May 15 07:46:50 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3448ed79
dev-python/python-etcd: version bump to 0.4.5
Package-Manager: Portage-2.3.5, Repoman-2.3.2
dev-python/python-etcd/Manifest | 1 +
dev-python/python-etcd/python-etcd-0.4.5.ebuild | 32 +++++++++++++++++++++++++
2 files changed, 33 insertions(+)
diff --git a/dev-python/python-etcd/Manifest b/dev-python/python-etcd/Manifest
index 500d29885f8..00f3b0dada6 100644
--- a/dev-python/python-etcd/Manifest
+++ b/dev-python/python-etcd/Manifest
@@ -1,3 +1,4 @@
DIST python-etcd-0.3.2.zip 35994 SHA256 e86c560303bbc7058c64b47e57393ebcfe5213756236c1344c9c97a6029737bb SHA512 0a110e33cccc555a52ec9a5c8ff1c1702bcebbba80f8b948fd72e78baa5fb00e1bb96be08f3839d07230ea905518ec4247a94d7def39f979fe83e01c52da609b WHIRLPOOL 3c70734d23086d2cad0d570d6361ab73f650994c1f30af31a3e1fda22b046f4d72193aa0ef479650788727079593beb261557daa2e0054e0f6381f945cf0052a
DIST python-etcd-0.3.3.tar.gz 26529 SHA256 d261d6f3a9c11bc20e9541bf444ca7c21348dbf6133ebc6bb981abaea8164dba SHA512 ab7eac02083ee23cadbb5c70ca24001eaa2bc14f9413984ccf3cea2ee91ad660c8dbe2158f7fb238e142585b8f79313f548517ae622236772d5e5f356556ab0a WHIRLPOOL 0a2e09adf6a8c5a628bc5013cd446c111aef14529729090b116ce38fcf4d010a6416e3d92a23fd9f2c82a12811f7bfa572f29134643e3303bcba8e3011c6b593
DIST python-etcd-0.4.4.tar.gz 38334 SHA256 ab1dfff665f0de8598fe97c3c686ec0a17add89e828fa29a620e4dc9706091c7 SHA512 8b1d51801141c9ea2e65ab3e95d7aff667f52c5888927d493b86f7677bbb37ee80c783aac73c638bfabd32b50df5eff8a2457117156e04b80bc4c6c592194d23 WHIRLPOOL ce6d3d5fcf729da8ec4e7e5b6ac851dc33e278c87b36add21ac8266e6d62e8a72967570a21313b63453e8be2dbcbda0f0097b5cad8cb320bc2ecbf19582d5a08
+DIST python-etcd-0.4.5.tar.gz 37270 SHA256 f1b5ebb825a3e8190494f5ce1509fde9069f2754838ed90402a8c11e1f52b8cb SHA512 c59d7a67492a2e4e72b1ae3ea73ac85a073b9d4516d1ebc48601ba67ac9609fbc45574d97e8dfae3ed4f511f090343ff980160043676252125ce2e2edc7bd154 WHIRLPOOL d0caba86571aed6262465d93ad67c829b25a9c343b6a0a6b7e4b877ef6835d1b5b990b1db89626ca89a71a445124a6c93aa35df724be62b6ec7798ea337b63ca
diff --git a/dev-python/python-etcd/python-etcd-0.4.5.ebuild b/dev-python/python-etcd/python-etcd-0.4.5.ebuild
new file mode 100644
index 00000000000..75ff1044e92
--- /dev/null
+++ b/dev-python/python-etcd/python-etcd-0.4.5.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
+
+inherit distutils-r1
+
+DESCRIPTION="A python client for etcd"
+HOMEPAGE="https://github.com/jplana/python-etcd https://pypi.python.org/pypi/python-etcd"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="test"
+
+RDEPEND=">=virtual/python-dnspython-2[${PYTHON_USEDEP}]
+ >=dev-python/pyopenssl-0.14[${PYTHON_USEDEP}]
+ >=dev-python/urllib3-1.7.1[${PYTHON_USEDEP}]"
+
+DEPEND="${RDEPEND}
+ test? (
+ dev-db/etcd
+ dev-python/mock[${PYTHON_USEDEP}]
+ dev-python/nose[${PYTHON_USEDEP}]
+ )"
+
+python_test() {
+ esetup.py test
+}
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/python-etcd/
@ 2019-07-30 6:00 Michał Górny
0 siblings, 0 replies; 9+ messages in thread
From: Michał Górny @ 2019-07-30 6:00 UTC (permalink / raw
To: gentoo-commits
commit: f0f84cd31436b25dc05aae6bcb127555379e2098
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue Jul 30 05:39:44 2019 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue Jul 30 05:39:44 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f0f84cd3
dev-python/python-etcd: Retire virtual/python-dnspython
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/python-etcd/python-etcd-0.4.5.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/python-etcd/python-etcd-0.4.5.ebuild b/dev-python/python-etcd/python-etcd-0.4.5.ebuild
index 89942971811..31aa61ab47f 100644
--- a/dev-python/python-etcd/python-etcd-0.4.5.ebuild
+++ b/dev-python/python-etcd/python-etcd-0.4.5.ebuild
@@ -16,7 +16,7 @@ SLOT="0"
KEYWORDS="~amd64"
IUSE="test"
-RDEPEND=">=virtual/python-dnspython-2[${PYTHON_USEDEP}]
+RDEPEND="dev-python/dnspython[${PYTHON_USEDEP}]
>=dev-python/pyopenssl-0.14[${PYTHON_USEDEP}]
>=dev-python/urllib3-1.7.1[${PYTHON_USEDEP}]"
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/python-etcd/
@ 2019-07-30 6:04 Michał Górny
0 siblings, 0 replies; 9+ messages in thread
From: Michał Górny @ 2019-07-30 6:04 UTC (permalink / raw
To: gentoo-commits
commit: 4d624a032d95dd5eb1549ffec9292d00737a3e4b
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue Jul 30 06:02:27 2019 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue Jul 30 06:02:27 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4d624a03
dev-python/python-etcd: Revbump post dep changes
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
.../python-etcd/{python-etcd-0.4.5.ebuild => python-etcd-0.4.5-r1.ebuild} | 0
1 file changed, 0 insertions(+), 0 deletions(-)
diff --git a/dev-python/python-etcd/python-etcd-0.4.5.ebuild b/dev-python/python-etcd/python-etcd-0.4.5-r1.ebuild
similarity index 100%
rename from dev-python/python-etcd/python-etcd-0.4.5.ebuild
rename to dev-python/python-etcd/python-etcd-0.4.5-r1.ebuild
^ permalink raw reply [flat|nested] 9+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/python-etcd/
@ 2019-12-27 18:52 David Seifert
0 siblings, 0 replies; 9+ messages in thread
From: David Seifert @ 2019-12-27 18:52 UTC (permalink / raw
To: gentoo-commits
commit: 081d1bd7d70119a05ba9f2c3ac65585ed7c4567b
Author: David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Fri Dec 27 18:52:30 2019 +0000
Commit: David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Fri Dec 27 18:52:30 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=081d1bd7
dev-python/python-etcd: Remove old
Package-Manager: Portage-2.3.83, Repoman-2.3.20
Signed-off-by: David Seifert <soap <AT> gentoo.org>
dev-python/python-etcd/Manifest | 1 -
dev-python/python-etcd/python-etcd-0.3.2.ebuild | 23 -----------------------
2 files changed, 24 deletions(-)
diff --git a/dev-python/python-etcd/Manifest b/dev-python/python-etcd/Manifest
index 75dec410247..d10f08f8d9e 100644
--- a/dev-python/python-etcd/Manifest
+++ b/dev-python/python-etcd/Manifest
@@ -1,4 +1,3 @@
-DIST python-etcd-0.3.2.zip 35994 BLAKE2B 636214301ce339073ac01166ffc7c61d75f3c6a3ae7a9ff5a0cfb1c9df520dfc74b799236b54903de681fffcfbbe07d44fa27fad48b3b1fad4fe88629bf2840d SHA512 0a110e33cccc555a52ec9a5c8ff1c1702bcebbba80f8b948fd72e78baa5fb00e1bb96be08f3839d07230ea905518ec4247a94d7def39f979fe83e01c52da609b
DIST python-etcd-0.3.3.tar.gz 26529 BLAKE2B 410e048a0223bb940b593e2fbc81a2aa3420b4f050fe8e1d809f26b8659bb9c9941ac243cbe2832b3e77cbb99e6a3cb6ee20ff1fcf5c0139db3feb50cbd5e425 SHA512 ab7eac02083ee23cadbb5c70ca24001eaa2bc14f9413984ccf3cea2ee91ad660c8dbe2158f7fb238e142585b8f79313f548517ae622236772d5e5f356556ab0a
DIST python-etcd-0.4.4.tar.gz 38334 BLAKE2B e7d851c5c809958e43fdce02c011d66f1dfb6f923fcc8fa5441ceb2ae3bfb28d6b09bfe2155692149a2a3e46bed7688628a389f030657b46f306b4f4ff0d5f1b SHA512 8b1d51801141c9ea2e65ab3e95d7aff667f52c5888927d493b86f7677bbb37ee80c783aac73c638bfabd32b50df5eff8a2457117156e04b80bc4c6c592194d23
DIST python-etcd-0.4.5.tar.gz 37270 BLAKE2B cdeae8ef7d668c7737f48a8f1513b5e0177b074d25d7f9d522051585699f11beadc26e9588209561f37a20ac0b4c9793f675bff07634ccdadf9720443e318582 SHA512 c59d7a67492a2e4e72b1ae3ea73ac85a073b9d4516d1ebc48601ba67ac9609fbc45574d97e8dfae3ed4f511f090343ff980160043676252125ce2e2edc7bd154
diff --git a/dev-python/python-etcd/python-etcd-0.3.2.ebuild b/dev-python/python-etcd/python-etcd-0.3.2.ebuild
deleted file mode 100644
index 2b46c28e6a8..00000000000
--- a/dev-python/python-etcd/python-etcd-0.3.2.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-PYTHON_COMPAT=( python2_7 )
-
-inherit distutils-r1
-
-DESCRIPTION="A python client for etcd"
-HOMEPAGE="https://github.com/jplana/python-etcd"
-SRC_URI="https://github.com/jplana/python-etcd/archive/${PV}.zip -> ${P}.zip"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
-IUSE=""
-
-RDEPEND="
- >=dev-python/urllib3-1.7[${PYTHON_USEDEP}]
- >=dev-python/pyopenssl-0.14[${PYTHON_USEDEP}]
-"
-DEPEND="${RDEPEND}"
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/python-etcd/
@ 2019-12-29 13:06 David Seifert
0 siblings, 0 replies; 9+ messages in thread
From: David Seifert @ 2019-12-29 13:06 UTC (permalink / raw
To: gentoo-commits
commit: 01196f1273c22eaca42c1869e866ba27378cb72e
Author: David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Sun Dec 29 13:06:18 2019 +0000
Commit: David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sun Dec 29 13:06:18 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=01196f12
dev-python/python-etcd: Remove old
Package-Manager: Portage-2.3.83, Repoman-2.3.20
Signed-off-by: David Seifert <soap <AT> gentoo.org>
dev-python/python-etcd/Manifest | 2 --
dev-python/python-etcd/python-etcd-0.3.3.ebuild | 23 -----------------------
dev-python/python-etcd/python-etcd-0.4.4.ebuild | 23 -----------------------
3 files changed, 48 deletions(-)
diff --git a/dev-python/python-etcd/Manifest b/dev-python/python-etcd/Manifest
index d10f08f8d9e..50ae4ac4a57 100644
--- a/dev-python/python-etcd/Manifest
+++ b/dev-python/python-etcd/Manifest
@@ -1,3 +1 @@
-DIST python-etcd-0.3.3.tar.gz 26529 BLAKE2B 410e048a0223bb940b593e2fbc81a2aa3420b4f050fe8e1d809f26b8659bb9c9941ac243cbe2832b3e77cbb99e6a3cb6ee20ff1fcf5c0139db3feb50cbd5e425 SHA512 ab7eac02083ee23cadbb5c70ca24001eaa2bc14f9413984ccf3cea2ee91ad660c8dbe2158f7fb238e142585b8f79313f548517ae622236772d5e5f356556ab0a
-DIST python-etcd-0.4.4.tar.gz 38334 BLAKE2B e7d851c5c809958e43fdce02c011d66f1dfb6f923fcc8fa5441ceb2ae3bfb28d6b09bfe2155692149a2a3e46bed7688628a389f030657b46f306b4f4ff0d5f1b SHA512 8b1d51801141c9ea2e65ab3e95d7aff667f52c5888927d493b86f7677bbb37ee80c783aac73c638bfabd32b50df5eff8a2457117156e04b80bc4c6c592194d23
DIST python-etcd-0.4.5.tar.gz 37270 BLAKE2B cdeae8ef7d668c7737f48a8f1513b5e0177b074d25d7f9d522051585699f11beadc26e9588209561f37a20ac0b4c9793f675bff07634ccdadf9720443e318582 SHA512 c59d7a67492a2e4e72b1ae3ea73ac85a073b9d4516d1ebc48601ba67ac9609fbc45574d97e8dfae3ed4f511f090343ff980160043676252125ce2e2edc7bd154
diff --git a/dev-python/python-etcd/python-etcd-0.3.3.ebuild b/dev-python/python-etcd/python-etcd-0.3.3.ebuild
deleted file mode 100644
index 3eeff27aee0..00000000000
--- a/dev-python/python-etcd/python-etcd-0.3.3.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-PYTHON_COMPAT=( python3_5 )
-
-inherit distutils-r1
-
-DESCRIPTION="A python client for etcd"
-HOMEPAGE="https://github.com/jplana/python-etcd"
-SRC_URI="https://github.com/jplana/python-etcd/archive/${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
-IUSE=""
-
-RDEPEND="
- >=dev-python/urllib3-1.7[${PYTHON_USEDEP}]
- >=dev-python/pyopenssl-0.14[${PYTHON_USEDEP}]
-"
-DEPEND="${RDEPEND}"
diff --git a/dev-python/python-etcd/python-etcd-0.4.4.ebuild b/dev-python/python-etcd/python-etcd-0.4.4.ebuild
deleted file mode 100644
index 3eeff27aee0..00000000000
--- a/dev-python/python-etcd/python-etcd-0.4.4.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-PYTHON_COMPAT=( python3_5 )
-
-inherit distutils-r1
-
-DESCRIPTION="A python client for etcd"
-HOMEPAGE="https://github.com/jplana/python-etcd"
-SRC_URI="https://github.com/jplana/python-etcd/archive/${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
-IUSE=""
-
-RDEPEND="
- >=dev-python/urllib3-1.7[${PYTHON_USEDEP}]
- >=dev-python/pyopenssl-0.14[${PYTHON_USEDEP}]
-"
-DEPEND="${RDEPEND}"
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/python-etcd/
@ 2020-04-26 6:47 Zac Medico
0 siblings, 0 replies; 9+ messages in thread
From: Zac Medico @ 2020-04-26 6:47 UTC (permalink / raw
To: gentoo-commits
commit: c1056b7e9fe0b15bdda470cb5eb1a0b8a342bd4a
Author: Zac Medico <zmedico <AT> gentoo <DOT> org>
AuthorDate: Sun Apr 26 06:45:33 2020 +0000
Commit: Zac Medico <zmedico <AT> gentoo <DOT> org>
CommitDate: Sun Apr 26 06:47:45 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c1056b7e
dev-python/python-etcd: update PYTHON_COMPAT
Closes: https://bugs.gentoo.org/719490
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Zac Medico <zmedico <AT> gentoo.org>
dev-python/python-etcd/python-etcd-0.4.5-r1.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-python/python-etcd/python-etcd-0.4.5-r1.ebuild b/dev-python/python-etcd/python-etcd-0.4.5-r1.ebuild
index 5e17ffc52f8..863643cc009 100644
--- a/dev-python/python-etcd/python-etcd-0.4.5-r1.ebuild
+++ b/dev-python/python-etcd/python-etcd-0.4.5-r1.ebuild
@@ -3,7 +3,7 @@
EAPI=6
-PYTHON_COMPAT=( python3_6 )
+PYTHON_COMPAT=( python3_{6,7,8} )
inherit distutils-r1
@@ -15,7 +15,7 @@ LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64"
IUSE="test"
-RESTRICT="!test? ( test )"
+RESTRICT="test"
RDEPEND="dev-python/dnspython[${PYTHON_USEDEP}]
>=dev-python/pyopenssl-0.14[${PYTHON_USEDEP}]
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/python-etcd/
@ 2020-12-11 12:58 Michał Górny
0 siblings, 0 replies; 9+ messages in thread
From: Michał Górny @ 2020-12-11 12:58 UTC (permalink / raw
To: gentoo-commits
commit: 20a31d15f8b794c3b13ae77e7ca0c579ef7f1ad3
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Fri Dec 11 12:32:37 2020 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Fri Dec 11 12:58:23 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=20a31d15
dev-python/python-etcd: Update HOMEPAGE
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/python-etcd/metadata.xml | 19 ++++++++++---------
dev-python/python-etcd/python-etcd-0.4.5-r1.ebuild | 4 +++-
2 files changed, 13 insertions(+), 10 deletions(-)
diff --git a/dev-python/python-etcd/metadata.xml b/dev-python/python-etcd/metadata.xml
index 0d35f613bc0..6d2b025d35d 100644
--- a/dev-python/python-etcd/metadata.xml
+++ b/dev-python/python-etcd/metadata.xml
@@ -1,13 +1,14 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
- <upstream>
- <bugs-to>https://github.com/jplana/python-etcd/issues</bugs-to>
- <changelog>https://raw.githubusercontent.com/jplana/python-etcd/master/NEWS.txt</changelog>
- <doc>http://python-etcd.readthedocs.org/</doc>
- <remote-id type="github">jplana/python-etcd</remote-id>
- </upstream>
- <maintainer type="person">
- <email>zmedico@gentoo.org</email>
- </maintainer>
+ <upstream>
+ <bugs-to>https://github.com/jplana/python-etcd/issues</bugs-to>
+ <changelog>https://raw.githubusercontent.com/jplana/python-etcd/master/NEWS.txt</changelog>
+ <doc>https://python-etcd.readthedocs.io/</doc>
+ <remote-id type="github">jplana/python-etcd</remote-id>
+ <remote-id type="pypi">python-etcd</remote-id>
+ </upstream>
+ <maintainer type="person">
+ <email>zmedico@gentoo.org</email>
+ </maintainer>
</pkgmetadata>
diff --git a/dev-python/python-etcd/python-etcd-0.4.5-r1.ebuild b/dev-python/python-etcd/python-etcd-0.4.5-r1.ebuild
index 863643cc009..bfe871b2572 100644
--- a/dev-python/python-etcd/python-etcd-0.4.5-r1.ebuild
+++ b/dev-python/python-etcd/python-etcd-0.4.5-r1.ebuild
@@ -8,7 +8,9 @@ PYTHON_COMPAT=( python3_{6,7,8} )
inherit distutils-r1
DESCRIPTION="A python client for etcd"
-HOMEPAGE="https://github.com/jplana/python-etcd https://pypi.org/project/python-etcd/"
+HOMEPAGE="
+ https://github.com/jplana/python-etcd/
+ https://pypi.org/project/python-etcd/"
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
LICENSE="MIT"
^ permalink raw reply related [flat|nested] 9+ messages in thread
end of thread, other threads:[~2020-12-11 12:58 UTC | newest]
Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-07-30 6:00 [gentoo-commits] repo/gentoo:master commit in: dev-python/python-etcd/ Michał Górny
-- strict thread matches above, loose matches on Subject: below --
2020-12-11 12:58 Michał Górny
2020-04-26 6:47 Zac Medico
2019-12-29 13:06 David Seifert
2019-12-27 18:52 David Seifert
2019-07-30 6:04 Michał Górny
2017-05-15 7:46 Zac Medico
2017-01-20 8:27 Zac Medico
2016-08-30 21:26 Zac Medico
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox