From: "Michał Górny" <mgorny@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pycares/
Date: Fri, 13 Jun 2025 04:16:29 +0000 (UTC) [thread overview]
Message-ID: <1749786567.70733887e77b1286db376c09efcf7e8fe4616aa3.mgorny@gentoo> (raw)
commit: 70733887e77b1286db376c09efcf7e8fe4616aa3
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Fri Jun 13 03:49:27 2025 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Fri Jun 13 03:49:27 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=70733887
dev-python/pycares: Remove old
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/pycares/Manifest | 2 --
dev-python/pycares/pycares-4.6.1.ebuild | 57 ---------------------------------
dev-python/pycares/pycares-4.7.0.ebuild | 57 ---------------------------------
3 files changed, 116 deletions(-)
diff --git a/dev-python/pycares/Manifest b/dev-python/pycares/Manifest
index bcb4d11c79a7..8c96bb0612b2 100644
--- a/dev-python/pycares/Manifest
+++ b/dev-python/pycares/Manifest
@@ -1,4 +1,2 @@
DIST pycares-4.6.0.tar.gz 822080 BLAKE2B 1bfad7d7afe0eaabe12ac758655889ff2c819137dfd63634646c060d09599b7bc8a18ae8c782742e40f552959298c312c6c152927775f5a5fdc539b148d97a86 SHA512 3b4db74e8411359165bf6c8b2c3ece2b954bd50cbe2db9c8c1678a2f18611f7c548dd2c004c8db40c28d8384a6f41a4863e0661892eda93e735b5182ba68a802
-DIST pycares-4.6.1.tar.gz 822359 BLAKE2B 54e055a716a6fc021e54fd12e255fc8e54e774b8391e5ab7291176a18138431184598bc2fd73ab14d226f4db1f65798bf18dbc5ff7a698438117ca131c5497c9 SHA512 140f206435a2f7f6bdcdb707035f6216710852161552dd733a383cc13e085e44a168bc425c0bc107bc82c4808c13a58b48407af0b45c7b5abae3e1d39fffbc95
-DIST pycares-4.7.0.tar.gz 642875 BLAKE2B 1467d3264b9240c2d79a2702fab13871ec8a6d4b154eeece5a2ea25c6f7e893717b2c09365bf30600ae8208c61d84b043be48a7b5af965379e3eda30a8c562bf SHA512 ca710bd14150dd0fecab09ee89928664e5bb275513a94e316db3d84fa40597c5f11631db9b17b13b074b8575a0ceff4b121424a5f2ba9e92a734de2e100a79ec
DIST pycares-4.8.0.tar.gz 647980 BLAKE2B 640312cab61f02952222954a193cabfb81d4be86d26c96737af6c2b56caecc01c17322ad4526679e0a14e2b6653234d57c3de8ec59e3fc85d6ccf5508ba06bee SHA512 51e467d0a58fd865a07fead2e906a7caea8751d45d06ac699c57bf56fe9165da9d17b50104f61200911e77bb3edea6de2d81aa3e2330946f8548905b83ce1be1
diff --git a/dev-python/pycares/pycares-4.6.1.ebuild b/dev-python/pycares/pycares-4.6.1.ebuild
deleted file mode 100644
index 328f04035403..000000000000
--- a/dev-python/pycares/pycares-4.6.1.ebuild
+++ /dev/null
@@ -1,57 +0,0 @@
-# Copyright 1999-2025 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_EXT=1
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( pypy3 pypy3_11 python3_{10..13} )
-
-inherit distutils-r1 pypi
-
-DESCRIPTION="Python interface for c-ares"
-HOMEPAGE="
- https://github.com/saghul/pycares/
- https://pypi.org/project/pycares/
-"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ~mips ppc ppc64 ~riscv ~s390 ~sparc x86"
-IUSE="test"
-# Tests fail with network-sandbox, since they try to resolve google.com
-PROPERTIES="test_network"
-RESTRICT="test"
-
-DEPEND="
- net-dns/c-ares:=
-"
-BDEPEND="
- $(python_gen_cond_dep '
- dev-python/cffi[${PYTHON_USEDEP}]
- ' 'python*')
-"
-RDEPEND="
- dev-python/idna[${PYTHON_USEDEP}]
- ${DEPEND}
- ${BDEPEND}
-"
-BDEPEND+="
- test? (
- dev-python/idna[${PYTHON_USEDEP}]
- )
-"
-
-distutils_enable_tests pytest
-
-EPYTEST_DESELECT=(
- # regression due to Internet changing (probably)
- # https://github.com/saghul/pycares/issues/187
- tests/test_all.py::DNSTest::test_query_class_chaos
- tests/test_all.py::DNSTest::test_idna_encoding_query_a
- tests/test_all.py::DNSTest::test_query_txt_chunked
- # TODO
- tests/test_all.py::DNSTest::test_custom_resolvconf
-)
-
-export PYCARES_USE_SYSTEM_LIB=1
diff --git a/dev-python/pycares/pycares-4.7.0.ebuild b/dev-python/pycares/pycares-4.7.0.ebuild
deleted file mode 100644
index fbb9de8d486c..000000000000
--- a/dev-python/pycares/pycares-4.7.0.ebuild
+++ /dev/null
@@ -1,57 +0,0 @@
-# Copyright 1999-2025 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_EXT=1
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( pypy3_11 python3_{11..13} )
-
-inherit distutils-r1 pypi
-
-DESCRIPTION="Python interface for c-ares"
-HOMEPAGE="
- https://github.com/saghul/pycares/
- https://pypi.org/project/pycares/
-"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ~mips ppc ppc64 ~riscv ~s390 ~sparc x86"
-IUSE="test"
-# Tests fail with network-sandbox, since they try to resolve google.com
-PROPERTIES="test_network"
-RESTRICT="test"
-
-DEPEND="
- net-dns/c-ares:=
-"
-BDEPEND="
- $(python_gen_cond_dep '
- dev-python/cffi[${PYTHON_USEDEP}]
- ' 'python*')
-"
-RDEPEND="
- dev-python/idna[${PYTHON_USEDEP}]
- ${DEPEND}
- ${BDEPEND}
-"
-BDEPEND+="
- test? (
- dev-python/idna[${PYTHON_USEDEP}]
- )
-"
-
-distutils_enable_tests pytest
-
-EPYTEST_DESELECT=(
- # regression due to Internet changing (probably)
- # https://github.com/saghul/pycares/issues/187
- tests/test_all.py::DNSTest::test_query_class_chaos
- tests/test_all.py::DNSTest::test_idna_encoding_query_a
- tests/test_all.py::DNSTest::test_query_txt_chunked
- # TODO
- tests/test_all.py::DNSTest::test_custom_resolvconf
-)
-
-export PYCARES_USE_SYSTEM_LIB=1
next reply other threads:[~2025-06-13 4:16 UTC|newest]
Thread overview: 117+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-06-13 4:16 Michał Górny [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-09-10 6:04 [gentoo-commits] repo/gentoo:master commit in: dev-python/pycares/ Michał Górny
2025-09-10 6:04 Michał Górny
2025-09-06 18:25 Arthur Zamarin
2025-09-06 7:34 Arthur Zamarin
2025-09-06 7:34 Arthur Zamarin
2025-09-06 7:34 Arthur Zamarin
2025-09-06 7:34 Arthur Zamarin
2025-08-06 4:40 Michał Górny
2025-07-13 16:30 Michał Górny
2025-07-05 15:19 Arthur Zamarin
2025-07-05 12:38 Arthur Zamarin
2025-07-04 12:51 Arthur Zamarin
2025-07-04 12:05 Arthur Zamarin
2025-06-29 1:10 Sam James
2025-06-28 8:34 Arthur Zamarin
2025-06-13 4:16 Michał Górny
2025-05-31 11:21 Arthur Zamarin
2025-05-31 10:47 Michał Górny
2025-05-31 8:50 Arthur Zamarin
2025-05-20 16:56 Sam James
2025-05-17 17:41 Arthur Zamarin
2025-05-17 14:13 Arthur Zamarin
2025-05-17 14:13 Arthur Zamarin
2025-05-17 12:04 Sam James
2025-05-17 11:46 Arthur Zamarin
2025-05-12 18:36 Sam James
2025-05-11 4:05 Arthur Zamarin
2025-05-10 16:40 Arthur Zamarin
2025-05-10 12:14 Arthur Zamarin
2025-05-10 12:14 Arthur Zamarin
2025-05-10 11:04 Sam James
2025-05-05 5:10 Michał Górny
2025-05-02 4:21 Michał Górny
2025-04-23 14:21 Michał Górny
2025-04-23 13:55 Sam James
2025-04-21 16:15 Arthur Zamarin
2025-04-21 7:51 Sam James
2025-04-21 4:28 Michał Górny
2025-04-20 3:10 Sam James
2025-04-19 18:40 Arthur Zamarin
2025-04-05 6:37 Michał Górny
2025-01-06 11:46 Michał Górny
2025-01-06 10:50 Sam James
2024-12-16 7:51 Arthur Zamarin
2024-12-15 7:02 Sam James
2024-12-14 18:06 Zac Medico
2024-12-14 13:20 Arthur Zamarin
2024-12-14 12:47 Sam James
2024-12-14 11:49 Sam James
2024-12-14 11:49 Sam James
2024-12-14 10:58 Arthur Zamarin
2024-11-26 22:34 Zac Medico
2024-10-08 11:07 Sam James
2024-09-12 17:29 Arthur Zamarin
2024-09-12 8:01 Arthur Zamarin
2024-09-08 19:10 Arthur Zamarin
2024-09-07 14:16 Arthur Zamarin
2024-09-07 12:31 Jakov Smolić
2024-09-07 11:26 Jakov Smolić
2024-09-07 10:24 Arthur Zamarin
2024-08-29 14:28 Ionen Wolkens
2024-08-29 14:28 Ionen Wolkens
2024-08-29 14:28 Ionen Wolkens
2024-08-29 14:28 Ionen Wolkens
2024-08-24 6:41 Michał Górny
2024-08-05 10:36 Arthur Zamarin
2024-08-05 10:34 Jakov Smolić
2024-08-05 10:34 Jakov Smolić
2024-07-24 7:20 Sam James
2024-07-23 3:18 Michał Górny
2024-07-23 3:18 Michał Górny
2024-06-19 12:50 Petr Vaněk
2023-11-11 20:50 Michał Górny
2023-11-11 20:17 Arthur Zamarin
2023-10-07 4:43 Michał Górny
2023-05-29 6:23 Michał Górny
2023-05-29 6:23 Michał Górny
2023-05-04 16:22 Michał Górny
2023-01-12 6:14 Michał Górny
2023-01-11 21:40 Sam James
2022-12-12 15:33 Michał Górny
2022-09-11 5:31 Michał Górny
2022-09-10 22:57 Jakov Smolić
2022-08-09 17:58 Arthur Zamarin
2022-07-25 7:14 Michał Górny
2022-07-25 7:07 Agostino Sarubbo
2022-06-28 18:49 Arthur Zamarin
2022-06-22 7:50 Michał Górny
2022-04-24 18:44 Jakov Smolić
2021-11-21 20:11 Michał Górny
2021-11-21 19:28 Jakov Smolić
2021-10-18 20:40 Michał Górny
2021-06-15 5:40 Michał Górny
2021-06-15 5:25 Sam James
2021-05-19 8:12 Michał Górny
2021-05-15 20:48 Michał Górny
2021-05-14 8:14 Michał Górny
2021-05-11 19:23 Michał Górny
2021-05-11 19:23 Michał Górny
2021-01-03 9:12 Sam James
2020-07-20 0:22 Zac Medico
2020-05-30 19:48 Michał Górny
2020-03-28 17:21 Michał Górny
2020-01-10 6:19 Michał Górny
2020-01-10 6:19 Michał Górny
2019-12-14 8:44 Michał Górny
2019-10-18 6:17 Zac Medico
2019-07-15 13:56 Michał Górny
2019-07-15 13:36 Michał Górny
2019-07-15 13:36 Michał Górny
2018-01-15 0:16 Zac Medico
2018-01-14 23:53 Zac Medico
2017-02-13 8:22 Zac Medico
2016-11-07 18:34 Zac Medico
2016-09-18 22:40 Zac Medico
2016-09-18 22:34 Zac Medico
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=1749786567.70733887e77b1286db376c09efcf7e8fe4616aa3.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