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/nest_asyncio/
Date: Sat,  1 Jan 2022 18:48:02 +0000 (UTC)	[thread overview]
Message-ID: <1641062812.411437e7a9a5831e29767fe496df9f0674747e7e.mgorny@gentoo> (raw)

commit:     411437e7a9a5831e29767fe496df9f0674747e7e
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Jan  1 18:46:52 2022 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Jan  1 18:46:52 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=411437e7

dev-python/nest_asyncio: Remove old

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

 dev-python/nest_asyncio/Manifest                  |  2 --
 dev-python/nest_asyncio/nest_asyncio-1.5.1.ebuild | 27 -----------------------
 dev-python/nest_asyncio/nest_asyncio-1.5.2.ebuild | 17 --------------
 3 files changed, 46 deletions(-)

diff --git a/dev-python/nest_asyncio/Manifest b/dev-python/nest_asyncio/Manifest
index 47a5a97139b0..88dac5f9958c 100644
--- a/dev-python/nest_asyncio/Manifest
+++ b/dev-python/nest_asyncio/Manifest
@@ -1,3 +1 @@
-DIST nest_asyncio-1.5.1.tar.gz 5738 BLAKE2B 0aa7d9a71c75b97b1eeb40dab8b2b9942a6c2107643aa82429b3d27c3fcc3602494a86903669ec3ee4f577802463cdf05cfafc4bf0c6721b251a61b079d7381a SHA512 cb85ce82706d17081de58e4176bbc6bba9efd9eec99a36902dd689010d08d4267e742cabb89c088cc274aac13ed9929f09e0f55f375cee35e3c15385ed2fe0d3
-DIST nest_asyncio-1.5.2.tar.gz 7227 BLAKE2B a6e57f10f7fdeed0e141dad40bf170d8e3194712c9b458666188508594dabadbac73e60d6ef0c6669fea8dab7f8f05b94e66646f4783440edf511c64ea152739 SHA512 089fc6ef6b8c029426dab2036b6817281a18e137fe54ce7275caa8eeb25acc3ce513d493d8257ddd0b0219cb999a0b6d9c65ca2798efb525cea469873e98e712
 DIST nest_asyncio-1.5.4.tar.gz 5893 BLAKE2B d3f693e251d5f0e9f7f31e0aa3e88962aaf927320268a31d53fc2b2eb71bb45eb3a8f9d7f733d0ca96a848beb1d8c505121325749226e962a44b3c2988873190 SHA512 982e274712ec8a8004108492708f28fbf459c5f2d274e754387b0afa0f92425fe29be075e3402bbc319accf17974efcbb3015799421f6a10ed15cfa424f82310

diff --git a/dev-python/nest_asyncio/nest_asyncio-1.5.1.ebuild b/dev-python/nest_asyncio/nest_asyncio-1.5.1.ebuild
deleted file mode 100644
index cd229300b86e..000000000000
--- a/dev-python/nest_asyncio/nest_asyncio-1.5.1.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 2020-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{8..10} )
-
-inherit distutils-r1
-
-DESCRIPTION="Patch asyncio to allow nested event loops"
-HOMEPAGE="https://github.com/erdewit/nest_asyncio/"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="BSD-2"
-SLOT="0"
-KEYWORDS="amd64 arm arm64 hppa ~ia64 ppc ppc64 ~riscv ~s390 sparc x86"
-
-distutils_enable_tests pytest
-
-python_test() {
-	local deselect=()
-	[[ ${EPYTHON} == python3.10 ]] && deselect+=(
-		# incorrect args in test itself
-		tests/nest_test.py::NestTest::test_two_run_until_completes_in_one_outer_loop
-	)
-	epytest ${deselect[@]/#/--deselect }
-}

diff --git a/dev-python/nest_asyncio/nest_asyncio-1.5.2.ebuild b/dev-python/nest_asyncio/nest_asyncio-1.5.2.ebuild
deleted file mode 100644
index be2f4e2dd502..000000000000
--- a/dev-python/nest_asyncio/nest_asyncio-1.5.2.ebuild
+++ /dev/null
@@ -1,17 +0,0 @@
-# Copyright 2020-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{8..10} )
-inherit distutils-r1
-
-DESCRIPTION="Patch asyncio to allow nested event loops"
-HOMEPAGE="https://github.com/erdewit/nest_asyncio/"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="BSD-2"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
-
-distutils_enable_tests pytest


             reply	other threads:[~2022-01-01 18:48 UTC|newest]

Thread overview: 45+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-01-01 18:48 Michał Górny [this message]
  -- strict thread matches above, loose matches on Subject: below --
2023-05-27 19:21 [gentoo-commits] repo/gentoo:master commit in: dev-python/nest_asyncio/ Arthur Zamarin
2023-03-16  4:03 Michał Górny
2023-02-23 22:20 Sam James
2022-11-03 19:31 Arthur Zamarin
2022-11-03 19:18 Arthur Zamarin
2022-09-30  8:22 Arthur Zamarin
2022-05-16 16:03 Andrew Ammerlaan
2022-05-06 13:30 Michał Górny
2022-05-06 11:58 Arthur Zamarin
2022-04-03 10:35 Michał Górny
2022-02-14  8:35 Matt Turner
2022-01-28 23:28 James Le Cuirot
2022-01-01 17:51 Arthur Zamarin
2021-12-01 21:30 Michał Górny
2021-12-01 19:14 Michał Górny
2021-11-19  7:30 Sam James
2021-11-18  8:10 Sam James
2021-11-18  5:36 Sam James
2021-11-17 22:47 Sam James
2021-11-15  6:37 Sam James
2021-11-14 20:35 Sam James
2021-11-14  3:43 Sam James
2021-09-06  0:18 Sam James
2021-08-24  0:05 Marek Szuba
2021-07-12  6:41 Sam James
2021-07-11 10:14 Georgy Yakovlev
2021-07-01 17:53 Michał Górny
2021-06-20  1:55 Sam James
2021-06-20  1:45 Sam James
2021-04-18  1:47 Sam James
2021-03-02  8:43 Michał Górny
2021-03-02  3:14 Sam James
2021-01-28  8:35 Michał Górny
2020-12-17 17:09 Michał Górny
2020-12-17 17:09 Michał Górny
2020-11-27 16:18 Michał Górny
2020-11-27 16:04 Agostino Sarubbo
2020-11-25  9:09 Michał Górny
2020-11-12  9:17 Michał Górny
2020-10-25 21:48 Sam James
2020-10-25 21:34 Thomas Deutschmann
2020-10-25 20:40 Michał Górny
2020-09-18 23:56 Sam James
2020-09-11  7:17 Michał Górny

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=1641062812.411437e7a9a5831e29767fe496df9f0674747e7e.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