From: "Michał Górny" <mgorny@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/aiorpcX/
Date: Wed, 26 May 2021 08:36:21 +0000 (UTC) [thread overview]
Message-ID: <1622018166.4ccd9cb63017fb92eb8d9cbafde7bafd492b04f8.mgorny@gentoo> (raw)
commit: 4ccd9cb63017fb92eb8d9cbafde7bafd492b04f8
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed May 26 08:31:36 2021 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed May 26 08:36:06 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4ccd9cb6
dev-python/aiorpcX: Remove old
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/aiorpcX/Manifest | 1 -
dev-python/aiorpcX/aiorpcX-0.20.2.ebuild | 38 --------------------------------
2 files changed, 39 deletions(-)
diff --git a/dev-python/aiorpcX/Manifest b/dev-python/aiorpcX/Manifest
index 42fcee3b10f..5e56c13c5b7 100644
--- a/dev-python/aiorpcX/Manifest
+++ b/dev-python/aiorpcX/Manifest
@@ -1,6 +1,5 @@
DIST aiorpcX-0.18.5.gh.tar.gz 65622 BLAKE2B 68b91e2cfb869c6971efb525fd35132c38ab9092362944fa77476bdb33f076f8415a079d97238e2c4ffbc6c9df596b468c2b6640389a11d1607b1a99aa8dc68d SHA512 5eb8417ce2ffb70208aec79e44ee0d8671c4cf86745f2d8061cf013c4ad17f83db68ed3ed43ef61df196e4ef073a21f9a4e22df46b00ce3054babf98dfcd1eaf
DIST aiorpcX-0.19.1.gh.tar.gz 72903 BLAKE2B ba3da1bc1f8d83ec6c6d2189aee554b4b819b601d366d0e8858ec73fe6aedddf6a6ed00d56d66c38d18ee44921a4cce7cb83ebf05aec9348355f88b8ed67e1a5 SHA512 b71edf335ad78b1d46b2b23dcb102b29f988d32f75571b881e2ce3471bf48c7ffc9bf509ce1cafec036662bb06d6f90598304c207f416b4124a7b02fdca915e8
-DIST aiorpcX-0.20.2.gh.tar.gz 74627 BLAKE2B e5a33dfd8ef0c18e26cfee881fd7515437598628bf61dfd86a34f0a758474abcf257c7afcbf0ee1d11ed6bad44596289efe2261d9ca7ccc26e7d949f05b3ad40 SHA512 af63d51bd21a045d71073ba6cd030834f8262e393eac9c44e6b33a2b3cecd86a5d2a6a0ed7ab60d2362e99ab38c801abcae1ada368a533d8f7fb8b616c43e582
DIST aiorpcX-0.21.1.gh.tar.gz 75205 BLAKE2B 5190e8bedf9c605f57d469f351d0cc3bed0c1fad53778ea0f29c02615b0ca816a7bbc60b863dc613f72c67455966ef3ceb31b825eed3cead25f47c29012f7ce5 SHA512 c77d4bfe72f2cd4215e15330c60aabdeee9f4e1613ba5dcfedea9368c85519b36ecc7dbfa2f6682df7d802204b9cea7c9a889ee479dcffbc728ee0c112039779
DIST aiorpcX-0.22.0.gh.tar.gz 75160 BLAKE2B c9aa55c932546512019c058dd29d397bba79638a56aa949d69980abd56b4d024e9d1f99e96909c2256cce1578ffaf55b14b95d0adf77752180fcbd8ab997555b SHA512 a65202f8233adac587c98da812ab27a26740a21a68df431bf0394dc3df37f3cb15c397c6a9044201b4a1a8d6bcc283a7cf7b4dd27885a2ea0f5942cbbfc6f405
DIST aiorpcX-0.22.1.gh.tar.gz 75206 BLAKE2B 92c481388198fec94faa10482ad4195fe6dce5ae4aa445ce2812e1e81e084c629712b87a3c157aa33ae42335c1a96bdcafa5e389802740fcae8eb9e4aaf43dd2 SHA512 3484da36ce6042d8d4c6b168fd2326c0fc77a825691b95631e54510697708a27ea07e9a808445d504056432adf04f04cb0bc28d4b7194c55c1995096bb938b4d
diff --git a/dev-python/aiorpcX/aiorpcX-0.20.2.ebuild b/dev-python/aiorpcX/aiorpcX-0.20.2.ebuild
deleted file mode 100644
index 89eb9710f38..00000000000
--- a/dev-python/aiorpcX/aiorpcX-0.20.2.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{8..9} )
-
-inherit distutils-r1
-
-DESCRIPTION="Generic async RPC implementation, including JSON-RPC"
-HOMEPAGE="https://pypi.org/project/aiorpcX/
- https://github.com/kyuupichan/aiorpcX/"
-SRC_URI="https://github.com/kyuupichan/aiorpcX/archive/${PV}.tar.gz
- -> ${P}.gh.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-BDEPEND="
- test? (
- dev-python/pytest-asyncio[${PYTHON_USEDEP}]
- dev-python/uvloop[${PYTHON_USEDEP}]
- dev-python/websockets[${PYTHON_USEDEP}]
- )"
-
-distutils_enable_tests pytest
-
-python_test() {
- local deselect=(
- # require Internet
- tests/test_socks.py::TestSOCKSProxy::test_create_connection_resolve_good
- )
-
- pytest -vv ${deselect[@]/#/--deselect } ||
- die "Tests failed with ${EPYTHON}"
-}
next reply other threads:[~2021-05-26 8:36 UTC|newest]
Thread overview: 41+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-05-26 8:36 Michał Górny [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-02-01 12:17 [gentoo-commits] repo/gentoo:master commit in: dev-python/aiorpcx/ Arthur Zamarin
2025-01-17 4:33 Michał Górny
2025-01-17 4:33 Michał Górny
2024-04-06 10:02 Arthur Zamarin
2024-03-17 18:45 Michał Górny
2024-03-17 16:41 [gentoo-commits] repo/gentoo:master commit in: dev-python/aiorpcX/ Michał Górny
2023-11-24 15:04 Arthur Zamarin
2023-10-23 3:05 Michał Górny
2023-03-04 5:53 Michał Górny
2023-01-31 17:06 Michał Górny
2022-10-18 18:51 Sam James
2022-10-17 19:47 Sam James
2021-08-07 14:04 Louis Sautier
2021-08-07 13:35 Louis Sautier
2021-07-03 6:26 Michał Górny
2021-07-03 3:08 Sam James
2021-05-26 8:19 Michał Górny
2021-05-26 6:49 Agostino Sarubbo
2021-04-28 23:35 Michał Górny
2021-04-28 23:35 Michał Górny
2021-04-25 21:58 Michał Górny
2021-04-25 7:56 Michał Górny
2021-03-30 17:09 Thomas Deutschmann
2021-03-11 8:48 Michał Górny
2021-03-11 8:48 Michał Górny
2021-03-07 8:30 Michał Górny
2021-03-06 17:45 Michał Górny
2021-03-01 9:20 Agostino Sarubbo
2021-02-24 20:10 Michał Górny
2021-02-24 20:10 Michał Górny
2021-02-05 1:01 Michał Górny
2021-02-03 23:23 Michał Górny
2020-12-22 8:07 Michał Górny
2020-03-26 11:16 Michał Górny
2020-02-16 11:41 Michał Górny
2019-09-09 5:54 Agostino Sarubbo
2019-07-31 14:32 Mikle Kolyada
2019-06-20 20:14 Anthony G. Basile
2019-06-17 13:10 Anthony G. Basile
2019-01-20 16:59 Manuel Rüger
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=1622018166.4ccd9cb63017fb92eb8d9cbafde7bafd492b04f8.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