summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* dev-python/jsonxs: Enable py3.10Michał Górny2021-06-051-1/+1
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* */*: Normalize metadata.xml filesMichał Górny2021-03-161-1/+1
| | | | | | | | | | | Normalize quoting, replace '>' with entities, replace unnecessary entities, remove trailing empty lines. Done via: find -name metadata.xml -exec xml ed -P -L -d //none {} + Signed-off-by: Michał Górny <mgorny@gentoo.org>
* dev-python/jsonxs: mark ALLARCHESSam James2021-03-041-0/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-python/jsonxs: add Python 3.9Sam James2021-03-041-4/+6
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* */*: Remove obsolete values from PYTHON_COMPATMichał Górny2021-01-311-1/+1
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* dev-python/jsonxs: add py3.7 + py3.8 support.Patrice Clement2020-04-191-1/+1
| | | | | | Bug: https://bugs.gentoo.org/718162 Package-Manager: Portage-2.3.89, Repoman-2.3.20 Signed-off-by: Patrice Clement <monsieurp@gentoo.org>
* dev-python/jsonxs: Remove py2Michał Górny2020-02-051-1/+1
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* */*: Clean PYTHON_COMPAT of obsolete implsMichał Górny2020-01-051-2/+2
| | | | | Closes: https://github.com/gentoo/gentoo/pull/14246 Signed-off-by: Michał Górny <mgorny@gentoo.org>
* dev-python/jsonxs: new package.Patrice Clement2018-09-103-0/+31
JSONxs is a Python library that uses a path expression string to get and set values in JSON and Python datastructures. Package-Manager: Portage-2.3.40, Repoman-2.3.9