aboutsummaryrefslogtreecommitdiff
path: root/lang/python/python-simplejson
Commit message (Collapse)AuthorAge
* python-simplejson: fix circular dependencyEneas U de Queiroz2019-03-13
| | | | | | Removing python2 conditional DEPENDS to avoid a circular dependency. Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
* python-simplejson: add Python3 specific packageKarel Kočí2019-03-11
Package is rewritten to be current type of python package with variants but for backward compatibility the simplejson package name was left as is and new Python3 specific package was named correctly as python3-simplejson. Signed-off-by: Karel Kočí <cynerd@email.cz>