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/fsspec/
Date: Sun, 31 Oct 2021 20:26:44
Message-Id: 1635711954.f3253a16e9b74179408869c38ff307d2884c3be7.mgorny@gentoo
1 commit: f3253a16e9b74179408869c38ff307d2884c3be7
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sun Oct 31 20:25:54 2021 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sun Oct 31 20:25:54 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f3253a16
7
8 dev-python/fsspec: Remove old
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/fsspec/Manifest | 3 --
13 dev-python/fsspec/fsspec-2021.08.1.ebuild | 49 -------------------------------
14 dev-python/fsspec/fsspec-2021.09.0.ebuild | 48 ------------------------------
15 dev-python/fsspec/fsspec-2021.10.0.ebuild | 48 ------------------------------
16 4 files changed, 148 deletions(-)
17
18 diff --git a/dev-python/fsspec/Manifest b/dev-python/fsspec/Manifest
19 index f8e36709fde..0ce1586b11e 100644
20 --- a/dev-python/fsspec/Manifest
21 +++ b/dev-python/fsspec/Manifest
22 @@ -1,4 +1 @@
23 -DIST filesystem_spec-2021.08.1.tar.gz 303969 BLAKE2B bc67e980cb7d5def227feec16d984630703e817fb696fafd53db7c56634e8e101ac8a68ad6d3ea3b0cbed475f431b5847e3e0612cd1f5abc2bd753ef4f6004e0 SHA512 7757480ff8f113715bdf4be400af9b9c5a3f8b52abc8cc8ccc608f2fea0f3c77f074db1aa5e7ce5d0462ae86a702af8058f8a8935b99617e6803bc7344801b8e
24 -DIST filesystem_spec-2021.09.0.tar.gz 311338 BLAKE2B e448c0e8a0f24f2374bf6b701bb72b10c91b0058b81947fb538ad96412170e6b71ae5e49fb0f679f0a7031f1206f706bbf4f90ecc118d89da621c5cb4f8f4875 SHA512 65ee4f7f7d1dd235dcb6dc6933bb2eb62c91cb50d08703becb0b84640c40efed09cf326478c84316f4edb3cd08650ff1d93e222083463c868e8ca2b8a9fb5f91
25 -DIST filesystem_spec-2021.10.0.tar.gz 313863 BLAKE2B eaffcbf4b7ef1821406664062961f36e8490ffc36e6b64dbd3be820785c41742f741a8f0e76db5ee0a75e2dfc609000a572ebf5c02dc9118b2a45413a498de32 SHA512 2b478a88c0aa84fb55f8946923f79900350e36395bc6110181966404e6fb6d5fbdb3b6ea19e2e7077c8167f65266a68ac962af25dfb1cfe573f5e74c34329fe8
26 DIST filesystem_spec-2021.10.1.tar.gz 315068 BLAKE2B c9be13ba8a2821274335fb924e91904640f4505a7e639211c7b6701f63f7dcddae018c15933b291d4f4d9f2ea451136e09ede637d615985889b565a12ac93665 SHA512 2f89a24b5491e15d3b3d9a2e6307c6d4a0db61848ad5e9324f4e234d4204e3a1f78b00a50b26f6fe90d657df6700aa23cb76f5df996b29dd880b7c8677d21382
27
28 diff --git a/dev-python/fsspec/fsspec-2021.08.1.ebuild b/dev-python/fsspec/fsspec-2021.08.1.ebuild
29 deleted file mode 100644
30 index ff439a478c9..00000000000
31 --- a/dev-python/fsspec/fsspec-2021.08.1.ebuild
32 +++ /dev/null
33 @@ -1,49 +0,0 @@
34 -# Copyright 2020-2021 Gentoo Authors
35 -# Distributed under the terms of the GNU General Public License v2
36 -
37 -EAPI=8
38 -
39 -PYTHON_COMPAT=( python3_{8..10} )
40 -inherit distutils-r1
41 -
42 -MY_P=filesystem_spec-${PV}
43 -
44 -DESCRIPTION="A specification that python filesystems should adhere to"
45 -HOMEPAGE="https://github.com/intake/filesystem_spec/
46 - https://pypi.org/project/fsspec/"
47 -SRC_URI="
48 - https://github.com/intake/filesystem_spec/archive/${PV}.tar.gz
49 - -> ${MY_P}.tar.gz"
50 -S=${WORKDIR}/${MY_P}
51 -
52 -LICENSE="BSD"
53 -SLOT="0"
54 -KEYWORDS="amd64 ~arm ~arm64 x86"
55 -
56 -BDEPEND="
57 - dev-python/versioneer[${PYTHON_USEDEP}]
58 - test? (
59 - dev-python/aiohttp[${PYTHON_USEDEP}]
60 - dev-python/numpy[${PYTHON_USEDEP}]
61 - dev-python/requests[${PYTHON_USEDEP}]
62 - dev-vcs/git
63 - )"
64 -
65 -distutils_enable_tests pytest
66 -
67 -src_test() {
68 - git config --global user.email "you@×××××××.com" || die
69 - git config --global user.name "Your Name" || die
70 - distutils-r1_src_test
71 -}
72 -
73 -EPYTEST_DESELECT=(
74 - fsspec/tests/test_spec.py::test_find
75 -)
76 -
77 -EPYTEST_IGNORE=(
78 - # sftp and smb require server started via docker
79 - fsspec/implementations/tests/test_dbfs.py
80 - fsspec/implementations/tests/test_sftp.py
81 - fsspec/implementations/tests/test_smb.py
82 -)
83
84 diff --git a/dev-python/fsspec/fsspec-2021.09.0.ebuild b/dev-python/fsspec/fsspec-2021.09.0.ebuild
85 deleted file mode 100644
86 index 2f83ce07260..00000000000
87 --- a/dev-python/fsspec/fsspec-2021.09.0.ebuild
88 +++ /dev/null
89 @@ -1,48 +0,0 @@
90 -# Copyright 2020-2021 Gentoo Authors
91 -# Distributed under the terms of the GNU General Public License v2
92 -
93 -EAPI=8
94 -
95 -PYTHON_COMPAT=( python3_{8..10} )
96 -inherit distutils-r1
97 -
98 -MY_P=filesystem_spec-${PV}
99 -DESCRIPTION="A specification that python filesystems should adhere to"
100 -HOMEPAGE="https://github.com/intake/filesystem_spec/
101 - https://pypi.org/project/fsspec/"
102 -SRC_URI="
103 - https://github.com/intake/filesystem_spec/archive/${PV}.tar.gz
104 - -> ${MY_P}.tar.gz"
105 -S=${WORKDIR}/${MY_P}
106 -
107 -LICENSE="BSD"
108 -SLOT="0"
109 -KEYWORDS="~amd64 ~arm ~arm64 ~x86"
110 -
111 -BDEPEND="
112 - dev-python/versioneer[${PYTHON_USEDEP}]
113 - test? (
114 - dev-python/aiohttp[${PYTHON_USEDEP}]
115 - dev-python/numpy[${PYTHON_USEDEP}]
116 - dev-python/requests[${PYTHON_USEDEP}]
117 - dev-vcs/git
118 - )"
119 -
120 -distutils_enable_tests pytest
121 -
122 -src_test() {
123 - git config --global user.email "you@×××××××.com" || die
124 - git config --global user.name "Your Name" || die
125 - distutils-r1_src_test
126 -}
127 -
128 -EPYTEST_DESELECT=(
129 - fsspec/tests/test_spec.py::test_find
130 -)
131 -
132 -EPYTEST_IGNORE=(
133 - # sftp and smb require server started via docker
134 - fsspec/implementations/tests/test_dbfs.py
135 - fsspec/implementations/tests/test_sftp.py
136 - fsspec/implementations/tests/test_smb.py
137 -)
138
139 diff --git a/dev-python/fsspec/fsspec-2021.10.0.ebuild b/dev-python/fsspec/fsspec-2021.10.0.ebuild
140 deleted file mode 100644
141 index 2f83ce07260..00000000000
142 --- a/dev-python/fsspec/fsspec-2021.10.0.ebuild
143 +++ /dev/null
144 @@ -1,48 +0,0 @@
145 -# Copyright 2020-2021 Gentoo Authors
146 -# Distributed under the terms of the GNU General Public License v2
147 -
148 -EAPI=8
149 -
150 -PYTHON_COMPAT=( python3_{8..10} )
151 -inherit distutils-r1
152 -
153 -MY_P=filesystem_spec-${PV}
154 -DESCRIPTION="A specification that python filesystems should adhere to"
155 -HOMEPAGE="https://github.com/intake/filesystem_spec/
156 - https://pypi.org/project/fsspec/"
157 -SRC_URI="
158 - https://github.com/intake/filesystem_spec/archive/${PV}.tar.gz
159 - -> ${MY_P}.tar.gz"
160 -S=${WORKDIR}/${MY_P}
161 -
162 -LICENSE="BSD"
163 -SLOT="0"
164 -KEYWORDS="~amd64 ~arm ~arm64 ~x86"
165 -
166 -BDEPEND="
167 - dev-python/versioneer[${PYTHON_USEDEP}]
168 - test? (
169 - dev-python/aiohttp[${PYTHON_USEDEP}]
170 - dev-python/numpy[${PYTHON_USEDEP}]
171 - dev-python/requests[${PYTHON_USEDEP}]
172 - dev-vcs/git
173 - )"
174 -
175 -distutils_enable_tests pytest
176 -
177 -src_test() {
178 - git config --global user.email "you@×××××××.com" || die
179 - git config --global user.name "Your Name" || die
180 - distutils-r1_src_test
181 -}
182 -
183 -EPYTEST_DESELECT=(
184 - fsspec/tests/test_spec.py::test_find
185 -)
186 -
187 -EPYTEST_IGNORE=(
188 - # sftp and smb require server started via docker
189 - fsspec/implementations/tests/test_dbfs.py
190 - fsspec/implementations/tests/test_sftp.py
191 - fsspec/implementations/tests/test_smb.py
192 -)