mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-22 00:57:01 +02:00
python3-astroid: update to 3.0.2.
This commit is contained in:
parent
c78dfee51b
commit
683029114b
1 changed files with 6 additions and 3 deletions
|
@ -1,8 +1,11 @@
|
|||
# Template file for 'python3-astroid'
|
||||
pkgname=python3-astroid
|
||||
version=2.15.5
|
||||
revision=2
|
||||
version=3.0.2
|
||||
revision=1
|
||||
build_style=python3-pep517
|
||||
make_check_args="
|
||||
--deselect tests/test_regrtest.py::NonRegressionTests::test_numpy_distutils
|
||||
"
|
||||
hostmakedepends="python3-setuptools python3-wheel"
|
||||
depends="python3-lazy-object-proxy python3-wrapt"
|
||||
# pip is necessary because IsolatedAstroidManagerTest.test_no_user_warning
|
||||
|
@ -14,4 +17,4 @@ license="GPL-2.0-or-later, LGPL-2.1-or-later"
|
|||
homepage="https://github.com/PyCQA/astroid"
|
||||
changelog="https://raw.githubusercontent.com/PyCQA/astroid/master/ChangeLog"
|
||||
distfiles="https://github.com/PyCQA/astroid/archive/refs/tags/v$version.tar.gz"
|
||||
checksum=c819b8f9c97a8365d907d837f1655dca3a0052a494e0c91ec9ad5df48f7a4101
|
||||
checksum=f6c40778700e01135a5e7d30ec2af607150a234fbf5c02f20a7c4df29322e593
|
||||
|
|
Loading…
Add table
Reference in a new issue