public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Arthur Zamarin" <arthurzam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/multidict/
Date: Tue, 10 Jan 2023 09:03:16 +0000 (UTC)	[thread overview]
Message-ID: <1673341385.bf6c5cadcdd4fe6d7840ec54ab4bf3f10c8ed324.arthurzam@gentoo> (raw)

commit:     bf6c5cadcdd4fe6d7840ec54ab4bf3f10c8ed324
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Tue Jan 10 08:51:29 2023 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Tue Jan 10 09:03:05 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bf6c5cad

dev-python/multidict: drop 6.0.2, 6.0.3

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 dev-python/multidict/Manifest               |  2 --
 dev-python/multidict/multidict-6.0.2.ebuild | 37 -----------------------------
 dev-python/multidict/multidict-6.0.3.ebuild | 37 -----------------------------
 3 files changed, 76 deletions(-)

diff --git a/dev-python/multidict/Manifest b/dev-python/multidict/Manifest
index b0bd7ff5edfb..6d6f69be66b9 100644
--- a/dev-python/multidict/Manifest
+++ b/dev-python/multidict/Manifest
@@ -1,3 +1 @@
-DIST multidict-6.0.2.tar.gz 56840 BLAKE2B 1fa9b0d92a94ed022849a851f925e132b629216ddd0d5d4772304fd3361a129692f8b49fca2765118ab1cbc306879924d0aa7c6b57b648158a093a9f311a8d30 SHA512 508f18c5f731e7438bc7cb84b29aff22422769a8ea4c0ba7c875361d1bb1da78bed2db8b4ca34b833effd03ca3e7f00dabaad64bfce54b3e8d208cdc808083c9
-DIST multidict-6.0.3.gh.tar.gz 58568 BLAKE2B b89373a74c6fb4965bc794e7351d6e9563f810ecdb738000ae5573c8b4717f39c4866fd945c9de2afed4f48060ba675d449d7df512c58d5f34b55bc0d8d44ae9 SHA512 95aef45378c0af6ef6b05549d7419ff4ba272430edae37b2fc041a4742d58890ba9475648b8b5ac57d2bff3718519a0201819b274a65ac0b101cf41c8abad812
 DIST multidict-6.0.4.gh.tar.gz 58931 BLAKE2B 2cf25ac2af57289432dfc6617f35a9f1310469b8d7b6a762e63f4f08b3cb8235c7115c4072fc2ffeec417b49af8a97654c7d69e8e20507fd553fab074e42b1cf SHA512 6f9e6ff16a104d40b0cb59860af9cb1a98e8d3a256626f77600c4895e6ef692b31880273f204e7ecdeb574407dd7c2e4326ad7cd9c08b1095011d6ba3793b86e

diff --git a/dev-python/multidict/multidict-6.0.2.ebuild b/dev-python/multidict/multidict-6.0.2.ebuild
deleted file mode 100644
index efa818c5a11f..000000000000
--- a/dev-python/multidict/multidict-6.0.2.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{8..11} pypy3 )
-
-inherit distutils-r1
-
-DESCRIPTION="multidict implementation"
-HOMEPAGE="
-	https://github.com/aio-libs/multidict/
-	https://pypi.org/project/multidict/
-"
-SRC_URI="
-	https://github.com/aio-libs/${PN}/archive/v${PV}.tar.gz
-		-> ${P}.tar.gz
-"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ppc ppc64 ~riscv ~s390 sparc x86 ~x64-macos"
-
-BDEPEND="
-	>=dev-python/cython-0.28.4[${PYTHON_USEDEP}]
-"
-
-distutils_enable_sphinx docs --no-autodoc
-distutils_enable_tests pytest
-
-python_prepare_all() {
-	# don't enable coverage or other pytest settings
-	sed -i -e 's:--cov.*::' setup.cfg || die
-
-	distutils-r1_python_prepare_all
-}

diff --git a/dev-python/multidict/multidict-6.0.3.ebuild b/dev-python/multidict/multidict-6.0.3.ebuild
deleted file mode 100644
index 696e10cbe380..000000000000
--- a/dev-python/multidict/multidict-6.0.3.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{8..11} pypy3 )
-
-inherit distutils-r1
-
-DESCRIPTION="multidict implementation"
-HOMEPAGE="
-	https://github.com/aio-libs/multidict/
-	https://pypi.org/project/multidict/
-"
-SRC_URI="
-	https://github.com/aio-libs/${PN}/archive/v${PV}.tar.gz
-		-> ${P}.gh.tar.gz
-"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~x64-macos"
-
-BDEPEND="
-	>=dev-python/cython-0.28.4[${PYTHON_USEDEP}]
-"
-
-distutils_enable_sphinx docs --no-autodoc
-distutils_enable_tests pytest
-
-python_prepare_all() {
-	# don't enable coverage or other pytest settings
-	sed -i -e 's:--cov.*::' setup.cfg || die
-
-	distutils-r1_python_prepare_all
-}


             reply	other threads:[~2023-01-10  9:03 UTC|newest]

