2012-06-28 12:43:06 +02:00
|
|
|
# Template file for 'python-simplejson'
|
|
|
|
pkgname=python-simplejson
|
|
|
|
version=2.5.2
|
2013-02-21 19:19:47 +01:00
|
|
|
revision=2
|
2012-06-28 12:43:06 +02:00
|
|
|
build_style=python-module
|
2014-01-26 17:27:23 +01:00
|
|
|
hostmakedepends="python-devel"
|
|
|
|
makedepends="${hostmakedepends}"
|
2014-01-01 16:10:11 +01:00
|
|
|
pycompile_module="simplejson"
|
2012-06-28 12:43:06 +02:00
|
|
|
short_desc="Simple, fast, extensible JSON encoder/decoder for Python"
|
|
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
|
|
|
homepage="http://undefined.org/python/#simplejson"
|
|
|
|
license="MIT"
|
|
|
|
|
|
|
|
do_fetch() {
|
|
|
|
local url="git://github.com/simplejson/simplejson.git"
|
|
|
|
git clone $url $pkgname-$version
|
2014-01-26 17:27:23 +01:00
|
|
|
cd $pkgname-$version
|
|
|
|
git checkout v${version}
|
2012-06-28 12:43:06 +02:00
|
|
|
}
|