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/pylast/
Date: Mon, 31 Jan 2022 23:47:09
Message-Id: 1643672815.6619a5931c211b011d2358fd36b0e9700cef28fc.mgorny@gentoo
1 commit: 6619a5931c211b011d2358fd36b0e9700cef28fc
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jan 31 22:41:04 2022 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Mon Jan 31 23:46:55 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6619a593
7
8 dev-python/pylast: Bump to 4.5.0
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/pylast/Manifest | 1 +
13 dev-python/pylast/pylast-4.5.0.ebuild | 26 ++++++++++++++++++++++++++
14 2 files changed, 27 insertions(+)
15
16 diff --git a/dev-python/pylast/Manifest b/dev-python/pylast/Manifest
17 index 54435402bb07..9490bb09a2d2 100644
18 --- a/dev-python/pylast/Manifest
19 +++ b/dev-python/pylast/Manifest
20 @@ -1 +1,2 @@
21 DIST pylast-4.4.0.tar.gz 39793 BLAKE2B 13a2bd4652b0dee142442f8bc6bf922f544b093be207efe8661f5355e37ff59a5c0d9c844193d2d3e4f22ccafc10993b8cced6872d4f0fece42c37524bee8beb SHA512 341b3f8a6691699b9581769d1f06908df8ec694a22d8918e4ed37af1f47287577c5fc156f3807c744aa9774d69e23570036f06a8e9921f3c7c7d21b53b8eb041
22 +DIST pylast-4.5.0.tar.gz 40175 BLAKE2B 394a6329d0c7f03ae70cf7ee5e19e310d4fc4b70f86a6e8ed66ad93674465433ff7ab06cfbfa82fd33302a6d85b9fe582402c2166746e7853d1bada9de5f2449 SHA512 c885f0ea415c2a6b96454abdbcef0b61732a5253ddff45a03d85a2b7d733f6bff47d1806576e4acc6d07763e404985e5c35341e37b88d586d1cbec811d984551
23
24 diff --git a/dev-python/pylast/pylast-4.5.0.ebuild b/dev-python/pylast/pylast-4.5.0.ebuild
25 new file mode 100644
26 index 000000000000..803e6fc359f0
27 --- /dev/null
28 +++ b/dev-python/pylast/pylast-4.5.0.ebuild
29 @@ -0,0 +1,26 @@
30 +# Copyright 1999-2022 Gentoo Authors
31 +# Distributed under the terms of the GNU General Public License v2
32 +
33 +EAPI=8
34 +
35 +DISTUTILS_USE_PEP517=setuptools
36 +PYTHON_COMPAT=( python3_{8..10} pypy3 )
37 +
38 +inherit distutils-r1
39 +
40 +DESCRIPTION="Python interface to last.fm and other api-compatible websites"
41 +HOMEPAGE="https://github.com/pylast/pylast"
42 +SRC_URI="https://github.com/${PN}/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
43 +
44 +LICENSE="Apache-2.0"
45 +SLOT="0"
46 +KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~sparc ~x86"
47 +
48 +BDEPEND="
49 + dev-python/setuptools_scm[${PYTHON_USEDEP}]
50 + test? ( dev-python/flaky[${PYTHON_USEDEP}] )
51 +"
52 +
53 +distutils_enable_tests pytest
54 +
55 +export SETUPTOOLS_SCM_PRETEND_VERSION=${PV}