diff options
| author | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2023-04-18 12:59:17 +0000 |
|---|---|---|
| committer | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2023-04-18 12:59:17 +0000 |
| commit | 1ca88fbf1ae95e0819ac65d4ced3f085e408a2e8 (patch) | |
| tree | 64816bac33ec51d7cf5f312fdf3999fd856946a3 /media-tv/mythtv | |
| parent | addbc5b119277f12af3265fe79d45c79016313ce (diff) | |
| download | baldeagleos-repo-1ca88fbf1ae95e0819ac65d4ced3f085e408a2e8.tar.gz baldeagleos-repo-1ca88fbf1ae95e0819ac65d4ced3f085e408a2e8.tar.xz baldeagleos-repo-1ca88fbf1ae95e0819ac65d4ced3f085e408a2e8.zip | |
Adding metadata
Diffstat (limited to 'media-tv/mythtv')
| -rw-r--r-- | media-tv/mythtv/files/mythtv-32.0-python-version.patch | 25 | ||||
| -rw-r--r-- | media-tv/mythtv/mythtv-32.0-r4.ebuild (renamed from media-tv/mythtv/mythtv-32.0-r3.ebuild) | 3 |
2 files changed, 27 insertions, 1 deletions
diff --git a/media-tv/mythtv/files/mythtv-32.0-python-version.patch b/media-tv/mythtv/files/mythtv-32.0-python-version.patch new file mode 100644 index 000000000000..8f86cdda3764 --- /dev/null +++ b/media-tv/mythtv/files/mythtv-32.0-python-version.patch @@ -0,0 +1,25 @@ +https://bugs.gentoo.org/891189 +https://github.com/MythTV/mythtv/issues/711 +https://github.com/MythTV/mythtv/commit/23e158cbd9357e0d31834dff9c45022758671255 + +From 23e158cbd9357e0d31834dff9c45022758671255 Mon Sep 17 00:00:00 2001 +From: David Hampton <mythtv@love2code.net> +Date: Sun, 5 Jun 2022 00:43:38 -0400 +Subject: [PATCH] Fix "XX.0.-1 is an invalid version" warning in python + bindings. + +(cherry picked from commit 0f8e58b20a4246d46a77406fcf3c5368fbabaf8b) + +Fixes #711. +--- a/bindings/python/setup.cfg ++++ b/bindings/python/setup.cfg +@@ -2,7 +2,7 @@ + + [metadata] + name = MythTV +-version = 32.0.-1 ++version = 32.0 + description = MythTV Python bindings. + long_description = Provides canned database and protocol access to the MythTV database, mythproto, mythxml, services_api and frontend remote control. + url = https://mythtv.org + diff --git a/media-tv/mythtv/mythtv-32.0-r3.ebuild b/media-tv/mythtv/mythtv-32.0-r4.ebuild index b771f3852e0d..00706ca40fce 100644 --- a/media-tv/mythtv/mythtv-32.0-r3.ebuild +++ b/media-tv/mythtv/mythtv-32.0-r4.ebuild @@ -151,6 +151,7 @@ python_check_deps() { } PATCHES=( + "${FILESDIR}"/${PN}-32.0-python-version.patch ) DISABLE_AUTOFORMATTING="yes" @@ -158,7 +159,7 @@ DOC_CONTENTS=" Support for metadata lookup changes is added. User configuration required. Details at: https://www.mythtv.org/wiki/Metadata_Lookup_Changes_March_2021 -Suppport for Python 2.7 is removed. +Support for Python 2.7 is removed. If a MYSQL server is installed, a mythtv MySQL user and mythconverg database is created if it does not already exist. |
