Check-in [878941a044]
Overview
Comment: | bump version, pluginconf 0.6.5 |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
878941a04401da160649e30b0413e7d5 |
User & Date: | mario on 2016-12-27 22:37:14 |
Other Links: | manifest | tags |
Context
2016-12-31
| ||
13:45 | Option `file_browser_converttourl` check-in: 70b35b914f user: mario tags: trunk | |
2016-12-27
| ||
22:37 | bump version, pluginconf 0.6.5 check-in: 878941a044 user: mario tags: trunk | |
21:23 | Support alternative lists for #depends: fields, allow #alias: names, and supply `python` builtin for pluginconf.dependency() checker. check-in: 0169107f28 user: mario tags: trunk | |
Changes
Modified pluginconf.py from [8f7b9c3abc] to [ce1d135d17].
1 2 3 4 5 6 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 | - + | # encoding: UTF-8 # api: python # type: handler # category: io # title: Plugin configuration # description: Read meta data, pyz/package contents, module locating |
︙ | |||
51 52 53 54 55 56 57 | 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 | - - + + - + + - + | # It's somewhat off-scope for plugin management, but used internally. # # argparse_map() # ‾‾‾‾‾‾‾‾‾‾‾‾‾‾ # Converts a list of config: options with arg: attribute for use as # argparser parameters. # |
︙ |