From 7a0bfc2209d809960eb047b6b8f6b21c0b37ede9 Mon Sep 17 00:00:00 2001 From: Micha Glave Date: Thu, 23 Apr 2020 10:07:32 +0200 Subject: [PATCH] replaced by upstream dev-python/dns-lexicon. --- net-dns/lexicon/Manifest | 2 -- net-dns/lexicon/lexicon-3.1.6.ebuild | 35 ---------------------------- 2 files changed, 37 deletions(-) delete mode 100644 net-dns/lexicon/Manifest delete mode 100644 net-dns/lexicon/lexicon-3.1.6.ebuild diff --git a/net-dns/lexicon/Manifest b/net-dns/lexicon/Manifest deleted file mode 100644 index c0a9813..0000000 --- a/net-dns/lexicon/Manifest +++ /dev/null @@ -1,2 +0,0 @@ -DIST lexicon-3.1.6.tar.gz 2741261 BLAKE2B 826410585083d923fa8a0a5fa7b5e4fc428980a6e2986f8039a9e47287312caed8a076561364bf569f2c1a376c80f6eb457f74a05560a9f53db1ec68f8afac51 SHA512 f6c9d3be9d6c322552f2c24d1e9e05524625e00a739f8d55bff8c8c5724cfb61e38543a70cb16a52f8f9b9a29dd37000394d4168b4d6b194d718f872e295cd93 -EBUILD lexicon-3.1.6.ebuild 1182 BLAKE2B 11025cd1b4567aa7341d654f85c4ebdd6a94ea67ab352ea7b5ced59f8a4a6699b1b82c35051edb694597aa7b2df16d4b5cf546556ca96a60c40c60979f5fb754 SHA512 62f54c9bb8071b418ff953bdfac83334f1cc06558868001c41bf8307168ac033c9bcc3a63dfcee32f1744b9024ca611af05d4a6607d0ed7eda5c06f41d5fbbdd diff --git a/net-dns/lexicon/lexicon-3.1.6.ebuild b/net-dns/lexicon/lexicon-3.1.6.ebuild deleted file mode 100644 index 8d50d5f..0000000 --- a/net-dns/lexicon/lexicon-3.1.6.ebuild +++ /dev/null @@ -1,35 +0,0 @@ -# Copyright 2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 -PYTHON_COMPAT=( python2_7 python3_{4,5,6,7} ) - -inherit distutils-r1 - -DESCRIPTION="Manipulate DNS records on various DNS providers in a standardized way." -HOMEPAGE="https://github.com/AnalogJ/lexicon" -GITHUB_USER="AnalogJ" -GITHUB_TAG="v${PV}" -SRC_URI="https://github.com/${GITHUB_USER}/${PN}/archive/${GITHUB_TAG}.tar.gz -> ${P}.tar.gz" - - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="easyname henet hetzner plesk route53 subreg" -RDEPEND=" - dev-python/requests[ssl,${PYTHON_USEDEP}] - dev-python/tldextract[${PYTHON_USEDEP}] - dev-python/future[${PYTHON_USEDEP}] - dev-python/cryptography[${PYTHON_USEDEP}] - dev-python/pyyaml[${PYTHON_USEDEP}] - easyname? ( dev-python/beautifulsoup:4[${PYTHON_USEDEP}] ) - henet? ( dev-python/beautifulsoup:4[${PYTHON_USEDEP}] ) - hetzner? ( >dev-python/dnspython-1.5.0[${PYTHON_USEDEP}] - dev-python/beautifulsoup:4[${PYTHON_USEDEP}] ) - plesk? ( dev-python/xmltodict[${PYTHON_USEDEP}] ) - route53? ( dev-python/boto3[${PYTHON_USEDEP}] ) - subreg? ( dev-python/zeep[${PYTHON_USEDEP}] ) - " -DEPEND="" -BDEPEND=""