mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 07:33:48 +02:00
python3-astroid: update to 2.5.3.
This commit is contained in:
parent
3c4b80fcac
commit
b274209513
1 changed files with 4 additions and 13 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'python3-astroid'
|
# Template file for 'python3-astroid'
|
||||||
pkgname=python3-astroid
|
pkgname=python3-astroid
|
||||||
version=2.4.2
|
version=2.5.3
|
||||||
revision=3
|
revision=1
|
||||||
wrksrc="astroid-${version}"
|
wrksrc="astroid-${version}"
|
||||||
build_style=python3-module
|
build_style=python3-module
|
||||||
hostmakedepends="python3-setuptools"
|
hostmakedepends="python3-setuptools"
|
||||||
|
@ -13,15 +13,6 @@ short_desc="Abstract syntax tree for Python3"
|
||||||
maintainer="Alessio Sergi <al3hex@gmail.com>"
|
maintainer="Alessio Sergi <al3hex@gmail.com>"
|
||||||
license="GPL-2.0-or-later, LGPL-2.1-or-later"
|
license="GPL-2.0-or-later, LGPL-2.1-or-later"
|
||||||
homepage="https://github.com/PyCQA/astroid"
|
homepage="https://github.com/PyCQA/astroid"
|
||||||
|
changelog="https://raw.githubusercontent.com/PyCQA/astroid/master/ChangeLog"
|
||||||
distfiles="${PYPI_SITE}/a/astroid/astroid-${version}.tar.gz"
|
distfiles="${PYPI_SITE}/a/astroid/astroid-${version}.tar.gz"
|
||||||
checksum=2f4078c2a41bf377eea06d71c9d2ba4eb8f6b1af2135bec27bbbb7d8f12bb703
|
checksum=ad63b8552c70939568966811a088ef0bc880f99a24a00834abd0e3681b514f91
|
||||||
|
|
||||||
post_patch() {
|
|
||||||
vsed -i -e 's/lazy_object_proxy.*"/lazy_object_proxy"/' \
|
|
||||||
astroid/__pkginfo__.py
|
|
||||||
}
|
|
||||||
|
|
||||||
post_install() {
|
|
||||||
# no tests
|
|
||||||
rm -rf ${DESTDIR}/usr/lib/python*/site-packages/astroid/tests
|
|
||||||
}
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue