-
Notifications
You must be signed in to change notification settings - Fork 306
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #2489 from L2501/matrix-simplejson-3.19.1
[script.module.simplejson@matrix] 3.19.1+matrix.1
- Loading branch information
Showing
41 changed files
with
153 additions
and
6,638 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,24 +1,18 @@ | ||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?> | ||
<addon id="script.module.simplejson" | ||
name="simplejson" | ||
version="3.17.0+matrix.2" | ||
provider-name="Bob Ippolito"> | ||
<addon id="script.module.simplejson" name="simplejson" version="3.19.1+matrix.1" provider-name="Bob Ippolito"> | ||
<requires> | ||
<import addon="xbmc.python" version="3.0.0"/> | ||
</requires> | ||
<extension point="xbmc.python.module" | ||
library="lib" /> | ||
<extension point="xbmc.python.module" library="lib" /> | ||
<extension point="xbmc.addon.metadata"> | ||
<platform>all</platform> | ||
<language></language> | ||
<summary lang="en_GB">Simple, fast, extensible JSON encoder/decoder for Python</summary> | ||
<description lang="en_GB">Simple, fast, extensible JSON encoder/decoder for Python</description> | ||
<disclaimer lang="en_GB">Code taken from https://pypi.org/project/simplejson/</disclaimer> | ||
<license>MIT License, Academic Free License v. 2.1</license> | ||
<website>https://pypi.org/project/simplejson/</website> | ||
<license>MIT</license> | ||
<platform>all</platform> | ||
<website>https://github.com/simplejson/simplejson</website> | ||
<source>https://github.com/simplejson/simplejson</source> | ||
<assets> | ||
<icon>icon.png</icon> | ||
<icon>resources/icon.png</icon> | ||
</assets> | ||
</extension> | ||
</addon> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.