python-xdg: update to 0.27.
This commit is contained in:
parent
2838aa918e
commit
e7de40b56a
1 changed files with 4 additions and 5 deletions
|
@ -1,11 +1,10 @@
|
|||
# Template file for 'python-xdg'
|
||||
pkgname=python-xdg
|
||||
version=0.26
|
||||
revision=4
|
||||
version=0.27
|
||||
revision=1
|
||||
wrksrc="pyxdg-${version}"
|
||||
build_style=python-module
|
||||
hostmakedepends="python python3"
|
||||
makedepends="$hostmakedepends"
|
||||
hostmakedepends="python-setuptools python3-setuptools"
|
||||
depends="python"
|
||||
pycompile_module="xdg"
|
||||
short_desc="Python2 library to access freedesktop.org standards"
|
||||
|
@ -13,7 +12,7 @@ maintainer="Orphaned <orphan@voidlinux.org>"
|
|||
license="LGPL-2.0-only"
|
||||
homepage="https://freedesktop.org/Software/pyxdg"
|
||||
distfiles="${PYPI_SITE}/p/pyxdg/pyxdg-${version}.tar.gz"
|
||||
checksum=fe2928d3f532ed32b39c32a482b54136fe766d19936afc96c8f00645f9da1a06
|
||||
checksum=80bd93aae5ed82435f20462ea0208fb198d8eec262e831ee06ce9ddb6b91c5a5
|
||||
|
||||
python3-xdg_package() {
|
||||
depends="python3"
|
||||
|
|
Loading…
Reference in a new issue