Update all source packages for xbps-src>=90.

This commit is contained in:
Juan RP 2014-01-01 16:10:11 +01:00
parent 94982a142c
commit 925d471cbf
1721 changed files with 3131 additions and 13803 deletions

View file

@ -6,18 +6,12 @@ wrksrc="Unidecode-${version}"
build_style=python-module
hostmakedepends="python-distribute"
makedepends="python-devel"
noarch="yes"
pycompile_module="unidecode"
depends="python>=2.7"
short_desc="Python ASCII transliterations of Unicode text"
maintainer="Juan RP <xtraeme@gmail.com>"
homepage="http://pypi.python.org/pypi/Unidecode"
license="GPL"
distfiles="https://pypi.python.org/packages/source/U/Unidecode/Unidecode-${version}.tar.gz"
checksum="ca58bf0ce984a20ad3a5d7fdbb7e773d8d1e5fd1570951e47c1908eed8fe0442"
python-Unidecode_package() {
noarch="yes"
pycompile_module="unidecode"
depends="python>=2.7"
pkg_install() {
vmove usr
}
}