From: "Michał Górny" <mgorny@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/zstandard/
Date: Mon, 8 Mar 2021 18:59:34 +0000 (UTC) [thread overview]
Message-ID: <1615229255.2806d95a8ea0d6511bc483a423a8b6be5a7b0a1a.mgorny@gentoo> (raw)
commit: 2806d95a8ea0d6511bc483a423a8b6be5a7b0a1a
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Mon Mar 8 18:47:35 2021 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Mon Mar 8 18:47:35 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2806d95a
dev-python/zstandard: Remove the broken versions
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/zstandard/Manifest | 1 -
dev-python/zstandard/zstandard-0.15.1.ebuild | 35 ----------------------------
dev-python/zstandard/zstandard-0.15.2.ebuild | 35 ----------------------------
3 files changed, 71 deletions(-)
diff --git a/dev-python/zstandard/Manifest b/dev-python/zstandard/Manifest
index 6bef8d25d2e..1ae0e0a1c18 100644
--- a/dev-python/zstandard/Manifest
+++ b/dev-python/zstandard/Manifest
@@ -1,5 +1,4 @@
DIST zstandard-0.14.0.tar.gz 676761 BLAKE2B f90fcee6571f89eb5964ba50c722be8f3b846a0aaa6f79bd41389131ce332a4c6f7ec3d2eabd16268a42d211c7c02c2f7379019ef44272eb23cc74a20e5e9b3d SHA512 57c62eb7dedde2a2178f79a5658b87b5c5f176b282311273953003824272afa03e126a79b57fc8b75e9e15585d44d6b9931318a8ea5e7c75ec0feebbd7eb6cf0
DIST zstandard-0.14.1.tar.gz 676849 BLAKE2B ad2a89371301e64428de90adf8770ebb7b43b06d720f5e0e9b490dc8771c55a974625105128c3a8052d68230d2670a802adfbf64708729440fdf624ca8d4fccb SHA512 e49f294816f0c7da35914363dbbdfcc4d432f7fa8367192e07a5d0c093ec8af76966fd0a95b4e8316091f056a8027c383ca73cc9ed506b29e2f9a31bc9ad3379
DIST zstandard-0.15.0.tar.gz 990208 BLAKE2B d31a4c3cec60b642ec8c3a85b9038d6b0153e2be25696591db1a8e8f45b44018e370eb10bc4a902df3da03048a26ad55b2358d3b9912b1802c61bb63ce920523 SHA512 2de5a2047b1a9a146160bfa1cc50adb0ae1ddf23ae346b22d49b04e38987f90dcbb1f15d75c486fb37bf7084de66ebe19d917a37515dedac462102543533c407
-DIST zstandard-0.15.1.tar.gz 992126 BLAKE2B 7f6e987402bb5ddada70b56660d6e9d4eb5cd17dfa0041323ba2ef75bdb5362e7bc4fc8415132079a929e34fefdb654860088356b38dc0546b7c4f7108f93252 SHA512 7aabe647fa8c9a696084da6544c27287fe7d57e3a0ce2594c061fd20136e147ded4ea3da3648f6ef93c49636edc1d04ca4f29561514fb13f1a5d0340cd51996b
DIST zstandard-0.15.2.tar.gz 1012864 BLAKE2B 3239a7003d8869182becbaf952b43da8923518e4b5202b115d59fc1492d26bf9703c1ea2dcf525459da023470c134c70525bd040a2d728d24861f7bc1e3a8948 SHA512 0102f3522145c80ec096e9dfac34a5bdd2a98b43b50b8c1e99bcfb0057904c551ababeeb82ced5f8b65945d42b39479cbc29472058679af1f8f91b68ae79f70f
diff --git a/dev-python/zstandard/zstandard-0.15.1.ebuild b/dev-python/zstandard/zstandard-0.15.1.ebuild
deleted file mode 100644
index 605c6dd344a..00000000000
--- a/dev-python/zstandard/zstandard-0.15.1.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{7..9} pypy3 )
-
-inherit distutils-r1
-
-DESCRIPTION="Zstandard Bindings for Python"
-HOMEPAGE="https://pypi.org/project/zstandard/ https://github.com/indygreg/python-zstandard"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-SLOT="0"
-LICENSE="BSD"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
-
-DEPEND="
- app-arch/zstd:="
-RDEPEND="${DEPEND}
- $(python_gen_cond_dep '>=dev-python/cffi-1.14.0-r2:=[${PYTHON_USEDEP}]' 'python*')
-"
-BDEPEND="
- test? ( dev-python/hypothesis[${PYTHON_USEDEP}] )"
-
-distutils_enable_tests setup.py
-
-python_compile() {
- local MAKEOPTS=-j1
- distutils-r1_python_compile --system-zstd
-}
-
-python_install() {
- distutils-r1_python_install --system-zstd
-}
diff --git a/dev-python/zstandard/zstandard-0.15.2.ebuild b/dev-python/zstandard/zstandard-0.15.2.ebuild
deleted file mode 100644
index 605c6dd344a..00000000000
--- a/dev-python/zstandard/zstandard-0.15.2.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{7..9} pypy3 )
-
-inherit distutils-r1
-
-DESCRIPTION="Zstandard Bindings for Python"
-HOMEPAGE="https://pypi.org/project/zstandard/ https://github.com/indygreg/python-zstandard"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-SLOT="0"
-LICENSE="BSD"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
-
-DEPEND="
- app-arch/zstd:="
-RDEPEND="${DEPEND}
- $(python_gen_cond_dep '>=dev-python/cffi-1.14.0-r2:=[${PYTHON_USEDEP}]' 'python*')
-"
-BDEPEND="
- test? ( dev-python/hypothesis[${PYTHON_USEDEP}] )"
-
-distutils_enable_tests setup.py
-
-python_compile() {
- local MAKEOPTS=-j1
- distutils-r1_python_compile --system-zstd
-}
-
-python_install() {
- distutils-r1_python_install --system-zstd
-}
next reply other threads:[~2021-03-08 18:59 UTC|newest]
Thread overview: 167+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-03-08 18:59 Michał Górny [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-03-20 20:08 [gentoo-commits] repo/gentoo:master commit in: dev-python/zstandard/ Arthur Zamarin
2025-03-16 22:40 Sam James
2025-03-16 22:40 Sam James
2025-03-16 22:40 Sam James
2025-03-16 22:40 Sam James
2025-03-16 22:40 Sam James
2025-03-16 21:49 Sam James
2025-02-21 19:57 Michał Górny
2025-02-15 12:59 Michał Górny
2024-11-02 6:19 Sam James
2024-08-10 6:43 Michał Górny
2024-08-03 22:51 Sam James
2024-08-03 16:48 Jakov Smolić
2024-08-03 8:45 Michał Górny
2024-08-03 8:45 Michał Górny
2024-08-03 6:24 Michał Górny
2024-08-03 6:24 Michał Górny
2024-07-15 9:04 Michał Górny
2024-07-13 19:34 Michał Górny
2024-05-12 12:25 Michał Górny
2024-04-05 16:22 Michał Górny
2023-11-29 16:59 Michał Górny
2023-11-29 16:45 Arthur Zamarin
2023-11-29 15:15 Arthur Zamarin
2023-11-29 14:00 Arthur Zamarin
2023-11-29 12:26 Arthur Zamarin
2023-11-29 11:35 Michał Górny
2023-11-29 11:32 Michał Górny
2023-11-29 10:35 Michał Górny
2023-11-29 10:15 Michał Górny
2023-08-02 15:27 Arthur Zamarin
2023-08-02 14:44 Arthur Zamarin
2023-06-04 4:58 Michał Górny
2023-06-03 20:17 Sam James
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:09 Arthur Zamarin
2023-05-29 20:53 James Le Cuirot
2023-05-29 9:31 Michał Górny
2023-05-29 9:31 Michał Górny
2023-05-29 9:31 Michał Górny
2023-05-27 13:21 Michał Górny
2023-05-04 17:04 Michał Górny
2023-04-17 5:26 Michał Górny
2023-04-04 4:48 Michał Górny
2023-04-03 19:13 Arthur Zamarin
2023-03-24 14:29 Arthur Zamarin
2023-03-24 3:09 Sam James
2023-03-24 3:09 Sam James
2023-03-24 3:09 Sam James
2023-03-24 3:09 Sam James
2023-02-21 7:41 Michał Górny
2022-10-30 6:39 Michał Górny
2022-07-25 7:17 Michał Górny
2022-07-25 7:11 Agostino Sarubbo
2022-07-25 7:10 Agostino Sarubbo
2022-07-25 7:10 Agostino Sarubbo
2022-07-25 7:09 Agostino Sarubbo
2022-07-25 7:07 Agostino Sarubbo
2022-07-24 19:13 Sam James
2022-06-22 16:41 Michał Górny
2022-06-22 16:02 Arthur Zamarin
2022-06-22 10:16 Agostino Sarubbo
2022-06-22 10:14 Agostino Sarubbo
2022-06-22 10:13 Agostino Sarubbo
2022-06-22 10:10 Agostino Sarubbo
2022-06-21 18:43 Arthur Zamarin
2022-06-21 6:00 Michał Górny
2022-05-19 7:15 Michał Górny
2022-05-19 7:15 Michał Górny
2022-03-07 7:43 Michał Górny
2022-03-06 23:40 Sam James
2022-03-06 7:49 Sam James
2022-02-28 10:13 Agostino Sarubbo
2022-02-27 12:29 Jakov Smolić
2022-01-19 7:26 Arthur Zamarin
2021-11-22 20:44 Michał Górny
2021-11-22 17:31 Arthur Zamarin
2021-11-22 13:45 Sam James
2021-11-22 8:03 Sam James
2021-11-22 8:03 Sam James
2021-11-22 7:51 Agostino Sarubbo
2021-11-21 19:36 Jakov Smolić
2021-10-17 7:15 Michał Górny
2021-05-25 0:50 Joshua Kinard
2021-05-16 15:26 Michał Górny
2021-05-16 15:09 Michał Górny
2021-05-16 12:45 Sam James
2021-05-04 7:03 Agostino Sarubbo
2021-04-28 23:24 Michał Górny
2021-04-01 17:30 Agostino Sarubbo
2021-03-31 13:53 Agostino Sarubbo
2021-03-28 11:50 Sam James
2021-03-25 21:29 Sam James
2021-03-19 20:14 Sam James
2021-03-19 14:38 Michał Górny
2021-03-08 18:46 Michał Górny
2021-03-08 14:48 Michał Górny
2021-03-05 18:58 Sam James
2021-03-02 5:55 Sam James
2021-03-02 0:41 Michał Górny
2021-02-28 9:07 Michał Górny
2021-01-07 1:12 Sam James
2021-01-07 1:08 Sam James
2021-01-07 0:58 Sam James
2021-01-06 22:30 Fabian Groffen
2021-01-06 10:59 Sam James
2021-01-04 23:06 Patrick McLean
2021-01-01 10:16 Michał Górny
2021-01-01 0:59 Michał Górny
2020-12-29 19:48 Michał Górny
2020-12-05 23:37 Patrick McLean
2020-10-21 22:51 Michał Górny
2020-09-20 9:36 Michał Górny
2020-09-19 17:07 Sam James
2020-09-19 16:26 Sam James
2020-08-22 7:13 Michał Górny
2020-07-31 2:38 Sam James
2020-07-30 19:39 Sam James
2020-06-14 8:29 Michał Górny
2020-05-30 6:55 Robin H. Johnson
2020-05-12 6:39 Agostino Sarubbo
2020-05-11 9:27 Agostino Sarubbo
2020-05-11 9:26 Agostino Sarubbo
2020-05-10 17:42 Mart Raudsepp
2020-05-06 20:24 Michał Górny
2020-05-06 16:28 Mikle Kolyada
2020-03-29 12:22 Michał Górny
2020-03-04 5:01 Michał Górny
2020-02-12 10:43 Michał Górny
2020-02-12 7:51 Agostino Sarubbo
2020-02-11 19:51 Agostino Sarubbo
2020-02-11 19:50 Agostino Sarubbo
2020-02-11 19:43 Agostino Sarubbo
2020-02-11 16:01 Agostino Sarubbo
2019-12-29 7:37 Michał Górny
2019-10-06 9:57 Michał Górny
2019-05-12 21:48 Sergei Trofimovich
2019-05-10 3:31 Aaron Bauman
2019-04-28 7:42 Sergei Trofimovich
2019-04-13 3:33 Aaron Bauman
2019-04-07 20:52 Sergei Trofimovich
2019-04-02 12:25 Mikle Kolyada
2019-03-26 21:09 Sergei Trofimovich
2019-03-16 14:01 Mikle Kolyada
2019-03-16 12:48 Agostino Sarubbo
2019-03-16 11:05 Sergei Trofimovich
2019-03-16 11:05 Sergei Trofimovich
2019-03-14 19:41 Sergei Trofimovich
2019-03-13 11:31 Lars Wendler
2018-12-07 16:10 Fabian Groffen
2018-11-27 12:12 Jeroen Roovers
2018-11-26 19:49 Mikle Kolyada
2018-11-19 21:15 Fabian Groffen
2018-11-07 23:03 Sergei Trofimovich
2018-10-17 15:57 Tobias Klausmann
2018-10-15 20:28 Sergei Trofimovich
2018-10-01 22:42 Thomas Deutschmann
2018-06-08 9:18 Fabian Groffen
2017-05-04 17:16 Manuel Rüger
2017-05-02 14:02 Michał Górny
2017-04-25 13:09 Manuel Rüger
2017-03-20 18:41 Manuel Rüger
2017-03-08 15:57 Manuel Rüger
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=1615229255.2806d95a8ea0d6511bc483a423a8b6be5a7b0a1a.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