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/idna/
Date: Sat,  9 Dec 2023 14:00:46 +0000 (UTC)	[thread overview]
Message-ID: <1702130286.813d02e3aab13a8405980e0e13b6a20aa0f3b0da.mgorny@gentoo> (raw)

commit:     813d02e3aab13a8405980e0e13b6a20aa0f3b0da
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Dec  9 13:58:06 2023 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Dec  9 13:58:06 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=813d02e3

dev-python/idna: Remove old

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

 dev-python/idna/Manifest        |  2 --
 dev-python/idna/idna-3.4.ebuild | 22 ----------------------
 dev-python/idna/idna-3.5.ebuild | 25 -------------------------
 3 files changed, 49 deletions(-)

diff --git a/dev-python/idna/Manifest b/dev-python/idna/Manifest
index 9bbd0102a95b..62475bb0e0f5 100644
--- a/dev-python/idna/Manifest
+++ b/dev-python/idna/Manifest
@@ -1,3 +1 @@
-DIST idna-3.4.tar.gz 183077 BLAKE2B dd6c94104e17b441a7a63aec4e28f1969278996964c402865da8ad1040878539f798956e26532281cc44934544fd6fa33407949caf4a34fa2b48d7aafbb8fb5e SHA512 4060a9304c9bac04efdd0b97ec8f5aeb7e17417e767bf51c5dfc26605edad25ab67456cf6f6a3c5a9f32b8247e46f6343edfd8a6ffbcd6d1075c71e66d089d6a
-DIST idna-3.5.gh.tar.gz 184973 BLAKE2B 68b39c00850663f5966ed1ee8c287a0026c441ed052b52aa6243cd595f6cd6fe62a7fe61b9b855c4ee851144fae2e88eda7bbd8405c66e37a9ad42ddc87cf361 SHA512 a806e4f96f2f1034dd634f3c86e80c6e7929a80c0773e4b2749466b691d38b94b6ea64994613cb5f8764754c1c9813eade4b74105f64233671b8eeaca7125bdc
 DIST idna-3.6.tar.gz 175426 BLAKE2B 962f2e1fdeb4abe28a198f2b469142df1ca336298dd4727c1d51871e747a17da0b946d09ef32b820b23e5fb103f5ab74234b31bd8540c52cf9d87e901326ca19 SHA512 8bea880d1b2fae1511f21381d73445f62e786c385eb949d2c39e611f71cb6f31f7e54927833a0f456e340857d384d960ab9e6ae31ac7481314254646de656cc0

diff --git a/dev-python/idna/idna-3.4.ebuild b/dev-python/idna/idna-3.4.ebuild
deleted file mode 100644
index a6ed17f15814..000000000000
--- a/dev-python/idna/idna-3.4.ebuild
+++ /dev/null
@@ -1,22 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-# please keep this ebuild at EAPI 7 -- sys-apps/portage dep
-EAPI=7
-
-DISTUTILS_USE_PEP517=flit
-PYTHON_COMPAT=( python3_{10..12} pypy3 )
-
-inherit distutils-r1 pypi
-
-DESCRIPTION="Internationalized Domain Names in Applications (IDNA)"
-HOMEPAGE="
-	https://github.com/kjd/idna/
-	https://pypi.org/project/idna/
-"
-
-SLOT="0"
-LICENSE="BSD"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos ~x64-macos ~x64-solaris"
-
-distutils_enable_tests unittest

diff --git a/dev-python/idna/idna-3.5.ebuild b/dev-python/idna/idna-3.5.ebuild
deleted file mode 100644
index 5eb91e865ff8..000000000000
--- a/dev-python/idna/idna-3.5.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-# please keep this ebuild at EAPI 8 -- sys-apps/portage dep
-EAPI=8
-
-DISTUTILS_USE_PEP517=flit
-PYTHON_COMPAT=( python3_{10..12} pypy3 )
-
-inherit distutils-r1 pypi
-
-DESCRIPTION="Internationalized Domain Names in Applications (IDNA)"
-HOMEPAGE="
-	https://github.com/kjd/idna/
-	https://pypi.org/project/idna/
-"
-SRC_URI="
-	https://github.com/kjd/idna/archive/v${PV}.tar.gz -> ${P}.gh.tar.gz
-"
-
-SLOT="0"
-LICENSE="BSD"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos ~x64-macos ~x64-solaris"
-
-distutils_enable_tests unittest


             reply	other threads:[~2023-12-09 14:00 UTC|newest]

