Check-in [46e06de24a]
Overview
Comment: | Add 0install requests dependency. |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
46e06de24a28bdf543dd9efb8f46832a |
User & Date: | mario on 2015-05-15 16:51:59 |
Other Links: | manifest | tags |
Context
2015-05-15
| ||
17:49 | Add `filter_bitrate` to default pack: list. check-in: 9a5cee5ac7 user: mario tags: trunk | |
16:51 | Add 0install requests dependency. check-in: 46e06de24a user: mario tags: trunk | |
14:19 | Add 2.1.8-dev as 0install option; depend on Py 2.7 for now. check-in: c19b7669f4 user: mario tags: trunk | |
Changes
Added dev/0-requests.xml version [1388f682ee].
> > > > > > > > > > > > > > > > > | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 | <?xml version="1.0" ?> <?xml-stylesheet type='text/xsl' href='interface.xsl'?> <interface uri="http://fossil.include-once.org/streamtuner2/doc/trunk/dev/0-requests.xml" xmlns="http://zero-install.sourceforge.net/2004/injector/interface"> <name>requests</name> <summary>python module: requests</summary> <description> </description> <homepage>https://pypi.python.org/pypi/requests</homepage> <implementation id="sha1new=40aa9d95ea90b0af152e2e32e3fbba8912320684" released="2015-05-03" version="2.7.0"> <archive href="https://pypi.python.org/packages/2.7/r/requests/requests-2.7.0-py2.py3-none-any.whl" size="470641" type="application/zip"/> </implementation> </interface> <!-- Base64 Signature iF4EABEIAAYFAlVWIbQACgkQ4aA2BuVY6sxt5gEAsR+Nj17mU8Wby6Li10IPGeD6I6W60jH7TqDL 6dOLMo0A/iALq9VlrF/ZlLubweKAGR6OnaoHqgnBMmsb2pEaWJ0O --> |
Modified dev/0-st2.xml from [1a10bc3273] to [ff6cc9e887].
1 2 3 4 5 6 7 8 9 10 11 | <?xml version="1.0" ?> <?xml-stylesheet type='text/xsl' href='interface.xsl'?> <interface uri="http://fossil.include-once.org/streamtuner2/doc/trunk/dev/0-st2.xml" xmlns="http://zero-install.sourceforge.net/2004/injector/interface"> <name>streamtuner2</name> <summary>internet radio browser</summary> <description> GUI for internet radio directories.</description> <homepage>http://fossil.include-once.org/streamtuner2/</homepage> <icon>http://fossil.include-once.org/streamtuner2/doc/trunk/icon.png</icon> <category>Audio</category> | > | > | > | | > > > > > > < | < < < < < < < < < | < | < < | < | < > | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 | <?xml version="1.0" ?> <?xml-stylesheet type='text/xsl' href='interface.xsl'?> <interface uri="http://fossil.include-once.org/streamtuner2/doc/trunk/dev/0-st2.xml" xmlns="http://zero-install.sourceforge.net/2004/injector/interface"> <name>streamtuner2</name> <summary>internet radio browser</summary> <description> GUI for internet radio directories.</description> <homepage>http://fossil.include-once.org/streamtuner2/</homepage> <icon>http://fossil.include-once.org/streamtuner2/doc/trunk/icon.png</icon> <category>Audio</category> <group arch="*-*" license="Public Domain" main="streamtuner2.pyz" stability="testing"> <!-- Use relocatable packages --> <implementation arch="*-*" id="streamtuner2-2.1.8" released="2015-05-05" version="2.1.8"> <file dest="streamtuner2.pyz" href="http://downloads.sourceforge.net/project/streamtuner2/streamtuner2-2.1.8.pyz" size="226181" type="x-executable/python+zip"/> <manifest-digest sha256="246c79be0abccad78490488c3584040c3636cb92ce01980a41f864587a74ff27"/> </implementation> <implementation arch="*-*" id="streamtuner2-2.1.8-dev" released="2015-05-15" version="2.1.8.2"> <file dest="streamtuner2.pyz" href="http://downloads.sourceforge.net/project/streamtuner2/streamtuner2-2.1.8-dev.pyz" size="227209" type="x-executable/python+zip"/> <manifest-digest sha256="d0b4aff327e1a7b724ce60911cecf6a06e45411b1bd89b3de9cbf946f16798cc"/> </implementation> <!-- Invoke PYZ via Python handler --> <command name="run" path="streamtuner2.pyz"> <runner interface="http://repo.roscidus.com/python/python"/> </command> <!-- Python2.7 with PyGTK --> <requires interface="http://repo.roscidus.com/python/python-gobject"> <environment insert="" mode="prepend" name="PYTHONPATH"/> <version before="3.0" not-before="2.7"/> </requires> <!-- or optionally with Gtk3/GObject/GI --> <requires interface="http://repo.roscidus.com/python/python" os="POSIX"> <environment insert="" mode="prepend" name="PATH"/> </requires> <!-- module: requests --> <requires interface="http://fossil.include-once.org/streamtuner2/doc/trunk/dev/0-requests.xml" version="2.."> <environment insert="" mode="prepend" name="PYTHONPATH"/> </requires> </group> </interface> <!-- Base64 Signature iF4EABEIAAYFAlVWI/UACgkQ4aA2BuVY6szCJAD/UmxqgczEm4enE+GztATi6jPm9y/RUVZyLgPh 7ZSYqCEA/1d5UjyC0JNjbFA/Tip7Hniru89B7n58rFJFNNu+wdnp --> |