public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Michał Górny" <mgorny@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/wheel/
Date: Sun, 24 Nov 2019 12:26:16 +0000 (UTC)	[thread overview]
Message-ID: <1574598370.03915ca7e5c0ff0332d65a2b34f30aba2d3a17f4.mgorny@gentoo> (raw)

commit:     03915ca7e5c0ff0332d65a2b34f30aba2d3a17f4
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Nov 24 12:25:25 2019 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Nov 24 12:26:10 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=03915ca7

dev-python/wheel: Remove redundant versions

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-python/wheel/Manifest            |  5 ----
 dev-python/wheel/wheel-0.30.0.ebuild | 45 ------------------------------------
 dev-python/wheel/wheel-0.31.1.ebuild | 45 ------------------------------------
 dev-python/wheel/wheel-0.32.2.ebuild | 45 ------------------------------------
 dev-python/wheel/wheel-0.32.3.ebuild | 45 ------------------------------------
 dev-python/wheel/wheel-0.33.1.ebuild | 45 ------------------------------------
 6 files changed, 230 deletions(-)

diff --git a/dev-python/wheel/Manifest b/dev-python/wheel/Manifest
index 12dd05450b9..2c37a6e8a24 100644
--- a/dev-python/wheel/Manifest
+++ b/dev-python/wheel/Manifest
@@ -1,7 +1,2 @@
 DIST wheel-0.29.0.tar.gz 54143 BLAKE2B 8f29c81b9b3c8ee419c26f04e09f437a2113716f5096e1b6e21f23e6a7426e58b7ee00c0846cfcd816670bee4dd908ef577e4142fae546d4ea643af2c2612049 SHA512 b72dec3cf71e3d87c611ff41f1381ed7f2c654edb50c808fb4fd0f552bab3572434495bf18c36d2ecc7cb8b355782054d3d6dedd5589ffda15027e72cff24602
-DIST wheel-0.30.0.tar.gz 43087 BLAKE2B 796a57298571a9430094be93f38c679941157679d5a75d7d5da88be4d1f970f5aeb9810bbaaa31c77b71959b3c6eadcd618314ab3fa82b959c592c72b8171c0a SHA512 d39fb683ca2937745b057464ec17f5fab0475c2b1225cc4c84f1b0e8cd61a4bb039730dafdaa687f7b054ce080c4b7acbd3196045db14e015585536fcf498f84
-DIST wheel-0.31.1.tar.gz 38574 BLAKE2B 83684b33d587fe4a9593aa1b45c8e3f9543a97f80767c973f2b796bd23191af489760507fc491e4c471d804cb8c8a969de2e6cc509beeae66e1911650be5d725 SHA512 38854a54722cd8b3ff3b53bc62fc56255b37adac5ffb3fc1b0cb5f252a3cebd84390f3bac0600835c64bbec158337a7a13f0725dda47a659183fd038986cdd75
-DIST wheel-0.32.2.tar.gz 17647 BLAKE2B b6ca2fb32767e639274676b88c3ae7996e2b8d618b5b11e43d31694a8351da9bdd1c50cbd4c8f7eb2ffaa55bdd4b2fe9393177514bd32f2275629067c8f95984 SHA512 584ac926ded13737070cfbed5ef18b685d4e4440d8b6d60a64178cd88cc380fcae6618d4446bffffebc6e1ce1acccf91d21bfefbe006dcff6771fe7ce5f62cd4
-DIST wheel-0.32.3.tar.gz 18585 BLAKE2B 14b2fc9c6f306865be96040c00e5244a132251bb48a3cb9656261e4724a6bd5754713e7442f3310563efc202081a43a5803e4bb672073b239362ce46b9171b8a SHA512 6f663b3a3edbf470a3565eb5ad763d466f857f053be32dd4242d9b94874844076c7a9142c13ba0185697b9b96fbdbfb1be2abfdfbeb00ff4853bfa9e52681db4
-DIST wheel-0.33.1.tar.gz 18736 BLAKE2B bef2c719fdf719d6b97d572318689e1322dcd8e24d0c68498ecdb2d7cd8b44f4ac76e3460ec740cc94ed014a66d4ef9d78b044326f3f6f4b3a1580809d2895a9 SHA512 78bc518ea1bed7b80ec242b44208b13192e9c00a9008efb1bfb837d4dd88f5dd52a61403698bbff79a86db8e55c01a46888c203df6fea94d8dcd09986a98d913
 DIST wheel-0.33.6.gh.tar.gz 50273 BLAKE2B bc315c87b83bed39ad4ec08dde31edd570e59b65ff28c64c89b1b5e1f2e526fd6035dbe9902dd9a3efd94b0c5584489f28ed895b36e4eb9dd1ddc225d7069275 SHA512 04edf619ee6fd06f1e4c8bc513c6e21ba91615eba42bca5473e60573e274133b1019774b8e3a960e05f5a69bb256508d0a8a31fd9ab91a28f1b87d1095b17b5e

