diff options
Diffstat (limited to 'dev-python/pylast')
-rw-r--r-- | dev-python/pylast/Manifest | 4 | ||||
-rw-r--r-- | dev-python/pylast/pylast-4.2.0.ebuild | 28 | ||||
-rw-r--r-- | dev-python/pylast/pylast-4.2.1.ebuild | 2 |
3 files changed, 2 insertions, 32 deletions
diff --git a/dev-python/pylast/Manifest b/dev-python/pylast/Manifest index af2a321d8102..eda3de380400 100644 --- a/dev-python/pylast/Manifest +++ b/dev-python/pylast/Manifest @@ -1,5 +1,3 @@ -DIST pylast-4.2.0.tar.gz 39761 BLAKE2B 35ab18928b2761255a25e2b8549fe852f28f04057c9fb1075fa223333d079c07340ea17d425695d17c0ec99d67e6e31ed93f6fe60df1121ae7c298cca99b1b03 SHA512 9c8c0eea0d3f54514ba06ad7da0868844f8dc53715717decb3b56772093e637673deb22ee4277e508d7e659b48c79733514c67c9af0283e8aa0032caeae3d44f DIST pylast-4.2.1.tar.gz 39787 BLAKE2B 1f2f06671ce38bd42f7297279a58f674c3af8f66de4fe804d90e3fc178c73f09a24f65bbc4fd534da0c04f593dc5eb31f03da38a4ca969ea31a04978a603b7b4 SHA512 c1418ff1e6b6ab905d790cc83eb1a4b3172c0c28d523c2bbd641523a2e2601a84aff126dafd047f0fb9b82744bca883648e197b273026611f47671d39afd4fc6 -EBUILD pylast-4.2.0.ebuild 711 BLAKE2B 835b3737bac47d829edc7d4582da4ce529e27270ab85611c530c90e149dcc872846dd23e2dd680c30d10afdb69eeba460bb53c9b435ef8993c2dfa0bb52d533a SHA512 1cc178693cf73d8ec07b9ec4100c2362e284f0376049ff8c8a0f9682410a3998a6e66b28717db4d3f107d18e821c54da3c1858b54ce3666f754aede9e4a7e113 -EBUILD pylast-4.2.1.ebuild 696 BLAKE2B 834c103714e715de0cd91214dba85baa5a7ae7889663827ed4e7d5d5190cb7ca840bf78b5c063d78f4eb81e41991e57c463c9f2710f6c23100c625611fcaf36a SHA512 7bbf4304265a6a5e8e3f794765412e614a96d3f30c6cd8b855cb5dce7da7d67b62be708df1f07aa0f1abd0d649f7160b421f566b31d95fa04ebeade234c15af2 +EBUILD pylast-4.2.1.ebuild 690 BLAKE2B 5067cdd191cab67f2c4a98e48ab623b6fc31cfb01b0acab07aaef8aef55a3e4dd929fc61bcb461d7f9bd476eaa0b615d798e6ab6b94c67cf7459fa3272ba686e SHA512 88c600e041f468c19050c3e423c9c179979ec9f67e934b46bfd4d68e986220c185f5f4c426a72f996f6a106377a2e242b24f0fc7149424d7a726109488845f43 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 deleted file mode 100644 index 86245446032e..000000000000 --- a/dev-python/pylast/pylast-4.2.0.ebuild +++ /dev/null @@ -1,28 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -PYTHON_COMPAT=( python3_{7..10} 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} -} diff --git a/dev-python/pylast/pylast-4.2.1.ebuild b/dev-python/pylast/pylast-4.2.1.ebuild index 224d71ffca3f..fed80ca96744 100644 --- a/dev-python/pylast/pylast-4.2.1.ebuild +++ b/dev-python/pylast/pylast-4.2.1.ebuild @@ -13,7 +13,7 @@ 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" +KEYWORDS="amd64 arm ~hppa ~ia64 ppc ppc64 sparc x86" RDEPEND="dev-python/six[${PYTHON_USEDEP}]" BDEPEND=" |