From: "Michał Górny" <mgorny@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/simplejson/
Date: Thu, 16 Feb 2023 14:13:43 +0000 (UTC) [thread overview]
Message-ID: <1676556705.d4ed2530132770b99bc4a71287fbecc3529a71b0.mgorny@gentoo> (raw)
commit: d4ed2530132770b99bc4a71287fbecc3529a71b0
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu Feb 16 14:11:45 2023 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu Feb 16 14:11:45 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d4ed2530
dev-python/simplejson: Remove old
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/simplejson/Manifest | 2 --
dev-python/simplejson/simplejson-3.18.0.ebuild | 24 ----------------
dev-python/simplejson/simplejson-3.18.2.ebuild | 38 --------------------------
3 files changed, 64 deletions(-)
diff --git a/dev-python/simplejson/Manifest b/dev-python/simplejson/Manifest
index b0ca3be4052f..8c631cc9248e 100644
--- a/dev-python/simplejson/Manifest
+++ b/dev-python/simplejson/Manifest
@@ -1,4 +1,2 @@
-DIST simplejson-3.18.0.tar.gz 83533 BLAKE2B 83c6f7f3734507f5a96b51d52dd39b0bd8ff772d51ce1f12ff2ee68f83747f519f418f78247727af7c408da4e7818d1b0d1f7b54b7780e3bc427add1eeaebb06 SHA512 952177fc707e5b1fb6450093876f9a7af1026271cb792bb8dc0418b83906ae32e7f2251b96f531101197d0b3204a97124bff02f7abc4cf700da4edf1320b6b08
DIST simplejson-3.18.1.tar.gz 83603 BLAKE2B 5f51d06238210b0bdd3dbb2338979023324e1056c2278f7eef7b929cc0bf9f9178d032829a3ce49c0b630f3367268d68753f250968962159e9a9aafcd3105d20 SHA512 3a18d02f42624e27c536582cf9b6ceb8559d54dd97224294a6f6ee8173ee37c0cc9cd21bad777c29ab432ac41b1495fca9d45da300b5040c175980d236d3b9d6
-DIST simplejson-3.18.2.gh.tar.gz 81518 BLAKE2B 317ea52890a1bd48fe2a647eeffc9f8a9366c62a6e40fb91a2c154bd49fc3ec9d29c18aaaa4866962cf40d86e256abc090a19d891885171d32faac8344f2e17b SHA512 ef19e513bc45afacd746bf7018165e90a001dc6a91b7f749d8a0b0272283885bcaf6fa77d8e05e18805310e0ee26529dd83cb947bb25fbc3890898ccafe68a8e
DIST simplejson-3.18.3.gh.tar.gz 81540 BLAKE2B bf6a162499b28a362638e19735f668571f88943ae396fb7f813d51ab0684caa8cb996a35deaf1d68adee2a812d685058e9e80d6f6e66604bbb7c704051b0b37f SHA512 54223e08775ab6277722342084bf56684588dd9dda574428cb73b791d37d0b74decef6082268c0389cc4586a534a19e62ec5738fa9ffffaee63f68e27fb465c8
diff --git a/dev-python/simplejson/simplejson-3.18.0.ebuild b/dev-python/simplejson/simplejson-3.18.0.ebuild
deleted file mode 100644
index d555e3c59226..000000000000
--- a/dev-python/simplejson/simplejson-3.18.0.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{9..11} pypy3 )
-
-inherit distutils-r1
-
-DESCRIPTION="Simple, fast, extensible JSON encoder/decoder for Python"
-HOMEPAGE="
- https://github.com/simplejson/simplejson/
- https://pypi.org/project/simplejson/
-"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="|| ( MIT AFL-2.1 )"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
-
-DOCS=( README.rst CHANGES.txt )
-
-distutils_enable_tests unittest
diff --git a/dev-python/simplejson/simplejson-3.18.2.ebuild b/dev-python/simplejson/simplejson-3.18.2.ebuild
deleted file mode 100644
index e517c93ea2be..000000000000
--- a/dev-python/simplejson/simplejson-3.18.2.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{9..11} pypy3 )
-
-inherit distutils-r1
-
-DESCRIPTION="Simple, fast, extensible JSON encoder/decoder for Python"
-HOMEPAGE="
- https://github.com/simplejson/simplejson/
- https://pypi.org/project/simplejson/
-"
-SRC_URI="
- https://github.com/simplejson/simplejson/archive/v${PV}.tar.gz
- -> ${P}.gh.tar.gz
-"
-
-LICENSE="|| ( MIT AFL-2.1 )"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
-IUSE="+native-extensions"
-
-DOCS=( README.rst CHANGES.txt )
-
-distutils_enable_tests unittest
-
-src_configure() {
- export DISABLE_SPEEDUPS=$(usex native-extensions 0 1)
- use native-extensions && export REQUIRE_SPEEDUPS=1
-}
-
-python_test() {
- cd "${BUILD_DIR}/install$(python_get_sitedir)" || die
- eunittest
-}
next reply other threads:[~2023-02-16 14:13 UTC|newest]
Thread overview: 182+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-02-16 14:13 Michał Górny [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-03-08 14:09 [gentoo-commits] repo/gentoo:master commit in: dev-python/simplejson/ Sam James
2025-03-08 12:58 Arthur Zamarin
2025-03-08 12:58 Arthur Zamarin
2025-03-08 12:42 Jakov Smolić
2025-03-08 11:57 Arthur Zamarin
2025-03-08 10:48 Arthur Zamarin
2025-03-08 9:35 Arthur Zamarin
2025-02-16 14:14 Michał Górny
2025-02-15 7:01 Michał Górny
2025-02-15 7:01 Michał Górny
2024-11-23 19:18 Sam James
2024-09-12 16:56 Arthur Zamarin
2024-09-01 21:06 Sam James
2024-09-01 19:46 Arthur Zamarin
2024-08-31 10:46 Arthur Zamarin
2024-08-31 8:52 Arthur Zamarin
2024-08-31 8:33 Arthur Zamarin
2024-08-31 7:46 Sam James
2024-08-15 3:47 Michał Górny
2024-05-12 16:30 Michał Górny
2023-11-06 10:19 Michał Górny
2023-11-06 7:09 Arthur Zamarin
2023-11-05 20:07 Sam James
2023-11-05 20:07 Sam James
2023-11-05 20:07 Sam James
2023-11-05 19:25 Arthur Zamarin
2023-11-05 19:25 Arthur Zamarin
2023-11-05 19:17 Arthur Zamarin
2023-11-05 19:10 Arthur Zamarin
2023-10-06 15:08 Michał Górny
2023-09-01 12:16 Sam James
2023-06-04 4:58 Michał Górny
2023-06-03 20:17 Sam James
2023-06-03 19:46 Arthur Zamarin
2023-06-03 18:35 Arthur Zamarin
2023-06-03 18:26 Arthur Zamarin
2023-06-03 18:09 Arthur Zamarin
2023-06-03 18:09 Arthur Zamarin
2023-06-03 18:06 Arthur Zamarin
2023-06-03 18:03 Arthur Zamarin
2023-05-25 21:52 Sam James
2023-05-04 16:56 Michał Górny
2023-04-17 4:21 Michał Górny
2023-04-16 23:17 Sam James
2023-04-16 17:04 Arthur Zamarin
2023-04-16 16:39 Arthur Zamarin
2023-04-16 16:35 Arthur Zamarin
2023-04-16 16:35 Arthur Zamarin
2023-04-16 16:32 Arthur Zamarin
2023-04-16 16:31 Arthur Zamarin
2023-04-16 16:31 Arthur Zamarin
2023-04-07 4:19 Michał Górny
2023-03-15 6:52 Michał Górny
2023-03-11 17:12 Michał Górny
2023-03-11 17:08 Sam James
2023-03-11 16:00 Arthur Zamarin
2023-03-11 9:53 Arthur Zamarin
2023-03-11 8:34 Arthur Zamarin
2023-03-11 8:34 Arthur Zamarin
2023-03-11 8:34 Arthur Zamarin
2023-03-11 8:07 Arthur Zamarin
2023-03-11 8:04 Arthur Zamarin
2023-02-16 5:22 Sam James
2023-02-16 5:01 Sam James
2023-02-12 21:57 Sam James
2023-02-12 20:37 Sam James
2023-02-12 20:24 Sam James
2023-02-12 20:24 Jakov Smolić
2023-02-12 20:24 Jakov Smolić
2023-02-12 20:24 Jakov Smolić
2023-02-06 4:31 Michał Górny
2023-02-05 16:18 Michał Górny
2023-01-04 14:15 Michał Górny
2022-12-17 7:03 Michał Górny
2022-12-16 20:45 Arthur Zamarin
2022-12-16 20:45 Arthur Zamarin
2022-12-16 20:05 Arthur Zamarin
2022-12-16 20:05 Arthur Zamarin
2022-12-16 20:04 Arthur Zamarin
2022-12-16 20:04 Arthur Zamarin
2022-12-16 19:45 Arthur Zamarin
2022-12-16 19:43 Arthur Zamarin
2022-11-15 7:27 Michał Górny
2022-06-17 12:45 Michał Górny
2022-06-17 12:18 Jakov Smolić
2022-06-13 16:29 Sam James
2022-06-13 7:13 Agostino Sarubbo
2022-06-13 7:12 Agostino Sarubbo
2022-06-13 7:11 Agostino Sarubbo
2022-06-13 7:10 Agostino Sarubbo
2022-06-13 7:09 Agostino Sarubbo
2022-06-13 7:07 Agostino Sarubbo
2022-06-05 16:48 Michał Górny
2022-05-10 20:38 Michał Górny
2022-05-10 20:38 Michał Górny
2022-01-17 13:02 James Le Cuirot
2021-10-12 5:11 Michał Górny
2021-10-11 15:18 Sam James
2021-10-02 18:39 Sam James
2021-09-30 18:18 Sam James
2021-09-26 7:28 Agostino Sarubbo
2021-09-26 5:01 Sam James
2021-09-25 19:56 Sam James
2021-09-25 19:53 Sam James
2021-09-25 19:53 Sam James
2021-08-24 6:59 Michał Górny
2021-08-19 21:30 Michał Górny
2021-08-19 19:57 Sam James
2021-08-18 12:58 Agostino Sarubbo
2021-08-17 21:39 Sam James
2021-08-17 18:56 Sam James
2021-08-16 5:20 Agostino Sarubbo
2021-08-16 5:17 Agostino Sarubbo
2021-08-16 5:16 Agostino Sarubbo
2021-08-16 5:13 Agostino Sarubbo
2021-07-10 7:34 Michał Górny
2021-05-06 18:45 Michał Górny
2021-01-06 22:30 Fabian Groffen
2020-09-27 17:47 Michał Górny
2020-09-03 23:57 Sam James
2020-09-01 3:18 Sam James
2020-08-21 19:00 Sergei Trofimovich
2020-08-21 15:36 Agostino Sarubbo
2020-08-21 15:31 Agostino Sarubbo
2020-08-21 15:30 Agostino Sarubbo
2020-08-21 15:27 Agostino Sarubbo
2020-08-19 9:04 Sam James
2020-07-17 5:56 Michał Górny
2020-05-26 10:35 Michał Górny
2020-03-21 16:32 Michał Górny
2020-03-21 9:24 Mart Raudsepp
2020-02-12 16:14 Agostino Sarubbo
2020-02-06 7:51 Sergei Trofimovich
2020-01-27 12:49 Agostino Sarubbo
2020-01-27 12:12 Agostino Sarubbo
2020-01-27 11:56 Mikle Kolyada
2020-01-27 9:53 Sergei Trofimovich
2020-01-27 9:33 Sergei Trofimovich
2020-01-27 8:10 Sergei Trofimovich
2020-01-27 3:02 Thomas Deutschmann
2020-01-26 17:45 Michał Górny
2019-12-23 9:36 Mikle Kolyada
2019-12-17 19:58 Sergei Trofimovich
2019-12-15 14:15 Agostino Sarubbo
2019-12-15 14:07 Agostino Sarubbo
2019-12-15 13:36 Sergei Trofimovich
2019-12-15 13:24 Sergei Trofimovich
2019-12-15 11:38 Agostino Sarubbo
2019-11-22 19:38 Michał Górny
2019-11-19 15:40 Agostino Sarubbo
2019-11-18 12:03 Agostino Sarubbo
2018-08-05 13:53 Patrice Clement
2018-07-30 21:57 Mikle Kolyada
2018-06-26 0:05 Tim Harder
2018-04-29 4:36 Tim Harder
2018-04-29 4:36 Tim Harder
2017-11-25 13:01 Tim Harder
2017-11-15 3:32 Tim Harder
2017-08-20 2:25 Tim Harder
2017-02-13 7:13 Zac Medico
2017-01-30 20:08 Tim Harder
2017-01-23 6:19 Jeroen Roovers
2016-12-24 10:25 Agostino Sarubbo
2016-12-18 16:30 Agostino Sarubbo
2016-12-18 16:25 Agostino Sarubbo
2016-12-14 9:14 Tobias Klausmann
2016-10-30 23:25 Tim Harder
2016-10-24 12:43 Lars Wendler
2016-09-23 20:15 Tim Harder
2016-02-16 10:19 Justin Lecher
2015-11-16 14:19 Agostino Sarubbo
2015-11-15 21:12 Matt Turner
2015-11-10 19:01 Markus Meier
2015-11-09 11:49 Justin Lecher
2015-11-05 11:20 Agostino Sarubbo
2015-11-04 15:17 Agostino Sarubbo
2015-11-03 16:18 Agostino Sarubbo
2015-10-31 6:11 Jeroen Roovers
2015-10-30 9:18 Agostino Sarubbo
2015-10-29 7:05 Jeroen Roovers
2015-10-28 10:53 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=1676556705.d4ed2530132770b99bc4a71287fbecc3529a71b0.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