dev-python/fnvhash: add 0.2.1

Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2025-08-25 22:54:40 +02:00
parent 3721da19a8
commit db866d740c
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
4 changed files with 28 additions and 5 deletions

View File

@ -606,11 +606,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 2383 Ebuilds in total, 2365 of them have in total 2403 (44 different) licenses assigned.
There are 2384 Ebuilds in total, 2366 of them have in total 2404 (44 different) licenses assigned.
|License| Ebuilds using it|
|-------|-----|
|MIT|1362|
|MIT|1363|
|Apache-2.0|545|
|GPL-3|147|
|BSD|124|

View File

@ -1,3 +1,5 @@
DIST fnvhash-0.1.0.tar.gz 1902 BLAKE2B b93c79c8b73678eb50752962d618b26f5b83bb267c5b809e42dce4dbde16e8b6908b9cfbb42159be49513c2dd4767fca9924a5ba6c855b0ee2787101d4800c7c SHA512 073bca46261af6212b1d92cacbb592f7165f6ea20f0bf6e27c4ce5c4e1f5e855fc16970b0c718726dc2ef9af70442bb196de56bfd90e3c1da2f540625d8a0e4d
EBUILD fnvhash-0.1.0.ebuild 567 BLAKE2B d38e43bc23a4b9135b7bcf1738302833a00d0c3544d0d7a5b2c1da60528cada03e41cf44406cfabfc1afe407ff4a54993475bb5da1d9b7756de4e5376d01e714 SHA512 3462271060f16c72b4745186c026d65013e744a740b3b650ababa82cbf1ee58b17916139f47bcc059e2ebd59f49826e7d2340b4952b779d0a893a646ca354055
DIST fnvhash-0.2.1.tar.gz 19057 BLAKE2B 7b86e776f9dd0b118454419ad5430b6a9466b07c6b66cc5c9a6184402eb1c79c0fa6b01988c4ed57cf31c6573482ac37795e7df8db932b94e64e7f4e59166609 SHA512 09a2a14f1101a1a80b674082fdf9bce242e49403989cf68d4158d57937d122917d3d6bf67143945380de181b9429fb0a15d88f4ed3597562c584704155660006
EBUILD fnvhash-0.1.0.ebuild 576 BLAKE2B ae4bd7f2f691a9eded7e1e7a4cf012f6027e96357b9cb78ad934fa968054e335fd5884cbfa8828000978740394a78109ca56e9fc385d7f4147d08af83036c428 SHA512 e49f1d453df34caa991da8b9394ad6837b1da26a7f97526768db58a5d7537c31096a0cfc0d7e69c7f88864cc3410749e83e4629421536d503bb9b1579e39eb4c
EBUILD fnvhash-0.2.1.ebuild 492 BLAKE2B 1f756c41472601cc135499737d069065e5e2d86dfb6a8f84ed914371fde7977215e07f0ed7dab555085db65d8c98d688a47d743946935315151c61daf1adc94e SHA512 2d9c295ad53b9bfb1d083c93c4520df72da274e2366e42a7a9a0c35d79e99ea2c6de46466b372d55b63fed04805203c2f2e3c219ca68401766dc2de381bb7db3
MISC metadata.xml 504 BLAKE2B 22298e24e5d8391d4d9457a1d6d7dd8426dd719b32e9f20fde7a0ded49efe55626497024217e37d5ec45641cdac50544c98a8cc318b105d8c2cedebd3e5b9397 SHA512 ccaeeda7b101c6c69d4c1276786248c839b2150ef6d32274da9b16bcc68a3b659874811b3bfcabee073108842dcdf7a54b6481c4e5af1a6cbbb6c71f29031d0c

View File

@ -1,9 +1,9 @@
# Copyright 1999-2023 Gentoo Authors
# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( python3_{10..12} )
PYTHON_COMPAT=( pypy3_11 python3_{11..14} )
DISTUTILS_USE_PEP517=setuptools
inherit distutils-r1 pypi

View File

@ -0,0 +1,21 @@
# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( pypy3_11 python3_{11..14} )
DISTUTILS_USE_PEP517=setuptools
inherit distutils-r1 pypi
DESCRIPTION="Pure Python FNV hash implementation"
HOMEPAGE="https://github.com/znerol/py-fnvhash https://pypi.org/project/fnvhash/"
LICENSE="MIT"
SLOT="0"
KEYWORDS="amd64 arm arm64 x86"
IUSE="test"
RESTRICT="!test? ( test )"
DOCS="README.rst"
distutils_enable_tests pytest