public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
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: Tue, 15 Jun 2021 05:40:33 +0000 (UTC)	[thread overview]
Message-ID: <1623735510.2ea52f82aa8b805d1b5d713017331f2ad332c8fe.mgorny@gentoo> (raw)

commit:     2ea52f82aa8b805d1b5d713017331f2ad332c8fe
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue Jun 15 05:38:30 2021 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue Jun 15 05:38:30 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2ea52f82

dev-python/pycares: Remove old

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-python/pycares/Manifest             |  2 --
 dev-python/pycares/pycares-3.1.1.ebuild | 27 ---------------------------
 dev-python/pycares/pycares-3.2.3.ebuild | 26 --------------------------
 3 files changed, 55 deletions(-)

diff --git a/dev-python/pycares/Manifest b/dev-python/pycares/Manifest
index 597d361d7fe..71098557129 100644
--- a/dev-python/pycares/Manifest
+++ b/dev-python/pycares/Manifest
@@ -1,3 +1 @@
-DIST pycares-3.1.1.tar.gz 216259 BLAKE2B 4481689e418695838c456f1e15b38dcdabadb106f393f52ec21a358b06621650d4e82086ca913abb341b9d8658db1c9ddd0064e68413e71a4ddded070647edfb SHA512 52c529510e3342c0b97ad0b4b9277d1f364da7719817a31a3cfac1f88613ea82f127182eab7c52c2fcd08008c689885bb4196f887a0f81b769f08f7cbf39909e
-DIST pycares-3.2.3.tar.gz 214612 BLAKE2B e06f45a8b8e9312596ff6a56262cc91c32cd578ea2dc4c54c0a9e52ec1aa1cb8174aa03c486c74c98bbc22e7801e231244e64a943d40407f7731fe00400723f6 SHA512 126c4cc1390b558da4ce82dfbd11c56ad6be038ce5eda93641548faa4a59cd81f08265b71de31d5b54238ccf8e7d937272c13611111b04230c6ee7e4f01cb8d8
 DIST pycares-4.0.0.tar.gz 43512 BLAKE2B cccfd5738582da570a2b9b17e6e31764ff2fffe4306f08c09374707a8e1c997ca7bdf0c867252c6ec66712622c927989c4d8bcad42075c48cb2af0a5364908e8 SHA512 796f14fb13c5e848b98459287d9658e8d81a48b2b6e08793f794bf9bcf7381bd400f43a07b50b23c4578579098dab5954beae09f8d35da7b809552f701d03b05

diff --git a/dev-python/pycares/pycares-3.1.1.ebuild b/dev-python/pycares/pycares-3.1.1.ebuild
deleted file mode 100644
index 681c7648313..00000000000
--- a/dev-python/pycares/pycares-3.1.1.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-PYTHON_COMPAT=( python3_{7..9} )
-
-inherit distutils-r1
-
-DESCRIPTION="Python interface for c-ares"
-HOMEPAGE="https://github.com/saghul/pycares/"
-SRC_URI="https://github.com/saghul/pycares/archive/${P/_p/-fix}.tar.gz"
-S=${WORKDIR}/${PN}-${P/_p/-fix}
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="amd64 ~arm64 ~x86"
-IUSE=""
-# Tests fail with network-sandbox, since they try to resolve google.com
-RESTRICT="test"
-
-# uses bundled/patched c-ares
-RDEPEND="virtual/python-cffi[${PYTHON_USEDEP}]"
-BDEPEND=${RDEPEND}
-
-python_test() {
-	"${EPYTHON}" tests/tests.py -v || die
-}

diff --git a/dev-python/pycares/pycares-3.2.3.ebuild b/dev-python/pycares/pycares-3.2.3.ebuild
deleted file mode 100644
index dfc12ae28b0..00000000000
--- a/dev-python/pycares/pycares-3.2.3.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-PYTHON_COMPAT=( python3_{7..10} )
-
-inherit distutils-r1
-
-DESCRIPTION="Python interface for c-ares"
-HOMEPAGE="https://github.com/saghul/pycares/"
-SRC_URI="https://github.com/saghul/pycares/archive/${P/_p/-fix}.tar.gz"
-S=${WORKDIR}/${PN}-${P/_p/-fix}
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~x86"
-# Tests fail with network-sandbox, since they try to resolve google.com
-RESTRICT="test"
-
-# uses bundled/patched c-ares
-RDEPEND="virtual/python-cffi[${PYTHON_USEDEP}]"
-BDEPEND=${RDEPEND}
-
-python_test() {
-	"${EPYTHON}" tests/tests.py -v || die
-}


             reply	other threads:[~2021-06-15  5:40 UTC|newest]

Thread overview: 64+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-06-15  5:40 Michał Górny [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-10-08 11:07 [gentoo-commits] repo/gentoo:master commit in: dev-python/pycares/ 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: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=1623735510.2ea52f82aa8b805d1b5d713017331f2ad332c8fe.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