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/strict-rfc3339/
Date: Sun, 29 Mar 2020 09:50:15 +0000 (UTC)	[thread overview]
Message-ID: <1585475395.38e6d9fbef46df8c500a274140a3e2d9babc7fb4.mgorny@gentoo> (raw)

commit:     38e6d9fbef46df8c500a274140a3e2d9babc7fb4
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Mar 29 09:23:08 2020 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Mar 29 09:49:55 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=38e6d9fb

dev-python/strict-rfc3339: Remove redundant versions

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

 dev-python/strict-rfc3339/Manifest                 |  2 --
 .../strict-rfc3339/strict-rfc3339-0.6.ebuild       | 24 ----------------------
 .../strict-rfc3339/strict-rfc3339-0.7.ebuild       | 24 ----------------------
 3 files changed, 50 deletions(-)

diff --git a/dev-python/strict-rfc3339/Manifest b/dev-python/strict-rfc3339/Manifest
index e4b6f144381..dd3db155a19 100644
--- a/dev-python/strict-rfc3339/Manifest
+++ b/dev-python/strict-rfc3339/Manifest
@@ -1,3 +1 @@
-DIST strict-rfc3339-0.6.tar.gz 16856 BLAKE2B 635da447439282ec64dc7c27a2602d35b28f0a02fb36c16b622b38e73f907e9a39b709c5d87319269ef1357d5716a1d92de7f205f66b2aa77339d63aabdb21df SHA512 7f1e15d60c2295c00647af84b31a1836b6c3994fadbb2695f5709861caae543ae69a3199dffd6dcf7e0768eadf39e496a5e600e291dd0befbe8fc35fa60897af
-DIST strict-rfc3339-0.7.tar.gz 17552 BLAKE2B 74370e28134ee22545c536d9eab383c0de6bba66d1440a77d020c7dc754699c32072300f380bf044e5283ca663beb370a587ea9d111dbdeb46985f76b5c9dfda SHA512 94a2992a9ea41b75527348f0f8dae1d118d57b0764122f874baa85f5e3b523beb219ed83c2d7224725e504cd3737a6bde485957135856dcde470f32675e44e77
 DIST strict-rfc3339-version-0.7.tar.gz 18756 BLAKE2B 45a38c5eef2b74225408e9a0de9e484cce24778eaf830d9cf052a26df4964c761d8349a71c892c5b4b5129f98802a9aae10b1e9205156bbc4eb6c8f5df7bfb88 SHA512 5db598b33680d60eab8c49dde9d831ece9632811c89552c7ccd9ac7cbc0f603bde5aa14434a388abe669181e643bc2fe97f3c48b08c88863f88e95f17d958bd1

diff --git a/dev-python/strict-rfc3339/strict-rfc3339-0.6.ebuild b/dev-python/strict-rfc3339/strict-rfc3339-0.6.ebuild
deleted file mode 100644
index 2f847335256..00000000000
--- a/dev-python/strict-rfc3339/strict-rfc3339-0.6.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=( python2_7 python3_6 pypy3 )
-
-inherit distutils-r1
-
-DESCRIPTION="Strict, simple, lightweight RFC3339 functions"
-HOMEPAGE="https://pypi.org/project/strict-rfc3339/ https://github.com/danielrichman/strict-rfc3339"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-SLOT="0"
-LICENSE="GPL-3+"
-KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ia64 m68k ~mips ppc ppc64 s390 sparc x86 ~amd64-linux ~x86-linux"
-IUSE=""
-
-# Not shipped
-RESTRICT=test
-
-python_test() {
-	${PYTHON} test_strict_rfc3339.py || die
-}

diff --git a/dev-python/strict-rfc3339/strict-rfc3339-0.7.ebuild b/dev-python/strict-rfc3339/strict-rfc3339-0.7.ebuild
deleted file mode 100644
index f35922f827e..00000000000
--- a/dev-python/strict-rfc3339/strict-rfc3339-0.7.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=( python2_7 python3_{6,7} pypy3 )
-
-inherit distutils-r1
-
-DESCRIPTION="Strict, simple, lightweight RFC3339 functions"
-HOMEPAGE="https://pypi.org/project/strict-rfc3339/ https://github.com/danielrichman/strict-rfc3339"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-SLOT="0"
-LICENSE="GPL-3+"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux"
-IUSE=""
-
-# Not shipped
-RESTRICT=test
-
-python_test() {
-	${PYTHON} test_strict_rfc3339.py || die
-}


             reply	other threads:[~2020-03-29  9:50 UTC|newest]

Thread overview: 40+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-03-29  9:50 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/strict-rfc3339/ Michał Górny
2024-05-12 16:30 Michał Górny
2023-07-08 10:47 Benda XU
2023-05-26 15:14 Sam James
2022-05-11 14:32 Michał Górny
2022-03-15 14:26 Michał Górny
2022-03-15 13:31 Jakov Smolić
2022-01-30 13:09 Michał Górny
2021-05-10 21:56 Michał Górny
2020-08-02  9:33 Michał Górny
2020-05-25  6:12 Michał Górny
2020-03-29 11:27 Sergei Trofimovich
2020-03-29  9:50 Michał Górny
2020-03-29  9:50 Michał Górny
2019-12-29  9:02 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-04  6:48 Aaron Bauman
2019-11-23 17:59 Patrick McLean
2019-07-18 13:35 Agostino Sarubbo
2019-07-18 13:33 Agostino Sarubbo
2018-06-30 17:38 Mikle Kolyada
2018-02-21 17:20 Michał Górny
2017-03-16  8:36 Michael Weber
2017-02-12  1:21 Zac Medico
2016-11-06 21:39 Matt Thode
2016-10-09  8:42 Jeroen Roovers
2016-09-25 18:50 Jeroen Roovers
2016-06-29 17:41 Patrick Lauer
2016-06-06  8:30 Tobias Klausmann
2016-02-05 19:45 Justin Lecher
2015-09-29 20:57 Markus Meier
2015-09-05 19:52 Patrice Clement
2015-09-02 11:05 Justin Lecher
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=1585475395.38e6d9fbef46df8c500a274140a3e2d9babc7fb4.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