Skip to content

Commit a19c9a1

Browse files
committed
dev-python/fnv-hash-fast: drop olds
Signed-off-by: Andreas Billmeier <[email protected]>
1 parent f72a6b0 commit a19c9a1

File tree

4 files changed

+5
-39
lines changed

4 files changed

+5
-39
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -617,11 +617,11 @@ 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 1970 Ebuilds in total, 1959 of them have in total 1979 (42 different) licenses assigned.
620+
There are 1969 Ebuilds in total, 1958 of them have in total 1978 (42 different) licenses assigned.
621621

622622
|License| Ebuilds using it|
623623
|-------|-----|
624-
|MIT|1116|
624+
|MIT|1115|
625625
|Apache-2.0|448|
626626
|GPL-3|128|
627627
|BSD|110|

dev-python/fnv-hash-fast/Manifest

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
DIST fnv_hash_fast-0.4.1.tar.gz 5767 BLAKE2B 59758e830640516b277806244c5098a870c27a3f1e537431c72022097af02c3143aa567bd89083c8672d10fb78a13052c408f8c0abc44c098815cc2994976b21 SHA512 d1749b8dfc5fa7750f4f9dea7e12ceee93ed13415c80a0faa41346d0bb54d8b778c5dd3a2bb47a50cb2dc1aa652267f0dc4b7bf6455e3d2609224ce176bb4b8b
21
DIST fnv_hash_fast-0.5.0.tar.gz 5816 BLAKE2B e290c529301e11d76587ccf9c74a9af8a29eea8e47a3ee75f948cc7d8e749141954c8cf41d8d7d4e13eed8d73b6addca334228af0a35ca28e6ecdfda56a4e430 SHA512 77ab8a1d5d9154f8e75ee6b0fc2277452c705a480af7d1a083c59d6cd475986242bdc8d70dea8fbd28522439beb55a19f0fd7d0b1c96dd127f73425d80a40585
3-
EBUILD fnv-hash-fast-0.4.1.ebuild 667 BLAKE2B 1deeecac5f71ed4422e75c6852dbc45dd6f40a197e22099175ac86b78482b6b4d2b560542792fd6dd0b3101c29e2e8fd4ff06b7cbc6a1dc0f38a1653c86cfcbd SHA512 f32e8c823778f52d669a1dfa2cf47e0488cd0ff4ad7806b20459127396ff46dd273c6cd0e81e600771b73134bcfa49050a93b59a57db2e82f8509443692d7612
4-
EBUILD fnv-hash-fast-0.5.0.ebuild 667 BLAKE2B 1deeecac5f71ed4422e75c6852dbc45dd6f40a197e22099175ac86b78482b6b4d2b560542792fd6dd0b3101c29e2e8fd4ff06b7cbc6a1dc0f38a1653c86cfcbd SHA512 f32e8c823778f52d669a1dfa2cf47e0488cd0ff4ad7806b20459127396ff46dd273c6cd0e81e600771b73134bcfa49050a93b59a57db2e82f8509443692d7612
2+
EBUILD fnv-hash-fast-0.5.0.ebuild 667 BLAKE2B 02593ea7b5f5daddd145c5602571a6d7dd47c2e5673cf9795beaa0282829e1653cf482d3978616185d6d79f5391f8cd3aa6b5cfb2db534576c930219586a682d SHA512 1c8f0215cc56076609ebcfba8788f80ceff527322367abf6cfbf8e9e28c01fabdf51e610e5d7ce5e070b0911eef566ccda76c2c2d5c838a55757106ca35c8533
53
MISC metadata.xml 517 BLAKE2B cce4e31dd252ec667c0b18135534ca6bed80231c3129aa7747fe75ce886c7fd1570326a662cfc8c04799c3ebe86713d16b4e13b6a0b72b5f5ed7a63fff949520 SHA512 47e09e3a904d39e2dd5e9126401a36299c0b0103aac484de6e488335d2a89aee4d6833bf712fe1a622137d07590f905be003f3122962d809ec56d84ee3846bcc

dev-python/fnv-hash-fast/fnv-hash-fast-0.4.1.ebuild

Lines changed: 0 additions & 32 deletions
This file was deleted.

dev-python/fnv-hash-fast/fnv-hash-fast-0.5.0.ebuild

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
# Copyright 1999-2023 Gentoo Authors
1+
# Copyright 1999-2024 Gentoo Authors
22
# Distributed under the terms of the GNU General Public License v2
33

44
EAPI=8
55

6-
PYTHON_COMPAT=( python3_{10..12} )
6+
PYTHON_COMPAT=( python3_{11..12} )
77
DISTUTILS_USE_PEP517=poetry
88
inherit distutils-r1 pypi
99

0 commit comments

Comments
 (0)