dev-python/ahocorapy: drop 1.6.2

Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2023-12-17 16:58:10 +01:00 committed by Andreas Billmeier
parent f717a69eff
commit 660291f429
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
3 changed files with 2 additions and 35 deletions

View File

@ -612,11 +612,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 1761 Ebuilds in total, 1750 of them have in total 1774 (43 different) licenses assigned.
There are 1760 Ebuilds in total, 1749 of them have in total 1773 (43 different) licenses assigned.
|License| Ebuilds using it|
|-------|-----|
|MIT|1025|
|MIT|1024|
|Apache-2.0|374|
|GPL-3|110|
|BSD|98|

View File

@ -1,5 +1,3 @@
DIST ahocorapy-1.6.1.tar.gz 11090 BLAKE2B 8dec471c847a10fa9c05f8b87b703d589658681081208fa49bf97219a4396c233db5227b9aaf3ce1678e47defab22712e47e0ba76e55f682baf93fe13a43c037 SHA512 ce47ec7b40987e4741d92b863bfff53fd7497c6fe54e9ef98b226d62ac638d2e06f9295f2064591a0d116ccaf7c77241aae83da7d8d4be43b358476481958beb
DIST ahocorapy-1.6.2.tar.gz 10721 BLAKE2B 13df1a9d3180b3e5bb8b4645c9d08dc8dee59552fcf94bbaef818ed31c6f61eb54f1861c249a22c784b3a30984dd77ad1e64501f470d7643ea79415159b8e77b SHA512 626fcbe97c055ecb1dc91aa4e8253782ab852f1bbf5adcb36e65058606845b8c87bd15a28e27deed8e819095228bc2da381ee64275e62aa2e94a8247eccbf4cf
EBUILD ahocorapy-1.6.1.ebuild 647 BLAKE2B a5e91307c77e17cb7a2c8b7ef23343d64591d1afee85387bb1730b3b784d44dc4fa94dbff8dc0f14dc25ecc22a92af8aea5be915294a9058bd52ee7f416b950d SHA512 2deea98670eb4b659d763ac7ac5f837d47c8c284671142dd4659dd211f9ac59d0d4bdec1d4d1f5160b44fa7e020f5bde1634398b9a18283d7f21ff4793c4af03
EBUILD ahocorapy-1.6.2.ebuild 647 BLAKE2B a5e91307c77e17cb7a2c8b7ef23343d64591d1afee85387bb1730b3b784d44dc4fa94dbff8dc0f14dc25ecc22a92af8aea5be915294a9058bd52ee7f416b950d SHA512 2deea98670eb4b659d763ac7ac5f837d47c8c284671142dd4659dd211f9ac59d0d4bdec1d4d1f5160b44fa7e020f5bde1634398b9a18283d7f21ff4793c4af03
MISC metadata.xml 499 BLAKE2B e284dedcbe948c404752a30d380fd5d8ae65cd9abd4488e1510d4f8be580ef9f3ec27f394c26890159d6da28038d92ab9f4413f69ec6297f62a1ad7a46029ce5 SHA512 1a2bca5663232e6be077e1e9a29147d1a6e0ac14ebb78afa68c71f8c82fa20006ab61858e081465269c9052741dc1f88006a97bfe02c4525774757d23f34c8f5

View File

@ -1,31 +0,0 @@
# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( python3_{10..12} )
DISTUTILS_USE_PEP517=setuptools
inherit distutils-r1 pypi
DESCRIPTION="ahocorapy - Pure python ahocorasick implementation"
HOMEPAGE="https://github.com/abusix/ahocorapy https://pypi.org/project/ahocorapy/"
LICENSE="MIT"
SLOT="0"
KEYWORDS="amd64 arm arm64 x86"
IUSE="test"
RESTRICT="!test? ( test )"
DOCS="README.md"
RDEPEND="dev-python/future[${PYTHON_USEDEP}]"
BDEPEND="
test? (
dev-python/pytest[${PYTHON_USEDEP}]
)"
python_test() {
py.test -v -v || die
}
distutils_enable_tests pytest