From 9e8f96c1b33dc01bc5dfbed0cfb2702bb299f1e0 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Mon, 10 Jul 2023 04:26:23 +0100 Subject: gentoo auto-resync : 10:07:2023 - 04:26:23 --- dev-python/pylast/Manifest | 2 -- dev-python/pylast/pylast-5.1.0.ebuild | 37 ----------------------------------- 2 files changed, 39 deletions(-) delete mode 100644 dev-python/pylast/pylast-5.1.0.ebuild (limited to 'dev-python/pylast') diff --git a/dev-python/pylast/Manifest b/dev-python/pylast/Manifest index 5dd2108cea2e..6ae47445b415 100644 --- a/dev-python/pylast/Manifest +++ b/dev-python/pylast/Manifest @@ -1,5 +1,3 @@ -DIST pylast-5.1.0.gh.tar.gz 40178 BLAKE2B f290afa72d71cb2f88793aaa31aa059a603375e91b310c3ca9180ed5626c589f3d91ae1961db15e256b01bd019b8e59dd48be45ff96683707c05ee9170dfed84 SHA512 64c71f5365638f3bdb435ac2d7405bd1e7a3ebe95fee97469c64bee63ad9850d45781756ebd59942c70780830fbb0519874908d2894e227acadedb5120c3b9ab DIST pylast-5.2.0.tar.gz 41137 BLAKE2B a7742bd2a23e281ab1a12d0198c74f1b5d8302700cb58490a5b3bff693098c8c3bf548ed52ca7f8cefecbcc10972c57da9ca04fe1d791141aacbb84ead9592ed SHA512 1ae76ff4ec6f009388abfcf8525f1c19e47cbabaace1f5e8c518819d0856168d855b789e3c08a9699dd7ab88ebfc7c3ab81c2d74a0fa1fd210450741b99da8c6 -EBUILD pylast-5.1.0.ebuild 771 BLAKE2B 69ccf9aa7ebcdc57e167274ab552c53b2930f80e0783412bfb0b497fe0326f9ba93965c59a72f03e7a2500936122291d1d70497836795f2c0a20bb380bdb5875 SHA512 b95563f1bafcff740281ae2a7c498af8a1acfe0c2a28b7806ec253400ce0a001d6389f4875466c229163aaeb7c890723b4e08e834a4168cb2728cc688e9f57b6 EBUILD pylast-5.2.0.ebuild 644 BLAKE2B fa51dee453a792d391ccd8b036edc77928ff3438c4c24125ca61a7fe4ddb6c204e4cd8191e31211866e405b423f4e82c9a4fca60347ea35421b53a8bf2c7409b SHA512 f923464a19b681fe4ddbf06cee1f98343711b0216e459a3a8ab44cb8b6d97558039b206b644289562baa6f8a896322f7b83ae8833bf74c5e0b828bf5cc208cea MISC metadata.xml 907 BLAKE2B a4a6aee5b2e805d27d001b7c51dfb2a26b935c38380e85027059b02e75057fc02f9ad311fd21326f6f16e7528a15c0577aae31f695f8a74ac42d274c10e7ca17 SHA512 1d0b7327a4e9a24940cff7a27b64bf5a27d5e2a1391d31a99d3473fccd54e534722ba826a64bcfc5f0da7a505241e617d23aa1f7490218f1d39af4cd3aa29357 diff --git a/dev-python/pylast/pylast-5.1.0.ebuild b/dev-python/pylast/pylast-5.1.0.ebuild deleted file mode 100644 index 0ca52750d20d..000000000000 --- a/dev-python/pylast/pylast-5.1.0.ebuild +++ /dev/null @@ -1,37 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DISTUTILS_USE_PEP517=hatchling -PYTHON_COMPAT=( python3_{10..12} ) - -inherit distutils-r1 - -DESCRIPTION="Python interface to last.fm and other api-compatible websites" -HOMEPAGE=" - https://pypi.org/project/pylast/ - https://github.com/pylast/pylast/ -" -SRC_URI=" - https://github.com/pylast/pylast/archive/${PV}.tar.gz - -> ${P}.gh.tar.gz -" - -LICENSE="Apache-2.0" -SLOT="0" -KEYWORDS="amd64 arm ~arm64 ~hppa ~ia64 ppc ppc64 ~riscv sparc x86" - -RDEPEND=" - dev-python/httpx[${PYTHON_USEDEP}] -" -BDEPEND=" - dev-python/hatch-vcs[${PYTHON_USEDEP}] - test? ( - dev-python/flaky[${PYTHON_USEDEP}] - ) -" - -distutils_enable_tests pytest - -export SETUPTOOLS_SCM_PRETEND_VERSION=${PV} -- cgit v1.2.3