26 lines
600 B
Text
26 lines
600 B
Text
# Template file for 'python-simplejson'
|
|
pkgname=python-simplejson
|
|
version=2.5.2
|
|
revision=2
|
|
build_style=python-module
|
|
makedepends="python-devel"
|
|
short_desc="Simple, fast, extensible JSON encoder/decoder for Python"
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
|
homepage="http://undefined.org/python/#simplejson"
|
|
license="MIT"
|
|
|
|
nofetch=yes
|
|
noextract=yes
|
|
|
|
do_fetch() {
|
|
local url="git://github.com/simplejson/simplejson.git"
|
|
git clone $url $pkgname-$version
|
|
cd $pkgname-$version && git checkout v${version}
|
|
}
|
|
|
|
python-simplejson_package() {
|
|
pycompile_module="simplejson"
|
|
pkg_install() {
|
|
vmove usr
|
|
}
|
|
}
|