Caleb Maclennan pushed to branch main at Arch Linux / Packaging / Packages / python-shellingham
Commits: 9de6422a by Caleb Maclennan at 2024-02-20T14:21:29+03:00 upgpkg: 1.5.4-1 - - - - - 2 changed files: - + .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -0,0 +1,18 @@ +pkgbase = python-shellingham + pkgdesc = Detect what shell the current Python executable is running in + pkgver = 1.5.4 + pkgrel = 1 + url = https://github.com/sarugaku/shellingham + arch = any + license = ISC + checkdepends = python-pytest + checkdepends = python-pytest-mock + makedepends = python-build + makedepends = python-installer + makedepends = python-wheel + makedepends = python-setuptools + depends = python + source = https://github.com/sarugaku/shellingham/archive/1.5.4/shellingham-1.5.4.tar.gz + sha256sums = 9efba7106b6192be290b6ea1e92f6b2fb04d8059ff364cabf9c08fba1e4dae71 + +pkgname = python-shellingham ===================================== PKGBUILD ===================================== @@ -4,8 +4,8 @@ _pkgname=shellingham pkgname=python-shellingham -pkgver=1.5.0.post1 -pkgrel=4 +pkgver=1.5.4 +pkgrel=1 pkgdesc='Detect what shell the current Python executable is running in' arch=(any) url="https://github.com/sarugaku/${_pkgname}" @@ -16,7 +16,7 @@ makedepends=(python-{build,installer,wheel} checkdepends=(python-pytest{,-mock}) _archive="$_pkgname-$pkgver" source=("$url/archive/$pkgver/$_archive.tar.gz") -sha256sums=('ecc836335bc77e608cd6dc7201e4adfda915f44755593d1001b869ae8caf7be6') +sha256sums=('9efba7106b6192be290b6ea1e92f6b2fb04d8059ff364cabf9c08fba1e4dae71') build(){ cd "$_archive" View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-shellingham/-/commit/9de6422ab2c358208f31ceb8ae8da81780b128c9 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-shellingham/-/commit/9de6422ab2c358208f31ceb8ae8da81780b128c9 You're receiving this email because of your account on gitlab.archlinux.org.
