mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-08 16:13:50 +02:00
parent
3b6ca180aa
commit
c6bd3ea3c3
1 changed files with 10 additions and 2 deletions
|
@ -1,17 +1,25 @@
|
||||||
# Template file for 'buku'
|
# Template file for 'buku'
|
||||||
pkgname=buku
|
pkgname=buku
|
||||||
version=3.4
|
version=3.5
|
||||||
revision=1
|
revision=1
|
||||||
wrksrc=Buku-${version}
|
wrksrc=Buku-${version}
|
||||||
noarch=yes
|
noarch=yes
|
||||||
python_version="3"
|
python_version="3"
|
||||||
|
checkdepends="python3-pytest python3-beautifulsoup4 python3-requests python3-cryptography
|
||||||
|
python3-hypothesis"
|
||||||
depends="python3 python3-requests"
|
depends="python3 python3-requests"
|
||||||
short_desc="A cmdline bookmark management utility"
|
short_desc="A cmdline bookmark management utility"
|
||||||
maintainer="Diogo Leal <diogo@diogoleal.com>"
|
maintainer="Diogo Leal <diogo@diogoleal.com>"
|
||||||
license="GPL-3"
|
license="GPL-3"
|
||||||
homepage="https://github.com/jarun/Buku"
|
homepage="https://github.com/jarun/Buku"
|
||||||
distfiles="https://github.com/jarun/Buku/archive/v${version}.tar.gz"
|
distfiles="https://github.com/jarun/Buku/archive/v${version}.tar.gz"
|
||||||
checksum=f5613889501d0605920add87b5e7015c958a1f6f57d23f1fb69e6bfb3e171353
|
checksum=b758924b78a45d39e6d8e16915f2df17a7e7d5e184a876819c6aa612cd73fc05
|
||||||
|
|
||||||
|
do_check() {
|
||||||
|
# bukuDb requires unpackaged python-pytest-capturelog
|
||||||
|
# https://pypi.python.org/pypi/pytest-capturelog for the interested
|
||||||
|
pytest3 --ignore=tests/test_bukuDb.py
|
||||||
|
}
|
||||||
|
|
||||||
do_install() {
|
do_install() {
|
||||||
vbin buku.py buku
|
vbin buku.py buku
|
||||||
|
|
Loading…
Add table
Reference in a new issue