dev-python/guppy3: add 3.1.4_p1

Closes: #3221
Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2024-04-12 21:47:03 +02:00
parent 89d8b0d24b
commit 2347b1e544
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
3 changed files with 29 additions and 3 deletions

View File

@ -617,12 +617,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 1775 Ebuilds in total, 1764 of them have in total 1784 (42 different) licenses assigned.
There are 1774 Ebuilds in total, 1763 of them have in total 1783 (42 different) licenses assigned.
|License| Ebuilds using it|
|-------|-----|
|MIT|1007|
|Apache-2.0|400|
|MIT|1008|
|Apache-2.0|398|
|GPL-3|106|
|BSD|102|
|LGPL-3|25|

View File

@ -1,3 +1,5 @@
DIST guppy3-3.1.4.tar.gz 344051 BLAKE2B 1578ad1d467e3492e6d6ce4142b18670e7e4357c4ca24237b41b478069504a48ff36c9c14af67c8164396a7b2797c0d14d9884de9e251f00fc89e3f2b14e572b SHA512 6f551989ab296d974cf372c8ccfdc7768e17eed35d25e4b14e95a66c35d2ecb6813bad1158ad0b005c730216d33b87d71833cfa9048d9f349851444f39782b9c
DIST guppy3-3.1.4_p1.gh.tar.gz 511040 BLAKE2B 92401247bffd91185e7d51dde0685545c33db2c7cac8345eed806f843f7fb7f6d6df8f8bd107f6bd9ce912809f66431ff63aa380f9f9f96c77587250cb78cdec SHA512 9fbae7e41a08d45878323969ac0a4d9ef1d1cae0f8a2945261f53a7aa519d3dc0a0818f1212bcb548ed4f3ca9ada1b370716140fa91e0ba10216b7b0cb0577c1
EBUILD guppy3-3.1.4.ebuild 590 BLAKE2B 0a1342707af0af4fff8da050f43ecc0fd2de57872e6734a64ef6bd4312bfa824c7228c8844d015fc9402fc44c0a0c31875c7fc7c0caacbaaa7bfa6fe35610fa4 SHA512 1fa73fae7b24f9fa050ab448f0f49a82977613abe85899845d5f2314fd3a021643c615c7f2fd4c407ddc03d3c5d318a2eeaa92cffc129868c3cd5b745c3ceeca
EBUILD guppy3-3.1.4_p1.ebuild 697 BLAKE2B b6ceeca0fddfe4e6c4c76e3f7b82b1e594743c99a33f0f1d1fe1437f11e6a8243a85e2a57874a1feeeb9aa8ee9f3813ea31a94d70c8dadf7cc146b5c679f34d4 SHA512 508e443deac4ee2f46a5006caa50ec6ddda18cb53179fc8bf79809b43d1ce5068976ef364319b8b8500b2212c4b4f7dd5994f27fb1c797b5a0dcaec70fbc230f
MISC metadata.xml 511 BLAKE2B 730a7545e9f036119531f65f286a25ee64809296bd725c0dfbf601af3e5fd12c2f9843601fadc9251fecdc376c8038b6fbbd7b6f0314eedfa78167965d5e9bac SHA512 9918204c9216c0aa4e588cf69f97b4e4b563ea3ad2987a4854062e24c69f104527a80680b969fd134493ee7af23a43a40a7ffff7f06b63cef4d7413ffad1af77

View File

@ -0,0 +1,24 @@
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( python3_{11..12} )
DISTUTILS_USE_PEP517=setuptools
inherit distutils-r1
DESCRIPTION="Guppy 3 -- Guppy-PE ported to Python 3"
HOMEPAGE="https://github.com/zhuyifei1999/guppy3/ https://pypi.org/project/guppy3/"
SRC_URI="https://github.com/zhuyifei1999/${PN}/archive/refs/tags/v${PV/_p/.post}.tar.gz -> ${P}.gh.tar.gz"
# https://github.com/zhuyifei1999/guppy3/archive/refs/tags/v3.1.4.post1.tar.gz
S="${WORKDIR}"/${P/_p/.post}
LICENSE="MIT"
SLOT="0"
KEYWORDS="amd64 arm arm64 x86"
IUSE="test"
RESTRICT="!test? ( test )"
DOCS="README.md"
distutils_enable_tests pytest