Skip to content

Commit d7a37df

Browse files
committed
dev-python/astroid: add 3.3.4
Closes: https://git.edevau.net/onkelbeh/HomeAssistantRepository/issues/3973 Signed-off-by: Andreas Billmeier <[email protected]>
1 parent 13f1a40 commit d7a37df

File tree

4 files changed

+65
-5
lines changed

4 files changed

+65
-5
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -606,7 +606,7 @@ A daily compile test is run at Github with Python 3.9 to catch general faults. E
606606

607607
## Licenses
608608
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.
609-
There are 2256 Ebuilds in total, 2242 of them have in total 2281 (43 different) licenses assigned.
609+
There are 2257 Ebuilds in total, 2243 of them have in total 2282 (43 different) licenses assigned.
610610

611611
|License| Ebuilds using it|
612612
|-------|-----|
@@ -626,10 +626,10 @@ There are 2256 Ebuilds in total, 2242 of them have in total 2281 (43 different)
626626
|MPL-2.0|6|
627627
|ZPL|6|
628628
|AGPL-3|4|
629+
|LGPL-2.1+|4|
629630
|0BSD|3|
630631
|CC-BY-4.0|3|
631632
|PYTHON|3|
632-
|LGPL-2.1+|3|
633633
|LGPL-2.1|3|
634634
|EPL-1.0|3|
635635
|CC0-1.0|3|

dev-python/astroid/Manifest

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
11
DIST astroid-3.0.1.gh.tar.gz 461593 BLAKE2B de3458bcd9ba111020132e89b6e2fdf18b81b82cba68c986e84af91c910e6c70e7d13ff024b7947f3fa08e2491ba211a77a35421b3d5cd184b94e6a833c0da42 SHA512 2c8a4cf22959aef1eb9510430bcc55d00fcda76d022575786c9a59c093fe4196b67c0b9401f9226595a4cbf1fb9444bdfbb9ac2d83c115ec1d7d46cb7dd75dbd
2-
EBUILD astroid-3.0.1.ebuild 1451 BLAKE2B 7e606691877a47fd3ee64c22626d3c62566357ba2ecf350dc73088616a9e758a9464e52ebe81fc333494d9e9801833373d9438a2b4d515eed12336c26ecd4ad5 SHA512 8d8909b99eed607f353e4c7081c987fc5d95602883d9656cdbe585d316f786c3e7cd3ae2905cb772a9aa73e29176c4ace1b9cb3032f34352ea20d0c7d853bf1a
2+
DIST astroid-3.3.4.gh.tar.gz 465703 BLAKE2B a6ee3a02196e1fe67177339c235aa43419459f9b82d98e0cdf681e24321bf77517074ed756693b6f8d66e167f6d567e01694cb9678b4f60857fc6cd80365104f SHA512 fd826d8d08f3031670959eb0ef27108c6df632d951d47e75ee870d866b80da37e3880bfc51843ec7cf0a6441d6f9a85a16757a6b0c777844dd7ee0445fb8ef76
3+
EBUILD astroid-3.0.1.ebuild 1451 BLAKE2B 35cab01289b9bd7b342ce1636d771fbee9febcf04506d5f099016c81c6c290e977725aa7f72b1fedd2a237525aa325e40e10d8a8024984ed0807129e01b5fbef SHA512 facde9268a641b330ae3db7da2c6d59595f7bce31c407c91174f2f7642459cb01a9fd8f41a07975bf3783f334debfeb0863d42b43cd9b06a1558920289d39aa3
4+
EBUILD astroid-3.3.4.ebuild 1451 BLAKE2B 35cab01289b9bd7b342ce1636d771fbee9febcf04506d5f099016c81c6c290e977725aa7f72b1fedd2a237525aa325e40e10d8a8024984ed0807129e01b5fbef SHA512 facde9268a641b330ae3db7da2c6d59595f7bce31c407c91174f2f7642459cb01a9fd8f41a07975bf3783f334debfeb0863d42b43cd9b06a1558920289d39aa3
35
MISC metadata.xml 386 BLAKE2B 0fdb35ff12eee31b0eec240328dad835b4119b00c4be0fd3924b7b0053c7cd139f39ab33efcbc9cc0bd5db237ee886003f19aeeda389a1ae7344da6ab5ad8156 SHA512 53748a52d3aa42d8d48c3543eeda99bd13c08e8d2569f712a1af0de686c1a153c7c2850baed61f987d6ec838b3f63be8a9553d9b85b900790c9103cc908539c0

dev-python/astroid/astroid-3.0.1.ebuild

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
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

66
DISTUTILS_USE_PEP517=setuptools
7-
PYTHON_COMPAT=( python3_{10..12} )
7+
PYTHON_COMPAT=( python3_{11..13} )
88

99
inherit distutils-r1
1010

Lines changed: 58 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,58 @@
1+
# Copyright 1999-2024 Gentoo Authors
2+
# Distributed under the terms of the GNU General Public License v2
3+
4+
EAPI=8
5+
6+
DISTUTILS_USE_PEP517=setuptools
7+
PYTHON_COMPAT=( python3_{11..13} )
8+
9+
inherit distutils-r1
10+
11+
DESCRIPTION="Abstract Syntax Tree for logilab packages"
12+
HOMEPAGE="
13+
https://github.com/pylint-dev/astroid/
14+
https://pypi.org/project/astroid/
15+
"
16+
SRC_URI="
17+
https://github.com/pylint-dev/astroid/archive/v${PV}.tar.gz
18+
-> ${P}.gh.tar.gz
19+
"
20+
21+
LICENSE="LGPL-2.1+"
22+
SLOT="0"
23+
KEYWORDS="amd64 arm arm64 x86"
24+
25+
# Version specified in pyproject.toml
26+
RDEPEND="
27+
$(python_gen_cond_dep '
28+
>=dev-python/typing-extensions-4.0.0[${PYTHON_USEDEP}]
29+
' 3.10)
30+
"
31+
BDEPEND="
32+
dev-python/setuptools-scm[${PYTHON_USEDEP}]
33+
test? (
34+
dev-python/attrs[${PYTHON_USEDEP}]
35+
>=dev-python/numpy-1.17.0[${PYTHON_USEDEP}]
36+
dev-python/python-dateutil[${PYTHON_USEDEP}]
37+
dev-python/regex[${PYTHON_USEDEP}]
38+
)
39+
"
40+
41+
distutils_enable_tests pytest
42+
43+
export SETUPTOOLS_SCM_PRETEND_VERSION=${PV}
44+
45+
python_test() {
46+
local EPYTEST_DESELECT=(
47+
# no clue why they're broken
48+
tests/test_modutils.py::GetModulePartTest::test_known_values_get_builtin_module_part
49+
tests/test_regrtest.py::NonRegressionTests::test_numpy_distutils
50+
# pydantic-2?
51+
tests/brain/test_dataclasses.py::test_pydantic_field
52+
# requires urllib3 with bundled six (skipped with urllib3>=2)
53+
tests/test_modutils.py::test_file_info_from_modpath__SixMetaPathImporter
54+
)
55+
56+
local -x PYTEST_DISABLE_PLUGIN_AUTOLOAD=1
57+
epytest
58+
}

0 commit comments

Comments
 (0)