summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2017-06-26 01:33:52 -0700
committerZac Medico <zmedico@gentoo.org>2017-06-26 01:37:14 -0700
commit0e62d969195138f37c0e5a8ccd5b9fa5de946610 (patch)
treecacb9e1a5b3db103dfd488f9b1b5dd39f9425069
parentdev-perl/Gtk2: Require jpeg support in gdk-pixbuf for testing (diff)
downloadgentoo-0e62d969.tar.gz
gentoo-0e62d969.tar.bz2
gentoo-0e62d969.zip
dev-python/yarl: remove old versions
Package-Manager: Portage-2.3.6, Repoman-2.3.2
-rw-r--r--dev-python/yarl/Manifest3
-rw-r--r--dev-python/yarl/yarl-0.10.0.ebuild23
-rw-r--r--dev-python/yarl/yarl-0.7.0.ebuild29
-rw-r--r--dev-python/yarl/yarl-0.8.1.ebuild23
4 files changed, 0 insertions, 78 deletions
diff --git a/dev-python/yarl/Manifest b/dev-python/yarl/Manifest
index 22dc199d2c44..3e8894a57948 100644
--- a/dev-python/yarl/Manifest
+++ b/dev-python/yarl/Manifest
@@ -1,5 +1,2 @@
-DIST yarl-0.10.0.tar.gz 127197 SHA256 d92947434946bf47e3ee2123f4ea785ea4c7d5ba37c93fd2142470868dc2a01b SHA512 6118d0ec78b85b55398d42ef6c729d3372f7e3eb45c88f0751dd2f21a7d19920f5741ff6305b8a70dc61a2148f202446468c7c92dc539a698bfebaa07ea4d502 WHIRLPOOL dfa4a4e010c2927d0a22b1f2f8993fc55c2ab3fa342db35f04ae5c4e236d24aae99e8eb288a6d28879a4f10a0ee7eef8942b8a45d75e626db07bc29f246d4181
DIST yarl-0.10.2.tar.gz 127679 SHA256 a042c5b3584531cd09cd5ca647f71553df7caaa3359b9b3f7eb34c3b1045b38d SHA512 b385a4165b7d095e4d6e2ec5c808c6536e044fb7750000d917370ca4ca66162ed60b142e33eedb02f608bd8b005f6d1f18304992fe00702ea30dd746a0ad9a88 WHIRLPOOL 4d64a9051b00eed92b48afa2340374f125ac4de05c6886bc7dd706734518308cbf7c29086e9f812331831800bda659f027cf4c4a1b91a80d1762387a55d3d175
-DIST yarl-0.7.0.tar.gz 117786 SHA256 43222e76b17d62e23c2ff62dde7b6d3cd64453be7529876b4967ec5c3e0fa3fd SHA512 a63e5912eef2899773b05188bf4673ce0beb254605da81bff93c5a364e4f8d3864287a1f8165758a1ac86f97613b5d997d77c29f9ed4261c7fe2e9bc861c8470 WHIRLPOOL 353e3cf435127858070e017811419203b04b7e223e4acd106ae183829d2c84f231a20df21d7fe40d8568d2597b9411d53d579c9e59eb7172234fc7700420f2c0
-DIST yarl-0.8.1.tar.gz 121256 SHA256 9f0397ae540124bf16a8a5b89bc3ea1c07f8ae70c3e44231a40a9edd254d5712 SHA512 2c475cd3f5f271c08296bb9819bbb06def535ca715c48858839be491fdc1ebe311dc4b53c26e748a4daaf7fd83bac173b9e38fd2e07069fc5fc09a8dc345029f WHIRLPOOL 31b4cee66b45faf203bb86ea2124dd840aa3943669a2fc0b9d7724ac944b29696834233ff291c4401a57ee787d6a75a97ae5f676933d0463fad19a86761b5632
DIST yarl-0.9.8.tar.gz 125806 SHA256 a7818b0654265623525b56e78b901315a9ffb7ef0bf21b4af7e0e27572d54dec SHA512 67446ca618a2539f8c1fc8a7a96d1ce50a924ece0479e01103347f73a7bd75b0fbdd0ff5c007529195c3f12aa62d185563e761557fcb95b3226eaece65c0be9f WHIRLPOOL 422cdd47982e44a64f89d689882a31038728dab0e827f5d44b7e25e81fe2a89f888f060f7971a4b6ff901627596d65da73035be8673efcd186d5af25da01cd8f
diff --git a/dev-python/yarl/yarl-0.10.0.ebuild b/dev-python/yarl/yarl-0.10.0.ebuild
deleted file mode 100644
index 694affc3c692..000000000000
--- a/dev-python/yarl/yarl-0.10.0.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-PYTHON_COMPAT=( python3_{4,5,6} )
-
-inherit distutils-r1
-
-DESCRIPTION="Yet another URL library"
-HOMEPAGE="https://github.com/aio-libs/yarl/"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="test"
-
-DEPEND="test? ( dev-python/pytest[${PYTHON_USEDEP}] )
- dev-python/setuptools[${PYTHON_USEDEP}]"
-
-python_test() {
- py.test -v || die "Tests fail with ${EPYTHON}"
-}
diff --git a/dev-python/yarl/yarl-0.7.0.ebuild b/dev-python/yarl/yarl-0.7.0.ebuild
deleted file mode 100644
index b34d2de12d86..000000000000
--- a/dev-python/yarl/yarl-0.7.0.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-PYTHON_COMPAT=( python3_{4,5} )
-
-inherit distutils-r1
-
-DESCRIPTION="Yet another URL library"
-HOMEPAGE="https://github.com/aio-libs/yarl/"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="test"
-
-DEPEND="test? ( dev-python/pytest-runner[${PYTHON_USEDEP}] )
- dev-python/setuptools[${PYTHON_USEDEP}]"
-
-src_prepare() {
- # pytest-runner is not really required unless tests are enabled
- sed -e "s:'pytest-runner',\\?::" -i setup.py || die
- distutils-r1_src_prepare
-}
-
-python_test() {
- esetup.py test || die
-}
diff --git a/dev-python/yarl/yarl-0.8.1.ebuild b/dev-python/yarl/yarl-0.8.1.ebuild
deleted file mode 100644
index c94d4ffb50ed..000000000000
--- a/dev-python/yarl/yarl-0.8.1.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-PYTHON_COMPAT=( python3_{4,5,6} )
-
-inherit distutils-r1
-
-DESCRIPTION="Yet another URL library"
-HOMEPAGE="https://github.com/aio-libs/yarl/"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="test"
-
-DEPEND="test? ( dev-python/pytest-runner[${PYTHON_USEDEP}] )
- dev-python/setuptools[${PYTHON_USEDEP}]"
-
-python_test() {
- esetup.py test || die
-}