Thread overview: 86+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-12-09 14:00 Michał Górny [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-10-05  7:39 [gentoo-commits] repo/gentoo:master commit in: dev-python/idna/ Michał Górny
2024-10-05  7:28 Sam James
2024-09-15 18:35 Michał Górny
2024-09-07 10:30 Michał Górny
2024-09-07 10:28 Arthur Zamarin
2024-08-24  5:52 Michał Górny
2024-05-11 11:05 Michał Górny
2024-04-12 11:42 Michał Górny
2024-04-12  6:33 Sam James
2024-04-12  3:35 Michał Górny
2023-12-09 13:56 Michał Górny
2023-11-25 18:49 Arthur Zamarin
2023-11-25  6:10 Michał Górny
2023-05-24  7:48 Sam James
2022-10-22 15:58 Michał Górny
2022-10-22 15:52 Arthur Zamarin
2022-09-15 20:29 Arthur Zamarin
2022-06-12 14:30 Michał Górny
2022-06-12 11:55 Sam James
2022-05-11  8:52 Michał Górny
2022-05-11  8:52 Michał Górny
2021-11-13  9:49 Michał Górny
2021-11-13  9:26 Arthur Zamarin
2021-10-13  7:20 Michał Górny
2021-08-13  6:58 Michał Górny
2021-07-03  6:26 Michał Górny
2021-07-03  6:17 Agostino Sarubbo
2021-05-29 23:02 Michał Górny
2021-05-07 11:11 Michał Górny
2021-04-28 22:49 Michał Górny
2021-01-05  9:51 Michał Górny
2021-01-01 10:16 Michał Górny
2020-09-20 13:11 Michał Górny
2020-09-18 17:20 Michał Górny
2020-07-30 20:41 Michał Górny
2020-07-30 20:03 Sam James
2020-07-30 19:39 Sam James
2020-07-09 10:39 Michał Górny
2020-07-09 10:39 Michał Górny
2020-07-09  8:41 Agostino Sarubbo
2020-06-28  2:35 Michał Górny
2020-05-25 19:27 Michał Górny
2020-04-15  7:57 Sebastian Pipping
2020-01-26 17:21 Michał Górny
2020-01-02  8:40 Sergei Trofimovich
2019-12-23  9:30 Mikle Kolyada
2019-12-15 13:53 Agostino Sarubbo
2019-12-15 13:36 Sergei Trofimovich
2019-12-15 13:24 Sergei Trofimovich
2019-12-15 11:38 Agostino Sarubbo
2019-12-04  6:48 Aaron Bauman
2019-11-16 13:29 Michał Górny
2018-12-14  7:25 Patrick McLean
2018-11-19 21:15 Fabian Groffen
2018-06-28 14:52 Mikle Kolyada
2018-06-27  8:19 Fabian Groffen
2018-06-17  4:10 Tim Harder
2018-04-06 11:05 Fabian Groffen
2018-02-17 21:51 Patrice Clement
2018-01-04 21:50 Michał Górny
2017-10-05 22:01 Matt Thode
2017-09-30  0:31 Matt Thode
2017-09-12  9:13 Fabian Groffen
2017-08-27  8:56 Tim Harder
2017-06-24  9:11 Markus Meier
2017-06-13 12:31 Agostino Sarubbo
2017-06-09 13:22 Agostino Sarubbo
2017-06-09 12:41 Agostino Sarubbo
2017-05-03 11:02 Michał Górny
2017-04-16  1:29 Manuel Rüger
2017-03-17 11:12 Michael Haubenwallner
2017-03-01  6:49 Tim Harder
2017-02-28 21:39 Michael Weber
2016-12-22 22:46 Lars Wendler
2016-04-03 21:02 Manuel Rüger
2015-11-07 23:30 Mikle Kolyada
2015-11-05 10:58 Agostino Sarubbo
2015-11-04 14:48 Agostino Sarubbo
2015-10-17 11:02 Markus Meier
2015-10-11  7:05 Justin Lecher
2015-09-30  3:36 Jeroen Roovers
2015-09-28 15:27 Tobias Klausmann
2015-09-16 13:29 Tobias Klausmann
2015-08-24 14:04 Agostino Sarubbo
2015-08-24 14:02 Agostino Sarubbo

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=1702130286.813d02e3aab13a8405980e0e13b6a20aa0f3b0da.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