diff --git a/dev-python/wheel/wheel-0.30.0.ebuild b/dev-python/wheel/wheel-0.30.0.ebuild
deleted file mode 100644
index 5a97b06459a..00000000000
--- a/dev-python/wheel/wheel-0.30.0.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python2_7 python3_{5,6} pypy pypy3 )
-
-inherit distutils-r1 eutils
-
-DESCRIPTION="A built-package format for Python"
-HOMEPAGE="https://pypi.org/project/wheel/"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
-IUSE="doc test"
-
-RDEPEND="dev-python/jsonschema[${PYTHON_USEDEP}]"
-DEPEND="${RDEPEND}
-	dev-python/setuptools[${PYTHON_USEDEP}]"
-#	test? (
-#		dev-python/keyring
-#		dev-python/keyrings_alt
-#		dev-python/ed25519ll
-#		dev-python/pytest[${PYTHON_USEDEP}]
-#	)
-#"
-
-# Fails somehow
-RESTRICT=test
-
-python_test() {
-	sed \
-		-e 's:--cov=wheel::g' \
-		-i setup.cfg || die
-	py.test -v -v || die "testsuite failed under ${EPYTHON}"
-}
-
-pkg_postinst() {
-	optfeature "Signature support" \
-		dev-python/keyring \
-		dev-python/keyrings_alt \
-		dev-python/ed25519ll
-}

diff --git a/dev-python/wheel/wheel-0.31.1.ebuild b/dev-python/wheel/wheel-0.31.1.ebuild
deleted file mode 100644
index fe067ffbf7b..00000000000
--- a/dev-python/wheel/wheel-0.31.1.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python2_7 python3_{5,6,7} pypy pypy3 )
-
-inherit distutils-r1 eutils
-
-DESCRIPTION="A built-package format for Python"
-HOMEPAGE="https://pypi.org/project/wheel/"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
-IUSE="doc test"
-
-RDEPEND="dev-python/jsonschema[${PYTHON_USEDEP}]"
-DEPEND="${RDEPEND}
-	dev-python/setuptools[${PYTHON_USEDEP}]"
-#	test? (
-#		dev-python/keyring
-#		dev-python/keyrings_alt
-#		dev-python/ed25519ll
-#		dev-python/pytest[${PYTHON_USEDEP}]
-#	)
-#"
-
-# Fails somehow
-RESTRICT=test
-
-python_test() {
-	sed \
-		-e 's:--cov=wheel::g' \
-		-i setup.cfg || die
-	py.test -v -v || die "testsuite failed under ${EPYTHON}"
-}
-
-pkg_postinst() {
-	optfeature "Signature support" \
-		dev-python/keyring \
-		dev-python/keyrings_alt \
-		dev-python/ed25519ll
-}

diff --git a/dev-python/wheel/wheel-0.32.2.ebuild b/dev-python/wheel/wheel-0.32.2.ebuild
deleted file mode 100644
index fe067ffbf7b..00000000000
--- a/dev-python/wheel/wheel-0.32.2.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python2_7 python3_{5,6,7} pypy pypy3 )
-
-inherit distutils-r1 eutils
-
-DESCRIPTION="A built-package format for Python"
-HOMEPAGE="https://pypi.org/project/wheel/"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
-IUSE="doc test"
-
-RDEPEND="dev-python/jsonschema[${PYTHON_USEDEP}]"
-DEPEND="${RDEPEND}
-	dev-python/setuptools[${PYTHON_USEDEP}]"
-#	test? (
-#		dev-python/keyring
-#		dev-python/keyrings_alt
-#		dev-python/ed25519ll
-#		dev-python/pytest[${PYTHON_USEDEP}]
-#	)
-#"
-
-# Fails somehow
-RESTRICT=test
-
-python_test() {
-	sed \
-		-e 's:--cov=wheel::g' \
-		-i setup.cfg || die
-	py.test -v -v || die "testsuite failed under ${EPYTHON}"
-}
-
-pkg_postinst() {
-	optfeature "Signature support" \
-		dev-python/keyring \
-		dev-python/keyrings_alt \
-		dev-python/ed25519ll
-}

