dev-python/construct: drop 2.10.56

Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2023-12-17 17:10:39 +01:00 committed by Andreas Billmeier
parent 6fe4ffc68a
commit 9d49698435
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
3 changed files with 2 additions and 39 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 1720 Ebuilds in total, 1709 of them have in total 1732 (43 different) licenses assigned.
There are 1719 Ebuilds in total, 1708 of them have in total 1731 (43 different) licenses assigned.
|License| Ebuilds using it|
|-------|-----|
|MIT|1003|
|MIT|1002|
|Apache-2.0|357|
|GPL-3|109|
|BSD|97|

View File

@ -1,5 +1,3 @@
DIST construct-2.10.56.gh.tar.gz 1184110 BLAKE2B 01ce1800970826ae3584a9733de171e04dd926e7d19d8b48b4364406b4aa0f4d878ec52f9a7f755bb249aeeaca75ae6221d6bdf302d4342d4974d268b1782175 SHA512 cc9aa126c26a017a3fb7b78a6b8f2056194028a44c8ed615a6dc4a445d50f0463e2de0b80810ab5a252070925a56b5a61dbb601a3de9e445d861356231a146d5
DIST construct-2.10.68.tar.gz 1190512 BLAKE2B b41e5b3b62cd1568c78ac4975b0d66e7a7ad4489e97031d3e866ff8eb98eea4eb387041dce15210304c608e0c419548cddea3557c2f53d52ecbcf6eb5be67749 SHA512 2388751323b16b69a06457c4862e7d1334580c201050734f150ab4437e2066ed18ff5323f7d81b8bb93124ae0f57a2ae91d7c64ffefc6e0369d6e625b7fef4eb
EBUILD construct-2.10.56.ebuild 999 BLAKE2B 7d863d712d25cc2ea987c914bb603a1712c75e1f81043ccb21176624f191405ca6dead2b6fc2ed762667c991a4c1fcc87c343e493262fd4039780b0375daced4 SHA512 151f3b0c61293f7793725648b687f14c76725c419f9c7f0dd50034f6786170107b779aa6e11af3f089db56d7e40c1ce1f785639987b1761a9c67fb5f07b9bfb2
EBUILD construct-2.10.68.ebuild 1055 BLAKE2B 2380d81ef2b94cbcb2db726ec97b541cb05c3047a37cedd21f0436a418e2755c8af5b24a954891e0532bb11849a3e01acf59a28704c260d510e1fde579d05573 SHA512 d7768d6adfb2da2a756cb6acff0e4b3b40a4ed5420d44029b34f9f40797650d3043c51e7a0819498b0e7d7700a9d55cae42f6b44d8d5794002f46d0ba47e7792
MISC metadata.xml 600 BLAKE2B a1ac2fdaf0bb148eaac798fbc321f068a044c693cd93c2175fd4398d6d87094d22ca3d5111f21d5ff32dc7bf9002d41b01398017abfeff68e19a16ba104b222d SHA512 bb36e43d271bdb8a34e3968c6f87debfd578de423073ac155eb187558a9399f68b01b6def604736d103800be44147184081f442231b2618c5cd6c0b077164f61

View File

@ -1,35 +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
DESCRIPTION="A powerful declarative parser for binary data"
HOMEPAGE="https://construct.readthedocs.io/en/latest/ https://pypi.org/project/construct/"
SRC_URI="https://github.com/construct/construct/archive/v${PV}.tar.gz -> ${P}.gh.tar.gz"
LICENSE="MIT"
SLOT="0"
KEYWORDS="amd64 arm arm64 x86"
distutils_enable_tests pytest
BDEPEND+="
test? (
dev-python/arrow[${PYTHON_USEDEP}]
>=dev-python/numpy-1.15.4[${PYTHON_USEDEP}]
dev-python/ruamel-yaml[${PYTHON_USEDEP}]
)"
src_prepare() {
default
rm tests/test_benchmarks.py || die
}
pkg_postinst() {
ewarn "Version 2.10.x has significant API and implementation changes from"
ewarn "previous 2.9.x releases. Please read the documentation at"
ewarn "https://construct.readthedocs.io/en/latest/transition210.html"
ewarn "for more info."
}