python-xdg: update to 0.25

This commit is contained in:
Alessio Sergi 2014-08-01 20:20:20 +02:00
parent 6ec2b6279f
commit cf7c96e1cd

View file

@ -1,30 +1,30 @@
# Template file for 'python-xdg'
pkgname=python-xdg
version=0.23
revision=4
version=0.25
revision=1
noarch=yes
wrksrc="pyxdg-${version}"
build_style=python-module
replaces="pyxdg>=0"
build_style="python-module"
python_versions="2.7 3.4"
hostmakedepends="python-devel python3.4-devel"
makedepends="${hostmakedepends}"
depends="python"
noarch="yes"
python_versions="2.7 3.4"
replaces="pyxdg>=0"
pycompile_module="xdg"
short_desc="Python2 library to access freedesktop.org standards"
maintainer="Juan RP <xtraeme@gmail.com>"
license="LGPL-2.1"
homepage="http://freedesktop.org/Software/pyxdg"
distfiles="http://www.freedesktop.org/~takluyver/pyxdg-${version}.tar.gz"
checksum=5cc0573dd0b8096404796ae2655e7631d2905a033f959a1072929dc1a10a678a
checksum=81e883e0b9517d624e8b0499eb267b82a815c0b7146d5269f364988ae031279d
python3.4-xdg_package() {
noarch="yes"
noarch=yes
depends="python3.4"
pycompile_version="3.4"
pycompile_module="xdg"
short_desc="${short_desc/Python2/Python3.4}"
pkg_install() {
vmove /usr/lib/python3.4
vmove usr/lib/python3.4
}
}