Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/strict-rfc3339/
Date: Sun, 29 Mar 2020 09:50:29
Message-Id: 1585475395.38e6d9fbef46df8c500a274140a3e2d9babc7fb4.mgorny@gentoo
1 commit: 38e6d9fbef46df8c500a274140a3e2d9babc7fb4
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sun Mar 29 09:23:08 2020 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sun Mar 29 09:49:55 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=38e6d9fb
7
8 dev-python/strict-rfc3339: Remove redundant versions
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/strict-rfc3339/Manifest | 2 --
13 .../strict-rfc3339/strict-rfc3339-0.6.ebuild | 24 ----------------------
14 .../strict-rfc3339/strict-rfc3339-0.7.ebuild | 24 ----------------------
15 3 files changed, 50 deletions(-)
16
17 diff --git a/dev-python/strict-rfc3339/Manifest b/dev-python/strict-rfc3339/Manifest
18 index e4b6f144381..dd3db155a19 100644
19 --- a/dev-python/strict-rfc3339/Manifest
20 +++ b/dev-python/strict-rfc3339/Manifest
21 @@ -1,3 +1 @@
22 -DIST strict-rfc3339-0.6.tar.gz 16856 BLAKE2B 635da447439282ec64dc7c27a2602d35b28f0a02fb36c16b622b38e73f907e9a39b709c5d87319269ef1357d5716a1d92de7f205f66b2aa77339d63aabdb21df SHA512 7f1e15d60c2295c00647af84b31a1836b6c3994fadbb2695f5709861caae543ae69a3199dffd6dcf7e0768eadf39e496a5e600e291dd0befbe8fc35fa60897af
23 -DIST strict-rfc3339-0.7.tar.gz 17552 BLAKE2B 74370e28134ee22545c536d9eab383c0de6bba66d1440a77d020c7dc754699c32072300f380bf044e5283ca663beb370a587ea9d111dbdeb46985f76b5c9dfda SHA512 94a2992a9ea41b75527348f0f8dae1d118d57b0764122f874baa85f5e3b523beb219ed83c2d7224725e504cd3737a6bde485957135856dcde470f32675e44e77
24 DIST strict-rfc3339-version-0.7.tar.gz 18756 BLAKE2B 45a38c5eef2b74225408e9a0de9e484cce24778eaf830d9cf052a26df4964c761d8349a71c892c5b4b5129f98802a9aae10b1e9205156bbc4eb6c8f5df7bfb88 SHA512 5db598b33680d60eab8c49dde9d831ece9632811c89552c7ccd9ac7cbc0f603bde5aa14434a388abe669181e643bc2fe97f3c48b08c88863f88e95f17d958bd1
25
26 diff --git a/dev-python/strict-rfc3339/strict-rfc3339-0.6.ebuild b/dev-python/strict-rfc3339/strict-rfc3339-0.6.ebuild
27 deleted file mode 100644
28 index 2f847335256..00000000000
29 --- a/dev-python/strict-rfc3339/strict-rfc3339-0.6.ebuild
30 +++ /dev/null
31 @@ -1,24 +0,0 @@
32 -# Copyright 1999-2020 Gentoo Authors
33 -# Distributed under the terms of the GNU General Public License v2
34 -
35 -EAPI=5
36 -
37 -PYTHON_COMPAT=( python2_7 python3_6 pypy3 )
38 -
39 -inherit distutils-r1
40 -
41 -DESCRIPTION="Strict, simple, lightweight RFC3339 functions"
42 -HOMEPAGE="https://pypi.org/project/strict-rfc3339/ https://github.com/danielrichman/strict-rfc3339"
43 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
44 -
45 -SLOT="0"
46 -LICENSE="GPL-3+"
47 -KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ia64 m68k ~mips ppc ppc64 s390 sparc x86 ~amd64-linux ~x86-linux"
48 -IUSE=""
49 -
50 -# Not shipped
51 -RESTRICT=test
52 -
53 -python_test() {
54 - ${PYTHON} test_strict_rfc3339.py || die
55 -}
56
57 diff --git a/dev-python/strict-rfc3339/strict-rfc3339-0.7.ebuild b/dev-python/strict-rfc3339/strict-rfc3339-0.7.ebuild
58 deleted file mode 100644
59 index f35922f827e..00000000000
60 --- a/dev-python/strict-rfc3339/strict-rfc3339-0.7.ebuild
61 +++ /dev/null
62 @@ -1,24 +0,0 @@
63 -# Copyright 1999-2020 Gentoo Authors
64 -# Distributed under the terms of the GNU General Public License v2
65 -
66 -EAPI=5
67 -
68 -PYTHON_COMPAT=( python2_7 python3_{6,7} pypy3 )
69 -
70 -inherit distutils-r1
71 -
72 -DESCRIPTION="Strict, simple, lightweight RFC3339 functions"
73 -HOMEPAGE="https://pypi.org/project/strict-rfc3339/ https://github.com/danielrichman/strict-rfc3339"
74 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
75 -
76 -SLOT="0"
77 -LICENSE="GPL-3+"
78 -KEYWORDS="~alpha ~amd64 ~arm ~arm64 hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux"
79 -IUSE=""
80 -
81 -# Not shipped
82 -RESTRICT=test
83 -
84 -python_test() {
85 - ${PYTHON} test_strict_rfc3339.py || die
86 -}