commit:     6c43b1ea0595f53d05006975e4bb808b295a4ecc
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu Dec 17 23:18:50 2020 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu Dec 17 23:19:03 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6c43b1ea

dev-python/s3fs: Remove last-rited pkg

Closes: https://bugs.gentoo.org/755266
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-python/s3fs/Manifest              |  1 -
 dev-python/s3fs/metadata.xml          | 12 ------------
 dev-python/s3fs/s3fs-0.4.2.ebuild     | 37 -----------------------------------
 profiles/base/package.use.stable.mask |  4 ----
 profiles/package.mask                 | 14 -------------
 5 files changed, 68 deletions(-)

diff --git a/dev-python/s3fs/Manifest b/dev-python/s3fs/Manifest
deleted file mode 100644
index bd242f8580d..00000000000
--- a/dev-python/s3fs/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST s3fs-0.4.2.tar.gz 57527 BLAKE2B 
74836547c270e00daeed55321a4d685a638a30a27ab65ea34ceaf55e0c44f1fac66a0802e602c052a5abc8e4a7bca778df7167751a6cf7a177f6a382012741de
 SHA512 
7571a2d3ad998aab7dceb334bfcdb27035f21bfca04fd0828e75c1d860c2662f0a1c8c49317dabdbf2d7c21371c5dd6983a5aea760d2f71bff5ab0dfa9c9a14a

diff --git a/dev-python/s3fs/metadata.xml b/dev-python/s3fs/metadata.xml
deleted file mode 100644
index 27781cb1343..00000000000
--- a/dev-python/s3fs/metadata.xml
+++ /dev/null
@@ -1,12 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd";>
-<pkgmetadata>
-  <maintainer type="project">
-    <email>pyt...@gentoo.org</email>
-    <name>Gentoo Python Project</name>
-  </maintainer>
-  <upstream>
-    <remote-id type="pypi">s3fs</remote-id>
-    <remote-id type="github">dask/s3fs</remote-id>
-  </upstream>
-</pkgmetadata>

diff --git a/dev-python/s3fs/s3fs-0.4.2.ebuild 
b/dev-python/s3fs/s3fs-0.4.2.ebuild
deleted file mode 100644
index 091fbd457e5..00000000000
--- a/dev-python/s3fs/s3fs-0.4.2.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-PYTHON_COMPAT=( python3_{6..9} )
-
-inherit distutils-r1
-
-DESCRIPTION="Pythonic file interface to S3"
-HOMEPAGE="https://s3fs.readthedocs.io/en/latest/";
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 x86 ~amd64-linux ~x86-linux"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-RDEPEND="
-       dev-python/botocore[${PYTHON_USEDEP}]
-       dev-python/fsspec[${PYTHON_USEDEP}]"
-
-BDEPEND="
-       dev-python/versioneer[${PYTHON_USEDEP}]
-       test? (
-               dev-python/moto[${PYTHON_USEDEP}]
-       )"
-
-distutils_enable_tests pytest
-
-src_prepare() {
-       # requires internet access
-       sed -e 's:test_anonymous_access:_&:' \
-               -i s3fs/tests/test_s3fs.py || die
-
-       distutils-r1_src_prepare
-}

diff --git a/profiles/base/package.use.stable.mask 
b/profiles/base/package.use.stable.mask
index 02362a94077..7c81e4c940c 100644
--- a/profiles/base/package.use.stable.mask
+++ b/profiles/base/package.use.stable.mask
@@ -111,10 +111,6 @@ kde-plasma/powerdevil brightness-control
 # Needs dev-ruby/asciidoctor which has a lot of unstable deps
 net-analyzer/wireshark doc
 
-# Andreas Sturmlechner <ast...@gentoo.org> (2018-05-21)
-# Depends on lots of unstable dependencies
-dev-python/s3fs test
-
 # Matthias Maier <tam...@gentoo.org> (2018-03-18)
 # dev-libs/capstone hasn't been stabilized yet
 app-emulation/qemu capstone

diff --git a/profiles/package.mask b/profiles/package.mask
index a9c218cd25e..bbd3875e636 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -286,20 +286,6 @@ sys-apps/hwdata-gentoo
 sys-apps/hwsetup
 sys-libs/libkudzu
 
-# Michał Górny <mgo...@gentoo.org> (2020-11-18)
-# Upstream has switched to aiobotocore.  It's a huge hack that requires
-# a very specific botocore version, currently 3 months old.  Given that
-# boto* makes releases daily and various revdeps require newer boto3 /
-# botocore versions, this makes aiobotocore unmaintainable.
-# As a result, we'd be stuck with the old version forever.
-#
-# See also:
-# https://github.com/aio-libs/aiobotocore/issues/829
-# https://github.com/dask/s3fs/issues/357
-#
-# Removal in 30 days.  Bug #755266.
-dev-python/s3fs
-
 # Jonas Stein <jst...@gentoo.org> (2020-11-12)
 # Adobe will stop distributing Flash Player after 2020-12-31.
 # Masked for removal after 2020-12-31

Reply via email to