diff options
| author | Arthur Zamarin <arthurzam@gentoo.org> | 2022-11-25 22:33:07 +0200 |
|---|---|---|
| committer | Arthur Zamarin <arthurzam@gentoo.org> | 2022-11-25 22:33:07 +0200 |
| commit | 82ee129f3439bbe7347b6a7d13d5159b8cd0661f (patch) | |
| tree | 26b32c2f9341b94d39eeea758022657263c2e64f /dev-python/hcloud-python/hcloud-python-1.18.0.ebuild | |
| parent | 557e39ea7cedba621adf7d898c0fe3ca4e26a79c (diff) | |
| download | gentoo-82ee129f3439bbe7347b6a7d13d5159b8cd0661f.tar.gz gentoo-82ee129f3439bbe7347b6a7d13d5159b8cd0661f.tar.bz2 gentoo-82ee129f3439bbe7347b6a7d13d5159b8cd0661f.zip | |
dev-python/hcloud-python: drop 1.18.0
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'dev-python/hcloud-python/hcloud-python-1.18.0.ebuild')
| -rw-r--r-- | dev-python/hcloud-python/hcloud-python-1.18.0.ebuild | 40 |
1 files changed, 0 insertions, 40 deletions
diff --git a/dev-python/hcloud-python/hcloud-python-1.18.0.ebuild b/dev-python/hcloud-python/hcloud-python-1.18.0.ebuild deleted file mode 100644 index f0eb128c1b5d..000000000000 --- a/dev-python/hcloud-python/hcloud-python-1.18.0.ebuild +++ /dev/null @@ -1,40 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -PYTHON_COMPAT=( python3_{8..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="doc examples" - -RDEPEND=" - >=dev-python/future-0.17.1[${PYTHON_USEDEP}] - >=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 - -python_install_all() { - use examples && dodoc -r examples - distutils-r1_python_install_all -} - -python_test() { - # Integration tests need docker: - # https://github.com/hetznercloud/hcloud-python/blob/master/.travis.yml#L16 - epytest --ignore tests/integration -} |
