mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-10 15:45:15 -04:00
dev-python/threadloop: treeclean
Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>
This commit is contained in:
@@ -1 +0,0 @@
|
||||
DIST threadloop-1.0.2.tar.gz 4905 BLAKE2B a3a569dd1353fc32277bab59649666c8fe79b3aeee3f04926b3b29fe4d12c771c5d59fbf9bae5eb4eeb70baf0d4c80a2a62b8f1fb54a96b7abaa9dca340aea02 SHA512 63dc84e26d697e6489b4fc1bf035749c8e77af039528a9b1d1df87258654db993ef9c33abce7e04403ac5d5a3e56ed102ce4510193eb31f1f681e642cb1a9614
|
||||
@@ -1,17 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<maintainer type="person">
|
||||
<email>lssndrbarbieri@gmail.com</email>
|
||||
<name>Alessandro Barbieri</name>
|
||||
</maintainer>
|
||||
<upstream>
|
||||
<bugs-to>https://github.com/breerly/threadloop/issues</bugs-to>
|
||||
<maintainer>
|
||||
<email>breerly@gmail.com</email>
|
||||
<name>Grayson Koonce</name>
|
||||
</maintainer>
|
||||
<remote-id type="pypi">threadloop</remote-id>
|
||||
<remote-id type="github">breerly/threadloop</remote-id>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
||||
@@ -1,26 +0,0 @@
|
||||
# Copyright 1999-2022 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI="8"
|
||||
|
||||
PYTHON_COMPAT=( python3_{8..10} )
|
||||
|
||||
inherit distutils-r1
|
||||
|
||||
DESCRIPTION="Run Tornado Coroutines from Synchronous Python"
|
||||
HOMEPAGE="https://github.com/GoodPete/threadloop"
|
||||
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
|
||||
|
||||
SLOT="0"
|
||||
LICENSE="MIT"
|
||||
KEYWORDS="~amd64"
|
||||
|
||||
RDEPEND=""
|
||||
DEPEND="
|
||||
${RDEPEND}
|
||||
test? (
|
||||
dev-python/ipdb[${PYTHON_USEDEP}]
|
||||
)
|
||||
"
|
||||
|
||||
distutils_enable_tests pytest
|
||||
@@ -50,10 +50,6 @@ net-p2p/nuxhash
|
||||
# Incompatible with recent pytest. No revdeps. Removal on 2022-07-05.
|
||||
dev-python/thriftrw
|
||||
|
||||
# Anna Vyalkova <cyber+gentoo@sysrq.in> (2022-06-04)
|
||||
# Pytest hangs. No revdeps. Removal on 2022-07-04.
|
||||
dev-python/threadloop
|
||||
|
||||
# Christopher Byrne <salah.coronya@gmail.com> (2022-04-15)
|
||||
# Depends on masked dev-libs/openssl-3.0.*
|
||||
app-crypt/tpm2-openssl
|
||||
|
||||
Reference in New Issue
Block a user