Date: Friday, April 28, 2023 @ 09:22:22 Author: alerque Revision: 1449066
upgpkg: python-lupa 2.0-1 Modified: python-lupa/trunk/PKGBUILD ----------+ PKGBUILD | 15 ++++----------- 1 file changed, 4 insertions(+), 11 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2023-04-28 09:07:02 UTC (rev 1449065) +++ PKGBUILD 2023-04-28 09:22:22 UTC (rev 1449066) @@ -3,26 +3,19 @@ _pkgname=lupa pkgname=python-lupa -pkgver=1.14.1 -pkgrel=2 +pkgver=2.0 +pkgrel=1 pkgdesc='Python wrapper around Lua and LuaJIT' arch=(x86_64) url="https://github.com/scoder/$_pkgname" license=(MIT) -depends=(lua python) +depends=(python) makedepends=(python-{build,installer,wheel} python-setuptools) _archive="$_pkgname-$pkgver" source=("https://files.pythonhosted.org/packages/source/${_pkgname::1}/$_pkgname/$_archive.tar.gz") -sha256sums=('d0fd4e60ad149fe25c90530e2a0e032a42a6f0455f29ca0edb8170d6ec751c6e') +sha256sums=('ad3fef486be7adddd349fe9a9c393789061312cf98ebc533b489be34f484cb79') -prepare() { - cd "$_archive" - # --no-bundle is not removed from argv if lua is properly detected, so the - # only working safety net is to rm the bundled sources - rm -rf third-party -} - build() { cd "$_archive" python -m build -wn
