Maxime Gauduin pushed to branch main at Arch Linux / Packaging / Packages / python-enlighten
Commits: c5748c8e by Maxime Gauduin at 2023-10-09T23:53:09+02:00 upgpkg: 1.12.0-1 - - - - - 2 changed files: - + .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -0,0 +1,15 @@ +pkgbase = python-enlighten + pkgdesc = Progress bar for Python console apps + pkgver = 1.12.0 + pkgrel = 1 + url = https://github.com/Rockhopper-Technologies/enlighten + arch = any + license = MPL2 + makedepends = git + makedepends = python-setuptools + depends = python-blessed + depends = python-prefixed + source = git+https://github.com/Rockhopper-Technologies/enlighten.git#tag=6f8aaae0975e85fbd8533c4baba21364dd1e3886 + b2sums = SKIP + +pkgname = python-enlighten ===================================== PKGBUILD ===================================== @@ -2,8 +2,8 @@ # Contributor: Tharre <[email protected]> pkgname=python-enlighten -pkgver=1.11.2 -pkgrel=2 +pkgver=1.12.0 +pkgrel=1 pkgdesc='Progress bar for Python console apps' url=https://github.com/Rockhopper-Technologies/enlighten arch=(any) @@ -16,10 +16,14 @@ makedepends=( git python-setuptools ) -_tag=be19ddbdfb6e76f1e703f0d54a2b26c124c881e1 +_tag=6f8aaae0975e85fbd8533c4baba21364dd1e3886 source=(git+https://github.com/Rockhopper-Technologies/enlighten.git#tag=${_tag}) b2sums=(SKIP) +prepare() { + rm -rf enlighten/benchmarks +} + pkgver() { cd enlighten git describe --tags View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-enlighten/-/commit/c5748c8e0880ed9301a758fc4b660da62f3fcbfb -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-enlighten/-/commit/c5748c8e0880ed9301a758fc4b660da62f3fcbfb You're receiving this email because of your account on gitlab.archlinux.org.
