Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages / python-pylint-venv
Commits: 3d51145a by Antonio Rojas at 2023-12-13T20:10:08+01:00 upgpkg: 3.0.3-1: Update to 3.0.3 - - - - - 2 changed files: - + .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -0,0 +1,17 @@ +pkgbase = python-pylint-venv + pkgdesc = Make pylint respect virtualenvs + pkgver = 3.0.3 + pkgrel = 1 + url = https://github.com/jgosmann/pylint-venv + arch = any + license = MIT + makedepends = python-build + makedepends = python-installer + makedepends = python-wheel + makedepends = python-poetry-core + depends = python-pylint + depends = python-virtualenv + source = https://github.com/jgosmann/pylint-venv/archive/v3.0.3/python-pylint-venv-3.0.3.tar.gz + sha256sums = 4c85eee2830e12432dbb7570b0cefc046552283bf8a8658d86e7a505a8a51e88 + +pkgname = python-pylint-venv ===================================== PKGBUILD ===================================== @@ -3,7 +3,7 @@ pkgname=python-pylint-venv _pyname=pylint-venv -pkgver=3.0.2 +pkgver=3.0.3 pkgrel=1 pkgdesc='Make pylint respect virtualenvs' arch=(any) @@ -12,7 +12,7 @@ license=(MIT) depends=(python-pylint python-virtualenv) makedepends=(python-build python-installer python-wheel python-poetry-core) source=(https://github.com/jgosmann/$_pyname/archive/v$pkgver/$pkgname-$pkgver.tar.gz) -sha256sums=('c6d587a7a5ad9e5e2ef432a767ea042ad0878ba694821b923e7c70df99b91ef8') +sha256sums=('4c85eee2830e12432dbb7570b0cefc046552283bf8a8658d86e7a505a8a51e88') build() { cd $_pyname-$pkgver View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-pylint-venv/-/commit/3d51145a17f78834d9d734d795a4b543b0b454ff -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-pylint-venv/-/commit/3d51145a17f78834d9d734d795a4b543b0b454ff You're receiving this email because of your account on gitlab.archlinux.org.
