New package: python-simplejson-2.5.2.
This commit is contained in:
parent
38da2eafb1
commit
346af5f8ba
2 changed files with 24 additions and 0 deletions
3
srcpkgs/python-simplejson/python-simplejson.rshlibs
Normal file
3
srcpkgs/python-simplejson/python-simplejson.rshlibs
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
libpython2.7.so.1.0
|
||||||
|
libpthread.so.0
|
||||||
|
libc.so.6
|
21
srcpkgs/python-simplejson/template
Normal file
21
srcpkgs/python-simplejson/template
Normal file
|
@ -0,0 +1,21 @@
|
||||||
|
# Template file for 'python-simplejson'
|
||||||
|
pkgname=python-simplejson
|
||||||
|
version=2.5.2
|
||||||
|
revision=1
|
||||||
|
nofetch=yes
|
||||||
|
noextract=yes
|
||||||
|
build_style=python-module
|
||||||
|
makedepends="git python-devel"
|
||||||
|
pycompile_module="simplejson"
|
||||||
|
short_desc="Simple, fast, extensible JSON encoder/decoder for Python"
|
||||||
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
|
homepage="http://undefined.org/python/#simplejson"
|
||||||
|
license="MIT"
|
||||||
|
long_desc="
|
||||||
|
This package contains $pkgname: a $short_desc."
|
||||||
|
|
||||||
|
do_fetch() {
|
||||||
|
local url="git://github.com/simplejson/simplejson.git"
|
||||||
|
git clone $url $pkgname-$version
|
||||||
|
cd $pkgname-$version && git checkout v${version}
|
||||||
|
}
|
Loading…
Reference in a new issue