mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
parent
3d87a8ad34
commit
f4d74aa246
1 changed files with 4 additions and 8 deletions
|
@ -1,8 +1,8 @@
|
||||||
# Template file for 'gscreenshot'
|
# Template file for 'gscreenshot'
|
||||||
pkgname=gscreenshot
|
pkgname=gscreenshot
|
||||||
version=3.6.3
|
version=3.8.0
|
||||||
revision=2
|
revision=1
|
||||||
build_style=python3-module
|
build_style=python3-pep517
|
||||||
hostmakedepends="python3-setuptools gettext go-md2man"
|
hostmakedepends="python3-setuptools gettext go-md2man"
|
||||||
# refer to https://github.com/thenaterhood/gscreenshot#installation
|
# refer to https://github.com/thenaterhood/gscreenshot#installation
|
||||||
# for optional dependencies across system configurations
|
# for optional dependencies across system configurations
|
||||||
|
@ -14,8 +14,4 @@ license="GPL-2.0-only"
|
||||||
homepage="https://github.com/thenaterhood/gscreenshot"
|
homepage="https://github.com/thenaterhood/gscreenshot"
|
||||||
changelog="https://github.com/thenaterhood/gscreenshot/releases"
|
changelog="https://github.com/thenaterhood/gscreenshot/releases"
|
||||||
distfiles="https://github.com/thenaterhood/gscreenshot/archive/refs/tags/v${version}.tar.gz"
|
distfiles="https://github.com/thenaterhood/gscreenshot/archive/refs/tags/v${version}.tar.gz"
|
||||||
checksum=3f84c71635b9512a1ef7820579213b806ec61796b6224f7a35357008aba27be6
|
checksum=55a4c6e28fc5be703350056d7868550b79537023a3c4cc348a34a8e3d9581c6c
|
||||||
|
|
||||||
do_check() {
|
|
||||||
(cd src && PYTHONPATH="$(cd build/lib* && pwd)" python3 -m pytest ../test)
|
|
||||||
}
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue