mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-05 21:37:15 +02:00
testing/py3-pbs-installer: upgrade to 2024.08.14
This commit is contained in:
parent
2982028157
commit
3919a1a35d
@ -1,7 +1,8 @@
|
||||
# Contributor: Patrycja Rosa <alpine@ptrcnull.me>
|
||||
# Maintainer: Patrycja Rosa <alpine@ptrcnull.me>
|
||||
pkgname=py3-pbs-installer
|
||||
pkgver=2024.8.9
|
||||
pkgver=2024.8.14
|
||||
_pkgver=2024.08.14 # apk doesn't handle leading zeroes well
|
||||
pkgrel=0
|
||||
pkgdesc="Installer for Python Build Standalone"
|
||||
url="https://github.com/frostming/pbs-installer"
|
||||
@ -10,12 +11,12 @@ license="MIT"
|
||||
makedepends="py3-gpep517 py3-pdm-backend"
|
||||
checkdepends="py3-pytest"
|
||||
subpackages="$pkgname-pyc"
|
||||
source="https://github.com/frostming/pbs-installer/archive/$pkgver/py3-pbs-installer-$pkgver.tar.gz"
|
||||
builddir="$srcdir/pbs-installer-$pkgver"
|
||||
source="https://github.com/frostming/pbs-installer/archive/$_pkgver/py3-pbs-installer-$_pkgver.tar.gz"
|
||||
builddir="$srcdir/pbs-installer-$_pkgver"
|
||||
options="!check" # tests/ directory empty
|
||||
|
||||
build() {
|
||||
export PDM_BUILD_SCM_VERSION="$pkgver"
|
||||
export PDM_BUILD_SCM_VERSION="$_pkgver"
|
||||
gpep517 build-wheel \
|
||||
--wheel-dir .dist \
|
||||
--output-fd 3 3>&1 >&2
|
||||
@ -33,5 +34,5 @@ package() {
|
||||
}
|
||||
|
||||
sha512sums="
|
||||
9c8d80fb4630a5dd292acd0ac2a0519800813fa06e8811f4f0fc3911236d72dc407ebb36f5e87d79c1743cb7f824189417acffeaa6f84c4493961fe4d08765a8 py3-pbs-installer-2024.8.9.tar.gz
|
||||
381bb982cb24b84f346139e1f8a2bf0355585639e958354087ee3ff63873d138d69093379119bd4e3ce28d027cc065cd13e4076c787c7978485926948a8b61c8 py3-pbs-installer-2024.08.14.tar.gz
|
||||
"
|
||||
|
Loading…
Reference in New Issue
Block a user