Convert packages to the new template format (p).
This commit is contained in:
parent
2f132e330b
commit
08b4f6aae8
137 changed files with 1368 additions and 898 deletions
|
@ -2,11 +2,8 @@
|
|||
pkgname=python-Unidecode
|
||||
version=0.04.12
|
||||
revision=1
|
||||
noarch=yes
|
||||
pycompile_module="unidecode"
|
||||
wrksrc="Unidecode-${version}"
|
||||
build_style=python-module
|
||||
depends="python>=2.7"
|
||||
hostmakedepends="python-distribute"
|
||||
makedepends="python-devel"
|
||||
short_desc="Python ASCII transliterations of Unicode text"
|
||||
|
@ -15,3 +12,12 @@ homepage="http://pypi.python.org/pypi/Unidecode"
|
|||
license="GPL"
|
||||
distfiles="http://pypi.python.org/packages/source/U/Unidecode/Unidecode-${version}.tar.gz"
|
||||
checksum=a042a7284b36da63440f58c32fabdf723b716082cb3c4b093b421e7c4d6ea5b9
|
||||
|
||||
python-Unidecode_package() {
|
||||
noarch="yes"
|
||||
pycompile_module="unidecode"
|
||||
depends="python>=2.7"
|
||||
pkg_install() {
|
||||
vmove usr
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue