From: "Michał Górny" <mgorny@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/aiofiles/
Date: Sat, 30 Dec 2023 18:26:39 +0000 (UTC) [thread overview]
Message-ID: <1703960784.0dbfd04500737ed0927c0ed6ee5bd718245ead73.mgorny@gentoo> (raw)
commit: 0dbfd04500737ed0927c0ed6ee5bd718245ead73
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Dec 30 18:25:24 2023 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Dec 30 18:26:24 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0dbfd045
dev-python/aiofiles: Remove old
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/aiofiles/Manifest | 2 --
dev-python/aiofiles/aiofiles-22.1.0.ebuild | 31 ------------------------------
dev-python/aiofiles/aiofiles-23.1.0.ebuild | 31 ------------------------------
3 files changed, 64 deletions(-)
diff --git a/dev-python/aiofiles/Manifest b/dev-python/aiofiles/Manifest
index d308d58881a9..d0942ccbe9b5 100644
--- a/dev-python/aiofiles/Manifest
+++ b/dev-python/aiofiles/Manifest
@@ -1,3 +1 @@
-DIST aiofiles-22.1.0.gh.tar.gz 21630 BLAKE2B 8f068046fc143388debc93b657f8b4715cd48eac7e7b8a031ccdc6d2f5764ddcafb2ad1fab713ca55366cad951b570e1c2a120932bf5545482e1a3f086a76bf9 SHA512 6706fb7b6fd32df415ece64f35b8ccc2f263301c43292612b2b6173fb66c77bc88fd08ed0b0bb30fa3dd49571be8fc733a3d4f3611228fdbb368743588336357
-DIST aiofiles-23.1.0.gh.tar.gz 30110 BLAKE2B c6cb0880cc761d3c34eefbda373a361a3f20bc6e37c81c769609b149dd13ff6cf9f169d63cbde9d02cd91a49d03198705576389c531a82fcd614e7b464bdafe8 SHA512 7afbc492061df6b5e76514d36938ec39e3261fbf0c3123d38f1d32cc1d335603d6ab681c088d9c68ef5be9fc9b9eec1b460268b03d5f6409213bf20ec87dde47
DIST aiofiles-23.2.1.tar.gz 32072 BLAKE2B 9718fe7f4367b30ca295efb39ffeab0c77ca54ed1c4f556b0b39f5abb540d4f23c6e8a49aa5b6b76c0692e393bbab7c8d252de4b0f6f4f423b74e88c43483e08 SHA512 defc9d1ff5351c1812432db1849233b1f0aa661f6420c79a6eb17d84c0622ee4dd5102d50e9ef920c91adcc48914a39cd62701b340b01806a83773bf05900b6f
diff --git a/dev-python/aiofiles/aiofiles-22.1.0.ebuild b/dev-python/aiofiles/aiofiles-22.1.0.ebuild
deleted file mode 100644
index b8347ab03843..000000000000
--- a/dev-python/aiofiles/aiofiles-22.1.0.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=poetry
-PYTHON_COMPAT=( python3_{9..11} )
-
-inherit distutils-r1
-
-DESCRIPTION="File support for asyncio"
-HOMEPAGE="
- https://github.com/Tinche/aiofiles/
- https://pypi.org/project/aiofiles/
-"
-SRC_URI="
- https://github.com/Tinche/aiofiles/archive/v${PV}.tar.gz
- -> ${P}.gh.tar.gz
-"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-BDEPEND="
- test? (
- dev-python/pytest-asyncio[${PYTHON_USEDEP}]
- )
-"
-
-distutils_enable_tests pytest
diff --git a/dev-python/aiofiles/aiofiles-23.1.0.ebuild b/dev-python/aiofiles/aiofiles-23.1.0.ebuild
deleted file mode 100644
index b8347ab03843..000000000000
--- a/dev-python/aiofiles/aiofiles-23.1.0.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=poetry
-PYTHON_COMPAT=( python3_{9..11} )
-
-inherit distutils-r1
-
-DESCRIPTION="File support for asyncio"
-HOMEPAGE="
- https://github.com/Tinche/aiofiles/
- https://pypi.org/project/aiofiles/
-"
-SRC_URI="
- https://github.com/Tinche/aiofiles/archive/v${PV}.tar.gz
- -> ${P}.gh.tar.gz
-"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-BDEPEND="
- test? (
- dev-python/pytest-asyncio[${PYTHON_USEDEP}]
- )
-"
-
-distutils_enable_tests pytest
next reply other threads:[~2023-12-30 18:26 UTC|newest]
Thread overview: 40+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-12-30 18:26 Michał Górny [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-02-16 18:44 [gentoo-commits] repo/gentoo:master commit in: dev-python/aiofiles/ Michał Górny
2024-07-20 9:01 Michał Górny
2024-07-20 7:39 Arthur Zamarin
2024-07-01 4:35 Arthur Zamarin
2024-06-24 15:51 Michał Górny
2024-05-14 10:05 Michał Górny
2024-05-12 12:25 Michał Górny
2024-03-24 5:47 Sam James
2024-03-23 20:54 Arthur Zamarin
2024-03-23 20:49 Arthur Zamarin
2024-03-23 20:42 Arthur Zamarin
2024-03-23 20:41 Sam James
2024-03-23 20:41 Sam James
2024-03-23 20:25 Arthur Zamarin
2024-03-10 5:08 Ionen Wolkens
2024-03-10 5:08 Ionen Wolkens
2024-03-10 5:08 Ionen Wolkens
2024-03-10 5:08 Ionen Wolkens
2024-02-06 9:18 Sam James
2024-02-04 17:10 WANG Xuerui
2024-02-03 23:23 Jakov Smolić
2024-02-01 22:36 Sam James
2024-01-31 8:04 Michał Górny
2023-08-10 2:33 Michał Górny
2023-02-09 5:56 Michał Górny
2022-11-14 4:34 Michał Górny
2022-09-05 7:18 Michał Górny
2022-06-04 17:13 Michał Górny
2022-05-16 13:03 Michał Górny
2022-05-12 19:09 Arthur Zamarin
2022-01-26 13:36 Michał Górny
2021-11-27 21:18 Michał Górny
2021-10-17 7:24 Michał Górny
2021-06-05 12:36 Michał Górny
2021-05-17 7:36 Michał Górny
2021-03-15 2:55 Sam James
2021-03-15 2:55 Sam James
2020-07-25 22:13 Aaron Bauman
2020-05-03 23:52 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=1703960784.0dbfd04500737ed0927c0ed6ee5bd718245ead73.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