summaryrefslogtreecommitdiff
path: root/dev-python/hcloud-python/hcloud-python-1.18.2.ebuild
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2023-05-13 17:59:40 +0200
committerMichał Górny <mgorny@gentoo.org>2023-05-13 18:04:01 +0200
commitd3f9949bbc5cd08ee5bb0ab963ff073d5830daae (patch)
tree6dc1052aecd7a881a86e6d47e1c9a9b67f5edbd7 /dev-python/hcloud-python/hcloud-python-1.18.2.ebuild
parentd11e4738abc8bf1cb98d3f4bb1e0b7cf280384ae (diff)
downloadgentoo-d3f9949bbc5cd08ee5bb0ab963ff073d5830daae.tar.gz
gentoo-d3f9949bbc5cd08ee5bb0ab963ff073d5830daae.tar.bz2
gentoo-d3f9949bbc5cd08ee5bb0ab963ff073d5830daae.zip
dev-python/hcloud-python: Remove old
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/hcloud-python/hcloud-python-1.18.2.ebuild')
-rw-r--r--dev-python/hcloud-python/hcloud-python-1.18.2.ebuild40
1 files changed, 0 insertions, 40 deletions
diff --git a/dev-python/hcloud-python/hcloud-python-1.18.2.ebuild b/dev-python/hcloud-python/hcloud-python-1.18.2.ebuild
deleted file mode 100644
index cf4c754eddb6..000000000000
--- a/dev-python/hcloud-python/hcloud-python-1.18.2.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{9..11} )
-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}.gh.tar.gz
-"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="amd64"
-IUSE="examples"
-
-RDEPEND="
- >=dev-python/python-dateutil-2.7.5[${PYTHON_USEDEP}]
- >=dev-python/requests-2.20[${PYTHON_USEDEP}]
-"
-
-distutils_enable_sphinx docs \
- dev-python/sphinx-rtd-theme
-distutils_enable_tests pytest
-
-EPYTEST_IGNORE=(
- # Integration tests need docker:
- # https://github.com/hetznercloud/hcloud-python/blob/master/.travis.yml#L16
- tests/integration
-)
-
-python_install_all() {
- use examples && dodoc -r examples
- distutils-r1_python_install_all
-}