commit: 20b72a9784f477db0d07fe65f1a665d177008697
Author: Viorel Munteanu <ceamac <AT> gentoo <DOT> org>
AuthorDate: Tue Jun 13 05:08:34 2023 +0000
Commit: Viorel Munteanu <ceamac <AT> gentoo <DOT> org>
CommitDate: Tue Jun 13 05:08:43 2023 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=20b72a97
dev-python/dropbox: drop 11.36.1
Signed-off-by: Viorel Munteanu <ceamac <AT> gentoo.org>
dev-python/dropbox/Manifest | 1 -
dev-python/dropbox/dropbox-11.36.1.ebuild | 43 -------------------------------
2 files changed, 44 deletions(-)
diff --git a/dev-python/dropbox/Manifest b/dev-python/dropbox/Manifest
index 5c42e049b..312d1388e 100644
--- a/dev-python/dropbox/Manifest
+++ b/dev-python/dropbox/Manifest
@@ -1,2 +1 @@
-DIST dropbox-sdk-python-11.36.1.gh.tar.gz 1166660 BLAKE2B
ed2586c27e020cae38dafdee7367ea38ad191a6275ab677adef13cf3b3c2eec1fab204d6845a7108b33a925a41459053eb5d33bd5a5c0be771613e9f89f775d7
SHA512
29db18efa9059744d6e18f3f15eaee9161df0e26af947fac3fdf3d7e906380f499c1ecc4b2c14a5207c879cd282b73dea44a1dc664f27be99fbe2cd309b86f09
DIST dropbox-sdk-python-11.36.2.gh.tar.gz 1166700 BLAKE2B
afd0592bd1e18416f91d1fd673f2b7b7f605eaab80c02a9d8535fefa7fb23c8bc6a08c191492e1ced5d4b2d17fa72e8e5b6a58ba797f170c0efb75e755a451c9
SHA512
ec27685b4e5344e706bffb68b110ef2d7b307a5865bed3e042d6835f3666d2eefca646627a07bae1a3142e5f0346865fe285b037b00f3da081eb5797f9a768f5
diff --git a/dev-python/dropbox/dropbox-11.36.1.ebuild
b/dev-python/dropbox/dropbox-11.36.1.ebuild
deleted file mode 100644
index cc7624868..000000000
--- a/dev-python/dropbox/dropbox-11.36.1.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 2021-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..11} )
-inherit distutils-r1
-
-GH_PN=dropbox-sdk-python
-
-DESCRIPTION="The offical Dropbox SDK for Python"
-HOMEPAGE="https://www.dropbox.com/developers"
-# pypi does not have tests, stick with gh
-SRC_URI="https://github.com/dropbox/${GH_PN}/archive/refs/tags/v${PV}.tar.gz
-> ${GH_PN}-${PV}.gh.tar.gz"
-S="${WORKDIR}"/${GH_PN}-${PV}
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-RDEPEND="
- >=dev-python/requests-2.16.2[${PYTHON_USEDEP}]
- >=dev-python/six-1.12.0[${PYTHON_USEDEP}]
- >=dev-python/stone-2.0.0[${PYTHON_USEDEP}]
-"
-
-# disable tests that need SCOPED_USER_DROPBOX_TOKEN
-# and tests that fail
-EPYTEST_DESELECT=(
- test/integration/test_dropbox.py
- test/unit/test_dropbox_unit.py::TestClient
- test/unit/test_dropbox_unit.py::TestOAuth::test_NoRedirect_whole_flow
-)
-
-distutils_enable_tests pytest
-
-python_prepare_all() {
- # this is wrong
- sed -i -e "s/^import mock$/from unittest import mock/"
test/unit/test_dropbox_unit.py || die
-
- distutils-r1_python_prepare_all
-}