toot: update to 0.34.0.
This commit is contained in:
parent
950fd285ee
commit
21e9f75835
|
@ -1,20 +1,16 @@
|
||||||
# Template file for 'toot'
|
# Template file for 'toot'
|
||||||
pkgname=toot
|
pkgname=toot
|
||||||
version=0.29.0
|
version=0.34.0
|
||||||
revision=1
|
revision=1
|
||||||
build_style=python3-module
|
build_style=python3-pep517
|
||||||
hostmakedepends="python3-setuptools"
|
hostmakedepends="python3-setuptools python3-wheel"
|
||||||
depends="python3-BeautifulSoup4 python3-requests python3-setuptools python3-wcwidth
|
depends="python3-BeautifulSoup4 python3-requests python3-wcwidth
|
||||||
python3-urwid"
|
python3-urwid"
|
||||||
checkdepends="python3-wheel python3-pytest ${depends}"
|
checkdepends="${depends} python3-psycopg2 python3-pytest-xdist"
|
||||||
short_desc="Mastodon CLI client"
|
short_desc="Mastodon CLI client"
|
||||||
maintainer="Jon Levin <jon@jefferiestube.net>"
|
maintainer="Jon Levin <jon@jefferiestube.net>"
|
||||||
license="GPL-3.0-or-later"
|
license="GPL-3.0-or-later"
|
||||||
homepage="https://github.com/ihabunek/toot"
|
homepage="https://github.com/ihabunek/toot"
|
||||||
changelog="https://raw.githubusercontent.com/ihabunek/toot/master/CHANGELOG.md"
|
changelog="https://raw.githubusercontent.com/ihabunek/toot/master/CHANGELOG.md"
|
||||||
distfiles="https://github.com/ihabunek/toot/archive/${version}.tar.gz"
|
distfiles="https://github.com/ihabunek/toot/archive/refs/tags/${version}.tar.gz"
|
||||||
checksum=821d549798453da8ad669a605cddc1ead8a797d716723158526534549a4b0d4d
|
checksum=56e1bfd5d8a0ebb837ed92b5de5682a93336b87828476ca20b5d7ac7fa20ad33
|
||||||
|
|
||||||
pre_check() {
|
|
||||||
make dist
|
|
||||||
}
|
|
||||||
|
|
Loading…
Reference in New Issue