summaryrefslogtreecommitdiff
path: root/dev-python/digitalocean
diff options
context:
space:
mode:
authorLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2023-02-14 20:44:29 +0000
committerLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2023-02-14 20:44:29 +0000
commitb9f9af9f759051ea7594e71af1a2b895daf0d8dd (patch)
treed9b9e2052b3b588e1858ed2c660d0d09de281aa3 /dev-python/digitalocean
parent118896fc9c75721ced27db76bcfbecd7953f4039 (diff)
downloadbaldeagleos-repo-b9f9af9f759051ea7594e71af1a2b895daf0d8dd.tar.gz
baldeagleos-repo-b9f9af9f759051ea7594e71af1a2b895daf0d8dd.tar.xz
baldeagleos-repo-b9f9af9f759051ea7594e71af1a2b895daf0d8dd.zip
Adding metadata
Diffstat (limited to 'dev-python/digitalocean')
-rw-r--r--dev-python/digitalocean/Manifest1
-rw-r--r--dev-python/digitalocean/digitalocean-1.17.0-r1.ebuild (renamed from dev-python/digitalocean/digitalocean-1.16.0.ebuild)14
2 files changed, 9 insertions, 6 deletions
diff --git a/dev-python/digitalocean/Manifest b/dev-python/digitalocean/Manifest
index 717b207918b7..a3069385eb5f 100644
--- a/dev-python/digitalocean/Manifest
+++ b/dev-python/digitalocean/Manifest
@@ -1,2 +1 @@
-DIST digitalocean-1.16.0.tar.gz 59077 BLAKE2B b44c045716967a192b4e79d562bd7af8af2ed3a0d6ea54490f2e15195c84476f25a661c80b5f1beda54e724a4177083a5d04682ca96855637cf626cd3397df17 SHA512 110614aeb33e2dab0564b4569058233916626d50da14d42f9702c9275f13442dccb7b77829b2dc8e97e8bbbd53d094116cebe9b3aedad920d2b0c156a5680bf7
DIST digitalocean-1.17.0.gh.tar.gz 60261 BLAKE2B 1a3b8ffe955fdea616420d67e9cd1b07d81d3395d673770333b150a8044f6f93d16ab6ec93d0d5efb7579a2bd7fde57c394bc3fc3e58ad02db230f5bd48006bb SHA512 3b5f5adb5fac9693450954e568433cecb43152d4cb2b5709126dc7c69c6b84f19428dcd3688718588a986d3ea9170a956387f3050cd10a69ba89d5dcdf8e100c
diff --git a/dev-python/digitalocean/digitalocean-1.16.0.ebuild b/dev-python/digitalocean/digitalocean-1.17.0-r1.ebuild
index 4577c9708d3e..63c012dde38d 100644
--- a/dev-python/digitalocean/digitalocean-1.16.0.ebuild
+++ b/dev-python/digitalocean/digitalocean-1.17.0-r1.ebuild
@@ -1,17 +1,16 @@
# Copyright 2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=7
+EAPI=8
+DISTUTILS_USE_PEP517=setuptools
PYTHON_COMPAT=( python3_{7,8,9,10,11} )
-DISTUTILS_USE_SETUPTOOLS=rdepend
-
inherit distutils-r1
DESCRIPTION="Digitalocean API access library"
HOMEPAGE="https://github.com/koalalorenzo/python-digitalocean"
-SRC_URI="https://github.com/koalalorenzo/python-digitalocean/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-S=${WORKDIR}/python-digitalocean-${PV}
+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"
@@ -21,3 +20,8 @@ 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