summaryrefslogtreecommitdiff
path: root/dev-python/hcloud-python/hcloud-python-1.6.1.ebuild
diff options
context:
space:
mode:
authorAgostino Sarubbo <ago@gentoo.org>2020-03-04 11:29:51 +0100
committerAgostino Sarubbo <ago@gentoo.org>2020-03-04 11:29:51 +0100
commitd785142db331372c2c110ad3a341ff4b7e5d8f51 (patch)
tree11b0a046ceefb6f7efd333ae1170df97b0dc462f /dev-python/hcloud-python/hcloud-python-1.6.1.ebuild
parent712f589b62e622544c4f97fbd8a0ebb3985a737c (diff)
downloadgentoo-d785142db331372c2c110ad3a341ff4b7e5d8f51.tar.gz
gentoo-d785142db331372c2c110ad3a341ff4b7e5d8f51.tar.bz2
gentoo-d785142db331372c2c110ad3a341ff4b7e5d8f51.zip
dev-python/hcloud-python: remove old
Package-Manager: Portage-2.3.89, Repoman-2.3.20 Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
Diffstat (limited to 'dev-python/hcloud-python/hcloud-python-1.6.1.ebuild')
-rw-r--r--dev-python/hcloud-python/hcloud-python-1.6.1.ebuild38
1 files changed, 0 insertions, 38 deletions
diff --git a/dev-python/hcloud-python/hcloud-python-1.6.1.ebuild b/dev-python/hcloud-python/hcloud-python-1.6.1.ebuild
deleted file mode 100644
index 91e6bbb44264..000000000000
--- a/dev-python/hcloud-python/hcloud-python-1.6.1.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{6,7} )
-
-inherit distutils-r1
-
-DESCRIPTION="Official Hetzner Cloud python library"
-HOMEPAGE="https://github.com/hetznercloud/hcloud-python"
-SRC_URI="https://github.com/hetznercloud/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="amd64"
-IUSE="doc examples"
-
-COMMON_DEPEND="dev-python/python-dateutil[${PYTHON_USEDEP}]
- >=dev-python/requests-2.20[${PYTHON_USEDEP}]
- <dev-python/requests-2.23[${PYTHON_USEDEP}]"
-
-DEPEND="${COMMON_DEPEND}
- doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )"
-
-RDEPEND="${COMMON_DEPEND}
- dev-python/future[${PYTHON_USEDEP}]"
-
-python_compile_all() {
- use doc && emake -C docs html
-}
-
-python_install_all() {
- use examples && dodoc -r examples
- use doc && local HTML_DOCS=( docs/_build/html/. )
-
- distutils-r1_python_install_all
-}