From: "Michał Górny" <mgorny@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/rfc3986/
Date: Sun, 29 Mar 2020 07:31:34 +0000 (UTC) [thread overview]
Message-ID: <1585467049.b2c49302677dbb45b870c76402cc08202e67cf0d.mgorny@gentoo> (raw)
commit: b2c49302677dbb45b870c76402cc08202e67cf0d
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Mar 29 07:13:53 2020 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Mar 29 07:30:49 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b2c49302
dev-python/rfc3986: Remove redundant versions
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/rfc3986/Manifest | 3 ---
dev-python/rfc3986/rfc3986-0.3.1.ebuild | 30 ------------------------------
dev-python/rfc3986/rfc3986-0.4.1.ebuild | 30 ------------------------------
dev-python/rfc3986/rfc3986-1.1.0.ebuild | 30 ------------------------------
4 files changed, 93 deletions(-)
diff --git a/dev-python/rfc3986/Manifest b/dev-python/rfc3986/Manifest
index ec5305e2a83..a7c98c77d75 100644
--- a/dev-python/rfc3986/Manifest
+++ b/dev-python/rfc3986/Manifest
@@ -1,5 +1,2 @@
-DIST rfc3986-0.3.1.tar.gz 21591 BLAKE2B b24500baf27e4f17d22dbeb839262edb11b1c8c54ddd29782c2f4d83b5322e30f8800122349c9da0787f07c94e212616bbaace3b1d3bb1b2a5205aeba55355b3 SHA512 47c0cff5b67de5cc54ce3a24eb6d192a8b1414f5bb25e54056561fc0394058ec94853e62b9495dd72e15074921b66153279d4dffd1c199e252d569646a34aaed
-DIST rfc3986-0.4.1.tar.gz 22354 BLAKE2B db2a7edefa89fd3780721904c5e1b623d34dea5e8913c606336771d22f03c258f0a3cd3b71f42db6a6f2065bb055cf6938c10f166730953fe78cdc50dd0f148a SHA512 a4731206a4179d3970fcf9c21405f7e9686268ef3610ab5ca2413a867d83b83188c0efd5958b0b4ba8fc4076da9bc0cf18aef774213a1b58fc42bfc8a6d5dd92
-DIST rfc3986-1.1.0.tar.gz 39381 BLAKE2B cb890ae46c1428ddca1aed4a49660e2620659e7af64dbdb22c2514323ede374c28bbbd8401a5b4db257ba47e617ad7e8ae486f751fd4a7580808c68ff289ec13 SHA512 5e43ca7df586011900d2f01edfb20388598f77218e5a63904557bec0f1d0cb0a35f4980014de9c943ecc43a5a7ab3f7b815fbcfc9318e494c24a14fed2d1fac6
DIST rfc3986-1.2.0.tar.gz 40162 BLAKE2B d51db37285366fdc7a6d25632afe440bbcdf4fbca46488082286824f046cfd81129b8f0e0695f986120276cf446dde5751dc52ebeb5f2f61f60c5acb92f2da1a SHA512 b88bdc47fa2daa6a9ffc339b1b997a85d0c8b3bf3ab271554e2a1a684c0394370e9cba07a82a542f39533a4c8cae69414234545db6caa2508e0ee7e7f8bdff3d
DIST rfc3986-1.3.2.tar.gz 44225 BLAKE2B f4cc72ed3c2dcc7132527cd33fd6b9f0136f789fdb229cc33b02bf2dd596b2f762e3e4cf8af63f239408b55cdf056cf54315a0a9cdf734a4203fad24b00ce594 SHA512 c086c55295d80ccf33dbfeff06059303119e7a407bfc405b7f75ec30413221ec58d3061d75fd3ca696b7acf9b1be1dfcc785e01280bf659a53be43ab1f300b15
diff --git a/dev-python/rfc3986/rfc3986-0.3.1.ebuild b/dev-python/rfc3986/rfc3986-0.3.1.ebuild
deleted file mode 100644
index b47b7c48e3e..00000000000
--- a/dev-python/rfc3986/rfc3986-0.3.1.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-PYTHON_COMPAT=( python2_7 python3_6 pypy3)
-
-inherit distutils-r1
-
-DESCRIPTION="Validating URI References per RFC 3986"
-HOMEPAGE="https://tools.ietf.org/html/rfc3986
- https://github.com/sigmavirus24/rfc3986
- https://rfc3986.rtfd.org"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~alpha amd64 ~arm arm64 hppa ia64 m68k ~mips ppc ppc64 ~s390 sparc x86"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-DEPEND="
- dev-python/setuptools[${PYTHON_USEDEP}]
- test? ( dev-python/pytest[${PYTHON_USEDEP}] )
-"
-RDEPEND=""
-
-python_test() {
- py.test -vv || die
-}
diff --git a/dev-python/rfc3986/rfc3986-0.4.1.ebuild b/dev-python/rfc3986/rfc3986-0.4.1.ebuild
deleted file mode 100644
index 59e07562ca0..00000000000
--- a/dev-python/rfc3986/rfc3986-0.4.1.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python2_7 python3_6 pypy3)
-
-inherit distutils-r1
-
-DESCRIPTION="Validating URI References per RFC 3986"
-HOMEPAGE="https://tools.ietf.org/html/rfc3986
- https://github.com/sigmavirus24/rfc3986
- https://rfc3986.rtfd.org"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 sparc x86"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-DEPEND="
- dev-python/setuptools[${PYTHON_USEDEP}]
- test? ( dev-python/pytest[${PYTHON_USEDEP}] )
-"
-RDEPEND=""
-
-python_test() {
- py.test -vv || die
-}
diff --git a/dev-python/rfc3986/rfc3986-1.1.0.ebuild b/dev-python/rfc3986/rfc3986-1.1.0.ebuild
deleted file mode 100644
index d46f46a73b9..00000000000
--- a/dev-python/rfc3986/rfc3986-1.1.0.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python2_7 python3_{6,7} pypy3)
-
-inherit distutils-r1
-
-DESCRIPTION="Validating URI References per RFC 3986"
-HOMEPAGE="https://tools.ietf.org/html/rfc3986
- https://github.com/sigmavirus24/rfc3986
- https://rfc3986.rtfd.org"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~alpha amd64 ~arm arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 sparc x86"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-DEPEND="
- dev-python/setuptools[${PYTHON_USEDEP}]
- test? ( dev-python/pytest[${PYTHON_USEDEP}] )
-"
-RDEPEND=""
-
-python_test() {
- py.test -vv || die
-}
next reply other threads:[~2020-03-29 7:31 UTC|newest]
Thread overview: 54+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-03-29 7:31 Michał Górny [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-05-12 16:30 [gentoo-commits] repo/gentoo:master commit in: dev-python/rfc3986/ Michał Górny
2024-05-12 16:30 Michał Górny
2023-05-26 21:14 Arthur Zamarin
2023-03-16 4:07 Michał Górny
2022-06-16 9:18 Michał Górny
2022-06-16 9:02 Jakov Smolić
2022-05-15 8:04 Michał Górny
2022-05-15 8:04 Michał Górny
2022-05-15 8:04 Michał Górny
2022-05-01 1:52 WANG Xuerui
2022-02-13 7:55 Agostino Sarubbo
2022-01-10 4:58 Michał Górny
2021-07-28 23:38 Marek Szuba
2021-07-12 22:43 Michał Górny
2021-06-05 18:14 Michał Górny
2021-05-08 8:52 Michał Górny
2021-05-08 8:52 Michał Górny
2020-11-28 14:21 Sam James
2020-09-18 15:43 Michał Górny
2020-09-06 17:34 Sam James
2020-08-26 17:32 Sergei Trofimovich
2020-08-02 9:33 Michał Górny
2020-08-01 8:53 Sergei Trofimovich
2020-07-31 1:11 Sam James
2020-07-29 5:01 Sam James
2020-07-25 21:01 Sam James
2020-07-25 14:08 Sam James
2020-07-25 11:17 Sam James
2020-06-25 18:52 Michał Górny
2020-06-25 18:52 Michał Górny
2020-06-25 18:52 Michał Górny
2020-04-28 7:00 Michał Górny
2020-03-29 7:31 Michał Górny
2020-03-29 7:31 Michał Górny
2020-03-29 7:31 Michał Górny
2019-09-28 17:43 Matthew Thode
2019-07-18 13:35 Agostino Sarubbo
2019-07-18 13:33 Agostino Sarubbo
2019-05-11 18:17 Matthew Thode
2018-04-12 4:25 Matt Thode
2017-03-16 8:36 Michael Weber
2017-01-16 19:56 Tobias Klausmann
2016-10-09 8:42 Jeroen Roovers
2016-09-25 18:50 Jeroen Roovers
2016-06-06 8:30 Tobias Klausmann
2016-02-05 19:45 Justin Lecher
2015-12-07 8:58 Justin Lecher
2015-11-16 16:26 Agostino Sarubbo
2015-11-16 16:15 Agostino Sarubbo
2015-10-21 15:17 Justin Lecher
2015-09-29 20:58 Markus Meier
2015-09-05 19:52 Patrice Clement
2015-09-02 11:05 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=1585467049.b2c49302677dbb45b870c76402cc08202e67cf0d.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