Gentoo Archives: gentoo-commits

From: Tim Harder <radhermit@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/simplejson/
Date: Mon, 30 Jan 2017 20:08:13
Message-Id: 1485806822.99cbb4955d5bb8014ee60f04a9a5c5ff6a8df4d2.radhermit@gentoo
1 commit: 99cbb4955d5bb8014ee60f04a9a5c5ff6a8df4d2
2 Author: Tim Harder <radhermit <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jan 30 20:07:02 2017 +0000
4 Commit: Tim Harder <radhermit <AT> gentoo <DOT> org>
5 CommitDate: Mon Jan 30 20:07:02 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=99cbb495
7
8 dev-python/simplejson: remove old
9
10 dev-python/simplejson/Manifest | 3 ---
11 dev-python/simplejson/simplejson-3.8.1.ebuild | 33 ---------------------------
12 dev-python/simplejson/simplejson-3.8.2.ebuild | 33 ---------------------------
13 dev-python/simplejson/simplejson-3.9.0.ebuild | 33 ---------------------------
14 4 files changed, 102 deletions(-)
15
16 diff --git a/dev-python/simplejson/Manifest b/dev-python/simplejson/Manifest
17 index 0de9f65..aa50c34 100644
18 --- a/dev-python/simplejson/Manifest
19 +++ b/dev-python/simplejson/Manifest
20 @@ -1,4 +1 @@
21 DIST simplejson-3.10.0.tar.gz 77953 SHA256 953be622e88323c6f43fad61ffd05bebe73b9fd9863a46d68b052d2aa7d71ce2 SHA512 c8782fe434f3f1e29562092fe81f46fc272f0b83fdb3ca31fc03707fe09f4d30696ad7ec07a33de873bd08a41b19f97b9d09e3079658952e5110cf8f68eb53c6 WHIRLPOOL 53458b102f64e2fb841bf8c57b56bc0f9ded3d968eecad47ab184eb17be35ff2574ea8abe70867438e46f3f946afc17f7ef9cea3b66d300355e879531dfdafc1
22 -DIST simplejson-3.8.1.tar.gz 76033 SHA256 428ac8f3219c78fb04ce05895d5dff9bd813c05a9a7922c53dc879cd32a12493 SHA512 9c135347a015f5fbb4373da61282230430320c89bc1114f7487eb632bccbe29a4b2c396d724c6c72af5c7df78f1676869a037be9d137b4f29f18e82a9eb2b1f5 WHIRLPOOL 8441ccaff4e4115d58461f528179c4fc25139b5f7f86cc85826798e392e664154468f1fa2471f18fc7bd518adf06a75b493218765ca4df022d92e6ee24552e38
23 -DIST simplejson-3.8.2.tar.gz 76578 SHA256 d58439c548433adcda98e695be53e526ba940a4b9c44fb9a05d92cd495cdd47f SHA512 041445bcee97e37361ed6270937fb4e74b6fc05988678da213ddc4f57f83134bfc933b0fb22101c387898bffac1b29d6eb78f03ec0853cf1086b155cee6ca309 WHIRLPOOL c6d32565925653050beb1939db6215ad910891a19ef721d6bc53b3d2beb50667f6201e5afc71e28c1644d18cdbdb6f2d53bfb5ca75feb9e129d01ed7fca035c1
24 -DIST simplejson-3.9.0.tar.gz 77211 SHA256 e9abeee37424f4bfcd27d001d943582fb8c729ffc0b74b72bd0e9b626ed0d1b6 SHA512 6c01d2b68a401719600eeb63704806da1eb0d79e7ee3486b6ab09d4fd0d5cb94a32b5865af2c090be4f109c967ddd223c7f7f7f8b070ec3d6b7afc7b888efe86 WHIRLPOOL 8c7ac5b4ee56e1aa8c8a79aaddd1db395405f45aa9717bee98c24d1d6c50a14570d26ab5c98b17608085c5607ff36875d8c3270a20087833fd6d4050029fac86
25
26 diff --git a/dev-python/simplejson/simplejson-3.8.1.ebuild b/dev-python/simplejson/simplejson-3.8.1.ebuild
27 deleted file mode 100644
28 index 4f1d231..00000000
29 --- a/dev-python/simplejson/simplejson-3.8.1.ebuild
30 +++ /dev/null
31 @@ -1,33 +0,0 @@
32 -# Copyright 1999-2015 Gentoo Foundation
33 -# Distributed under the terms of the GNU General Public License v2
34 -# $Id$
35 -
36 -EAPI=5
37 -
38 -PYTHON_COMPAT=( python2_7 python3_{4,5} pypy pypy3 )
39 -
40 -inherit distutils-r1 flag-o-matic
41 -
42 -DESCRIPTION="Simple, fast, extensible JSON encoder/decoder for Python"
43 -HOMEPAGE="http://undefined.org/python/#simplejson https://pypi.python.org/pypi/simplejson"
44 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
45 -
46 -LICENSE="|| ( MIT AFL-2.1 )"
47 -SLOT="0"
48 -KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
49 -
50 -DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
51 -
52 -DOCS=( README.rst CHANGES.txt )
53 -
54 -python_compile() {
55 - if ! python_is_python3; then
56 - local CFLAGS=${CFLAGS}
57 - append-cflags -fno-strict-aliasing
58 - fi
59 - distutils-r1_python_compile
60 -}
61 -
62 -python_test() {
63 - esetup.py test
64 -}
65
66 diff --git a/dev-python/simplejson/simplejson-3.8.2.ebuild b/dev-python/simplejson/simplejson-3.8.2.ebuild
67 deleted file mode 100644
68 index 26172dd..00000000
69 --- a/dev-python/simplejson/simplejson-3.8.2.ebuild
70 +++ /dev/null
71 @@ -1,33 +0,0 @@
72 -# Copyright 1999-2016 Gentoo Foundation
73 -# Distributed under the terms of the GNU General Public License v2
74 -# $Id$
75 -
76 -EAPI=5
77 -
78 -PYTHON_COMPAT=( python2_7 python3_{4,5} pypy pypy3 )
79 -
80 -inherit distutils-r1 flag-o-matic
81 -
82 -DESCRIPTION="Simple, fast, extensible JSON encoder/decoder for Python"
83 -HOMEPAGE="http://undefined.org/python/#simplejson https://pypi.python.org/pypi/simplejson"
84 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
85 -
86 -LICENSE="|| ( MIT AFL-2.1 )"
87 -SLOT="0"
88 -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
89 -
90 -DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
91 -
92 -DOCS=( README.rst CHANGES.txt )
93 -
94 -python_compile() {
95 - if ! python_is_python3; then
96 - local CFLAGS=${CFLAGS}
97 - append-cflags -fno-strict-aliasing
98 - fi
99 - distutils-r1_python_compile
100 -}
101 -
102 -python_test() {
103 - esetup.py test
104 -}
105
106 diff --git a/dev-python/simplejson/simplejson-3.9.0.ebuild b/dev-python/simplejson/simplejson-3.9.0.ebuild
107 deleted file mode 100644
108 index b48c67e..00000000
109 --- a/dev-python/simplejson/simplejson-3.9.0.ebuild
110 +++ /dev/null
111 @@ -1,33 +0,0 @@
112 -# Copyright 1999-2016 Gentoo Foundation
113 -# Distributed under the terms of the GNU General Public License v2
114 -# $Id$
115 -
116 -EAPI=6
117 -
118 -PYTHON_COMPAT=( python2_7 python3_{4,5} pypy pypy3 )
119 -
120 -inherit distutils-r1 flag-o-matic
121 -
122 -DESCRIPTION="Simple, fast, extensible JSON encoder/decoder for Python"
123 -HOMEPAGE="http://undefined.org/python/#simplejson https://pypi.python.org/pypi/simplejson"
124 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
125 -
126 -LICENSE="|| ( MIT AFL-2.1 )"
127 -SLOT="0"
128 -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
129 -
130 -DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
131 -
132 -DOCS=( README.rst CHANGES.txt )
133 -
134 -python_compile() {
135 - if ! python_is_python3; then
136 - local CFLAGS=${CFLAGS}
137 - append-cflags -fno-strict-aliasing
138 - fi
139 - distutils-r1_python_compile
140 -}
141 -
142 -python_test() {
143 - esetup.py test
144 -}