Daniel M. Capella pushed to branch main at Arch Linux / Packaging / Packages / python-chardet
Commits: 30615246 by Daniel M. Capella at 2023-08-01T17:17:32-04:00 upgpkg: 5.2.0-1 - - - - - 1 changed file: - PKGBUILD Changes: ===================================== PKGBUILD ===================================== @@ -1,10 +1,10 @@ -# Maintainer : Felix Yan <[email protected]> +# Contributor: Felix Yan <[email protected]> # Contributor: Ionut Biru <[email protected]> # Contributor: William Rea <[email protected]> pkgname=python-chardet -pkgver=5.1.0 -pkgrel=3 +pkgver=5.2.0 +pkgrel=1 arch=('any') url="https://github.com/chardet/chardet" license=('LGPL') @@ -13,19 +13,20 @@ pkgdesc="Python3 module for character encoding auto-detection" makedepends=('python-build' 'python-installer' 'python-setuptools' 'python-wheel') checkdepends=('python-pytest') source=("https://pypi.io/packages/source/c/chardet/chardet-${pkgver}.tar.gz") -sha512sums=('f4e668de1d6f8fe0223d79a150123b99875cc5e2015e2b6c4052c1c545c044f1a3aba1c02eba3c295c0a1795e24302f5304500321dca8f1e8c0605d08ef8bb62') +sha256sums=('1b3b6ff479a8c414bc3fa2c0852995695c4a026dcd6d0633b2dd092ca39c1cf7') +b2sums=('931653d176edd6045ce5f850018bd7bee70e29bcbec2313aaaa786974d1001deaa00402e22f0e7a14f662d3193da35ab97d65eba3fda68338c9a67131b2706fe') build() { - cd chardet-$pkgver - python -m build --wheel --no-isolation + cd chardet-$pkgver + python -m build --wheel --no-isolation } check() { - cd chardet-$pkgver - python -m pytest + cd chardet-$pkgver + python -m pytest } package() { - cd chardet-$pkgver - python -m installer --destdir="$pkgdir" dist/*.whl + cd chardet-$pkgver + python -m installer --destdir="$pkgdir" dist/*.whl } View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-chardet/-/commit/30615246dc27a2ebb281625929018bacf8f1730d -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-chardet/-/commit/30615246dc27a2ebb281625929018bacf8f1730d You're receiving this email because of your account on gitlab.archlinux.org.
