diff options
author | V3n3RiX <venerix@redcorelinux.org> | 2020-04-12 03:41:30 +0100 |
---|---|---|
committer | V3n3RiX <venerix@redcorelinux.org> | 2020-04-12 03:41:30 +0100 |
commit | 623ee73d661e5ed8475cb264511f683407d87365 (patch) | |
tree | 993eb27c93ec7a2d2d19550300d888fc1fed9e69 /dev-python/trollius | |
parent | ceeeb463cc1eef97fd62eaee8bf2196ba04bc384 (diff) |
gentoo Easter resync : 12.04.2020
Diffstat (limited to 'dev-python/trollius')
-rw-r--r-- | dev-python/trollius/Manifest | 5 | ||||
-rw-r--r-- | dev-python/trollius/metadata.xml | 12 | ||||
-rw-r--r-- | dev-python/trollius/trollius-2.1.ebuild | 24 | ||||
-rw-r--r-- | dev-python/trollius/trollius-2.2.ebuild | 24 |
4 files changed, 0 insertions, 65 deletions
diff --git a/dev-python/trollius/Manifest b/dev-python/trollius/Manifest deleted file mode 100644 index 6288a6d3a401..000000000000 --- a/dev-python/trollius/Manifest +++ /dev/null @@ -1,5 +0,0 @@ -DIST trollius-2.1.tar.gz 276425 BLAKE2B 3337712e482c19ce06bced64a4169effee74f8e6d33e60f4ab411d636acae586a104766639f63d0075fb12a39f09ed7e54c7396f3295aa99db04e0b60aa433fa SHA512 d800e060e13da22c83fc20f2c0e61d6c50cca309d90e8faecaf24e68240d78ec7fc9cfbb68a968ba7e9d73268e974353d9bd9063eb0ca02a4f0e88610abd6018 -DIST trollius-2.2.tar.gz 276391 BLAKE2B 8debb662498551f2bee85605388813bdcdb720f798b2e2e2cb16a86340fe2759b1a59abcbd6d302e96f6d9860a464c140a521b9a7e731579329351fd11baeebd SHA512 d4a123cc0728eb3548f434ca227a36afce0fca8bfc9fdb0005ff501538c8fad9507608112c4b63c7d273cec2d2310b941068093c9bbdf28d984001753b4956cb -EBUILD trollius-2.1.ebuild 655 BLAKE2B a9366a6872be66f59dc564bf2251ad1d835b71a66c304c1d1bdef5f5d1e6c88196ae6546f1c7a9ab3777678ac098bbde3d811bf5617fcad74117dde6dec007c1 SHA512 19be21d5f37e787acb3895f469657004e9013d08058a87a385e9da3e8083227d67fd152f243181e37fe973cff0089a0876b1c971518cb59ce31bb9ab3e67bd6c -EBUILD trollius-2.2.ebuild 661 BLAKE2B bb95149b6cf5130b51e48083f0d9b5f8e5e6f39b635a69ec39dce4ed030b28d8355727750239ce9e030e7907640be4fb1f0981bb2f9b0c7855ea26927ff22afc SHA512 4e2266fb0d16c9692d92156146d26a582e996f29b717f28207c8de7ae895d03ce4cf753a17da01062586421f7828a505a161610097710915669f5ef781ec5cf7 -MISC metadata.xml 380 BLAKE2B 67950aab96abdce21c702fb2aacf3eb4f0376483105bc656988e7d95f65b3a47e2f027dfce5e1a75e23875aca710f8c0d20ec47bc02dee4ff4ea4733b7e8f4de SHA512 96c4e4f92d32c6a7844ffe4412e24ac7985c4c534d5c607873be067a89350b79a112557f9c88b63df6d1135706920a3e3cda79ec0c9aa534cc3f84e9043e6b71 diff --git a/dev-python/trollius/metadata.xml b/dev-python/trollius/metadata.xml deleted file mode 100644 index 1c03de904bba..000000000000 --- a/dev-python/trollius/metadata.xml +++ /dev/null @@ -1,12 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="project"> - <email>python@gentoo.org</email> - <name>Python</name> - </maintainer> - <upstream> - <remote-id type="pypi">trollius</remote-id> - <remote-id type="github">vstinner/trollius</remote-id> - </upstream> -</pkgmetadata> diff --git a/dev-python/trollius/trollius-2.1.ebuild b/dev-python/trollius/trollius-2.1.ebuild deleted file mode 100644 index 2cc2af11d175..000000000000 --- a/dev-python/trollius/trollius-2.1.ebuild +++ /dev/null @@ -1,24 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -PYTHON_COMPAT=( python{2_7,3_6} ) - -inherit distutils-r1 - -DESCRIPTION="A port of the Tulip project (asyncio module, PEP3156)" -HOMEPAGE="https://github.com/haypo/trollius https://pypi.org/project/trollius/" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - -LICENSE="Apache-2.0" -SLOT="0" -KEYWORDS="amd64 arm ~arm64 x86 ~amd64-linux ~x86-linux" - -RDEPEND="virtual/python-futures[${PYTHON_USEDEP}]" -DEPEND="${RDEPEND} - dev-python/setuptools[${PYTHON_USEDEP}]" - -python_test() { - "${PYTHON}" runtests.py || die "Testing failed under ${EPYTHON}" -} diff --git a/dev-python/trollius/trollius-2.2.ebuild b/dev-python/trollius/trollius-2.2.ebuild deleted file mode 100644 index b0922242a535..000000000000 --- a/dev-python/trollius/trollius-2.2.ebuild +++ /dev/null @@ -1,24 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -PYTHON_COMPAT=( python2_7 ) - -inherit distutils-r1 - -DESCRIPTION="Port of the asyncio project to Python 2.7 (deprecated)" -HOMEPAGE="https://github.com/vstinner/trollius https://pypi.org/project/trollius/" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - -LICENSE="Apache-2.0" -SLOT="0" -KEYWORDS="~amd64 ~arm ~arm64 ~x86 ~amd64-linux ~x86-linux" - -RDEPEND="virtual/python-futures[${PYTHON_USEDEP}]" -DEPEND="${RDEPEND} - dev-python/setuptools[${PYTHON_USEDEP}]" - -python_test() { - "${PYTHON}" runtests.py -v 2 || die "Testing failed under ${EPYTHON}" -} |