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/zstandard/
Date: Sun, 16 May 2021 15:09:41
Message-Id: 1621177773.31007ed9fe6f6af0b4efebf9bece8cda11f0d99c.mgorny@gentoo
1 commit: 31007ed9fe6f6af0b4efebf9bece8cda11f0d99c
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sun May 16 15:05:31 2021 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sun May 16 15:09:33 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=31007ed9
7
8 dev-python/zstandard: Remove old
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/zstandard/Manifest | 3 ---
13 dev-python/zstandard/zstandard-0.14.0-r1.ebuild | 27 -------------------------
14 dev-python/zstandard/zstandard-0.14.1.ebuild | 27 -------------------------
15 dev-python/zstandard/zstandard-0.15.0.ebuild | 27 -------------------------
16 4 files changed, 84 deletions(-)
17
18 diff --git a/dev-python/zstandard/Manifest b/dev-python/zstandard/Manifest
19 index 1ae0e0a1c18..685b49695a8 100644
20 --- a/dev-python/zstandard/Manifest
21 +++ b/dev-python/zstandard/Manifest
22 @@ -1,4 +1 @@
23 -DIST zstandard-0.14.0.tar.gz 676761 BLAKE2B f90fcee6571f89eb5964ba50c722be8f3b846a0aaa6f79bd41389131ce332a4c6f7ec3d2eabd16268a42d211c7c02c2f7379019ef44272eb23cc74a20e5e9b3d SHA512 57c62eb7dedde2a2178f79a5658b87b5c5f176b282311273953003824272afa03e126a79b57fc8b75e9e15585d44d6b9931318a8ea5e7c75ec0feebbd7eb6cf0
24 -DIST zstandard-0.14.1.tar.gz 676849 BLAKE2B ad2a89371301e64428de90adf8770ebb7b43b06d720f5e0e9b490dc8771c55a974625105128c3a8052d68230d2670a802adfbf64708729440fdf624ca8d4fccb SHA512 e49f294816f0c7da35914363dbbdfcc4d432f7fa8367192e07a5d0c093ec8af76966fd0a95b4e8316091f056a8027c383ca73cc9ed506b29e2f9a31bc9ad3379
25 -DIST zstandard-0.15.0.tar.gz 990208 BLAKE2B d31a4c3cec60b642ec8c3a85b9038d6b0153e2be25696591db1a8e8f45b44018e370eb10bc4a902df3da03048a26ad55b2358d3b9912b1802c61bb63ce920523 SHA512 2de5a2047b1a9a146160bfa1cc50adb0ae1ddf23ae346b22d49b04e38987f90dcbb1f15d75c486fb37bf7084de66ebe19d917a37515dedac462102543533c407
26 DIST zstandard-0.15.2.tar.gz 1012864 BLAKE2B 3239a7003d8869182becbaf952b43da8923518e4b5202b115d59fc1492d26bf9703c1ea2dcf525459da023470c134c70525bd040a2d728d24861f7bc1e3a8948 SHA512 0102f3522145c80ec096e9dfac34a5bdd2a98b43b50b8c1e99bcfb0057904c551ababeeb82ced5f8b65945d42b39479cbc29472058679af1f8f91b68ae79f70f
27
28 diff --git a/dev-python/zstandard/zstandard-0.14.0-r1.ebuild b/dev-python/zstandard/zstandard-0.14.0-r1.ebuild
29 deleted file mode 100644
30 index 5e58bf8587c..00000000000
31 --- a/dev-python/zstandard/zstandard-0.14.0-r1.ebuild
32 +++ /dev/null
33 @@ -1,27 +0,0 @@
34 -# Copyright 1999-2021 Gentoo Authors
35 -# Distributed under the terms of the GNU General Public License v2
36 -
37 -EAPI=7
38 -
39 -PYTHON_COMPAT=( python3_{7..9} )
40 -
41 -inherit distutils-r1
42 -
43 -DESCRIPTION="Zstandard Bindings for Python"
44 -HOMEPAGE="https://pypi.org/project/zstandard/ https://github.com/indygreg/python-zstandard"
45 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
46 -
47 -SLOT="0"
48 -LICENSE="BSD"
49 -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"
50 -
51 -RDEPEND=">=dev-python/cffi-1.14.0-r2:=[${PYTHON_USEDEP}]"
52 -BDEPEND="
53 - test? ( dev-python/hypothesis[${PYTHON_USEDEP}] )"
54 -
55 -distutils_enable_tests setup.py
56 -
57 -python_compile() {
58 - local MAKEOPTS=-j1
59 - distutils-r1_python_compile
60 -}
61
62 diff --git a/dev-python/zstandard/zstandard-0.14.1.ebuild b/dev-python/zstandard/zstandard-0.14.1.ebuild
63 deleted file mode 100644
64 index d77c31203b6..00000000000
65 --- a/dev-python/zstandard/zstandard-0.14.1.ebuild
66 +++ /dev/null
67 @@ -1,27 +0,0 @@
68 -# Copyright 1999-2021 Gentoo Authors
69 -# Distributed under the terms of the GNU General Public License v2
70 -
71 -EAPI=7
72 -
73 -PYTHON_COMPAT=( python3_{7..9} )
74 -
75 -inherit distutils-r1
76 -
77 -DESCRIPTION="Zstandard Bindings for Python"
78 -HOMEPAGE="https://pypi.org/project/zstandard/ https://github.com/indygreg/python-zstandard"
79 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
80 -
81 -SLOT="0"
82 -LICENSE="BSD"
83 -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"
84 -
85 -RDEPEND=">=dev-python/cffi-1.14.0-r2:=[${PYTHON_USEDEP}]"
86 -BDEPEND="
87 - test? ( dev-python/hypothesis[${PYTHON_USEDEP}] )"
88 -
89 -distutils_enable_tests setup.py
90 -
91 -python_compile() {
92 - local MAKEOPTS=-j1
93 - distutils-r1_python_compile
94 -}
95
96 diff --git a/dev-python/zstandard/zstandard-0.15.0.ebuild b/dev-python/zstandard/zstandard-0.15.0.ebuild
97 deleted file mode 100644
98 index 8127da56e94..00000000000
99 --- a/dev-python/zstandard/zstandard-0.15.0.ebuild
100 +++ /dev/null
101 @@ -1,27 +0,0 @@
102 -# Copyright 1999-2021 Gentoo Authors
103 -# Distributed under the terms of the GNU General Public License v2
104 -
105 -EAPI=7
106 -
107 -PYTHON_COMPAT=( python3_{7..9} )
108 -
109 -inherit distutils-r1
110 -
111 -DESCRIPTION="Zstandard Bindings for Python"
112 -HOMEPAGE="https://pypi.org/project/zstandard/ https://github.com/indygreg/python-zstandard"
113 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
114 -
115 -SLOT="0"
116 -LICENSE="BSD"
117 -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"
118 -
119 -RDEPEND=">=dev-python/cffi-1.14.0-r2:=[${PYTHON_USEDEP}]"
120 -BDEPEND="
121 - test? ( dev-python/hypothesis[${PYTHON_USEDEP}] )"
122 -
123 -distutils_enable_tests setup.py
124 -
125 -python_compile() {
126 - local MAKEOPTS=-j1
127 - distutils-r1_python_compile
128 -}