contextvars-2.4 removed (not for Python >3.5)

This commit is contained in:
Andreas Billmeier 2020-09-08 20:24:44 +02:00 committed by Andreas Billmeier
parent e59511d073
commit ae618f65bd
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
4 changed files with 1 additions and 49 deletions

View File

@ -20,6 +20,7 @@
* dev-python/btlewrap patch installation of test
* zigpy replaces zigpy-homeassistant
* fix sseclient-py-1.7 WORKDIR
* contextvars-2.4 removed (not for Python >3.5)
2020-09-07
* update geopy-2.0.0.ebuild

View File

@ -1,3 +0,0 @@
DIST contextvars-2.4.tar.gz 9253 BLAKE2B b46466e44f836561024b69bd648613654336a41f964ced77ab29e2fa20b43b19f0c6b5b72d31ccf208c8b74ad54fa1898ac1c09b24b124ec53a5970019910553 SHA512 391c12f163854a21d6422afd9464e8896c02b5cb5e2c567550907a16b7970d4e2d02cd360851bba103efd64062669596eacadc7421432198c61054837b57b223
EBUILD contextvars-2.4.ebuild 706 BLAKE2B edad7488b3838577463d59a34a94438e27487043591351f91189fb6a28154b170db803b892a670e1ee7478cb5f6b4fca33445669037a2591b9a13027a83a5b2a SHA512 4d89b27ceca38849c78ae4dfbe707934e4627f12f94a8b97de1a36d4a00d995f8490dc6735eda3088c1bb321d249e3ef67d64d1aadeae05c88e761c8586428f9
MISC metadata.xml 452 BLAKE2B 6c4f4148700edffbaac45c93470d5a87bd12172073a3e516c1701075587a46175b3ee8cb2f6f61a5c878d1242d2387ce12550de8f0fa64c777f4eff4d772c923 SHA512 e510f6708767c98227aa741d07913dfebae6fe5171936edf515580b0bb678725a3cf8638d0d30e33d36395b26430f65235622ca98e71ed85bb430d0d98de86a1

View File

@ -1,31 +0,0 @@
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI="7"
# don not install on 3.6 or later!
PYTHON_COMPAT=( python3_{5,6,8} )
inherit distutils-r1
DESCRIPTION="PEP 567 Backport"
HOMEPAGE="https://github.com/MagicStack/contextvars https://pypi.org/project/contextvars/"
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
LICENSE="Apache-2.0"
SLOT="0"
KEYWORDS="~amd64 ~arm64 ~x86 ~amd64-linux ~x86-linux"
IUSE="test"
RDEPEND=""
DEPEND="${REDEPEND}
dev-python/setuptools[${PYTHON_USEDEP}]
test? (
dev-python/nose[${PYTHON_USEDEP}]
dev-python/pytest[${PYTHON_USEDEP}]
)"
python_test() {
nosetests --verbose || die
py.test -v -v || die
}

View File

@ -1,15 +0,0 @@
<?xml version='1.0' encoding='UTF-8'?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="project">
<email>b@edevau.net</email>
<name>Andreas Billmeier</name>
</maintainer>
<upstream>
<remote-id type="pypi">contextvars</remote-id>
<maintainer status="unknown">
<email>hello@magic.io</email>
<name>MagicStack Inc</name>
</maintainer>
</upstream>
</pkgmetadata>