From 1c820d6bd1f5737f0f949abe7f51f3965b0f9529 Mon Sep 17 00:00:00 2001 From: blue-devil Date: Sat, 11 Jan 2020 11:01:19 +0000 Subject: [PATCH 01/12] python3-argparse:rebuilt,clean and tranlate --- .../python3/python3-argparse/actions.py | 3 +-- .../python3/python3-argparse/pspec.xml | 18 ++++++++++++++---- .../python3/python3-argparse/translations.xml | 8 ++++++++ 3 files changed, 23 insertions(+), 6 deletions(-) create mode 100644 programming/language/python3/python3-argparse/translations.xml diff --git a/programming/language/python3/python3-argparse/actions.py b/programming/language/python3/python3-argparse/actions.py index 8c364969fb..a3cf5f2665 100644 --- a/programming/language/python3/python3-argparse/actions.py +++ b/programming/language/python3/python3-argparse/actions.py @@ -12,5 +12,4 @@ def build(): def install(): pythonmodules.install(pyVer="3") - - pisitools.dodoc("LICENSE*", "MANIFEST*", "PKG-INFO", "NEWS*", "README*") \ No newline at end of file + pisitools.dodoc("LICENSE*") \ No newline at end of file diff --git a/programming/language/python3/python3-argparse/pspec.xml b/programming/language/python3/python3-argparse/pspec.xml index a8106ff7dc..94f64ef4dc 100644 --- a/programming/language/python3/python3-argparse/pspec.xml +++ b/programming/language/python3/python3-argparse/pspec.xml @@ -1,3 +1,5 @@ + + python3-argparse @@ -7,12 +9,13 @@ alihan@pisilinux.org apache + programming.language.python3 app:console Python command-line parsing library The argparse module makes it easy to write user friendly command line interfaces. https://pypi.python.org/packages/18/dd/e617cfc3f6210ae183374cd9f6a26b20514bbb5a792af97949c5aacddf0f/argparse-1.4.0.tar.gz - python3-devel + python3-devel python3-setuptools @@ -20,14 +23,21 @@ python3-argparse Python command-line parsing library - python3 + python3 - /usr/lib - /usr/share/doc + /usr/lib/python3* + /usr/share/doc/python3-argparse + + 2019-12-30 + 1.4.0 + Rebuilt w/ py3.8 and clean. + Blue Devil + bluedevil@sctzine.com + 2018-08-19 1.4.0 diff --git a/programming/language/python3/python3-argparse/translations.xml b/programming/language/python3/python3-argparse/translations.xml new file mode 100644 index 0000000000..c05aff8661 --- /dev/null +++ b/programming/language/python3/python3-argparse/translations.xml @@ -0,0 +1,8 @@ + + + + python3-argparse + Python için komut satırı çözümleme kitaplığı + python3-argparse, Python için komut satırı çözümleme kitaplığı sunar. + + From a33f72b5302c578a15e7c0bd0ce2a919f500feba Mon Sep 17 00:00:00 2001 From: blue-devil Date: Sat, 11 Jan 2020 11:04:57 +0000 Subject: [PATCH 02/12] python-argparse:rebuilt,clean and tranlate --- .../python/python-argparse/actions.py | 3 +- .../language/python/python-argparse/pspec.xml | 39 +++++++++++-------- .../python/python-argparse/translations.xml | 8 ++++ 3 files changed, 31 insertions(+), 19 deletions(-) create mode 100644 programming/language/python/python-argparse/translations.xml diff --git a/programming/language/python/python-argparse/actions.py b/programming/language/python/python-argparse/actions.py index 28315724ac..63c197ca10 100644 --- a/programming/language/python/python-argparse/actions.py +++ b/programming/language/python/python-argparse/actions.py @@ -12,5 +12,4 @@ def build(): def install(): pythonmodules.install() - - pisitools.dodoc("LICENSE*", "MANIFEST*", "PKG-INFO", "NEWS*", "README*") \ No newline at end of file + pisitools.dodoc("LICENSE*") diff --git a/programming/language/python/python-argparse/pspec.xml b/programming/language/python/python-argparse/pspec.xml index 58f0ef745e..9d55c7dd69 100644 --- a/programming/language/python/python-argparse/pspec.xml +++ b/programming/language/python/python-argparse/pspec.xml @@ -1,3 +1,5 @@ + + python-argparse @@ -7,42 +9,45 @@ alihan@pisilinux.org apache + programming.language.python app:console Python command-line parsing library The argparse module makes it easy to write user friendly command line interfaces. https://pypi.python.org/packages/18/dd/e617cfc3f6210ae183374cd9f6a26b20514bbb5a792af97949c5aacddf0f/argparse-1.4.0.tar.gz - python-devel python-setuptools + python-devel - python-argparse Python command-line parsing library - - python - - /usr/lib - /usr/share/doc + /usr/lib/python2* + /usr/share/doc/python-argparse - - - 2018-08-29 + + 2019-12-30 1.4.0 - Rebuild for new toolchain - Pisi Linux Community - admin@pisilinux.org + Rebuilt,translate and clean. + Blue Devil + bluedevil@sctzine.com + + + 2018-08-19 + 1.4.0 + Release Bump + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org - 2017-01-24 + 2017-02-01 1.4.0 - Rebuild for new toolchain - Pisi Linux Community - admin@pisilinux.org + Release Bump + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org 2016-06-09 diff --git a/programming/language/python/python-argparse/translations.xml b/programming/language/python/python-argparse/translations.xml new file mode 100644 index 0000000000..2cc35445cb --- /dev/null +++ b/programming/language/python/python-argparse/translations.xml @@ -0,0 +1,8 @@ + + + + python-argparse + Python için komut satırı çözümleme kitaplığı + python-argparse, Python için komut satırı çözümleme kitaplığı sunar. + + From b5a0dc601cb2a285834820ef79d3d5e3e009d96e Mon Sep 17 00:00:00 2001 From: blue-devil Date: Sat, 11 Jan 2020 11:08:02 +0000 Subject: [PATCH 03/12] python-chardet:rebuilt and clean --- .../language/python/python-chardet/actions.py | 3 +-- .../language/python/python-chardet/pspec.xml | 24 ++++++++++++------- .../python/python-chardet/translations.xml | 6 ++--- 3 files changed, 19 insertions(+), 14 deletions(-) diff --git a/programming/language/python/python-chardet/actions.py b/programming/language/python/python-chardet/actions.py index 76679fe6ea..0362038c7d 100755 --- a/programming/language/python/python-chardet/actions.py +++ b/programming/language/python/python-chardet/actions.py @@ -13,5 +13,4 @@ def build(): def install(): pythonmodules.install() - pisitools.rename("/usr/bin/chardetect", "chardetect-py2") - #pisitools.dodoc("AUTHORS", "BUGS", "ChangeLog", "COPYING", "NEWS", "README") + pisitools.rename("/usr/bin/chardetect", "chardetect-py2") \ No newline at end of file diff --git a/programming/language/python/python-chardet/pspec.xml b/programming/language/python/python-chardet/pspec.xml index bc5803141f..2791d82fa1 100755 --- a/programming/language/python/python-chardet/pspec.xml +++ b/programming/language/python/python-chardet/pspec.xml @@ -1,5 +1,5 @@ - + python-chardet @@ -9,9 +9,10 @@ admins@pisilinux.org LGPLv2 - app + programming.language.python + app:console Chardet: The Universal Character Encoding Detector - Chardet: The Universal Character Encoding Detector + Character encoding auto-detection in Python. As smart as your browser. Open source. https://github.com/chardet/chardet/archive/3.0.4.tar.gz python-devel @@ -21,17 +22,22 @@ python-chardet - - python - + Chardet: The Universal Character Encoding Detector - /usr/bin - /usr/lib - /usr/share/doc + /usr/bin/chardetect-py2 + /usr/lib/python2* + /usr/share/doc/python-chardet + + 2019-12-24 + 3.0.4 + Rebuilt. + Blue Devil + bluedevil@sctzine.com + 2018-08-29 3.0.4 diff --git a/programming/language/python/python-chardet/translations.xml b/programming/language/python/python-chardet/translations.xml index cb8c878ff0..b0f38a3c15 100755 --- a/programming/language/python/python-chardet/translations.xml +++ b/programming/language/python/python-chardet/translations.xml @@ -1,8 +1,8 @@ - python3-chardet - Chardet: The Universal Character Encoding Detector - Chardet: The Universal Character Encoding Detector + python-chardet + Chardet: Evrensel Karakter Kodlaması Bulucusu(The Universal Character Encoding Detector) + python-chardet, python ile karakter kodlaması yapabilmeyi sağlayan ve karakter kodlamasını otomatik bulabilmeyi sağlayan bir python bağlayıcısıdır. From 43b6af0c82c71d5edd1fb3a873e611ba93a0e913 Mon Sep 17 00:00:00 2001 From: blue-devil Date: Sat, 11 Jan 2020 11:09:47 +0000 Subject: [PATCH 04/12] python-chardet:version bump, translate and clean --- .../python/python-colorama/actions.py | 4 ++-- .../language/python/python-colorama/pspec.xml | 21 ++++++++++++------- .../python/python-colorama/translations.xml | 8 +++++++ 3 files changed, 24 insertions(+), 9 deletions(-) create mode 100644 programming/language/python/python-colorama/translations.xml diff --git a/programming/language/python/python-colorama/actions.py b/programming/language/python/python-colorama/actions.py index 712f32ea27..c74fefab7c 100644 --- a/programming/language/python/python-colorama/actions.py +++ b/programming/language/python/python-colorama/actions.py @@ -12,5 +12,5 @@ def build(): def install(): pythonmodules.install() - - pisitools.dodoc("CHANGELOG*", "LICENSE*", "MANIFEST*", "PKG-INFO", "README*") + + pisitools.dodoc("LICENSE*") \ No newline at end of file diff --git a/programming/language/python/python-colorama/pspec.xml b/programming/language/python/python-colorama/pspec.xml index c2b09a2143..e704c0d335 100644 --- a/programming/language/python/python-colorama/pspec.xml +++ b/programming/language/python/python-colorama/pspec.xml @@ -1,3 +1,5 @@ + + python-colorama @@ -7,10 +9,11 @@ alihan@pisilinux.org BSD - app:console + programming.language.python + library Cross-platform colored terminal text. Python API for cross-platform colored terminal text. - https://pypi.python.org/packages/e6/76/257b53926889e2835355d74fec73d82662100135293e17d382e2b74d1669/colorama-0.3.9.tar.gz + https://github.com/tartley/colorama/archive/0.4.3.tar.gz python-devel @@ -19,16 +22,20 @@ python-colorama Cross-platform colored terminal text. - - python - - /usr/lib - /usr/share/doc + /usr/lib/python2* + /usr/share/doc/python-colorama + + 2019-12-24 + 0.4.3 + Version bump. + Blue DeviL + bluedevil@sctzine.com + 2018-08-29 0.3.9 diff --git a/programming/language/python/python-colorama/translations.xml b/programming/language/python/python-colorama/translations.xml new file mode 100644 index 0000000000..683efb2591 --- /dev/null +++ b/programming/language/python/python-colorama/translations.xml @@ -0,0 +1,8 @@ + + + + python-colorama + Uçbirim metinlerini renklendirebilen python modülüdür. + python-colorama, uçbirim metinlerini renklendirebilen python modülüdür. + + \ No newline at end of file From 1e1eefe625c243a203f8a71b10e435db09fcf3a1 Mon Sep 17 00:00:00 2001 From: blue-devil Date: Sat, 11 Jan 2020 11:15:51 +0000 Subject: [PATCH 05/12] python-chardet:version bump, translate and clean --- .../language/python/python-idna/actions.py | 3 --- .../language/python/python-idna/pspec.xml | 22 ++++++++++++------- .../python/python-idna/translations.xml | 6 ++--- 3 files changed, 17 insertions(+), 14 deletions(-) diff --git a/programming/language/python/python-idna/actions.py b/programming/language/python/python-idna/actions.py index 5f751c3242..a0ff77b9da 100755 --- a/programming/language/python/python-idna/actions.py +++ b/programming/language/python/python-idna/actions.py @@ -5,12 +5,9 @@ # See the file http://www.gnu.org/licenses/gpl.txt from pisi.actionsapi import pythonmodules -from pisi.actionsapi import pisitools def build(): pythonmodules.compile() def install(): pythonmodules.install() - - #pisitools.dodoc("AUTHORS", "BUGS", "ChangeLog", "COPYING", "NEWS", "README") diff --git a/programming/language/python/python-idna/pspec.xml b/programming/language/python/python-idna/pspec.xml index ef4077e9d2..aff953df94 100755 --- a/programming/language/python/python-idna/pspec.xml +++ b/programming/language/python/python-idna/pspec.xml @@ -9,10 +9,11 @@ admins@pisilinux.org BSD - app + programming.language.python + library Internationalized Domain Names in Applications (IDNA) - Internationalized Domain Names in Applications (IDNA) - https://github.com/kjd/idna/archive/v2.7.tar.gz + Support for the Internationalised Domain Names in Applications (IDNA) protocol as specified in RFC 5891. This library also provides support for Unicode Technical Standard 46, Unicode IDNA Compatibility Processing. + https://github.com/kjd/idna/archive/v2.8.tar.gz python-devel python-setuptools @@ -21,16 +22,21 @@ python-idna - - python - + Internationalized Domain Names in Applications (IDNA) - /usr/lib - /usr/share/doc + /usr/lib/python2* + /usr/share/doc/python-idna + + 2019-12-24 + 2.8 + Version bump. + Blue DeviL + bluedevil@sctzine.com + 2018-08-29 2.7 diff --git a/programming/language/python/python-idna/translations.xml b/programming/language/python/python-idna/translations.xml index fc9b8e708b..b8d4f905a6 100755 --- a/programming/language/python/python-idna/translations.xml +++ b/programming/language/python/python-idna/translations.xml @@ -1,8 +1,8 @@ - python3-idna - Internationalized Domain Names in Applications (IDNA) - Internationalized Domain Names in Applications (IDNA) + python-idna + IDNA protokolünü desktekleyen python kitaplığıdır. + RFC 5891 belgelendirmesinde belirtilen IDNA(Internationalised Domain Names in Applications - Uygulamalardaki Uluslararasılaşmış Alan Adları) protokolünü destekleyen python kitaplığıdır. Bu kitaplık ayrıca Unikod(Unicode) teknik standardı 46'yı da kapsar. From cd6cdc59783cce1515160b060c3526c25356f012 Mon Sep 17 00:00:00 2001 From: blue-devil Date: Sat, 11 Jan 2020 11:19:27 +0000 Subject: [PATCH 06/12] python-idna:version bump and typo --- programming/language/python/python-idna/pspec.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/programming/language/python/python-idna/pspec.xml b/programming/language/python/python-idna/pspec.xml index aff953df94..bdfe8a335f 100755 --- a/programming/language/python/python-idna/pspec.xml +++ b/programming/language/python/python-idna/pspec.xml @@ -1,5 +1,5 @@ - + python-idna From 9d05fe88726459377798b185fa82657029a77bf1 Mon Sep 17 00:00:00 2001 From: blue-devil Date: Sat, 11 Jan 2020 11:28:57 +0000 Subject: [PATCH 07/12] python-mutagen:version bump, python3-mutagen:first pisi release --- .../language/python/python-mutagen/actions.py | 18 ++++++-- .../language/python/python-mutagen/pspec.xml | 41 +++++++++++++------ .../python/python-mutagen/translations.xml | 7 ++-- 3 files changed, 45 insertions(+), 21 deletions(-) diff --git a/programming/language/python/python-mutagen/actions.py b/programming/language/python/python-mutagen/actions.py index 164687f863..b99383c81a 100644 --- a/programming/language/python/python-mutagen/actions.py +++ b/programming/language/python/python-mutagen/actions.py @@ -6,11 +6,21 @@ from pisi.actionsapi import pythonmodules from pisi.actionsapi import pisitools -from pisi.actionsapi import get -WorkDir = "mutagen-%s" % get.srcVERSION() +def build(): + pythonmodules.compile() def install(): pythonmodules.install() - - pisitools.dodoc("NEWS", "COPYING", "README.rst") + pisitools.rename("/usr/bin/mid3cp","mid3cp-py2") + pisitools.rename("/usr/bin/mid3v2","mid3v2-py2") + pisitools.rename("/usr/bin/moggsplit","moggsplit-py2") + pisitools.rename("/usr/bin/mid3iconv","mid3iconv-py2") + pisitools.rename("/usr/bin/mutagen-pony","mutagen-pony-py2") + pisitools.rename("/usr/bin/mutagen-inspect","mutagen-inspect-py2") + pisitools.rename("/usr/share/man/man1/mid3cp.1","mid3cp-py2.1") + pisitools.rename("/usr/share/man/man1/mid3v2.1","mid3v2-py2.1") + pisitools.rename("/usr/share/man/man1/mid3iconv.1","mid3iconv-py2.1") + pisitools.rename("/usr/share/man/man1/moggsplit.1","moggsplit-py2.1") + pisitools.rename("/usr/share/man/man1/mutagen-pony.1","mutagen-pony-py2.1") + pisitools.rename("/usr/share/man/man1/mutagen-inspect.1","mutagen-inspect-py2.1") diff --git a/programming/language/python/python-mutagen/pspec.xml b/programming/language/python/python-mutagen/pspec.xml index f38af024cc..a475d218be 100644 --- a/programming/language/python/python-mutagen/pspec.xml +++ b/programming/language/python/python-mutagen/pspec.xml @@ -1,39 +1,54 @@ - + python-mutagen - http://code.google.com/p/mutagen + https://github.com/quodlibet/mutagen PisiLinux Community admins@pisilinux.org GPLv2 + programming.language.python library An audio tag editing library - Mutagen is an audio metadata tag reader and writer implemented in pure Python. - https://files.pythonhosted.org/packages/c0/17/e1c3c18f5d637ebebcb94aa19d74c8c06925cb4ffb9f1031fe5f21a698d3/mutagen-1.41.1.tar.gz + Mutagen is a Python module to handle audio metadata. It supports ASF, FLAC, MP4, Monkey’s Audio, MP3, Musepack, Ogg Opus, Ogg FLAC, Ogg Speex, Ogg Theora, Ogg Vorbis, True Audio, WavPack, OptimFROG, and AIFF audio files. All versions of ID3v2 are supported, and all standard ID3v2.4 frames are parsed. It can read Xing headers to accurately calculate the bitrate and length of MP3s. ID3 and APEv2 tags can be edited regardless of audio format. It can also manipulate Ogg streams on an individual packet/page level. + https://github.com/quodlibet/mutagen/archive/release-1.43.0.tar.gz python-devel - python3-devel + python-setuptools python-mutagen - - python - python3 - + An audio tag editing library - /usr/lib - /usr/bin - /usr/share/man - /usr/share/doc + /usr/bin/mid3cp-py2 + /usr/bin/mid3v2-py2 + /usr/bin/moggsplit-py2 + /usr/bin/mid3iconv-py2 + /usr/bin/mutagen-pony-py2 + /usr/bin/mutagen-inspect-py2 + /usr/lib/python2* + /usr/share/man/man1/mid3cp-py2.1 + /usr/share/man/man1/mid3iconv-py2.1 + /usr/share/man/man1/mid3v2-py2.1 + /usr/share/man/man1/moggsplit-py2.1 + /usr/share/man/man1/mutagen-inspect-py2.1 + /usr/share/man/man1/mutagen-pony-py2.1 + /usr/share/doc/python-mutagen + + 2019-12-24 + 1.43.0 + Version bump. + Blue Devil + bluedevil@sctzine.com + 2018-08-30 1.41.1 diff --git a/programming/language/python/python-mutagen/translations.xml b/programming/language/python/python-mutagen/translations.xml index ea401bfc9a..256a48085c 100644 --- a/programming/language/python/python-mutagen/translations.xml +++ b/programming/language/python/python-mutagen/translations.xml @@ -1,9 +1,8 @@ - mutagen - Müzik dosyalarının etiketlerini düzenlemek için bir kütüphane - mutagen, müzik dosyalarının etiklerini düzenlemeye yarayan python ile yazılmış bir kütüphanedir. + python-mutagen + Müzik dosyalarının etiketlerini düzenlemek için bir python kitaplığı + python-mutagen, müzik dosyalarının etiketlerini düzenlemeye yarayan python ile yazılmış bir kütüphanedir. - From 6da23b7e1b0d6436355d6dbb96c6ce2380d1186d Mon Sep 17 00:00:00 2001 From: blue-devil Date: Sat, 11 Jan 2020 11:29:27 +0000 Subject: [PATCH 08/12] python3-mutagen:first pisi release --- .../python3/python3-mutagen/actions.py | 13 +++++ .../python3/python3-mutagen/pspec.xml | 56 +++++++++++++++++++ .../python3/python3-mutagen/translations.xml | 8 +++ 3 files changed, 77 insertions(+) create mode 100644 programming/language/python3/python3-mutagen/actions.py create mode 100644 programming/language/python3/python3-mutagen/pspec.xml create mode 100644 programming/language/python3/python3-mutagen/translations.xml diff --git a/programming/language/python3/python3-mutagen/actions.py b/programming/language/python3/python3-mutagen/actions.py new file mode 100644 index 0000000000..1eee91d6bb --- /dev/null +++ b/programming/language/python3/python3-mutagen/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") diff --git a/programming/language/python3/python3-mutagen/pspec.xml b/programming/language/python3/python3-mutagen/pspec.xml new file mode 100644 index 0000000000..1135b6c4ff --- /dev/null +++ b/programming/language/python3/python3-mutagen/pspec.xml @@ -0,0 +1,56 @@ + + + + + python3-mutagen + https://github.com/quodlibet/mutagen + + PisiLinux Community + admins@pisilinux.org + + GPLv2 + programming.language.python3 + library + An audio tag editing library + Mutagen is a Python module to handle audio metadata. It supports ASF, FLAC, MP4, Monkey’s Audio, MP3, Musepack, Ogg Opus, Ogg FLAC, Ogg Speex, Ogg Theora, Ogg Vorbis, True Audio, WavPack, OptimFROG, and AIFF audio files. All versions of ID3v2 are supported, and all standard ID3v2.4 frames are parsed. It can read Xing headers to accurately calculate the bitrate and length of MP3s. ID3 and APEv2 tags can be edited regardless of audio format. It can also manipulate Ogg streams on an individual packet/page level. + https://github.com/quodlibet/mutagen/archive/release-1.43.0.tar.gz + + python3-devel + python3-setuptools + + + + + python3-mutagen + An audio tag editing library + + python3 + + + /usr/bin/mid3cp + /usr/bin/mid3v2 + /usr/bin/moggsplit + /usr/bin/mid3iconv + /usr/bin/mutagen-pony + /usr/bin/mutagen-inspect + /usr/lib/python3* + /usr/share/man/man1/mid3cp.1 + /usr/share/man/man1/mid3v2.1 + /usr/share/man/man1/mid3iconv.1 + /usr/share/man/man1/moggsplit.1 + /usr/share/man/man1/mutagen-pony.1 + /usr/share/man/man1/mutagen-inspect.1 + /usr/share/doc/python3-mutagen + + + + + + 2019-12-24 + 1.43.0 + First release. + Blue Devil + bluedevil@sctzine.com + + + diff --git a/programming/language/python3/python3-mutagen/translations.xml b/programming/language/python3/python3-mutagen/translations.xml new file mode 100644 index 0000000000..a63b233e8e --- /dev/null +++ b/programming/language/python3/python3-mutagen/translations.xml @@ -0,0 +1,8 @@ + + + + python3-mutagen + Müzik dosyalarının etiketlerini düzenlemek için bir python3 kitaplığı + python3-mutagen, müzik dosyalarının etiketlerini düzenlemeye yarayan python ile yazılmış bir kütüphanedir. + + From ce5988d982befdb2f0c71d58c0095c8f34ebb0fa Mon Sep 17 00:00:00 2001 From: blue-devil Date: Sat, 11 Jan 2020 12:07:30 +0000 Subject: [PATCH 09/12] libyaml:rebuilt and split docs --- programming/misc/libyaml/actions.py | 2 +- programming/misc/libyaml/pspec.xml | 20 +++++++++++++++++++- programming/misc/libyaml/translations.xml | 6 ++++++ 3 files changed, 26 insertions(+), 2 deletions(-) diff --git a/programming/misc/libyaml/actions.py b/programming/misc/libyaml/actions.py index d178217113..88d4199670 100644 --- a/programming/misc/libyaml/actions.py +++ b/programming/misc/libyaml/actions.py @@ -11,6 +11,7 @@ from pisi.actionsapi import get WorkDir = "yaml-%s" % get.srcVERSION() def setup(): + pisitools.cflags.add("-Wno-unused-value -Wno-enum-compare") autotools.autoreconf("-fvi") autotools.configure("--disable-static") @@ -22,4 +23,3 @@ def install(): pisitools.dohtml("doc/html/*") pisitools.dodoc("LICENSE", "README") - diff --git a/programming/misc/libyaml/pspec.xml b/programming/misc/libyaml/pspec.xml index 369a48104a..b2d65c80b2 100644 --- a/programming/misc/libyaml/pspec.xml +++ b/programming/misc/libyaml/pspec.xml @@ -1,5 +1,5 @@ - + libyaml @@ -17,6 +17,7 @@ libyaml + YAML 1.1 parser and emitter written in C /usr/lib /usr/share/doc @@ -33,11 +34,28 @@ /usr/include /usr/lib/pkgconfig + + + + + libyaml-docs + Documentation files for libyaml + + libyaml + + /usr/share/doc/libyaml/html/ + + 2020-01-11 + 0.2.2 + Rebuilt for the new toolchain + Blue Devil + bluedevil@sctzine.com + 2019-10-03 0.2.2 diff --git a/programming/misc/libyaml/translations.xml b/programming/misc/libyaml/translations.xml index 65083f95a4..0e518b2229 100644 --- a/programming/misc/libyaml/translations.xml +++ b/programming/misc/libyaml/translations.xml @@ -11,4 +11,10 @@ libyaml için başlık dosyaları libyaml-devel, libyaml için başlık dosyalarını içerir. + + + libyaml-docs + libyaml için belgelendirme dosyaları + libyaml-docs, libyaml için belgelendirme dosyalarını içerir. + From 54f057ac716bae4fa6d2f6bdceae663b6cf6b760 Mon Sep 17 00:00:00 2001 From: blue-devil Date: Sat, 11 Jan 2020 12:12:24 +0000 Subject: [PATCH 10/12] python3-PyYAML:version bump --- .../language/python/python-PyYAML/actions.py | 8 +++++- .../language/python/python-PyYAML/pspec.xml | 27 ++++++++++++++----- .../python/python-PyYAML/translations.xml | 3 +-- 3 files changed, 29 insertions(+), 9 deletions(-) diff --git a/programming/language/python/python-PyYAML/actions.py b/programming/language/python/python-PyYAML/actions.py index c6d236f88b..c75bd0c722 100644 --- a/programming/language/python/python-PyYAML/actions.py +++ b/programming/language/python/python-PyYAML/actions.py @@ -5,15 +5,21 @@ # See the file http://www.gnu.org/licenses/gpl.txt from pisi.actionsapi import pythonmodules +from pisi.actionsapi import shelltools from pisi.actionsapi import pisitools from pisi.actionsapi import get WorkDir = "PyYAML-%s" % get.srcVERSION() def build(): + pisitools.cflags.add("-Wno-pointer-sign -Wno-incompatible-pointer-types -Wno-sign-compare -Wno-discarded-qualifiers") + shelltools.export("LDSHARED", "x86_64-pc-linux-gnu-gcc -Wl,-O1,--as-needed -shared -lpthread -Wl,-O1 -Wl,-z,relro -Wl,--hash-style=gnu -Wl,--as-needed -Wl,--sort-common") pythonmodules.compile() + +def check(): + pythonmodules.compile("test") def install(): pythonmodules.install() - pisitools.insinto("%s/%s" % (get.docDIR(), get.srcNAME()), "examples") + pisitools.insinto("%s/%s" % (get.docDIR(), get.srcNAME()), "examples") \ No newline at end of file diff --git a/programming/language/python/python-PyYAML/pspec.xml b/programming/language/python/python-PyYAML/pspec.xml index 7ff872831b..2dc238371b 100644 --- a/programming/language/python/python-PyYAML/pspec.xml +++ b/programming/language/python/python-PyYAML/pspec.xml @@ -1,5 +1,5 @@ - + python-PyYAML @@ -8,11 +8,12 @@ PisiLinux Community admins@pisilinux.org - GPLv2 + MIT + programming.language.python library The next generation YAML parser and emitter for Python python-pyyaml is the next generation YAML parser and emitter for Python. - http://pyyaml.org/download/pyyaml/PyYAML-5.1.2.tar.gz + https://pyyaml.org/download/pyyaml/PyYAML-5.3.tar.gz libyaml-devel python-devel @@ -21,17 +22,31 @@ python-PyYAML + The next generation YAML parser and emitter for Python - python libyaml - /usr/lib - /usr/share/doc + /usr/lib/python2* + /usr/share/doc/python-PyYAML + + 2020-01-11 + 5.3 + Version bump + Blue Devil + bluedevil@sctzine.com + + + 2019-01-02 + 5.2 + Version bump and rebuilt w/ gcc9. + Blue Devil + bluedevil@sctzine.com + 2019-10-03 5.1.2 diff --git a/programming/language/python/python-PyYAML/translations.xml b/programming/language/python/python-PyYAML/translations.xml index 4027a090a3..f2b3049e4c 100644 --- a/programming/language/python/python-PyYAML/translations.xml +++ b/programming/language/python/python-PyYAML/translations.xml @@ -1,9 +1,8 @@ - python-pyyaml + python-PyYAML Python için yeni nesil YAML ayrıştırıcısı python-pyyaml python için yeni nesil YAML ayrıştırıcısıdır. - From 5a951bda60e272f9169d80c027b28b9c240f8745 Mon Sep 17 00:00:00 2001 From: blue-devil Date: Sat, 11 Jan 2020 12:12:43 +0000 Subject: [PATCH 11/12] python-PyYAML:version bump --- .../python3/python3-PyYAML/actions.py | 9 ++++-- .../language/python3/python3-PyYAML/pspec.xml | 28 +++++++++++++++---- .../python3/python3-PyYAML/translations.xml | 3 +- 3 files changed, 30 insertions(+), 10 deletions(-) diff --git a/programming/language/python3/python3-PyYAML/actions.py b/programming/language/python3/python3-PyYAML/actions.py index c98c026535..51b74438ba 100644 --- a/programming/language/python3/python3-PyYAML/actions.py +++ b/programming/language/python3/python3-PyYAML/actions.py @@ -5,16 +5,21 @@ # See the file http://www.gnu.org/licenses/gpl.txt from pisi.actionsapi import pythonmodules +from pisi.actionsapi import shelltools from pisi.actionsapi import pisitools from pisi.actionsapi import get WorkDir = "PyYAML-%s" % get.srcVERSION() def build(): + pisitools.cflags.add("-Wno-pointer-sign -Wno-incompatible-pointer-types -Wno-sign-compare -Wno-discarded-qualifiers") + shelltools.export("LDSHARED", "x86_64-pc-linux-gnu-gcc -Wl,-O1,--as-needed -shared -lpthread -Wl,-O1 -Wl,-z,relro -Wl,--hash-style=gnu -Wl,--as-needed -Wl,--sort-common") pythonmodules.compile(pyVer="3") + +def check(): + pythonmodules.compile("test", pyVer="3") def install(): pythonmodules.install(pyVer="3") - pisitools.insinto("%s/%s" % (get.docDIR(), get.srcNAME()), "examples") - pisitools.dodoc("LICENSE", "PKG-INFO", "README") + pisitools.insinto("%s/%s" % (get.docDIR(), get.srcNAME()), "examples") \ No newline at end of file diff --git a/programming/language/python3/python3-PyYAML/pspec.xml b/programming/language/python3/python3-PyYAML/pspec.xml index f9ba4686c4..9bef9f3773 100644 --- a/programming/language/python3/python3-PyYAML/pspec.xml +++ b/programming/language/python3/python3-PyYAML/pspec.xml @@ -1,5 +1,5 @@ - + python3-PyYAML @@ -9,29 +9,45 @@ admins@pisilinux.org MIT + programming.language.python3 library The next generation YAML parser and emitter for Python3 python3-pyyaml is the next generation YAML parser and emitter for Python3. - http://pyyaml.org/download/pyyaml/PyYAML-5.1.2.tar.gz + https://pyyaml.org/download/pyyaml/PyYAML-5.3.tar.gz libyaml-devel - python3-devel + python3-devel python3-PyYAML + The next generation YAML parser and emitter for Python - python3 + python3 libyaml - /usr/lib - /usr/share/doc + /usr/lib/python3* + /usr/share/doc/python3-PyYAML + + 2020-01-11 + 5.3 + Version bump + Blue Devil + bluedevil@sctzine.com + + + 2019-01-02 + 5.2 + Version bump and rebuilt w/ py3.8. + Blue Devil + bluedevil@sctzine.com + 2019-10-03 5.1.2 diff --git a/programming/language/python3/python3-PyYAML/translations.xml b/programming/language/python3/python3-PyYAML/translations.xml index 84034aec47..e6f03538b4 100644 --- a/programming/language/python3/python3-PyYAML/translations.xml +++ b/programming/language/python3/python3-PyYAML/translations.xml @@ -1,9 +1,8 @@ - python3-pyyaml + python3-PyYAML Python3 için yeni nesil YAML ayrıştırıcısı python3-pyyaml python3 için yeni nesil YAML ayrıştırıcısıdır. - From d7b1192efa21de02350172ce9d73707f756de3b7 Mon Sep 17 00:00:00 2001 From: blue-devil Date: Sat, 11 Jan 2020 12:56:24 +0000 Subject: [PATCH 12/12] python-urllib3:version bump --- .../language/python/python-urllib3/actions.py | 5 +--- .../language/python/python-urllib3/pspec.xml | 26 ++++++++++++------- .../python/python-urllib3/translations.xml | 4 +-- 3 files changed, 19 insertions(+), 16 deletions(-) diff --git a/programming/language/python/python-urllib3/actions.py b/programming/language/python/python-urllib3/actions.py index 5f751c3242..3e400723f2 100755 --- a/programming/language/python/python-urllib3/actions.py +++ b/programming/language/python/python-urllib3/actions.py @@ -5,12 +5,9 @@ # See the file http://www.gnu.org/licenses/gpl.txt from pisi.actionsapi import pythonmodules -from pisi.actionsapi import pisitools def build(): pythonmodules.compile() def install(): - pythonmodules.install() - - #pisitools.dodoc("AUTHORS", "BUGS", "ChangeLog", "COPYING", "NEWS", "README") + pythonmodules.install() \ No newline at end of file diff --git a/programming/language/python/python-urllib3/pspec.xml b/programming/language/python/python-urllib3/pspec.xml index 440db96659..de01ae69f4 100755 --- a/programming/language/python/python-urllib3/pspec.xml +++ b/programming/language/python/python-urllib3/pspec.xml @@ -1,5 +1,5 @@ - + python-urllib3 @@ -8,11 +8,12 @@ PisiLinux Community admins@pisilinux.org - Python + MIT + programming.language.python library - Yet another Python urllib - Yet another Python urllib - https://github.com/shazow/urllib3/archive/1.23.tar.gz + urllib3 is a powerful, sanity-friendly HTTP client for Python. + urllib3 is a powerful, sanity-friendly HTTP client for Python. Much of the Python ecosystem already uses urllib3 and you should too. urllib3 brings many critical features that are missing from the Python standard libraries. + https://github.com/urllib3/urllib3/archive/1.25.7.tar.gz python-devel python-setuptools @@ -21,16 +22,21 @@ python-urllib3 - - python - + urllib3 is a powerful, sanity-friendly HTTP client for Python. - /usr/lib - /usr/share/doc + /usr/lib/python2* + /usr/share/doc/python-urllib3 + + 2019-12-24 + 1.25.7 + Version bump. + Blue Devil + bluedevil@sctzine.com + 2018-08-30 1.23 diff --git a/programming/language/python/python-urllib3/translations.xml b/programming/language/python/python-urllib3/translations.xml index 1a99ddf3cc..a8fccdb59a 100755 --- a/programming/language/python/python-urllib3/translations.xml +++ b/programming/language/python/python-urllib3/translations.xml @@ -2,7 +2,7 @@ python-urllib3 - Yet another Python urllib - Yet another Python urllib + urllib3 güçlü ve akıl sağlığı dostu olan, python için HTTP istemcisi sunan bir kitaplıktır. + urllib3 güçlü ve akıl sağlığı dostu olan, python için HTTP istemcisi sunan bir kitaplıktır. urllib3 Python standart kütüphanesinde bulunmayan kritik özellikleri içerir.