2f1e9d12e0
Remove wrong atomicwrites from checkdepends (pytest>=3.6.0->atomicwrites).
24 lines
629 B
Bash
24 lines
629 B
Bash
# Template file for 'buku'
|
|
pkgname=buku
|
|
version=3.8
|
|
revision=2
|
|
noarch=yes
|
|
wrksrc="Buku-${version}"
|
|
checkdepends="python3-BeautifulSoup4 python3-cryptography python3-hypothesis
|
|
python3-pytest python3-urllib3 python3-yaml"
|
|
depends="python3-urllib3"
|
|
short_desc="Cmdline bookmark management utility"
|
|
maintainer="Diogo Leal <diogo@diogoleal.com>"
|
|
license="GPL-3.0-or-later"
|
|
homepage="https://github.com/jarun/Buku"
|
|
distfiles="https://github.com/jarun/Buku/archive/v${version}.tar.gz"
|
|
checksum=bca35fe1b7dbf88ed3af07e0daa4bc0a736d2f85b3103efcb18d542eebb2eebe
|
|
|
|
do_check() {
|
|
pytest3
|
|
}
|
|
|
|
do_install() {
|
|
vbin buku.py buku
|
|
vman buku.1
|
|
}
|