From b24bd25253fe093f722ab576d29fdc41d04cb1ee Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Fri, 2 Aug 2019 19:14:55 +0100 Subject: gentoo resync : 02.08.2019 --- dev-python/python-etcd/Manifest | 2 +- dev-python/python-etcd/python-etcd-0.4.5-r1.ebuild | 32 ++++++++++++++++++++++ dev-python/python-etcd/python-etcd-0.4.5.ebuild | 32 ---------------------- 3 files changed, 33 insertions(+), 33 deletions(-) create mode 100644 dev-python/python-etcd/python-etcd-0.4.5-r1.ebuild delete mode 100644 dev-python/python-etcd/python-etcd-0.4.5.ebuild (limited to 'dev-python/python-etcd') diff --git a/dev-python/python-etcd/Manifest b/dev-python/python-etcd/Manifest index da7bcf402593..559a68009557 100644 --- a/dev-python/python-etcd/Manifest +++ b/dev-python/python-etcd/Manifest @@ -5,5 +5,5 @@ DIST python-etcd-0.4.5.tar.gz 37270 BLAKE2B cdeae8ef7d668c7737f48a8f1513b5e0177b EBUILD python-etcd-0.3.2.ebuild 533 BLAKE2B ef24ea6aa88b6520adeb815c7401e39ab675bc4b83340a24b013c99b8b085fd59ff459df6400d5506c7f550eda3b1e0a4a2ae98912f134e8b61792c828369a86 SHA512 b40d232774fc023d2c101ed69d1cc937ba25675df09dcacd9dd28198dd0a8a8d7d9fd2cc68a6d0ece71ff85bb75985485ae05fb84746150cdf5a1488cbf78086 EBUILD python-etcd-0.3.3.ebuild 545 BLAKE2B 22c32aece623402b8ebcc0fe9da23997d43c6a754743a02038cdffb9a65103fedfdebbfd1797a92038779cbd98165ff24e6be17fa6944b26e9b55102526510b7 SHA512 24785c5a756b6994caa0ece1ebcec52eb3aa94fee65c2fa0e480f4cbf7e4f603e7fad552941402c1ba3dffe93331690c04705396083b6a5f210189dc4c0c1b78 EBUILD python-etcd-0.4.4.ebuild 545 BLAKE2B 22c32aece623402b8ebcc0fe9da23997d43c6a754743a02038cdffb9a65103fedfdebbfd1797a92038779cbd98165ff24e6be17fa6944b26e9b55102526510b7 SHA512 24785c5a756b6994caa0ece1ebcec52eb3aa94fee65c2fa0e480f4cbf7e4f603e7fad552941402c1ba3dffe93331690c04705396083b6a5f210189dc4c0c1b78 -EBUILD python-etcd-0.4.5.ebuild 715 BLAKE2B df0eae08c18add5aa84c13b95fa3ad257cd61d447758db565a6c56466bc4171795704f04310603161ff0d77923b66ea1780a1bce227a6f79d715ad310ef23dc4 SHA512 997bc582d05495c10a13fd34a0018236c6ac2281a80f8e42d25099f8571f77e40faf56a18852109de0c3e46c0571adbdbb2164cd909cf4f3f1916e8218377847 +EBUILD python-etcd-0.4.5-r1.ebuild 707 BLAKE2B c957c5d2631cf5136f9303e24ec8e0dec31139cfc68ca32c205caa1b7932a79ea264d26915dfae09d1673eaf78ea69a358c6c9ab99e5a6a152b39f9d83050227 SHA512 5592b4d882c05370d088eb7aa44a86ef06c81411d1b09550018dba9bd97da7917b1b39f9c1ca699d0a22f0e716db0b1da0f488445564ff60168680a6b795e9a0 MISC metadata.xml 524 BLAKE2B cbaa775dd5120eeb49daef5068eb6c4ca8d5ec8ea0beab023eea17398e00098e07e63c1b8584de23836dc9647e35ddc21e271173def87a8dbe97d9aaa46b0c5b SHA512 3e629397cf00d97d1fc0e8ebc7edee5410e7dd50e09bde887f05388b788db22835b80bc3492bde3c4169c623605e7d84b2df465b864bf8b65e5623e74bad4f5c 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 new file mode 100644 index 000000000000..31aa61ab47fa --- /dev/null +++ b/dev-python/python-etcd/python-etcd-0.4.5-r1.ebuild @@ -0,0 +1,32 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +PYTHON_COMPAT=( python2_7 python3_{5,6} ) + +inherit distutils-r1 + +DESCRIPTION="A python client for 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" +SLOT="0" +KEYWORDS="~amd64" +IUSE="test" + +RDEPEND="dev-python/dnspython[${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 +} diff --git a/dev-python/python-etcd/python-etcd-0.4.5.ebuild b/dev-python/python-etcd/python-etcd-0.4.5.ebuild deleted file mode 100644 index 899429718116..000000000000 --- a/dev-python/python-etcd/python-etcd-0.4.5.ebuild +++ /dev/null @@ -1,32 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -PYTHON_COMPAT=( python2_7 python3_{5,6} ) - -inherit distutils-r1 - -DESCRIPTION="A python client for 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" -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 -} -- cgit v1.2.3