Skip to content

Commit 2347b1e

Browse files
committed
dev-python/guppy3: add 3.1.4_p1
Closes: https://git.edevau.net/onkelbeh/HomeAssistantRepository/issues/3221 Signed-off-by: Andreas Billmeier <[email protected]>
1 parent 89d8b0d commit 2347b1e

File tree

3 files changed

+29
-3
lines changed

3 files changed

+29
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -617,12 +617,12 @@ A daily compile test is run at Github with Python 3.9 to catch general faults. E
617617

618618
## Licenses
619619
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.
620-
There are 1775 Ebuilds in total, 1764 of them have in total 1784 (42 different) licenses assigned.
620+
There are 1774 Ebuilds in total, 1763 of them have in total 1783 (42 different) licenses assigned.
621621

622622
|License| Ebuilds using it|
623623
|-------|-----|
624-
|MIT|1007|
625-
|Apache-2.0|400|
624+
|MIT|1008|
625+
|Apache-2.0|398|
626626
|GPL-3|106|
627627
|BSD|102|
628628
|LGPL-3|25|

dev-python/guppy3/Manifest

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
11
DIST guppy3-3.1.4.tar.gz 344051 BLAKE2B 1578ad1d467e3492e6d6ce4142b18670e7e4357c4ca24237b41b478069504a48ff36c9c14af67c8164396a7b2797c0d14d9884de9e251f00fc89e3f2b14e572b SHA512 6f551989ab296d974cf372c8ccfdc7768e17eed35d25e4b14e95a66c35d2ecb6813bad1158ad0b005c730216d33b87d71833cfa9048d9f349851444f39782b9c
2+
DIST guppy3-3.1.4_p1.gh.tar.gz 511040 BLAKE2B 92401247bffd91185e7d51dde0685545c33db2c7cac8345eed806f843f7fb7f6d6df8f8bd107f6bd9ce912809f66431ff63aa380f9f9f96c77587250cb78cdec SHA512 9fbae7e41a08d45878323969ac0a4d9ef1d1cae0f8a2945261f53a7aa519d3dc0a0818f1212bcb548ed4f3ca9ada1b370716140fa91e0ba10216b7b0cb0577c1
23
EBUILD guppy3-3.1.4.ebuild 590 BLAKE2B 0a1342707af0af4fff8da050f43ecc0fd2de57872e6734a64ef6bd4312bfa824c7228c8844d015fc9402fc44c0a0c31875c7fc7c0caacbaaa7bfa6fe35610fa4 SHA512 1fa73fae7b24f9fa050ab448f0f49a82977613abe85899845d5f2314fd3a021643c615c7f2fd4c407ddc03d3c5d318a2eeaa92cffc129868c3cd5b745c3ceeca
4+
EBUILD guppy3-3.1.4_p1.ebuild 697 BLAKE2B b6ceeca0fddfe4e6c4c76e3f7b82b1e594743c99a33f0f1d1fe1437f11e6a8243a85e2a57874a1feeeb9aa8ee9f3813ea31a94d70c8dadf7cc146b5c679f34d4 SHA512 508e443deac4ee2f46a5006caa50ec6ddda18cb53179fc8bf79809b43d1ce5068976ef364319b8b8500b2212c4b4f7dd5994f27fb1c797b5a0dcaec70fbc230f
35
MISC metadata.xml 511 BLAKE2B 730a7545e9f036119531f65f286a25ee64809296bd725c0dfbf601af3e5fd12c2f9843601fadc9251fecdc376c8038b6fbbd7b6f0314eedfa78167965d5e9bac SHA512 9918204c9216c0aa4e588cf69f97b4e4b563ea3ad2987a4854062e24c69f104527a80680b969fd134493ee7af23a43a40a7ffff7f06b63cef4d7413ffad1af77
Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
# Copyright 1999-2024 Gentoo Authors
2+
# Distributed under the terms of the GNU General Public License v2
3+
4+
EAPI=8
5+
6+
PYTHON_COMPAT=( python3_{11..12} )
7+
DISTUTILS_USE_PEP517=setuptools
8+
inherit distutils-r1
9+
10+
DESCRIPTION="Guppy 3 -- Guppy-PE ported to Python 3"
11+
HOMEPAGE="https://github.com/zhuyifei1999/guppy3/ https://pypi.org/project/guppy3/"
12+
SRC_URI="https://github.com/zhuyifei1999/${PN}/archive/refs/tags/v${PV/_p/.post}.tar.gz -> ${P}.gh.tar.gz"
13+
# https://github.com/zhuyifei1999/guppy3/archive/refs/tags/v3.1.4.post1.tar.gz
14+
S="${WORKDIR}"/${P/_p/.post}
15+
16+
LICENSE="MIT"
17+
SLOT="0"
18+
KEYWORDS="amd64 arm arm64 x86"
19+
IUSE="test"
20+
RESTRICT="!test? ( test )"
21+
22+
DOCS="README.md"
23+
24+
distutils_enable_tests pytest

0 commit comments

Comments
 (0)