Gentoo Archives: gentoo-commits

From: Andrew Ammerlaan <andrewammerlaan@××××××.net>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/guru:master commit in: dev-python/tekore/
Date: Fri, 14 Aug 2020 18:35:14
Message-Id: 1597428824.297e962b46220e7a36888e38c47dd90668dcbc48.andrewammerlaan@gentoo
1 commit: 297e962b46220e7a36888e38c47dd90668dcbc48
2 Author: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
3 AuthorDate: Fri Aug 14 18:13:44 2020 +0000
4 Commit: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
5 CommitDate: Fri Aug 14 18:13:44 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=297e962b
7
8 dev-python/tekore: drop old
9
10 Package-Manager: Portage-3.0.2, Repoman-2.3.23
11 Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> riseup.net>
12
13 dev-python/tekore/Manifest | 1 -
14 dev-python/tekore/tekore-1.7.0.ebuild | 35 -----------------------------------
15 2 files changed, 36 deletions(-)
16
17 diff --git a/dev-python/tekore/Manifest b/dev-python/tekore/Manifest
18 index 8d0a1f7..e158b1c 100644
19 --- a/dev-python/tekore/Manifest
20 +++ b/dev-python/tekore/Manifest
21 @@ -1,2 +1 @@
22 -DIST tekore-1.7.0.tar.gz 191852 BLAKE2B ca0be9e5b8f4e291de87d495098f295529c75457aca466627ab2d8973365a64b40f7a618883c0178ed6482ac4d62ef95d78341992404a4bbbec803fe939afcfb SHA512 a62b456621633e05edb39944e0cf36a0df092468c9e238f6028f8ea684613e37c32f5257d6fb681c758e01f451e2f3d0993f5fa9344463e9f12b5945add161b0
23 DIST tekore-2.1.3.tar.gz 202522 BLAKE2B 2328116cf0d25e2c55e9f68c38064293bfb3e0d5361d02a7ed9f79a723ede54afeee2a355949ea619c56f02b242497a58044704197b757530cf51273b6970cc4 SHA512 d0895cdeee442bda19aecccd0cc2bd4022284972c535dac42d1aaa3c1e2b6676e9d80515cee44c555e6180b2b81a007fa43e77cb44f81c90e06aad6c6410d981
24
25 diff --git a/dev-python/tekore/tekore-1.7.0.ebuild b/dev-python/tekore/tekore-1.7.0.ebuild
26 deleted file mode 100644
27 index 67deaf4..0000000
28 --- a/dev-python/tekore/tekore-1.7.0.ebuild
29 +++ /dev/null
30 @@ -1,35 +0,0 @@
31 -# Copyright 1999-2020 Gentoo Authors
32 -# Distributed under the terms of the GNU General Public License v2
33 -
34 -EAPI=7
35 -
36 -PYTHON_COMPAT=( python3_7 )
37 -
38 -inherit distutils-r1
39 -
40 -DESCRIPTION="Spotify Web API client"
41 -HOMEPAGE="https://tekore.readthedocs.io
42 - https://github.com/felix-hilden/tekore"
43 -SRC_URI="https://github.com/felix-hilden/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
44 -
45 -LICENSE="MIT"
46 -KEYWORDS="~amd64 ~x86"
47 -SLOT="0"
48 -
49 -RDEPEND="
50 - dev-python/requests[${PYTHON_USEDEP}]
51 - >=dev-python/httpx-0.11.1[${PYTHON_USEDEP}]
52 - <dev-python/httpx-0.13[${PYTHON_USEDEP}]
53 - media-sound/spotify
54 -"
55 -
56 -DOCS="readme.rst"
57 -
58 -distutils_enable_tests pytest
59 -# doc not working: 'PosixPath' object has no attribute 'rstrip'
60 -#distutils_enable_sphinx docs/src dev-python/sphinx_rtd_theme dev-python/sphinx-autodoc-typehints
61 -
62 -#need this, otherwise: no tests ran
63 -python_test() {
64 - pytest -vv tests/* || die "Tests fail with ${EPYTHON}"
65 -}