diff --git a/dev-python/wheel/wheel-0.32.3.ebuild b/dev-python/wheel/wheel-0.32.3.ebuild
deleted file mode 100644
index fe067ffbf7b..00000000000
--- a/dev-python/wheel/wheel-0.32.3.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python2_7 python3_{5,6,7} pypy pypy3 )
-
-inherit distutils-r1 eutils
-
-DESCRIPTION="A built-package format for Python"
-HOMEPAGE="https://pypi.org/project/wheel/"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
-IUSE="doc test"
-
-RDEPEND="dev-python/jsonschema[${PYTHON_USEDEP}]"
-DEPEND="${RDEPEND}
-	dev-python/setuptools[${PYTHON_USEDEP}]"
-#	test? (
-#		dev-python/keyring
-#		dev-python/keyrings_alt
-#		dev-python/ed25519ll
-#		dev-python/pytest[${PYTHON_USEDEP}]
-#	)
-#"
-
-# Fails somehow
-RESTRICT=test
-
-python_test() {
-	sed \
-		-e 's:--cov=wheel::g' \
-		-i setup.cfg || die
-	py.test -v -v || die "testsuite failed under ${EPYTHON}"
-}
-
-pkg_postinst() {
-	optfeature "Signature support" \
-		dev-python/keyring \
-		dev-python/keyrings_alt \
-		dev-python/ed25519ll
-}

diff --git a/dev-python/wheel/wheel-0.33.1.ebuild b/dev-python/wheel/wheel-0.33.1.ebuild
deleted file mode 100644
index 2e759f3e0db..00000000000
--- a/dev-python/wheel/wheel-0.33.1.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python2_7 python3_{5,6,7} pypy pypy3 )
-
-inherit distutils-r1 eutils
-
-DESCRIPTION="A built-package format for Python"
-HOMEPAGE="https://pypi.org/project/wheel/"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
-IUSE="doc test"
-
-RDEPEND="dev-python/jsonschema[${PYTHON_USEDEP}]"
-DEPEND="${RDEPEND}
-	dev-python/setuptools[${PYTHON_USEDEP}]"
-#	test? (
-#		dev-python/keyring
-#		dev-python/keyrings_alt
-#		dev-python/ed25519ll
-#		dev-python/pytest[${PYTHON_USEDEP}]
-#	)
-#"
-
-# Fails somehow
-RESTRICT=test
-
-python_test() {
-	sed \
-		-e 's:--cov=wheel::g' \
-		-i setup.cfg || die
-	py.test -v || die "testsuite failed under ${EPYTHON}"
-}
-
-pkg_postinst() {
-	optfeature "Signature support" \
-		dev-python/keyring \
-		dev-python/keyrings_alt \
-		dev-python/ed25519ll
-}


             reply	other threads:[~2019-11-24 12:26 UTC|newest]

