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