Felix Yan pushed to branch main at Arch Linux / Packaging / Packages / piep
Commits:
bbd7e669 by Felix Yan at 2026-01-29T00:32:44+08:00
upgpkg: 0.10.0-6
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,16 +1,17 @@
pkgbase = piep
pkgdesc = Bringing the power of python to stream editing
pkgver = 0.10.0
- pkgrel = 5
+ pkgrel = 6
url = https://github.com/gfxmonk/piep
arch = any
license = GPL-3.0-or-later
+ makedepends = git
makedepends = python-build
makedepends = python-installer
makedepends = python-setuptools
makedepends = python-wheel
depends = python-pygments
- source = https://github.com/gfxmonk/piep/archive/version-0.10.0.tar.gz
- sha512sums =
c81d89b1d8881a4bc577ca7c0d764f2c31d8579d0f7f6ba7ce68c98c929f5e215032f99c0ac0da432022bfdedb3d2b441ce16cebd59340a5b11ab92dfddbac1f
+ source = git+https://github.com/gfxmonk/piep.git#tag=version-0.10.0
+ sha512sums =
63bbab14141671a23d36adbea7a8a4fc1945a457e37d8c5a9a3630e8ce78d16518896471e796f6a19d13f88e87f263e2860d23039ba214cf187e66eafd790fd6
pkgname = piep
=====================================
PKGBUILD
=====================================
@@ -3,27 +3,27 @@
pkgname=piep
pkgdesc='Bringing the power of python to stream editing'
pkgver=0.10.0
-pkgrel=5
+pkgrel=6
arch=("any")
url="https://github.com/gfxmonk/piep"
license=("GPL-3.0-or-later")
depends=('python-pygments')
-makedepends=('python-build' 'python-installer' 'python-setuptools'
'python-wheel')
-source=("https://github.com/gfxmonk/$pkgname/archive/version-$pkgver.tar.gz")
-sha512sums=('c81d89b1d8881a4bc577ca7c0d764f2c31d8579d0f7f6ba7ce68c98c929f5e215032f99c0ac0da432022bfdedb3d2b441ce16cebd59340a5b11ab92dfddbac1f')
+makedepends=('git' 'python-build' 'python-installer' 'python-setuptools'
'python-wheel')
+source=("git+https://github.com/gfxmonk/piep.git#tag=version-$pkgver")
+sha512sums=('63bbab14141671a23d36adbea7a8a4fc1945a457e37d8c5a9a3630e8ce78d16518896471e796f6a19d13f88e87f263e2860d23039ba214cf187e66eafd790fd6')
build() {
- cd $pkgname-version-$pkgver
+ cd piep
python -m build --wheel --no-isolation
}
check() {
- cd $pkgname-version-$pkgver
+ cd piep
python -m unittest discover -vs .
}
package() {
- cd $pkgname-version-$pkgver
+ cd piep
python -m installer --destdir="$pkgdir" dist/*.whl
}
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/piep/-/commit/bbd7e66981519b4cb42de27c2f21fae54e7e580b
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/piep/-/commit/bbd7e66981519b4cb42de27c2f21fae54e7e580b
You're receiving this email because of your account on gitlab.archlinux.org.