Thread overview: 103+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-11-24 12:26 Michał Górny [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-12-07 10:49 [gentoo-commits] repo/gentoo:master commit in: dev-python/wheel/ Arthur Zamarin
2024-11-23  7:10 Michał Górny
2024-11-09  8:27 Michał Górny
2024-08-24 13:06 Michał Górny
2024-08-24  9:05 Arthur Zamarin
2024-08-05 11:48 Michał Górny
2024-03-30 14:27 Michał Górny
2024-03-30 14:25 Michał Górny
2024-03-12  5:13 Michał Górny
2023-12-15 10:52 Michał Górny
2023-12-15 10:44 Arthur Zamarin
2023-11-29 10:15 Michał Górny
2023-11-29 10:12 Michał Górny
2023-11-26 19:37 Arthur Zamarin
2023-10-30 18:10 Michał Górny
2023-09-25 18:49 Michał Górny
2023-09-25 17:00 Arthur Zamarin
2023-08-24 12:47 Michał Górny
2023-08-22 20:01 Michał Górny
2023-08-05 14:53 Michał Górny
2023-07-22 12:58 Arthur Zamarin
2023-05-23 15:42 Michał Górny
2023-04-13  6:32 Michał Górny
2023-04-13  4:56 Sam James
2023-03-14 16:57 Michał Górny
2022-11-25 13:52 Michał Górny
2022-11-25 13:44 Arthur Zamarin
2022-11-11  6:41 Arthur Zamarin
2022-11-09  8:38 Michał Górny
2022-11-05 20:35 Arthur Zamarin
2022-11-05 20:35 Arthur Zamarin
2022-11-04 18:06 Arthur Zamarin
2022-11-04 18:06 Arthur Zamarin
2022-10-21  5:14 Michał Górny
2022-04-10 12:32 Fabian Groffen
2022-02-27 18:58 Michał Górny
2022-02-27 12:29 Jakov Smolić
2022-01-26 20:18 Michał Górny
2022-01-26 20:01 Arthur Zamarin
2022-01-26 12:21 Michał Górny
2021-12-23  9:30 Michał Górny
2021-09-12  7:44 Michał Górny
2021-09-12  7:09 Agostino Sarubbo
2021-08-10  5:17 Michał Górny
2021-05-05 18:20 Michał Górny
2021-01-13 20:16 Michał Górny
2021-01-13 19:06 Sam James
2021-01-05 21:27 Michał Górny
2021-01-05 21:00 Sam James
2020-12-14  8:35 Michał Górny
2020-12-06  9:14 Michał Górny
2020-12-03 19:37 Louis Sautier
2020-12-02  9:20 Michał Górny
2020-11-28 14:09 Sam James
2020-09-20 14:36 Michał Górny
2020-09-18 15:53 Michał Górny
2020-09-17 16:19 Sam James
2020-08-22  7:13 Michał Górny
2020-08-15  8:44 Michał Górny
2020-08-14 11:50 Michał Górny
2020-05-25 20:30 Michał Górny
2020-03-29 12:03 Michał Górny
2020-03-29 12:03 Michał Górny
2020-03-29 12:03 Michał Górny
2020-03-25 15:27 Agostino Sarubbo
2020-03-25 14:52 Agostino Sarubbo
2020-03-25 13:27 Agostino Sarubbo
2020-03-25 13:12 Agostino Sarubbo
2020-03-25 12:36 Agostino Sarubbo
2020-03-25 12:23 Agostino Sarubbo
2020-01-31  6:25 Michał Górny
2019-12-29 20:03 Sergei Trofimovich
2019-12-29  9:08 Mikle Kolyada
2019-12-23  9:36 Mikle Kolyada
2019-12-15 14:15 Agostino Sarubbo
2019-12-15 14:07 Agostino Sarubbo
2019-12-15 13:59 Agostino Sarubbo
2019-12-15 13:53 Agostino Sarubbo
2019-12-15 13:36 Sergei Trofimovich
2019-12-15 11:38 Agostino Sarubbo
2019-12-02  2:48 Aaron Bauman
2019-11-24 12:26 Michał Górny
2019-04-12  5:01 Tim Harder
2018-12-16  8:13 Tim Harder
2018-10-24  0:36 Matthew Thode
2018-06-26  0:05 Tim Harder
2018-06-03 13:55 Mike Frysinger
2018-02-21 17:20 Michał Górny
2017-10-19  8:20 Tim Harder
2017-03-16  8:36 Michael Weber
2017-01-30 20:05 Tim Harder
2016-10-09  8:42 Jeroen Roovers
2016-09-25 18:50 Jeroen Roovers
2016-06-06 16:15 Agostino Sarubbo
2016-06-06  8:30 Tobias Klausmann
2016-05-31 19:23 Markus Meier
2016-02-07 12:00 Justin Lecher
2016-02-06  8:51 Justin Lecher
2016-02-05 19:45 Justin Lecher
2015-11-17 10:29 Justin Lecher
2015-10-24 16:42 Mikle Kolyada
2015-09-20  9:33 Justin Lecher

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=1574598370.03915ca7e5c0ff0332d65a2b34f30aba2d3a17f4.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