From e74095aa49533bb8f3655a691f3c7b8f638c531f Mon Sep 17 00:00:00 2001 From: "Anna (cybertailor) Vyalkova" Date: Mon, 20 Dec 2021 13:43:50 +0500 Subject: [PATCH] dev-python/digitalocean: update EAPI 7 -> 8 Closes: https://bugs.gentoo.org/829320 Closes: https://bugs.gentoo.org/829319 Signed-off-by: Anna (cybertailor) Vyalkova --- dev-python/digitalocean/digitalocean-1.17.0.ebuild | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/dev-python/digitalocean/digitalocean-1.17.0.ebuild b/dev-python/digitalocean/digitalocean-1.17.0.ebuild index 813a208c71..33ec6bf8d6 100644 --- a/dev-python/digitalocean/digitalocean-1.17.0.ebuild +++ b/dev-python/digitalocean/digitalocean-1.17.0.ebuild @@ -1,17 +1,15 @@ # Copyright 2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI=8 PYTHON_COMPAT=( python3_{8..10} ) -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}.tar.gz" +S="${WORKDIR}/python-${P}" LICENSE="LGPL-3" SLOT="0" @@ -21,3 +19,7 @@ RDEPEND=" dev-python/requests[${PYTHON_USEDEP}] dev-python/jsonpickle[${PYTHON_USEDEP}] " + +distutils_enable_sphinx docs dev-python/alabaster + +distutils_enable_tests pytest