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/aiodns/
Date: Fri, 10 Jan 2020 08:17:48 +0000 (UTC)	[thread overview]
Message-ID: <1578644264.fa9f6c0df1e1b731fdb0f4e797f0f1f22e2e7ee8.mgorny@gentoo> (raw)

commit:     fa9f6c0df1e1b731fdb0f4e797f0f1f22e2e7ee8
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Fri Jan 10 07:55:44 2020 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Fri Jan 10 08:17:44 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fa9f6c0d

dev-python/aiodns: Remove redundant versions

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

 dev-python/aiodns/Manifest            |  2 --
 dev-python/aiodns/aiodns-1.1.1.ebuild | 29 -----------------------------
 dev-python/aiodns/aiodns-1.2.0.ebuild | 27 ---------------------------
 3 files changed, 58 deletions(-)

diff --git a/dev-python/aiodns/Manifest b/dev-python/aiodns/Manifest
index 186058660e6..e13432e4f1a 100644
--- a/dev-python/aiodns/Manifest
+++ b/dev-python/aiodns/Manifest
@@ -1,3 +1 @@
-DIST aiodns-1.1.1.tar.gz 6084 BLAKE2B 8e58cedcf288f87ca9cc8d5f067bdf182f220979aba3d2aa53eb998ae877dcaa7c2a7419a50719ba150fdf17271d025668b28a3212fc5a819bf13129b4fb25a2 SHA512 4bd8b80a10f84b82b13ba4ff6abbb1afd13ba6cfececc4db7c4bd303569473316f1c0e083f1017a450875fc8994a70c30c9a1b3fb2278fee5e27158973bc3810
-DIST aiodns-1.2.0.tar.gz 6457 BLAKE2B c1035e5a31b179665be1c7c75e3e8f6665e04c43d5f2bada7e0d7ef76f17d99d2d86c2bd5063fbda2d2947c7a4aa1e21e66cef070019da6bf56e94d716edc0ea SHA512 2e80c275d98f54378b121cafe4680221f29eb57346976b3c476c7110fcb215892744982de25736193663ab4ac3f3cf516fa38b664e3303e6c67180ed6c31e21b
 DIST aiodns-2.0.0.tar.gz 5948 BLAKE2B 70944ffbfa3fa1c591c5aab6ce2c4c59564a7665fd2eda1b544616a4481e58464f918081dfb21f74db08ebe4c7e43eebd17e0dc314cf79423835a182a257cd11 SHA512 d80b8f7641234c4d367e4554b10c5a66265e75ee82c58adf2a36f9e369bb1dbf4341dd6459f10540b771de3f102454511ca81eddf3082733e88c09bbdf125fe0

diff --git a/dev-python/aiodns/aiodns-1.1.1.ebuild b/dev-python/aiodns/aiodns-1.1.1.ebuild
deleted file mode 100644
index c682b3a842f..00000000000
--- a/dev-python/aiodns/aiodns-1.1.1.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-PYTHON_COMPAT=( python2_7 python3_6 )
-
-inherit distutils-r1
-
-DESCRIPTION="Simple DNS resolver for asyncio"
-HOMEPAGE="https://github.com/saghul/aiodns/"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-# Tests fail with network-sandbox, since they try to resolve google.com
-RESTRICT="test"
-
-RDEPEND="dev-python/pycares[${PYTHON_USEDEP}]
-	python_targets_python2_7? (
-		dev-python/trollius[python_targets_python2_7]
-	)"
-DEPEND="${RDEPEND}
-	dev-python/setuptools[${PYTHON_USEDEP}]"
-
-python_test() {
-	"${PYTHON:-python}" tests.py || die
-}

diff --git a/dev-python/aiodns/aiodns-1.2.0.ebuild b/dev-python/aiodns/aiodns-1.2.0.ebuild
deleted file mode 100644
index 3f6a593a86d..00000000000
--- a/dev-python/aiodns/aiodns-1.2.0.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-PYTHON_COMPAT=( python2_7 python3_{6,7} )
-
-inherit distutils-r1
-
-DESCRIPTION="Simple DNS resolver for asyncio"
-HOMEPAGE="https://github.com/saghul/aiodns/"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-# Tests fail with network-sandbox, since they try to resolve google.com
-RESTRICT="test"
-
-RDEPEND="dev-python/pycares[${PYTHON_USEDEP}]
-$(python_gen_cond_dep 'dev-python/trollius[${PYTHON_USEDEP}]' -2)"
-DEPEND="${RDEPEND}
-	dev-python/setuptools[${PYTHON_USEDEP}]"
-
-python_test() {
-	"${EPYTHON}" tests.py -v || die
-}


             reply	other threads:[~2020-01-10  8:17 UTC|newest]

Thread overview: 64+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-01-10  8:17 Michał Górny [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-07-13 16:30 [gentoo-commits] repo/gentoo:master commit in: dev-python/aiodns/ Michał Górny
2025-07-12 11:51 Arthur Zamarin
2025-07-08 23:03 Eli Schwartz
2025-07-08 23:03 Eli Schwartz
2025-07-07 20:58 Sam James
2025-07-04 19:45 Sam James
2025-07-04 18:34 Sam James
2025-06-29  3:45 Sam James
2025-06-28 13:59 Arthur Zamarin
2025-06-14  4:31 Michał Górny
2025-05-31 10:19 Michał Górny
2025-05-31  9:59 Michał Górny
2025-05-17 12:05 Michał Górny
2025-05-17 11:33 Arthur Zamarin
2025-05-12 18:36 Sam James
2025-05-09  1:52 Michał Górny
2025-05-03  6:08 Michał Górny
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-06-19 12:50 Petr Vaněk
2024-04-20 15:54 Michał Górny
2024-04-20 11:46 Sam James
2024-03-31 19:07 Arthur Zamarin
2023-11-11 20:02 Sam James
2023-10-16 13:56 Michał Górny
2023-10-08 17:48 Michał Górny
2023-05-29  6:23 Michał Górny
2023-05-29  6:23 Michał Górny
2022-08-30 19:09 Michał Górny
2022-08-30 18:40 Jakov Smolić
2022-07-29 16:37 Arthur Zamarin
2022-07-29 16:37 Arthur Zamarin
2022-07-29 16:37 Arthur Zamarin
2022-06-04 17:13 Michał Górny
2022-04-24 18:44 Jakov Smolić
2021-06-24  8:20 Michał Górny
2021-06-24  4:26 Agostino Sarubbo
2021-05-19  8:12 Michał Górny
2021-05-15  8:39 Michał Górny
2021-01-03  9:12 Sam James
2020-07-20  0:28 Zac Medico
2020-05-30 19:48 Michał Górny
2019-10-18  6:40 Zac Medico
2019-07-15 13:56 Michał Górny
2019-07-15 13:56 Michał Górny
2017-02-13  8:26 Zac Medico
2016-09-18 23:38 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=1578644264.fa9f6c0df1e1b731fdb0f4e797f0f1f22e2e7ee8.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