Carl Smedstad pushed to branch main at Arch Linux / Packaging / Packages / python-zope-i18nmessageid
Commits: 073d0b05 by Carl Smedstad at 2025-09-28T17:50:57+02:00 upgpkg: 8.0-1: Upstream release https://github.com/zopefoundation/zope.i18nmessageid/blob/8.0/CHANGES.rst - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -1,7 +1,7 @@ pkgbase = python-zope-i18nmessageid pkgdesc = Message Identifiers for internationalization - pkgver = 7.0 - pkgrel = 2 + pkgver = 8.0 + pkgrel = 1 url = https://github.com/zopefoundation/zope.i18nmessageid arch = x86_64 license = ZPL-2.1 @@ -12,7 +12,7 @@ pkgbase = python-zope-i18nmessageid makedepends = python-wheel depends = glibc depends = python - source = python-zope-i18nmessageid-7.0.tar.gz::https://github.com/zopefoundation/zope.i18nmessageid/archive/7.0.tar.gz - sha512sums = 5c5e255c426ab5a560847efaaf1f5aacaf7ed034f05bf4a44c38d81b0cba9474328577323826574725223aa7674a18e6fbd0e93c4c024e0bd594ea6c234fd04c + source = python-zope-i18nmessageid-8.0.tar.gz::https://github.com/zopefoundation/zope.i18nmessageid/archive/8.0.tar.gz + sha512sums = 28b008364a35986549c6d2251f60593f09caf11d56f42dfffebeb1de491ec5756214d0af641c3cc9b8baf2b9c474fceb27e76ce753679091ee90d353ede29746 pkgname = python-zope-i18nmessageid ===================================== PKGBUILD ===================================== @@ -3,8 +3,8 @@ pkgname=python-zope-i18nmessageid _pkgname=zope.i18nmessageid -pkgver=7.0 -pkgrel=2 +pkgver=8.0 +pkgrel=1 pkgdesc="Message Identifiers for internationalization" arch=('x86_64') url="https://github.com/zopefoundation/zope.i18nmessageid" @@ -21,7 +21,7 @@ makedepends=( ) checkdepends=('python-zope-testrunner') source=("$pkgname-$pkgver.tar.gz::https://github.com/zopefoundation/zope.i18nmessageid/archive/$pkgver.tar.gz") -sha512sums=('5c5e255c426ab5a560847efaaf1f5aacaf7ed034f05bf4a44c38d81b0cba9474328577323826574725223aa7674a18e6fbd0e93c4c024e0bd594ea6c234fd04c') +sha512sums=('28b008364a35986549c6d2251f60593f09caf11d56f42dfffebeb1de491ec5756214d0af641c3cc9b8baf2b9c474fceb27e76ce753679091ee90d353ede29746') build() { cd $_pkgname-$pkgver @@ -30,15 +30,12 @@ build() { check() { cd $_pkgname-$pkgver - python -m installer --destdir=tmp_install dist/*.whl - local site_packages=$(python -c "import site; print(site.getsitepackages()[0])") - export PYTHONPATH="$PWD/tmp_install/$site_packages" - zope-testrunner --test-path=src -vc + python -m venv --system-site-packages test-env + test-env/bin/python -m installer dist/*.whl + test-env/bin/python -m zope.testrunner -vc --test-path src/ } package() { cd $_pkgname-$pkgver python -m installer --destdir="$pkgdir" dist/*.whl } - -# vim:set ts=2 sw=2 et: View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-zope-i18nmessageid/-/commit/073d0b0501663ee4ad5d9be8a088574ba31c60fd -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-zope-i18nmessageid/-/commit/073d0b0501663ee4ad5d9be8a088574ba31c60fd You're receiving this email because of your account on gitlab.archlinux.org.
