Açıklama çevirisi

This commit is contained in:
Yaşar Çiv 2017-04-13 10:58:22 +03:00 committed by GitHub
parent f7d2fb8f98
commit 01d62f32ac

View file

@ -1,8 +1,8 @@
# Description: Simple, fast, extensible JSON encoder/decoder for Python. # Description: Python için basit ve hızlı, genişletilebilir JSON kodlayıcı / kod çözücü.
# URL: URL: http://undefined.org/python/#simplejson # URL: http://undefined.org/python/#simplejson
# NuTyX package info file (http://nutyx.org) # Packager: milisarge
# Packager: # NuTyX package info file (http://nutyx.org)
# Depends on: python-setuptools # Depends on: python-setuptools
name=python-simplejson name=python-simplejson
version=3.6.3 version=3.6.3
release=1 release=1
@ -14,7 +14,3 @@ build() {
cd simplejson-$version cd simplejson-$version
python2 setup.py install --prefix=/usr --root=$PKG python2 setup.py install --prefix=/usr --root=$PKG
} }
# NuTyX Pkgfile (http://nutyx.org)