diff --git a/programming/language/python3/python3-pafy/actions.py b/programming/language/python3/python3-pafy/actions.py new file mode 100644 index 0000000000..cbcb8f4043 --- /dev/null +++ b/programming/language/python3/python3-pafy/actions.py @@ -0,0 +1,13 @@ +#!/usr/bin/python +# -*- coding: utf-8 -*- +# +# Licensed under the GNU General Public License, version 3. +# See the file http://www.gnu.org/licenses/gpl.txt + +from pisi.actionsapi import pythonmodules + +def build(): + pythonmodules.compile(pyVer="3") + +def install(): + pythonmodules.install(pyVer="3") \ No newline at end of file diff --git a/programming/language/python3/python3-pafy/pspec.xml b/programming/language/python3/python3-pafy/pspec.xml new file mode 100644 index 0000000000..45001b355d --- /dev/null +++ b/programming/language/python3/python3-pafy/pspec.xml @@ -0,0 +1,47 @@ + + + + + python3-pafy + https://github.com/mps-youtube/pafy + + Blue Devil + bluedevil@sctzine.com + + programming.language.python3 + LGPLv3 + library + Python library to download YouTube content and retrieve metadata. + python3-pafy can retrieve YouTube content and metadata. + https://github.com/mps-youtube/pafy/archive/v0.5.5.tar.gz + + python3-setuptools + python3-youtube_dl + python3-devel + + + + + python3-pafy + A small Python module for determining appropriate platform-specific dirs, e.g. a "user data dir". + + python3-youtube_dl + python3 + + + /usr/bin/ytdl + /usr/lib/python3* + /usr/share/doc/python3-pafy + + + + + + 2019-12-26 + 0.5.5 + First Pisi Release + Blue Devil + bluedevil@sctzine.com + + + \ No newline at end of file diff --git a/programming/language/python3/python3-pafy/translations.xml b/programming/language/python3/python3-pafy/translations.xml new file mode 100644 index 0000000000..7d30040ac1 --- /dev/null +++ b/programming/language/python3/python3-pafy/translations.xml @@ -0,0 +1,8 @@ + + + + python3-pafy + Youtube için Python APIsi + python3-pafy, Python ile YouTube içerik ve metadatanın çekilmesine olanak tanıyan python apisi sunar. + + \ No newline at end of file