outdated dev-python/dns-lexicon-3.6.0 removed.

This commit is contained in:
Micha Glave 2023-06-06 14:03:33 +02:00
parent 3ecca6b6dd
commit 8c23e7ea9d
2 changed files with 0 additions and 33 deletions

View File

@ -1,2 +0,0 @@
DIST dns-lexicon-3.6.0.tar.gz 156047 BLAKE2B 399ff31b1b31fbcaa0e31e2bdcc2920bd8ee343638befb02eb35b02104cbab7fcaf911734374f9ef68eb39e15ed1b51e14298660a5c2a13fa1a60a0e93ef137c SHA512 bdbe917dfe64cc875b5b50e198b48166cd58525b5a15e0b36d979e21ef9865d75b8b66fba2d20c3bd989bbddc4d5e9d44088e7cc1df62121fd39f5c10e82805e
EBUILD dns-lexicon-3.6.0.ebuild 828 BLAKE2B 8e2874b73d50e5389810dceace9194bb14d1e5cc3aec115ff0672ef053a5d24140162ab7e4206a5d217070c772a329cc070001e9c4f338fcf6a4ce11c0d885d6 SHA512 4a55207bb055e40043955e922503e1d101747167468dbb61969de10584473db284a799c3dc973ab9342888d8a8261ce03d53d438ed87719d33bf639e4f2e0ced

View File

@ -1,31 +0,0 @@
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
PYTHON_COMPAT=( python{3_6,3_7,3_8,3_9} )
inherit distutils-r1
DESCRIPTION="Manipulate DNS records on various DNS providers in a standardized/agnostic way"
HOMEPAGE="https://pypi.org/project/dns-lexicon/"
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
DEPEND="
dev-python/setuptools[${PYTHON_USEDEP}]
"
RDEPEND="
dev-python/requests[${PYTHON_USEDEP}]
>=dev-python/tldextract-3.0.0[${PYTHON_USEDEP}]
>=dev-python/cryptography-3.0[${PYTHON_USEDEP}]
dev-python/pyyaml[${PYTHON_USEDEP}]
dev-python/future[${PYTHON_USEDEP}]
>=dev-python/beautifulsoup-4.9.1[${PYTHON_USEDEP}]
dev-python/dnspython[${PYTHON_USEDEP}]
"
DISTUTILS_USE_SETUPTOOLS=rdepend