dev-python/guppy3: drop 3.1.2

Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2023-11-03 19:03:53 +01:00 committed by Andreas Billmeier
parent d794d3f7eb
commit 7f9c6c6f37
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
3 changed files with 2 additions and 34 deletions

View File

@ -612,11 +612,11 @@ 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 1673 Ebuilds in total, 1662 of them have in total 1676 (40 different) licenses assigned.
There are 1672 Ebuilds in total, 1661 of them have in total 1675 (40 different) licenses assigned.
|License| Ebuilds using it|
|-------|-----|
|MIT|960|
|MIT|959|
|Apache-2.0|362|
|GPL-3|96|
|BSD|95|

View File

@ -1,7 +1,5 @@
DIST guppy3-3.1.2.tar.gz 335083 BLAKE2B 3fdd26c389111d9ded9664a714bc6179cb6e0528c15efa9a67ad73c1d16bf18638d00e3adc3e1d6658f2aefe3cd90ef50adf7a365bdf799fad483fbfbc683c3b SHA512 f449311b08353870de25bf1856ea69aa7d4f31d175b3c90e6f6fa88f99f2a35d94ac3b7464af2e8c6b9ee3e66535cc9d4316b2069ee707b9bea2cf9c3e896c99
DIST guppy3-3.1.3.tar.gz 343281 BLAKE2B cbc17a26dff0c9f217843575054aed4925461e3525f1f3785aa535fc125d7455b155dc69755edce9b7b6b43e04b18b685051644dee12935a8af8bba384da0e0d SHA512 f35219ecea5fa20edf3f064109b16ea3b022fea666415751000329fb35726759a697b79efe6a93c29d1a422a57c6dbb881bb313e267a569b621fef6cb0971c68
DIST guppy3-3.1.4.tar.gz 344051 BLAKE2B 1578ad1d467e3492e6d6ce4142b18670e7e4357c4ca24237b41b478069504a48ff36c9c14af67c8164396a7b2797c0d14d9884de9e251f00fc89e3f2b14e572b SHA512 6f551989ab296d974cf372c8ccfdc7768e17eed35d25e4b14e95a66c35d2ecb6813bad1158ad0b005c730216d33b87d71833cfa9048d9f349851444f39782b9c
EBUILD guppy3-3.1.2.ebuild 590 BLAKE2B cdfffcca4cd17a1fb573db9b818c4a3efdd68f94a45deb705a0823c2d4cb648a4a801619e928643755b961105641764d817b0601d2ffffcc3123eaa61f603285 SHA512 e8560eff34101e2543227b75d357256ce6f1e80006b788536267e39c0d0a51b9544a360433f2b65f88b12204a7e548dff208f106ad688ddcee05b78a60cec2dc
EBUILD guppy3-3.1.3.ebuild 590 BLAKE2B cdfffcca4cd17a1fb573db9b818c4a3efdd68f94a45deb705a0823c2d4cb648a4a801619e928643755b961105641764d817b0601d2ffffcc3123eaa61f603285 SHA512 e8560eff34101e2543227b75d357256ce6f1e80006b788536267e39c0d0a51b9544a360433f2b65f88b12204a7e548dff208f106ad688ddcee05b78a60cec2dc
EBUILD guppy3-3.1.4.ebuild 590 BLAKE2B cdfffcca4cd17a1fb573db9b818c4a3efdd68f94a45deb705a0823c2d4cb648a4a801619e928643755b961105641764d817b0601d2ffffcc3123eaa61f603285 SHA512 e8560eff34101e2543227b75d357256ce6f1e80006b788536267e39c0d0a51b9544a360433f2b65f88b12204a7e548dff208f106ad688ddcee05b78a60cec2dc
MISC metadata.xml 511 BLAKE2B 730a7545e9f036119531f65f286a25ee64809296bd725c0dfbf601af3e5fd12c2f9843601fadc9251fecdc376c8038b6fbbd7b6f0314eedfa78167965d5e9bac SHA512 9918204c9216c0aa4e588cf69f97b4e4b563ea3ad2987a4854062e24c69f104527a80680b969fd134493ee7af23a43a40a7ffff7f06b63cef4d7413ffad1af77

View File

@ -1,30 +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="Guppy 3 -- Guppy-PE ported to Python 3"
HOMEPAGE="https://github.com/zhuyifei1999/guppy3/ https://pypi.org/project/guppy3/"
LICENSE="MIT"
SLOT="0"
KEYWORDS="amd64 arm arm64 x86"
IUSE="test"
RESTRICT="!test? ( test )"
DOCS="README.md"
BDEPEND="
test? (
dev-python/pytest[${PYTHON_USEDEP}]
)"
python_test() {
py.test -v -v || die
}
distutils_enable_tests pytest