Caleb Maclennan pushed to branch main at Arch Linux / Packaging / Packages / python-astroid
Commits: 74f752eb by Caleb Maclennan at 2024-02-28T07:49:09+03:00 upgpkg: 2.15.6-2: Rebuild with fixed deps and tests - - - - - 2 changed files: - + .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -0,0 +1,25 @@ +pkgbase = python-astroid + pkgdesc = A common base representation of python source code + pkgver = 2.15.6 + pkgrel = 2 + url = https://github.com/pylint-dev/astroid + arch = any + license = LGPL + checkdepends = python-numpy + checkdepends = python-pip + checkdepends = python-pytest + checkdepends = python-regex + checkdepends = python-urllib3 + makedepends = python-build + makedepends = python-installer + makedepends = python-wheel + makedepends = python-setuptools + depends = python + depends = python-lazy-object-proxy + depends = python-wrapt + conflicts = python-logilab-astng + replaces = python-logilab-astng + source = https://github.com/pylint-dev/astroid/archive/v2.15.6/astroid-2.15.6.tar.gz + sha256sums = ea2964fab540bfd52b21a58d3517696a639ea5c79ca8305fb616549e6f0308ed + +pkgname = python-astroid ===================================== PKGBUILD ===================================== @@ -7,7 +7,7 @@ _pyname=astroid pkgname=python-$_pyname pkgver=2.15.6 -pkgrel=1 +pkgrel=2 pkgdesc='A common base representation of python source code' arch=(any) url="https://github.com/pylint-dev/$_pyname" View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-astroid/-/commit/74f752eb210c4e1899c4e0616ba492e4891800cf -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-astroid/-/commit/74f752eb210c4e1899c4e0616ba492e4891800cf You're receiving this email because of your account on gitlab.archlinux.org.
