dev-python/nc-dns-api - 0.1.6 (r7l)

Search

Package Information

Description:
API wrapper for the netcup DNS API
Homepage:
https://github.com/nbuchwitz/nc_dnsapi
License:
MIT

Ebuild Details

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

EAPI=8

DISTUTILS_USE_PEP517=setuptools
PYTHON_COMPAT=( python3_{10..13} )

inherit distutils-r1

DESCRIPTION="API wrapper for the netcup DNS API"
HOMEPAGE="https://github.com/nbuchwitz/nc_dnsapi"
SRC_URI="https://github.com/nbuchwitz/nc_dnsapi/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"

S="${WORKDIR}/nc_dnsapi-${PV}"

LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~arm64"

RDEPEND="dev-python/httplib2"

src_prepare() {
	default
	sed -i "s/version='0.1.5'/version='0.1.6'/g" setup.py
}

Dependencies

RDEPEND

dev-python/httplib2

Manifest for 0.1.6

Type File Size Source URLs
DIST nc-dns-api-0.1.6.tar.gz 15045 bytes https://github.com/nbuchwitz/nc_dnsapi/archive/refs/tags/v0.1.6.tar.gz