Check-in [da2cff9cbb]
Overview
| Comment: | Fix python dependency, and embed PYTHONPATH in 0-requests feed. |
|---|---|
| Downloads: | Tarball | ZIP archive | SQL archive |
| Timelines: | family | ancestors | descendants | both | trunk |
| Files: | files | file ages | folders |
| SHA1: |
da2cff9cbbf84e1f87031a264b4b86e6 |
| User & Date: | mario on 2015-05-17 03:02:47 |
| Other Links: | manifest | tags |
Context
|
2015-05-17
| ||
| 03:03 | Add WinAmp user agent. check-in: d4f8ceee3f user: mario tags: trunk | |
| 03:02 | Fix python dependency, and embed PYTHONPATH in 0-requests feed. check-in: da2cff9cbb user: mario tags: trunk | |
|
2015-05-16
| ||
| 20:33 | New channel plugin for radio.net station directory. check-in: 0f528e97d5 user: mario tags: trunk | |
Changes
Modified dev/0-requests.xml from [1388f682ee] to [d8d8182fe3].
1 2 3 4 5 6 7 8 | <?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> | | > | < | | 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" stability="stable" 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"/>
<environment insert="" mode="prepend" name="PYTHONPATH"/>
</implementation>
</interface>
<!-- Base64 Signature
iF4EABEIAAYFAlVYA0IACgkQ4aA2BuVY6sxhGgD/dmZfvUhz4VcCn+fiVuquj153MwHl8GVZQNy+
Nz43gxcA+wbrX+d6jdljKg6GlUJq4GHYTpbbPKoh9ltJ6PgilFAL
-->
|
Modified dev/0-st2.xml from [ff6cc9e887] to [775ccccfa1].
1 2 3 4 5 6 7 8 9 | <?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> | | | < < < | < < | < < | | | 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 |
<?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 href="http://fossil.include-once.org/streamtuner2/doc/trunk/icon.png" type="image/PNG;x-size=64x64"/>
<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" version="2.7..!3"/>
<!-- or optionally with Gtk3/GObject/GI -->
<requires interface="http://repo.roscidus.com/python/python-gobject" os="POSIX"/>
<!-- module: requests -->
<requires interface="http://fossil.include-once.org/streamtuner2/doc/trunk/dev/0-requests.xml" version="2.."/>
</group>
</interface>
<!-- Base64 Signature
iF4EABEIAAYFAlVYBF4ACgkQ4aA2BuVY6swJAAD9GwTqxxoSsRP6zGRZDqB5vrl4cRIRDP1J3URN
xEQCrJQBALPP3csMDrD8gAL2uClvoC4ZlolwtosEPoJwJPJbjoG+
-->
|