python3-youtube_dl:version bump

This commit is contained in:
blue-devil
2020-01-09 21:52:54 +00:00
parent 47ac392663
commit 43888a2c95
3 changed files with 28 additions and 10 deletions
@@ -5,9 +5,11 @@
from pisi.actionsapi import pythonmodules
from pisi.actionsapi import pisitools
from pisi.actionsapi import shelltools
import glob
def setup():
pisitools.dosed("setup.py", "etc/bash_completion.d", "../etc/bash_completion.d")
pisitools.dosed("setup.py", "etc/fish/completions", "../etc/fish/completions")
def install():
pythonmodules.install(pyVer = "3")
pythonmodules.install(pyVer = "3")
@@ -1,5 +1,5 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<!DOCTYPE PISI SYSTEM "https://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>python3-youtube_dl</Name>
@@ -13,28 +13,44 @@
<IsA>app:console</IsA>
<Summary>Youtube Video Downloader</Summary>
<Description>Youtube Video Downloader</Description>
<Archive sha1sum="fb390aee1ac6ff81b1dfccf40c4aa468ab9762a8" type="targz">https://github.com/ytdl-org/youtube-dl/releases/download/2019.10.22/youtube-dl-2019.10.22.tar.gz</Archive>
<Archive sha1sum="45800d02502281c0e05ca8734a98ca9e7d926782" type="targz">https://yt-dl.org/downloads/2020.01.01/youtube-dl-2020.01.01.tar.gz</Archive>
<BuildDependencies>
<Dependency>python3-setuptools</Dependency>
<Dependency versionFrom="3.6.0">python3-devel</Dependency>
<Dependency versionFrom="3.8.0">python3-devel</Dependency>
</BuildDependencies>
</Source>
<Package>
<Name>python3-youtube_dl</Name>
<Summary>Youtube Video Downloader</Summary>
<RuntimeDependencies>
<Dependency versionFrom="3.6.0">python3</Dependency>
<Dependency versionFrom="3.8.0">python3</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="executable">/usr/bin</Path>
<Path fileType="data">/usr/etc</Path>
<Path fileType="data">/usr/lib/python3.6/site-packages</Path>
<Path fileType="data">/etc/bash_completion.d</Path>
<Path fileType="data">/etc/fish</Path>
<Path fileType="data">/usr/lib/python3*</Path>
<Path fileType="data">/usr/share/applications</Path>
<Path fileType="data">/usr/share/man/man1</Path>
<Path fileType="doc">/usr/share/doc</Path>
<Path fileType="doc">/usr/share/doc/</Path>
</Files>
</Package>
<History>
<Update release="12">
<Date>2020-01-10</Date>
<Version>2020.01.01</Version>
<Comment>Version bump.</Comment>
<Name>Blue Devil</Name>
<Email>bluedevil@sctzine.com</Email>
</Update>
<Update release="11">
<Date>2019-12-26</Date>
<Version>2019.12.25</Version>
<Comment>Version bump.</Comment>
<Name>Blue Devil</Name>
<Email>bluedevil@sctzine.com</Email>
</Update>
<Update release="10">
<Date>2019-10-28</Date>
<Version>2019.10.22</Version>
@@ -3,6 +3,6 @@
<Source>
<Name>python3-youtube_dl</Name>
<Summary xml:lang="tr">Youtube video indirici.</Summary>
<Description xml:lang="tr">Youtube'dan video indirmeyi sağlayan bir uygulama.</Description>
<Description xml:lang="tr">Youtube ve benzeri video oynatan sitelerden video indirmeyi sağlayan bir uygulama.</Description>
</Source>
</PISI>