ports/multimedia/mythtv/files/patch-bindings__python__setup.py
Bernhard Froehlich 5529961b65 - Update to 0.25
- Fix mythbackend rc script to start after mysql
- Add HOME env variable for mythbackend to find it's home directory
2012-05-10 08:21:14 +00:00

11 lines
535 B
Python

--- bindings/python/setup.py.orig 2012-04-10 07:29:22.000000000 +0200
+++ bindings/python/setup.py 2012-05-10 09:11:16.799272921 +0200
@@ -78,7 +78,7 @@
setup(
name='MythTV',
- version='0.24.0',
+ version='0.25.0',
description='MythTV Python bindings.',
long_description='Provides canned database and protocol access to the MythTV database, mythproto, mythxml, and frontend remote control.',
packages=['MythTV', 'MythTV/tmdb', 'MythTV/tmdb3', 'MythTV/ttvdb', 'MythTV/wikiscripts'],