Thread overview: 126+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-01-10  9:03 Arthur Zamarin [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-03-18  7:31 [gentoo-commits] repo/gentoo:master commit in: dev-python/multidict/ Michał Górny
2024-11-20 16:34 Michał Górny
2024-11-20 14:36 Sam James
2024-10-13 20:53 Sam James
2024-09-28 14:21 Arthur Zamarin
2024-09-28 13:57 Sam James
2024-09-28 12:40 Sam James
2024-09-28 12:33 Arthur Zamarin
2024-09-28 12:32 Arthur Zamarin
2024-09-28 11:05 Arthur Zamarin
2024-09-10  7:06 Michał Górny
2024-09-06 15:26 Arthur Zamarin
2024-05-18  6:11 Michał Górny
2024-03-19  5:52 Michał Górny
2024-03-02 15:36 Arthur Zamarin
2024-03-02 15:20 Arthur Zamarin
2024-03-02 14:07 Arthur Zamarin
2024-03-02 14:02 Arthur Zamarin
2024-03-02 14:02 Arthur Zamarin
2024-03-02 14:02 Arthur Zamarin
2024-03-02 11:57 Arthur Zamarin
2024-02-17 22:26 Sam James
2024-02-02 13:24 Michał Górny
2023-08-06  8:48 Michał Górny
2023-08-06  8:48 Michał Górny
2023-08-06  8:48 Michał Górny
2023-05-24 15:56 Michał Górny
2023-05-24 15:56 Michał Górny
2023-01-10  8:34 Sam James
2023-01-07 19:43 Arthur Zamarin
2023-01-07 19:26 Arthur Zamarin
2023-01-07 18:58 Arthur Zamarin
2023-01-07 18:52 Arthur Zamarin
2023-01-07 18:49 Arthur Zamarin
2023-01-07 18:41 Arthur Zamarin
2023-01-07 18:24 Arthur Zamarin
2022-12-24  7:41 Michał Górny
2022-12-03  9:09 Michał Górny
2022-05-13 16:11 Michał Górny
2022-03-12 19:53 Michał Górny
2022-03-12 11:31 Arthur Zamarin
2022-03-06  8:05 Sam James
2022-03-06  7:39 Sam James
2022-02-27 16:38 Sam James
2022-02-27 12:29 Jakov Smolić
2022-02-27 12:23 Jakov Smolić
2022-01-24 18:11 Arthur Zamarin
2022-01-23 13:39 Michał Górny
2022-01-23 13:39 Michał Górny
2022-01-23  9:33 Michał Górny
2021-11-10 15:19 Arthur Zamarin
2021-11-09 22:35 Sam James
2021-11-08 19:32 Sam James
2021-11-06 19:56 Sam James
2021-11-05 17:38 Sam James
2021-11-05 17:38 Sam James
2021-11-05 14:57 Jakov Smolić
2021-11-05  2:20 Sam James
2021-11-05  2:18 Sam James
2021-10-04  8:05 Michał Górny
2021-05-22 18:18 Michał Górny
2021-01-08  9:43 Michał Górny
2021-01-08  7:24 Sergei Trofimovich
2021-01-07 20:15 Sam James
2021-01-07 12:14 Sam James
2021-01-07  1:12 Sam James
2021-01-07  1:08 Sam James
2021-01-06 17:35 Sergei Trofimovich
2021-01-05 21:03 Sam James
2020-12-03 14:34 Michał Górny
2020-11-28  7:50 Sam James
2020-11-23 17:05 Michał Górny
2020-11-23  8:01 Sergei Trofimovich
2020-11-17 19:17 Agostino Sarubbo
2020-11-17 19:10 Agostino Sarubbo
2020-11-17 18:55 Agostino Sarubbo
2020-11-15 23:50 Sam James
2020-11-15  5:57 Sam James
2020-11-15  5:19 Sam James
2020-10-12 19:42 Michał Górny
2020-09-04  8:57 Sergei Trofimovich
2020-08-17 13:49 Michał Górny
2020-07-16 12:50 Sam James
2020-07-13 18:08 Sam James
2020-07-09 12:22 Michał Górny
2020-06-03 21:16 Sergei Trofimovich
2020-06-01  6:59 Sergei Trofimovich
2020-05-31 23:46 Matt Turner
2020-05-28 11:13 Michał Górny
2020-04-08 14:05 Agostino Sarubbo
2020-04-08 14:01 Agostino Sarubbo
2020-04-08 13:36 Agostino Sarubbo
2020-04-07  7:03 Georgy Yakovlev
2020-03-28  8:34 Michał Górny
2019-12-02 21:13 Aaron Bauman
2019-08-28 23:45 Zac Medico
2019-04-27 11:49 Anthony G. Basile
2019-03-16 23:27 Anthony G. Basile
2019-02-16 17:37 Zac Medico
2018-12-16  8:13 Tim Harder
2018-06-25 23:20 Thomas Deutschmann
2018-06-24  9:46 Pacho Ramos
2018-06-04 23:38 Tim Harder
2018-03-04  7:16 Tim Harder
2018-03-01 19:35 Tim Harder
2017-12-19  4:39 Zac Medico
2017-11-15  3:32 Tim Harder
2017-05-26 20:22 Zac Medico
2017-02-13  9:29 Zac Medico
2017-01-05 18:23 William Hubbs
2016-10-01 22:43 Alex Brandt
2016-09-24 15:23 Alex Brandt
2016-09-24 15:23 Alex Brandt
2016-08-13 15:23 Alex Brandt
2016-08-13 15:23 Alex Brandt
2016-08-06 14:46 Alex Brandt
2016-08-06 14:46 Alex Brandt
2016-07-30 15:15 Alex Brandt
2016-07-30 15:15 Alex Brandt
2016-07-24  1:10 Alex Brandt
2016-07-24  1:10 Alex Brandt
2016-06-18 18:55 Alex Brandt
2016-06-11 15:37 Alex Brandt
2016-05-30  3:10 Aaron Bauman
2016-05-22 17:23 Alex Brandt

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=1673341385.bf6c5cadcdd4fe6d7840ec54ab4bf3f10c8ed324.arthurzam@gentoo \
    --to=arthurzam@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