From: "Michał Górny" <mgorny@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/dnspython/
Date: Thu, 10 Aug 2023 02:53:13 +0000 (UTC) [thread overview]
Message-ID: <1691635982.ddf6779d4fe91de98fbb96252037a7b7e9ff6073.mgorny@gentoo> (raw)
commit: ddf6779d4fe91de98fbb96252037a7b7e9ff6073
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu Aug 10 02:34:41 2023 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu Aug 10 02:53:02 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ddf6779d
dev-python/dnspython: Bump to 2.4.2
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/dnspython/Manifest | 1 +
dev-python/dnspython/dnspython-2.4.2.ebuild | 51 +++++++++++++++++++++++++++++
2 files changed, 52 insertions(+)
diff --git a/dev-python/dnspython/Manifest b/dev-python/dnspython/Manifest
index 503ad3623243..7c984c701ce0 100644
--- a/dev-python/dnspython/Manifest
+++ b/dev-python/dnspython/Manifest
@@ -1,3 +1,4 @@
DIST dnspython-2.3.0.gh.tar.gz 339222 BLAKE2B 1e1bfd1d716f5afce1ccc2e0f1fbb8e575e91619bc32f2c5067f6da4e01ea927dd0a1ed4c35e6c88d34de320befd833c9c17d060ea71918775c1f5f0121b61a8 SHA512 0bb4b41262a1d97b724e48b4dfb70f1fb544c18824e7d2bc2dcb8ef6c943c6c827ce753ae4ccb2ab37e95c8f5ff5d2f4853f238509f21e6299a445760c41e10e
DIST dnspython-2.4.0.gh.tar.gz 356155 BLAKE2B d77ac611a45bb6f19903752af480e03d25655e0c814768c67b9a605c7a41a8c17efa976a4ff55fcc7de811113415addb094f8edefb5ebaa29b25d5a5865ea9ab SHA512 61becb66d049f9a503a4e60195183cd7b2f6dfb67d28aac85e39d26d30abd1eb97b52f368796438d90a4ff9acb441d1e487d5699484c77ec58e3914885d66aca
DIST dnspython-2.4.1.gh.tar.gz 357296 BLAKE2B 7346a2c4ee60e5449edc567d69f5ec3e7a546b6fd1fda3b08448d3748a1fd991526b0d673b26b10b31cdb3029a07322b3e62f55f67685432e376ab6e2a8a49c0 SHA512 98f440f13b8600880cc56493d9f20bfd824d40eca4cde4ed4bcaa0fa617d30176f4d37bc391896a237bd7bd3ce99f0ef9779a2fb26dcdb02e455edec53a31fdd
+DIST dnspython-2.4.2.gh.tar.gz 357675 BLAKE2B ceb2f4a824a1c2b834401d2eb7943e62a5fb28a19be64cea8071d7e294d1a6aa80dc82266586d050fcb1c0eff881d9e139be335313d2098b6c3c6cf690f398ab SHA512 6a76331fc8bc282bb8ef61509317b1956bec6fb516a57409b1df38c8f5094e5ddfcaabc951f7678f1be75e735962c94f225b6e78eb4abe56b27e075180c62576
diff --git a/dev-python/dnspython/dnspython-2.4.2.ebuild b/dev-python/dnspython/dnspython-2.4.2.ebuild
new file mode 100644
index 000000000000..c48c33add1bd
--- /dev/null
+++ b/dev-python/dnspython/dnspython-2.4.2.ebuild
@@ -0,0 +1,51 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=poetry
+PYTHON_COMPAT=( python3_{10..12} pypy3 )
+
+inherit distutils-r1
+
+DESCRIPTION="DNS toolkit for Python"
+HOMEPAGE="
+ https://www.dnspython.org/
+ https://github.com/rthalley/dnspython/
+ https://pypi.org/project/dnspython/
+"
+SRC_URI="
+ https://github.com/rthalley/dnspython/archive/v${PV}.tar.gz
+ -> ${P}.gh.tar.gz
+"
+
+LICENSE="ISC"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
+IUSE="dnssec examples"
+
+RDEPEND="
+ dnssec? (
+ dev-python/cryptography[${PYTHON_USEDEP}]
+ )
+ <dev-python/idna-4.0[${PYTHON_USEDEP}]
+"
+BDEPEND="
+ test? (
+ dev-python/cryptography[${PYTHON_USEDEP}]
+ )
+"
+
+distutils_enable_tests pytest
+
+python_test() {
+ epytest -s
+}
+
+python_install_all() {
+ distutils-r1_python_install_all
+ if use examples; then
+ dodoc -r examples
+ docompress -x /usr/share/doc/${PF}/examples
+ fi
+}
next reply other threads:[~2023-08-10 2:53 UTC|newest]
Thread overview: 91+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-08-10 2:53 Michał Górny [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-02-19 16:09 [gentoo-commits] repo/gentoo:master commit in: dev-python/dnspython/ Michał Górny
2024-10-26 15:32 Michał Górny
2024-10-26 14:47 Arthur Zamarin
2024-10-06 2:30 Michał Górny
2024-05-17 10:51 Michał Górny
2024-03-07 16:10 Michał Górny
2024-02-19 4:10 Michał Górny
2024-02-17 6:10 Michał Górny
2024-02-11 13:14 Michał Górny
2024-02-11 6:01 Sam James
2024-01-21 6:21 Michał Górny
2023-08-19 16:05 Michał Górny
2023-08-19 15:56 Arthur Zamarin
2023-07-27 3:21 Michał Górny
2023-07-16 3:06 Michał Górny
2023-05-28 11:36 Sam James
2023-02-16 20:21 Michał Górny
2023-01-16 18:21 Michał Górny
2023-01-16 6:11 Michał Górny
2022-10-09 16:15 James Le Cuirot
2022-07-29 14:37 Michał Górny
2022-07-29 14:37 Michał Górny
2022-07-04 6:57 Michał Górny
2022-07-04 6:57 Michał Górny
2022-07-04 6:57 Michał Górny
2022-05-15 10:41 Michał Górny
2022-05-11 12:56 Jakov Smolić
2022-05-05 9:51 WANG Xuerui
2022-04-15 15:23 Arthur Zamarin
2022-04-15 15:21 Arthur Zamarin
2022-04-08 14:23 Arthur Zamarin
2022-03-09 19:13 Arthur Zamarin
2022-02-04 19:28 Michał Górny
2022-01-18 22:44 Michał Górny
2021-12-03 20:47 Arthur Zamarin
2021-11-28 14:42 Michał Górny
2021-07-28 0:19 Marek Szuba
2021-06-05 11:03 Michał Górny
2021-06-05 11:03 Michał Górny
2021-02-19 8:35 Michał Górny
2021-02-19 2:54 Sam James
2021-01-08 9:43 Michał Górny
2021-01-08 0:45 Michał Górny
2020-08-22 9:15 Michał Górny
2020-08-19 4:09 Sam James
2020-07-19 17:18 Michał Górny
2020-07-11 22:08 Sam James
2020-05-26 18:09 Michał Górny
2020-05-26 18:09 Michał Górny
2020-04-27 19:21 Michał Górny
2020-03-26 20:52 Michał Górny
2020-03-26 20:52 Michał Górny
2020-03-26 20:52 Michał Górny
2019-11-27 7:58 Patrick McLean
2019-11-11 19:39 Sergei Trofimovich
2019-07-31 13:13 Agostino Sarubbo
2019-07-31 13:11 Agostino Sarubbo
2019-07-31 12:09 Agostino Sarubbo
2019-07-31 10:59 Agostino Sarubbo
2019-07-31 10:55 Agostino Sarubbo
2019-07-31 10:54 Agostino Sarubbo
2019-07-30 5:40 Michał Górny
2019-07-30 5:40 Michał Górny
2019-07-30 5:40 Michał Górny
2019-05-13 14:34 Manuel Rüger
2018-10-10 15:49 Matthew Thode
2018-08-05 11:06 Manuel Rüger
2018-01-03 22:13 Michał Górny
2017-05-27 6:57 Markus Meier
2017-05-19 2:23 Michael Weber
2017-05-12 17:56 Tobias Klausmann
2017-05-11 7:05 Jeroen Roovers
2017-05-10 14:55 Mike Gilbert
2017-03-26 4:16 Matt Thode
2017-03-13 2:18 Zac Medico
2017-02-20 18:12 Markus Meier
2017-01-23 18:58 Tobias Klausmann
2017-01-22 11:29 Jeroen Roovers
2017-01-21 20:33 Agostino Sarubbo
2017-01-18 11:57 Agostino Sarubbo
2017-01-17 16:22 Agostino Sarubbo
2016-11-26 17:59 Mike Gilbert
2016-10-10 18:42 Matt Thode
2016-03-27 17:44 David Seifert
2016-02-28 7:32 Matt Thode
2016-02-28 7:08 Matt Thode
2016-01-11 11:32 Justin Lecher
2016-01-11 11:32 Justin Lecher
2015-10-30 12:03 Justin Lecher
2015-09-16 12:52 Justin Lecher
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=1691635982.ddf6779d4fe91de98fbb96252037a7b7e9ff6073.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