From: "Michał Górny" <mgorny@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/dns-lexicon/
Date: Fri, 23 Aug 2024 04:57:22 +0000 (UTC) [thread overview]
Message-ID: <1724389037.861375ebfde12043de197093d976460444e8d3c6.mgorny@gentoo> (raw)
commit: 861375ebfde12043de197093d976460444e8d3c6
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Fri Aug 23 04:49:07 2024 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Fri Aug 23 04:57:17 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=861375eb
dev-python/dns-lexicon: Bump to 3.18.0
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/dns-lexicon/Manifest | 1 +
dev-python/dns-lexicon/dns-lexicon-3.18.0.ebuild | 72 ++++++++++++++++++++++++
2 files changed, 73 insertions(+)
diff --git a/dev-python/dns-lexicon/Manifest b/dev-python/dns-lexicon/Manifest
index 6eb4dacc10d9..0269341b8b83 100644
--- a/dev-python/dns-lexicon/Manifest
+++ b/dev-python/dns-lexicon/Manifest
@@ -1 +1,2 @@
DIST dns-lexicon-3.17.0.gh.tar.gz 6200497 BLAKE2B 8f423d4d44517b3186ec7f5cfc5d1e0560d4c98360f8a9d6caab429e0b0e5abe8ee42545b0d7c4cdaf1e2a6a9af41b095198144fda386a207f4f98c7693bb2ba SHA512 1bc182f5881d6acfac72b84331ba50da1219178d274c92e532ed11e73aa79696681d28a002cd1e23f48590953f48e50b62c2ef2db020a07ecf88547717508c0c
+DIST dns-lexicon-3.18.0.gh.tar.gz 6216871 BLAKE2B df41467a253cf56c2dd5c127c431973fc80bdca4c174fe84649227d897d7b4612219ca5dc2ad66ae7dc75f626ddfd32aaa950b5cea699bfbb7f05c9a5bda7f40 SHA512 da2804caeef6cd96eb53f7414833757905afa269f328271fccbdb06d988fb46695a0cb917b8dbdfb66579b01cc98d07de8eb7e1cb132c47d49fe05e2ebe18127
diff --git a/dev-python/dns-lexicon/dns-lexicon-3.18.0.ebuild b/dev-python/dns-lexicon/dns-lexicon-3.18.0.ebuild
new file mode 100644
index 000000000000..aa26fc580959
--- /dev/null
+++ b/dev-python/dns-lexicon/dns-lexicon-3.18.0.ebuild
@@ -0,0 +1,72 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=poetry
+PYTHON_COMPAT=( python3_{10..13} )
+
+inherit distutils-r1 optfeature
+
+DESCRIPTION="Manipulate DNS records on various DNS providers in a standardized/agnostic way"
+HOMEPAGE="
+ https://github.com/AnalogJ/lexicon/
+ https://pypi.org/project/dns-lexicon/
+"
+SRC_URI="
+ https://github.com/AnalogJ/lexicon/archive/v${PV}.tar.gz
+ -> ${P}.gh.tar.gz
+"
+S="${WORKDIR}/lexicon-${PV}"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="
+ dev-python/beautifulsoup4[${PYTHON_USEDEP}]
+ dev-python/cryptography[${PYTHON_USEDEP}]
+ >=dev-python/dnspython-2[${PYTHON_USEDEP}]
+ >=dev-python/pyotp-2[${PYTHON_USEDEP}]
+ dev-python/pyyaml[${PYTHON_USEDEP}]
+ dev-python/requests[${PYTHON_USEDEP}]
+ dev-python/tldextract[${PYTHON_USEDEP}]
+"
+BDEPEND="
+ test? (
+ >=dev-python/boto3-1.25[${PYTHON_USEDEP}]
+ dev-python/zeep[${PYTHON_USEDEP}]
+ dev-python/vcrpy[${PYTHON_USEDEP}]
+ )
+"
+
+EPYTEST_XDIST=1
+distutils_enable_tests pytest
+
+EPYTEST_DESELECT=(
+ # TODO
+ tests/test_client.py::test_client_init_when_missing_action_should_fail
+)
+
+EPYTEST_IGNORE=(
+ # Requires the "localzone" module
+ tests/providers/test_localzone.py
+ # Requires the "softlayer" module
+ tests/providers/test_softlayer.py
+ # Requires the "transip" module
+ tests/providers/test_transip.py
+ # Requires the "oci" module
+ tests/providers/test_oci.py
+ # Uses tldextract which needs Internet access to download its database
+ tests/providers/test_auto.py
+)
+
+pkg_postinst() {
+ if [[ -z ${REPLACING_VERSIONS} ]]; then
+ optfeature_header \
+ "Install the following packages to enable support for additional DNS providers:"
+ optfeature Gransy dev-python/zeep
+ optfeature Route53 dev-python/boto3
+ optfeature DDNS dev-python/dnspython
+ fi
+}
next reply other threads:[~2024-08-23 4:57 UTC|newest]
Thread overview: 52+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-08-23 4:57 Michał Górny [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-07-06 19:35 [gentoo-commits] repo/gentoo:master commit in: dev-python/dns-lexicon/ Michał Górny
2023-12-30 18:28 Michał Górny
2023-11-07 5:58 Michał Górny
2023-11-07 5:58 Michał Górny
2023-10-22 8:50 Michał Górny
2023-10-19 4:00 Michał Górny
2023-10-15 3:26 Michał Górny
2023-10-13 15:49 Michał Górny
2023-10-01 3:22 Michał Górny
2023-08-14 6:26 Michał Górny
2023-08-08 5:31 Michał Górny
2023-07-24 11:31 Michał Górny
2023-06-20 8:49 Michał Górny
2023-06-12 14:59 Michał Górny
2023-06-12 14:59 Michał Górny
2023-02-17 11:04 Michał Górny
2023-01-10 14:42 Michał Górny
2022-11-14 4:36 Michał Górny
2022-10-26 18:42 Arthur Zamarin
2022-10-12 11:18 Michał Górny
2022-10-11 12:24 Michał Górny
2022-10-11 12:24 Michał Górny
2022-08-12 10:35 Arthur Zamarin
2022-06-21 17:32 Arthur Zamarin
2022-06-16 8:05 Michał Górny
2022-05-17 6:54 Michał Górny
2022-05-16 13:18 Michał Górny
2022-05-16 7:56 Michał Górny
2022-05-07 9:35 Michał Górny
2022-05-07 9:35 Michał Górny
2022-05-01 13:42 Michał Górny
2022-04-20 7:47 Michał Górny
2022-02-15 9:05 Michał Górny
2022-01-18 9:51 Michał Górny
2022-01-07 16:49 Arthur Zamarin
2021-12-29 23:14 Michał Górny
2021-12-29 8:30 Michał Górny
2021-11-14 8:46 Michał Górny
2021-11-13 9:37 Michał Górny
2021-11-04 8:16 Michał Górny
2021-10-17 7:41 Michał Górny
2021-10-15 21:07 Michał Górny
2021-10-05 8:27 Michał Górny
2021-08-15 23:05 Louis Sautier
2021-08-15 17:03 Louis Sautier
2021-08-12 22:52 Louis Sautier
2020-12-02 23:13 Aaron Bauman
2020-03-26 20:52 Michał Górny
2020-02-05 5:50 Michał Górny
2019-10-13 13:15 罗百科
2019-10-13 13:15 罗百科
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1724389037.861375ebfde12043de197093d976460444e8d3c6.mgorny@gentoo \
--to=mgorny@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox