mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-09 00:23:52 +02:00
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'
|
# Template file for 'python-xdg'
|
||||||
pkgname=python-xdg
|
pkgname=python-xdg
|
||||||
version=0.26
|
version=0.27
|
||||||
revision=4
|
revision=1
|
||||||
wrksrc="pyxdg-${version}"
|
wrksrc="pyxdg-${version}"
|
||||||
build_style=python-module
|
build_style=python-module
|
||||||
hostmakedepends="python python3"
|
hostmakedepends="python-setuptools python3-setuptools"
|
||||||
makedepends="$hostmakedepends"
|
|
||||||
depends="python"
|
depends="python"
|
||||||
pycompile_module="xdg"
|
pycompile_module="xdg"
|
||||||
short_desc="Python2 library to access freedesktop.org standards"
|
short_desc="Python2 library to access freedesktop.org standards"
|
||||||
|
@ -13,7 +12,7 @@ maintainer="Orphaned <orphan@voidlinux.org>"
|
||||||
license="LGPL-2.0-only"
|
license="LGPL-2.0-only"
|
||||||
homepage="https://freedesktop.org/Software/pyxdg"
|
homepage="https://freedesktop.org/Software/pyxdg"
|
||||||
distfiles="${PYPI_SITE}/p/pyxdg/pyxdg-${version}.tar.gz"
|
distfiles="${PYPI_SITE}/p/pyxdg/pyxdg-${version}.tar.gz"
|
||||||
checksum=fe2928d3f532ed32b39c32a482b54136fe766d19936afc96c8f00645f9da1a06
|
checksum=80bd93aae5ed82435f20462ea0208fb198d8eec262e831ee06ce9ddb6b91c5a5
|
||||||
|
|
||||||
python3-xdg_package() {
|
python3-xdg_package() {
|
||||||
depends="python3"
|
depends="python3"
|
||||||
|
|
Loading…
Add table
Reference in a new issue