From 5bb9ff1ee56d2b5e75e01a7f066d8b0cec84ec02 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sat, 20 Mar 2021 14:27:17 +0000 Subject: gentoo resync : 20.03.2021 --- dev-python/pylast/Manifest | 2 ++ dev-python/pylast/pylast-4.2.0.ebuild | 28 ++++++++++++++++++++++++++++ 2 files changed, 30 insertions(+) create mode 100644 dev-python/pylast/pylast-4.2.0.ebuild (limited to 'dev-python/pylast') diff --git a/dev-python/pylast/Manifest b/dev-python/pylast/Manifest index b7a495553150..712af26cd00a 100644 --- a/dev-python/pylast/Manifest +++ b/dev-python/pylast/Manifest @@ -1,3 +1,5 @@ DIST pylast-4.1.0.tar.gz 39592 BLAKE2B ff1f9f025701ebf741e53d96c2ba0c34d7a165d1c248973874484ed0c2e5e24693631f31de516fb4a58ea14014cb38c60fe04b9d116128a6a259346f16085dc2 SHA512 90be1cafb9252c2c19db9b179350269dc8eec82545487394d671d411e4fc2ca10fcd85259874f72c39674474c75274446cd8c64cd5f2274ef98ebf5ba7fbb351 +DIST pylast-4.2.0.tar.gz 39761 BLAKE2B 35ab18928b2761255a25e2b8549fe852f28f04057c9fb1075fa223333d079c07340ea17d425695d17c0ec99d67e6e31ed93f6fe60df1121ae7c298cca99b1b03 SHA512 9c8c0eea0d3f54514ba06ad7da0868844f8dc53715717decb3b56772093e637673deb22ee4277e508d7e659b48c79733514c67c9af0283e8aa0032caeae3d44f EBUILD pylast-4.1.0.ebuild 800 BLAKE2B 9c615769c20c12fbe4113f99a4365c3add0ca22e040267d216085583b6e0db753738058ae5f1f7d6cb156ba402e29a0288e009f3b051348c6f2286ed25bb3024 SHA512 2913ca565d9a38a8ae0c37aeb7718e9f163804076882f946160502f11756b32a6067c334fe7eefb25f4da0407549150673823f75a5562b893e8b32fc5a5fb8ad +EBUILD pylast-4.2.0.ebuild 716 BLAKE2B 405c7f80d9bee24f870d472ccf2d986bde96aee83648ef10a6188350810902eefb943d88eb7ec7c67d120287230dd35732d227ed4b841d166f720162029e9eb6 SHA512 424f36660fbef8e6f9b41243af25585bfa1d81f3788d153caca01e07a497a4106797711a4ac2b10f12400ef8fe792a477db106f1068b7be3ead46616877e2f23 MISC metadata.xml 906 BLAKE2B 6bfe370296de02da86dbc7d9b193ba499a3667cd3720014bdea0c37e51b0c945564e9bf5f2b6ef65008dbc58ff7b7799e5464b292ca1d3588898849123fe8ff8 SHA512 15294c8d03e6f8a9571f2610bd8ed831e0c274a124e4533f7375b0a753e95d2277503ab38541c1dedc1e810fd87a2bc154424e39b52135b07f06f788165f8619 diff --git a/dev-python/pylast/pylast-4.2.0.ebuild b/dev-python/pylast/pylast-4.2.0.ebuild new file mode 100644 index 000000000000..7e90d0011881 --- /dev/null +++ b/dev-python/pylast/pylast-4.2.0.ebuild @@ -0,0 +1,28 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +PYTHON_COMPAT=( python3_{7..9} pypy3 ) + +inherit distutils-r1 + +DESCRIPTION="Python interface to last.fm and other api-compatible websites" +HOMEPAGE="https://github.com/pylast/pylast" +SRC_URI="https://github.com/${PN}/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="Apache-2.0" +SLOT="0" +KEYWORDS="~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86" + +RDEPEND="dev-python/six[${PYTHON_USEDEP}]" +BDEPEND=" + dev-python/setuptools_scm[${PYTHON_USEDEP}] + test? ( dev-python/flaky[${PYTHON_USEDEP}] ) +" + +distutils_enable_tests --install pytest + +src_configure() { + export SETUPTOOLS_SCM_PRETEND_VERSION=${PV} +} -- cgit v1.2.3