aboutsummaryrefslogtreecommitdiff
path: root/lang/python/python-simplejson
Commit message (Collapse)AuthorAge
* python[3]-simplejson: drop tests from simplejson packageAlexandru Ardelean2019-10-08
| | | | | | These tests take-up a bit of space. And they aren't typically needed. Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* python-simplejson: Fix python[3]-decimal dependencyJeffery To2019-10-04
| | | | | | | | | | simplejson depends on the decimal module[1][2]. This adds python[3]-decimal to the package's DEPENDS. [1]: https://github.com/simplejson/simplejson/blob/v3.16.0/simplejson/__init__.py#L110 [2]: https://github.com/simplejson/simplejson/blob/v3.16.0/simplejson/encoder.py#L7 Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* treewide: add PKG_CPE_ID for cvescannerJan Pavlinec2019-09-24
| | | | Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
* treewide: Add PACKAGE_* conds to python packagesEneas U de Queiroz2019-05-20
| | | | | | | | If a package builds python & python3 variants, then the respective PACKAGE-python* conditional DEPENDS were added, since circular dependencies should all be resolved now. Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
* 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>