From 4c0bd0e7d859dde122e3c61c25da4f500891d998 Mon Sep 17 00:00:00 2001 From: 4fury-c3440d8 Date: Fri, 24 Feb 2023 06:31:36 +0300 Subject: [PATCH] yt-dlp. --- .../language/python3/yt-dlp/actions.py | 18 ++++++----- programming/language/python3/yt-dlp/pspec.xml | 30 +++++++++++-------- 2 files changed, 28 insertions(+), 20 deletions(-) diff --git a/programming/language/python3/yt-dlp/actions.py b/programming/language/python3/yt-dlp/actions.py index 83b6c3ba10..00ffd56a3e 100644 --- a/programming/language/python3/yt-dlp/actions.py +++ b/programming/language/python3/yt-dlp/actions.py @@ -2,15 +2,19 @@ # -*- coding: utf-8 -*- # # Licensed under the GNU General Public License, version 3. -# See the file http://www.gnu.org/licenses/gpl.txt +# See the file https://www.gnu.org/licenses/gpl-3.0.txt -from pisi.actionsapi import pythonmodules -from pisi.actionsapi import pisitools -from pisi.actionsapi import get +from pisi.actionsapi import pythonmodules, autotools, pisitools, get def build(): - pythonmodules.compile(pyVer="3") + pythonmodules.compile(pyVer = "3") + autotools.make("PREFIX=/usr MANDIR=/usr/share/man") def install(): - pythonmodules.install(pyVer="3") - pisitools.dodoc("LICENSE") + pythonmodules.install(pyVer = "3") + #pisitools.removeDir("/usr/share/bin") + pisitools.removeDir("/usr/share/doc") + autotools.rawInstall("DESTDIR=%s PREFIX=/usr MANDIR=/usr/share/man" % get.installDIR()) + pisitools.removeDir("/usr/share/fish") + + pisitools.dodoc("Changelog.md") diff --git a/programming/language/python3/yt-dlp/pspec.xml b/programming/language/python3/yt-dlp/pspec.xml index 01f37a3836..48f493874c 100644 --- a/programming/language/python3/yt-dlp/pspec.xml +++ b/programming/language/python3/yt-dlp/pspec.xml @@ -13,17 +13,15 @@ library A youtube-dl fork with additional features and fixes A youtube-dl fork with additional features and fixes - https://github.com/yt-dlp/yt-dlp/archive/refs/tags/2022.03.08.1.tar.gz + https://github.com/yt-dlp/yt-dlp/archive/refs/tags/2023.02.17.tar.gz > - aria2-devel - ffmpeg-devel - python3-wheel - python3-devel - rtmpdump-devel + git + pandoc-bin python3-mutagen + python3-certifi python3-setuptools - python3-websockets python3-pycryptodomex + python3-importlib_metadata @@ -31,11 +29,11 @@ yt-dlp A youtube-dl fork with additional features and fixes - aria2 - ffmpeg + python3 - rtmpdump - python3-wheel + cython3 + python3-brotli + python3-certifi python3-mutagen python3-websockets python3-pycryptodomex @@ -44,15 +42,21 @@ /usr/bin /usr/share/man/man1 /usr/share/bash-completion/completions - /usr/share/fish/vendor_completions.d /usr/share/zsh/site-functions - /usr/share/doc/yt_dlp /usr/share/doc/yt-dlp /usr/lib/python3.9/site-packages/yt_dlp + /usr/lib/python3.9/site-packages/yt_dlp-2023.2.17-py3.9.egg-info + + 2023-02-24 + 2023.02.17 + Version bump. + fury + uglyside@yandex.ru + 2022-03-29 2022.03.08.1