summaryrefslogtreecommitdiff
path: root/dev-python/python-etcd/python-etcd-0.4.5-r1.ebuild
diff options
context:
space:
mode:
authorLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2022-10-14 13:02:57 +0000
committerLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2022-10-14 13:02:57 +0000
commit61b6ef17e24c830bc291e361f9dd6abc03074f80 (patch)
tree8380e8eaad8815eeed187bea20e16a45d9192aa5 /dev-python/python-etcd/python-etcd-0.4.5-r1.ebuild
parentc47f2fda56ca52560ec95d75c283ce5f300f6214 (diff)
downloadbaldeagleos-repo-61b6ef17e24c830bc291e361f9dd6abc03074f80.tar.gz
baldeagleos-repo-61b6ef17e24c830bc291e361f9dd6abc03074f80.tar.xz
baldeagleos-repo-61b6ef17e24c830bc291e361f9dd6abc03074f80.zip
Adding metadata
Diffstat (limited to 'dev-python/python-etcd/python-etcd-0.4.5-r1.ebuild')
-rw-r--r--dev-python/python-etcd/python-etcd-0.4.5-r1.ebuild35
1 files changed, 0 insertions, 35 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
deleted file mode 100644
index df089ef10f49..000000000000
--- a/dev-python/python-etcd/python-etcd-0.4.5-r1.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python3_{7,8,9,10} )
-
-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"
-RESTRICT="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
-}