dev-python/pylast: drop 4.2.1

Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2023-11-01 23:28:39 +01:00 committed by Andreas Billmeier
parent a9bf77f366
commit ca6bf1acf5
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
3 changed files with 2 additions and 27 deletions

View File

@ -612,12 +612,12 @@ A daily compile test is run at Github with Python 3.9 to catch general faults. E
## Licenses
This repository itself is released under GPL-3 (like most Gentoo repositories), all work on the depending components under the licenses they came from. Perhaps you came here because I filed an issue at your component about a bad or missing license. It is easy to [assign a license](https://docs.github.com/en/communities/setting-up-your-project-for-healthy-contributions/adding-a-license-to-a-repository). During cleanups and license investigations I have been asked often which license to choose. I am not a lawyer, but I can offer the following table, counted over this repository, perhaps this helps your decision. If a package has more than one license listed, all of them are counted.
There are 1917 Ebuilds in total, 1906 of them have in total 1925 (40 different) licenses assigned.
There are 1916 Ebuilds in total, 1905 of them have in total 1924 (40 different) licenses assigned.
|License| Ebuilds using it|
|-------|-----|
|MIT|1102|
|Apache-2.0|419|
|Apache-2.0|418|
|GPL-3|123|
|BSD|105|
|GPL-2|27|

View File

@ -1,5 +1,3 @@
DIST pylast-4.2.1.tar.gz 44324 BLAKE2B 8fef404e02678c3fa5b0e1b3b690c20eb563667efeeb1c9c6048e1fdbcea5000acd9fd6e2788feb0277b94accc5433f57ff7d6cfcdd6c657bea4adc23a700081 SHA512 2f940731d29ca7dd42046f8623b4d4b0a339a8c6b66b03aec42c8462dc4d71f38d129e938454a4751992342f9d37c030cc5e1c69e06744a9f7bbd7b408e1a7a3
DIST pylast-5.1.0.tar.gz 40517 BLAKE2B 1f6f706cee2560412426fa4743f9eb0a0a2c018488503b5d5391100ac6c846c950a0619c10db672c1d58745d7ad9435f57ae081a595fcccd2b786323d46a799f SHA512 8154dec329c738251f3162ac32d561bbad36bcfe974fa32021afa43bcb99a816f19fc00ed7196d8062f438442973fd11936b26dccc1c27b67cbf6dfb3913c999
EBUILD pylast-4.2.1.ebuild 581 BLAKE2B 1f21535ec6d5f7acf8fb6d0fb7774fb9d5ca2c1b301c25911c32e671d4b504f5723ac3fa1fb556d2636ed6c6db03a56db4fb73fc435f3a86982e9ec314a4d471 SHA512 52728919a401d0ff3dfff6982a34c2a9ec836ab9f87e6844e8209e97721f7deff172a18001812ac354d0952c9401513d53c8cde5cdbb031edebfc243fc6ace01
EBUILD pylast-5.1.0.ebuild 608 BLAKE2B 590f297dbabeff75be2380ca2d1bfedd35e177798d0e15de1e9df6b4b75279aac05b48b6114fe6db7dfc95bd283eeb12a0b39c598c3dce6ad3b0f6f92e944962 SHA512 9b1e2b492f889c7692858f2ca5fe484618c80b1836c028b09fcbdfce5cd6d4167a1967e56a1620707097254aafa96004a00169596f57af3ea7ede0556c6cdb16
MISC metadata.xml 578 BLAKE2B 0d18007e2f50f72a9b44a0bde93835b86eb3671620a24d13219c13ebbe3082564f01b396081e03ebecb4cd51478fabf505a23afad9ecfd4d424d74a9bbfa3ee9 SHA512 2002522b81fe631f7b7695b7f9cf73f44cba29f508f83427357da3c2ab6afbed0ff2ae54ad3782ba415f895969d99c9cf1be95b373ac9ed6a447af916ce06ac3

View File

@ -1,23 +0,0 @@
# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( python3_{10..12} )
DISTUTILS_USE_PEP517=setuptools
inherit distutils-r1 pypi
DESCRIPTION="Python interface to last.fm and other api-compatible websites"
HOMEPAGE="https://github.com/pylast/pylast"
LICENSE="Apache-2.0"
SLOT="0"
KEYWORDS="amd64 arm arm64 x86"
RDEPEND="dev-python/six[${PYTHON_USEDEP}]"
BDEPEND="
dev-python/setuptools-scm[${PYTHON_USEDEP}]
test? ( dev-python/flaky[${PYTHON_USEDEP}] )
"
export SETUPTOOLS_SCM_PRETEND_VERSION=${PV}