diff options
| author | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2024-04-09 16:05:08 +0000 |
|---|---|---|
| committer | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2024-04-09 16:05:08 +0000 |
| commit | b062c7b5b52a24000a705da71626dd653e73436d (patch) | |
| tree | 1115b4e016f3f83145372a5fcf8471f2e8069ddb /dev-python/digitalocean | |
| parent | 4ea2f6bb0bc12b8c2f7372d934ff685ce150be36 (diff) | |
| download | baldeagleos-repo-b062c7b5b52a24000a705da71626dd653e73436d.tar.gz baldeagleos-repo-b062c7b5b52a24000a705da71626dd653e73436d.tar.xz baldeagleos-repo-b062c7b5b52a24000a705da71626dd653e73436d.zip | |
Adding metadata
Diffstat (limited to 'dev-python/digitalocean')
| -rw-r--r-- | dev-python/digitalocean/digitalocean-1.17.0.ebuild | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/dev-python/digitalocean/digitalocean-1.17.0.ebuild b/dev-python/digitalocean/digitalocean-1.17.0.ebuild deleted file mode 100644 index 722a15b758a0..000000000000 --- a/dev-python/digitalocean/digitalocean-1.17.0.ebuild +++ /dev/null @@ -1,26 +0,0 @@ -# Copyright 2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -PYTHON_COMPAT=( python3_{8,9,10,11,12} ) -inherit distutils-r1 - -DESCRIPTION="Digitalocean API access library" -HOMEPAGE="https://github.com/koalalorenzo/python-digitalocean" -SRC_URI="https://github.com/koalalorenzo/python-${PN}/archive/v${PV}.tar.gz -> ${P}.gh.tar.gz" -S="${WORKDIR}/python-${P}" - -LICENSE="LGPL-3" -SLOT="0" -KEYWORDS="~amd64 ~x86" - -RDEPEND=" - dev-python/requests[${PYTHON_USEDEP}] - dev-python/jsonpickle[${PYTHON_USEDEP}] -" -BDEPEND="test? ( dev-python/responses[${PYTHON_USEDEP}] )" - -distutils_enable_sphinx docs dev-python/alabaster - -distutils_enable_tests pytest |
