diff --git a/community/py3-astroid/APKBUILD b/community/py3-astroid/APKBUILD index 8687ef255d91b9931dd51ea33a0cda7a7226937d..39c6c224ce4487de31990e1d3e37d34a8ced0f7a 100644 --- a/community/py3-astroid/APKBUILD +++ b/community/py3-astroid/APKBUILD @@ -1,7 +1,7 @@ # Contributor: Fabian Affolter <fabian@affolter-engineering.ch> # Maintainer: fossdd <fossdd@pwned.life> pkgname=py3-astroid -pkgver=3.3.8 +pkgver=3.3.9 pkgrel=0 pkgdesc="A new abstract syntax tree from Python's ast" url="https://pylint.pycqa.org/projects/astroid/en/latest/" @@ -15,7 +15,7 @@ makedepends=" py3-setuptools py3-wheel " -checkdepends="py3-pytest py3-typing-extensions" +checkdepends="py3-pytest py3-typing-extensions py3-mypy" subpackages="$pkgname-pyc" source="py3-astroid-$pkgver.tar.gz::https://github.com/PyCQA/astroid/archive/refs/tags/v$pkgver.tar.gz" builddir="$srcdir/astroid-$pkgver" @@ -37,5 +37,5 @@ package() { } sha512sums=" -b788815d07d6a9f5796a4e5d1c1d1df5ad9786c43b82c9f10719097bad01881c394352aaeada3171bfaf8fa72f1542efb1f75b88b8ea9164f96f4946654d00c6 py3-astroid-3.3.8.tar.gz +c868f2b0da0c52cf827dd5c9e228f814fe307592eb9378968773d336ff412cd8186c826bd4b61e1329ef31e4efd9489d691d3db8a23d09b925354b2973cce943 py3-astroid-3.3.9.tar.gz "