python3-logfury: update to 1.0.1.
This commit is contained in:
parent
323882222d
commit
4355931c63
|
@ -1,10 +1,10 @@
|
|||
# Template file for 'python3-logfury'
|
||||
pkgname=python3-logfury
|
||||
version=0.1.2
|
||||
revision=8
|
||||
version=1.0.1
|
||||
revision=1
|
||||
wrksrc="logfury-${version}"
|
||||
build_style=python3-module
|
||||
hostmakedepends="python3-setuptools"
|
||||
hostmakedepends="python3-setuptools python3-pip"
|
||||
depends="python3-six"
|
||||
checkdepends="python3-pytest python3-six flake8 python3-docutils
|
||||
python3-nose python3-bleach python3-webencodings python3-toml
|
||||
|
@ -13,11 +13,11 @@ short_desc="Low-boilerplate logging of method calls (Python3)"
|
|||
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||
license="BSD-3-Clause"
|
||||
homepage="https://github.com/ppolewicz/logfury"
|
||||
distfiles="$homepage/archive/$version.tar.gz"
|
||||
checksum=07464a8c1673a6012fee0e7b70b9b12941ede4210ed53e8dcda40433e2ef70fa
|
||||
distfiles="${PYPI_SITE}/l/logfury/logfury-$version.tar.gz"
|
||||
checksum=130a5daceab9ad534924252ddf70482aa2c96662b3a3825a7d30981d03b76a26
|
||||
|
||||
post_install() {
|
||||
vlicense LICENSE.txt
|
||||
vlicense LICENSE
|
||||
}
|
||||
|
||||
do_check() {
|
||||
|
|
Loading…
Reference in New Issue