dev-python/pypck: add 0.7.24
Closes: #4036 Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
parent
c0a89f2714
commit
29ba6ccd04
@ -606,7 +606,7 @@ 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 2288 Ebuilds in total, 2274 of them have in total 2313 (43 different) licenses assigned.
|
||||
There are 2289 Ebuilds in total, 2275 of them have in total 2314 (43 different) licenses assigned.
|
||||
|
||||
|License| Ebuilds using it|
|
||||
|-------|-----|
|
||||
@ -633,13 +633,13 @@ There are 2288 Ebuilds in total, 2274 of them have in total 2313 (43 different)
|
||||
|LGPL-2.1|3|
|
||||
|EPL-1.0|3|
|
||||
|CC0-1.0|3|
|
||||
|EPL-2.0|3|
|
||||
|AGPL-3+|2|
|
||||
|LGPL-2+|2|
|
||||
|public-domain|2|
|
||||
|ElementTree|2|
|
||||
|BSD-4|2|
|
||||
|LGPL-2|2|
|
||||
|EPL-2.0|2|
|
||||
|BitstreamVera|1|
|
||||
|matplotlib|1|
|
||||
|OFL-1.1|1|
|
||||
|
@ -1,5 +1,7 @@
|
||||
DIST pypck-0.7.17.tar.gz 45892 BLAKE2B 13170735e19a511256b3c26e4051cbd5a7e06110acb1d2442314e46462501cf936348134f20d2d612eb79a43898c61c584fc6924f583c665ca5c99b6863e7122 SHA512 20548fcfceca14ddd94edc00e5f595f5155e029444480c4afbf217811e55df3a498e481017b6c8b72237dc675a05601cb019af650f486af84b6841d65bdc5da4
|
||||
DIST pypck-0.7.23.tar.gz 53848 BLAKE2B 619468b4f8487306b6c261a87d441ab484cda84bd9e5c156431d6adaecd6dda7cb2a9ad8c4a014ce52384d2f0f27cc126ae23d3827af965f5c5890556d1df3ae SHA512 cd5e48bcb5715d5cc5200cc6a22731b6d3361358c8587737807f95ebe8b91b2d4d21c86462a811a2f144ab48338223ca7155744f0629f72d8e038fabd7cc869f
|
||||
DIST pypck-0.7.24.tar.gz 54162 BLAKE2B 189bb5742c2490f38feb02e7c150449d433af36c592f3c966cd56b4e151ecf3658450f6cd1c44fad19b7d497b37136ce618df34c00e5935cc44cbabdaf0a2963 SHA512 4916322ec27101eb825ab9f389a7b0399be647c852da5b647df2380b09364114e1b2ac1be2ac0407a1d1779a10b873598fb8d4b6aa621cdd1f1d018fe607c64d
|
||||
EBUILD pypck-0.7.17.ebuild 566 BLAKE2B 7085475d055d018a1f76c628d07cb0044acddbb3e7cf41a4bd518c4b9a1bcd903190bf6956c5f6581728df510684b0dbc4b74a855a4622d672522df8bc47d48a SHA512 bd6593c35eaf9c94d30154361a25f1e889ceb65d2cf171963fed12050ca134a65007339d4957c2a5be2daf02ffaaf6ece57ab59a4324cd55d468af3e99e88303
|
||||
EBUILD pypck-0.7.23.ebuild 463 BLAKE2B 58116349d964e10eb85068c61b344d1088813455b79061601a3114b93ec6918c4361cae453db74ec5261885b53340b88f123a936fa30f23551f8a5b7a4904a91 SHA512 1105c605957f640c1c8610a40c8c8bdea49a33d1b2dc082a602a6aeda8f21eda70c4a8907d61970b1b9d1395154f64a057bb11e8e35670c04d4838e94ba43c92
|
||||
EBUILD pypck-0.7.24.ebuild 463 BLAKE2B 58116349d964e10eb85068c61b344d1088813455b79061601a3114b93ec6918c4361cae453db74ec5261885b53340b88f123a936fa30f23551f8a5b7a4904a91 SHA512 1105c605957f640c1c8610a40c8c8bdea49a33d1b2dc082a602a6aeda8f21eda70c4a8907d61970b1b9d1395154f64a057bb11e8e35670c04d4838e94ba43c92
|
||||
MISC metadata.xml 511 BLAKE2B 41e2ad01492452d7d392a0d587058acbdbda11a41bd7298d3f589916f384cdf3b19999964a1cc818f34602371888057a21abbbe8099cc69ec2bc00ef548a2f1e SHA512 dfcc8518d958e86dd28ece05ddd868f4d2e4404b2aca246a137f11f11aef6c466ba577df8e9ca96949f58f92e6e80582d930edba2df99e557c7878f788b0bdaf
|
||||
|
21
dev-python/pypck/pypck-0.7.24.ebuild
Normal file
21
dev-python/pypck/pypck-0.7.24.ebuild
Normal file
@ -0,0 +1,21 @@
|
||||
# Copyright 1999-2024 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
PYTHON_COMPAT=( python3_{11..13} )
|
||||
DISTUTILS_USE_PEP517=setuptools
|
||||
inherit distutils-r1 pypi
|
||||
|
||||
DESCRIPTION="LCN-PCK library"
|
||||
HOMEPAGE="https://github.com/alengwenus/pypck https://pypi.org/project/pypck/"
|
||||
|
||||
LICENSE="EPL-2.0"
|
||||
SLOT="0"
|
||||
KEYWORDS="amd64 arm arm64 x86"
|
||||
IUSE="test"
|
||||
RESTRICT="!test? ( test )"
|
||||
|
||||
DOCS="README.md"
|
||||
|
||||
distutils_enable_tests pytest
|
Loading…
x
Reference in New Issue
Block a user