dev-python/python-digitalocean - 1.17.0-r1 (certbot-dns-plugins)

Search

Install

Install this version:

emerge -a =dev-python/python-digitalocean-1.17.0-r1

If this version is masked, you can unmask it using the autounmask tool or standard emerge options:

autounmask =dev-python/python-digitalocean-1.17.0-r1

Or alternatively:

emerge --autounmask-write -a =dev-python/python-digitalocean-1.17.0-r1

Package Information

Description:
digitalocean.com API to manage Droplets and Images
Homepage:
https://github.com/koalalorenzo/python-digitalocean https://pypi.org/project/python-digitalocean/
License:
LGPL-3

Ebuild Details

Version EAPI Keywords Slot
1.17.0-r1 8 ~amd64 ~arm64 ~x86 ~amd64-linux ~x86-linux 0
View Raw Ebuild
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI="8"

DISTUTILS_USE_PEP517=setuptools
PYPI_NO_NORMALIZE=1
PYTHON_COMPAT=( python3_{12..13} )

inherit distutils-r1 pypi

DESCRIPTION="digitalocean.com API to manage Droplets and Images"
HOMEPAGE="https://github.com/koalalorenzo/python-digitalocean https://pypi.org/project/python-digitalocean/"

LICENSE="LGPL-3"
SLOT="0"
KEYWORDS="~amd64 ~arm64 ~x86 ~amd64-linux ~x86-linux"
IUSE="test"
RESTRICT="!test? ( test )"

RDEPEND="dev-python/requests[${PYTHON_USEDEP}]
	dev-python/jsonpickle[${PYTHON_USEDEP}]"
DEPEND="${REDEPEND}
	test? (
		dev-python/pytest[${PYTHON_USEDEP}]
	)"

python_test() {
	nosetests --verbose || die
	py.test -v -v || die
}

USE Flags

Manage flags for this package: euse -i <flag> -p dev-python/python-digitalocean | euse -E <flag> -p dev-python/python-digitalocean | euse -D <flag> -p dev-python/python-digitalocean

Global/Standard Flags

Inherited Eclasses

Dependencies

DEPEND

	test? (
		dev-python/pytest[]
	)

RDEPEND

dev-python/requests[]
	dev-python/jsonpickle[]