diff --git a/programming/language/perl/perl-Crypt-PasswdMD5/actions.py b/programming/language/perl/perl-Crypt-PasswdMD5/actions.py index 4efdd8ba3b..83dfc9b466 100644 --- a/programming/language/perl/perl-Crypt-PasswdMD5/actions.py +++ b/programming/language/perl/perl-Crypt-PasswdMD5/actions.py @@ -22,4 +22,4 @@ def check(): def install(): perlmodules.install() - pisitools.dodoc("README") + pisitools.dodoc("Changes", "README") \ No newline at end of file diff --git a/programming/language/perl/perl-Crypt-PasswdMD5/pspec.xml b/programming/language/perl/perl-Crypt-PasswdMD5/pspec.xml index c3da66e12a..b162c2ac44 100644 --- a/programming/language/perl/perl-Crypt-PasswdMD5/pspec.xml +++ b/programming/language/perl/perl-Crypt-PasswdMD5/pspec.xml @@ -1,5 +1,5 @@ - + perl-Crypt-PasswdMD5 @@ -9,6 +9,7 @@ admins@pisilinux.org Artistic + programming.language.perl library Crypt::PasswdMD5 module for perl Provides various crypt()-compatible interfaces to the MD5-based crypt() function. @@ -21,6 +22,7 @@ perl-Crypt-PasswdMD5 + Crypt::PasswdMD5 module for perl perl @@ -32,6 +34,13 @@ + + 2020-01-02 + 1.40 + Rebuild for new toolchain + Blue Devil + bluedevil@sctzine.com + 2018-07-26 1.40 diff --git a/programming/language/perl/perl-Crypt-PasswdMD5/translations.xml b/programming/language/perl/perl-Crypt-PasswdMD5/translations.xml index 3c1258227c..bd571ab911 100644 --- a/programming/language/perl/perl-Crypt-PasswdMD5/translations.xml +++ b/programming/language/perl/perl-Crypt-PasswdMD5/translations.xml @@ -5,4 +5,4 @@ Perl için Crypt::PasswdMD5 modülü MD5 tabanlı crypt() fonksiyonu için, crypt() uyumlu çeşitli arayüzler sağlar. - + \ No newline at end of file diff --git a/programming/language/perl/perl-Digest-HMAC/actions.py b/programming/language/perl/perl-Digest-HMAC/actions.py index 336152d265..262fbd610b 100644 --- a/programming/language/perl/perl-Digest-HMAC/actions.py +++ b/programming/language/perl/perl-Digest-HMAC/actions.py @@ -5,8 +5,8 @@ # See the file http://www.gnu.org/licenses/gpl.txt from pisi.actionsapi import perlmodules -from pisi.actionsapi import get from pisi.actionsapi import pisitools +from pisi.actionsapi import get WorkDir = "%s-%s" % (get.srcNAME()[5:], get.srcVERSION()) @@ -21,3 +21,4 @@ def check(): def install(): perlmodules.install() + pisitools.dodoc("Changes","README") \ No newline at end of file diff --git a/programming/language/perl/perl-Digest-HMAC/pspec.xml b/programming/language/perl/perl-Digest-HMAC/pspec.xml index 9ccf395d24..035fc5d939 100644 --- a/programming/language/perl/perl-Digest-HMAC/pspec.xml +++ b/programming/language/perl/perl-Digest-HMAC/pspec.xml @@ -1,5 +1,5 @@ - + perl-Digest-HMAC @@ -9,6 +9,7 @@ admins@pisilinux.org Artistic + programming.language.perl library Keyed-Hashing for Message Authentication This Perl module provides HMAC-MD5 hashing. @@ -21,6 +22,7 @@ perl-Digest-HMAC + Keyed-Hashing for Message Authentication perl perl-Digest-SHA1 @@ -28,10 +30,18 @@ /usr/lib /usr/share/man + /usr/share/doc/perl-Digest-HMAC + + 2020-01-02 + 1.03 + Rebuild for new toolchain + Blue Devil + bluedevil@sctzine.com + 2018-07-26 1.03 diff --git a/programming/language/perl/perl-Digest-HMAC/translations.xml b/programming/language/perl/perl-Digest-HMAC/translations.xml index 820a9db15f..676e0ab144 100644 --- a/programming/language/perl/perl-Digest-HMAC/translations.xml +++ b/programming/language/perl/perl-Digest-HMAC/translations.xml @@ -2,7 +2,8 @@ perl-Digest-HMAC + HMAC-MD5 şifrelemesi sağlayan bir Perl modülü Bu Perl modülü HMAC-MD5 şifrelemesi sağlar. Este módulo Perl facilita hashing HMAC-MD5 - + \ No newline at end of file diff --git a/programming/language/perl/perl-Digest-MD5/actions.py b/programming/language/perl/perl-Digest-MD5/actions.py index fc6ee624fd..61b4486eee 100644 --- a/programming/language/perl/perl-Digest-MD5/actions.py +++ b/programming/language/perl/perl-Digest-MD5/actions.py @@ -16,12 +16,9 @@ def setup(): def build(): perlmodules.make() -# FIXME: test fails def check(): perlmodules.make("test") def install(): perlmodules.install() - - #perl-docs Conflicted - pisitools.remove("/usr/share/man/man3/Digest::MD5.3pm") \ No newline at end of file + pisitools.dodoc("Changes", "README") \ No newline at end of file diff --git a/programming/language/perl/perl-Digest-MD5/pspec.xml b/programming/language/perl/perl-Digest-MD5/pspec.xml index 71af7e0715..1e6aec77d2 100644 --- a/programming/language/perl/perl-Digest-MD5/pspec.xml +++ b/programming/language/perl/perl-Digest-MD5/pspec.xml @@ -1,5 +1,5 @@ - + perl-Digest-MD5 @@ -9,6 +9,7 @@ admins@pisilinux.org Artistic + programming.language.perl library Perl interface to the MD5 Algorithm Perl interface to the MD5 Algorithm @@ -20,6 +21,7 @@ perl-Digest-MD5 + Perl interface to the MD5 Algorithm perl @@ -33,6 +35,13 @@ + + 2020-01-02 + 2.55 + Rebuilt for new toolchain + Blue Devil + bluedevil@sctzine.com + 2018-07-26 2.55 diff --git a/programming/language/perl/perl-Digest-MD5/translations.xml b/programming/language/perl/perl-Digest-MD5/translations.xml index 29047d8542..bf1cd39559 100644 --- a/programming/language/perl/perl-Digest-MD5/translations.xml +++ b/programming/language/perl/perl-Digest-MD5/translations.xml @@ -3,6 +3,6 @@ perl-Digest-MD5 MD5 Algoritmasına perl arayüzü - MD5 Algoritmasına perl arayüzü + perl-Digest-MD5, MD5 Algoritmasına perl arayüzü sunar. - + \ No newline at end of file diff --git a/programming/language/perl/perl-Digest-SHA1/actions.py b/programming/language/perl/perl-Digest-SHA1/actions.py index 731ff053b8..5089f26a60 100644 --- a/programming/language/perl/perl-Digest-SHA1/actions.py +++ b/programming/language/perl/perl-Digest-SHA1/actions.py @@ -22,4 +22,4 @@ def check(): def install(): perlmodules.install() - pisitools.dodoc("Changes","README") + pisitools.dodoc("Changes","README") \ No newline at end of file diff --git a/programming/language/perl/perl-Digest-SHA1/pspec.xml b/programming/language/perl/perl-Digest-SHA1/pspec.xml index 41b4d59b0a..6d2ec384b7 100644 --- a/programming/language/perl/perl-Digest-SHA1/pspec.xml +++ b/programming/language/perl/perl-Digest-SHA1/pspec.xml @@ -1,5 +1,5 @@ - + perl-Digest-SHA1 @@ -9,6 +9,7 @@ admins@pisilinux.org Artistic + programming.language.perl library SHA1 message digest algorithm The Digest::SHA1 module allows you to use the NIST SHA-1 message digest algorithm from within Perl programs. The algorithm takes as input a message of arbitrary length and produces as output a 160-bit "fingerprint" or "message digest" of the input. @@ -31,6 +32,13 @@ + + 2020-01-02 + 2.13 + Rebuild for new toolchain + Blue Devil + bluedevil@sctzine.com + 2018-07-26 2.13 diff --git a/programming/language/perl/perl-Digest-SHA1/translations.xml b/programming/language/perl/perl-Digest-SHA1/translations.xml index 8c966f7724..1b561b5c14 100644 --- a/programming/language/perl/perl-Digest-SHA1/translations.xml +++ b/programming/language/perl/perl-Digest-SHA1/translations.xml @@ -2,7 +2,8 @@ perl-Digest-SHA1 + NIST SHA-1 mesaj özetleme algoritmasını Perl programlarında kullanabilmenizi sağlayan bir Perl modülü Bu modül NIST SHA-1 mesaj özetleme algoritmasını Perl programlarında kullanabilmenizi sağlar. Farklı uzunluklardaki mesajları alan algoritma, çıktı olarak 160 bitlik parmakizi veya mesaj özeti üretir. El módulo Digest::SHA1 permite usar el algoritmo NIST SHA-1 desde programas Perl. El algoritmo acepta como entrada un mensaje de longitud arbitraria y produce un "fingerprint" (huella digital) o "message digest" de 160-bit. - + \ No newline at end of file diff --git a/programming/language/perl/perl-Encode-Locale/pspec.xml b/programming/language/perl/perl-Encode-Locale/pspec.xml index a939f8c2a3..f53021d977 100644 --- a/programming/language/perl/perl-Encode-Locale/pspec.xml +++ b/programming/language/perl/perl-Encode-Locale/pspec.xml @@ -1,9 +1,9 @@ - + perl-Encode-Locale - http://search.cpan.org/~gaas/Encode-Locale-1.03/ + https://metacpan.org/release/Encode-Locale Osman Erkan osman.erkan@pisilinux.org @@ -21,6 +21,7 @@ perl-Encode-Locale + NAME::Encode::Locale - Determine the locale encoding perl @@ -31,6 +32,13 @@ + + 2020-01-07 + 1.05 + Rebuild for new toolchain + Blue Devil + bluedevil@sctzine.com + 2018-07-26 1.05 @@ -60,4 +68,4 @@ suvari@pisilinux.org - + \ No newline at end of file diff --git a/programming/language/perl/perl-Encode-Locale/translations.xml b/programming/language/perl/perl-Encode-Locale/translations.xml index 2f9797ebb5..3d777aef4e 100644 --- a/programming/language/perl/perl-Encode-Locale/translations.xml +++ b/programming/language/perl/perl-Encode-Locale/translations.xml @@ -2,8 +2,7 @@ perl-Encode-Locale - NAME::Encode::Locale - Determine the locale encoding - In many applications it's wise to let Perl use Unicode for the strings it processes. Most of the interfaces Perl has to the outside world are still byte based. Programs therefore need to decode byte strings that enter the program from the outside and encode them again on the way out. + NAME::Encode::Locale - yerel kodlamayi tespit eder. + Birçok uygulamada perl'ün söz katarları için unikod kullanmasını sağlamak akıllıca olur. Bu perl betiği unikod kullanmayı kolaylaştırır. - diff --git a/programming/language/perl/perl-Error/actions.py b/programming/language/perl/perl-Error/actions.py index 30b5d571f5..7a03cf5826 100644 --- a/programming/language/perl/perl-Error/actions.py +++ b/programming/language/perl/perl-Error/actions.py @@ -22,4 +22,4 @@ def check(): def install(): perlmodules.install() - pisitools.dodoc("ChangeLog", "README") + pisitools.dodoc("LICENSE", "README") \ No newline at end of file diff --git a/programming/language/perl/perl-Error/pspec.xml b/programming/language/perl/perl-Error/pspec.xml index 3e5eddd474..ea10c0118b 100644 --- a/programming/language/perl/perl-Error/pspec.xml +++ b/programming/language/perl/perl-Error/pspec.xml @@ -1,5 +1,5 @@ - + perl-Error @@ -9,25 +9,22 @@ admins@pisilinux.org Artistic + programming.language.perl library Error/exception handling in an OO-ish way The Error package provides two interfaces. Firstly Error provides a procedural interface to exception handling. Secondly Error is a base class for errors/exceptions that can either be thrown, for subsequent catch, or can simply be recorded. - http://search.cpan.org/CPAN/authors/id/S/SH/SHLOMIF/Error-0.17024.tar.gz + https://cpan.metacpan.org/authors/id/S/SH/SHLOMIF/Error-0.17028.tar.gz perl perl-Module-Build - perl-Test-Pod - perl-Test-Pod-Coverage perl-Error + Error/exception handling in an OO-ish way perl - perl-Module-Build - perl-Test-Pod - perl-Test-Pod-Coverage /usr/lib @@ -37,6 +34,13 @@ + + 2020-01-07 + 0.17028 + Version bump. + Blue Devil + bluedevil@sctzine.com + 2018-07-26 0.17024 diff --git a/programming/language/perl/perl-Error/translations.xml b/programming/language/perl/perl-Error/translations.xml index 219564b38a..984ea21aca 100644 --- a/programming/language/perl/perl-Error/translations.xml +++ b/programming/language/perl/perl-Error/translations.xml @@ -5,4 +5,4 @@ Hata/istisna yakalama ve işlemeye yarayan Nesne yönelimli mantıkla yazılmış bir perl modülü perl-Error, Hata/istisna yakalama ve işleme işlerini gören, Nesne yönelimli mantıkla yazılmış bir perl modülüdür. - + \ No newline at end of file diff --git a/programming/language/perl/perl-HTML-Parser/actions.py b/programming/language/perl/perl-HTML-Parser/actions.py index 731ff053b8..5089f26a60 100644 --- a/programming/language/perl/perl-HTML-Parser/actions.py +++ b/programming/language/perl/perl-HTML-Parser/actions.py @@ -22,4 +22,4 @@ def check(): def install(): perlmodules.install() - pisitools.dodoc("Changes","README") + pisitools.dodoc("Changes","README") \ No newline at end of file diff --git a/programming/language/perl/perl-HTML-Parser/pspec.xml b/programming/language/perl/perl-HTML-Parser/pspec.xml index c1b9dc6314..9237377df2 100644 --- a/programming/language/perl/perl-HTML-Parser/pspec.xml +++ b/programming/language/perl/perl-HTML-Parser/pspec.xml @@ -1,5 +1,5 @@ - + perl-HTML-Parser @@ -9,6 +9,7 @@ admins@pisilinux.org Artistic + programming.language.perl library HTML Parser The HTML-Parser distribution is a collection of modules that parse and extract information from HTML documents. @@ -22,6 +23,7 @@ perl-HTML-Parser + HTML Parser perl perl-HTML-Tagset @@ -34,6 +36,13 @@ + + 2020-01-02 + 3.72 + Rebuilt. + Blue Devil + bluedevil@sctzine.com + 2018-07-26 3.72 diff --git a/programming/language/perl/perl-HTML-Parser/translations.xml b/programming/language/perl/perl-HTML-Parser/translations.xml index aac28f43fa..8cca7db941 100644 --- a/programming/language/perl/perl-HTML-Parser/translations.xml +++ b/programming/language/perl/perl-HTML-Parser/translations.xml @@ -6,4 +6,4 @@ HTML-Parser yazılımı, HTML dökümanlarından bilgi ayrıştıran ve seçip çıkaran bir modüller kolleksiyonudur. La distribución HTML-Parser es una colección de módulos que analizan la sintaxis y extraen información de documentos HTML. - + \ No newline at end of file diff --git a/programming/language/perl/perl-HTML-Tagset/actions.py b/programming/language/perl/perl-HTML-Tagset/actions.py index 731ff053b8..5089f26a60 100644 --- a/programming/language/perl/perl-HTML-Tagset/actions.py +++ b/programming/language/perl/perl-HTML-Tagset/actions.py @@ -22,4 +22,4 @@ def check(): def install(): perlmodules.install() - pisitools.dodoc("Changes","README") + pisitools.dodoc("Changes","README") \ No newline at end of file diff --git a/programming/language/perl/perl-HTML-Tagset/pspec.xml b/programming/language/perl/perl-HTML-Tagset/pspec.xml index 5335d9325e..f13eec0dd4 100644 --- a/programming/language/perl/perl-HTML-Tagset/pspec.xml +++ b/programming/language/perl/perl-HTML-Tagset/pspec.xml @@ -1,5 +1,5 @@ - + perl-HTML-Tagset @@ -9,6 +9,7 @@ admins@pisilinux.org Artistic + programming.language.perl library Data tables useful in parsing HTML HTML-Tagset contains several data tables useful in various kinds of HTML parsing operations. @@ -20,6 +21,7 @@ perl-HTML-Tagset + Data tables useful in parsing HTML perl @@ -31,6 +33,13 @@ + + 2020-01-02 + 3.20 + Rebuilt. + Blue Devil + bluedevil@sctzine.com + 2018-09-08 3.20 diff --git a/programming/language/perl/perl-HTML-Tagset/translations.xml b/programming/language/perl/perl-HTML-Tagset/translations.xml index cdca9e3adf..de82b48a39 100644 --- a/programming/language/perl/perl-HTML-Tagset/translations.xml +++ b/programming/language/perl/perl-HTML-Tagset/translations.xml @@ -6,4 +6,4 @@ HTML-Tagset HTML ayrıştırmak için yararlı birçok bilgi tablosunu barındırır. HTML-Tagset contiene varios tablas de datos útiles para varias operaciones de parsear HTML. - + \ No newline at end of file diff --git a/programming/language/python/python-decorator/pspec.xml b/programming/language/python/python-decorator/pspec.xml index 67276fb543..ce986fc3e1 100644 --- a/programming/language/python/python-decorator/pspec.xml +++ b/programming/language/python/python-decorator/pspec.xml @@ -1,5 +1,5 @@ - + python-decorator @@ -9,10 +9,11 @@ admins@pisilinux.org BSD + programming.language.python library Python module to simplify the usage of decorators python-decorator simplifies the usage of decorators for the average programmer. - https://files.pythonhosted.org/packages/6f/24/15a229626c775aae5806312f6bf1e2a73785be3402c0acdec5dbddd8c11e/decorator-4.3.0.tar.gz + https://files.pythonhosted.org/packages/dc/c3/9d378af09f5737cfd524b844cd2fbb0d2263a35c11d712043daab290144d/decorator-4.4.1.tar.gz python-nose python-setuptools @@ -28,6 +29,13 @@ + + 2019-12-27 + 4.4.1 + Version bump. + Blue Devil + bluedevil@sctzine.com + 2018-08-19 4.3.0 diff --git a/programming/language/python/python-nose/pspec.xml b/programming/language/python/python-nose/pspec.xml index 1051c30b20..264c4f0ae2 100644 --- a/programming/language/python/python-nose/pspec.xml +++ b/programming/language/python/python-nose/pspec.xml @@ -1,5 +1,5 @@ - + python-nose @@ -9,6 +9,7 @@ admins@pisilinux.org LGPLv2.1 + programming.language.python library app:console A unittest extension offering automatic test suite discovery and easy test authoring @@ -21,6 +22,7 @@ python-nose + A unittest extension offering automatic test suite discovery and easy test authoring python @@ -33,6 +35,13 @@ + + 2019-12-29 + 1.3.7 + Rebuilt. + Blue Devil + bluedevil@sctzine.com + 2018-08-05 1.3.7 diff --git a/programming/language/python/python-packaging/actions.py b/programming/language/python/python-packaging/actions.py new file mode 100644 index 0000000000..f7061b4c29 --- /dev/null +++ b/programming/language/python/python-packaging/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/copyleft/gpl.txt + +from pisi.actionsapi import pythonmodules + +def build(): + pythonmodules.compile() + +def install(): + pythonmodules.install() \ No newline at end of file diff --git a/programming/language/python/python-packaging/pspec.xml b/programming/language/python/python-packaging/pspec.xml new file mode 100644 index 0000000000..d5ec7307e1 --- /dev/null +++ b/programming/language/python/python-packaging/pspec.xml @@ -0,0 +1,41 @@ + + + + + python-packaging + https://github.com/pypa/packaging + + Blue Devil + bluedevil@sctzine.com + + Apache + programming.language.python + library + Core utilities for Python packages + Core utilities for Python packages + https://github.com/pypa/packaging/archive/19.2.tar.gz + + python-setuptools + python-devel + + + + + python-packaging + Core utilities for Python packages + + /usr/lib/python2* + /usr/share/doc/python-packaging + + + + + + 2019-12-30 + 19.2 + First Release + Blue Devil + bluedevil@sctzine.com + + + diff --git a/programming/language/python/python-packaging/translations.xml b/programming/language/python/python-packaging/translations.xml new file mode 100644 index 0000000000..a78d936a8e --- /dev/null +++ b/programming/language/python/python-packaging/translations.xml @@ -0,0 +1,7 @@ + + + python-packaging + Python paketleri için çekirdek araçları. + python-packaging projesi python paketleri yapmayı kolaylaştıran, sürümleme, belirteçler işaretçiler gereklilikler(bağımlılık), etiketler ve araçları içerir. + + diff --git a/programming/language/python3/python3-Babel/actions.py b/programming/language/python3/python3-Babel/actions.py index d33354621c..5eb4872bae 100644 --- a/programming/language/python3/python3-Babel/actions.py +++ b/programming/language/python3/python3-Babel/actions.py @@ -4,23 +4,19 @@ # Licensed under the GNU General Public License, version 3. # See the file http://www.gnu.org/licenses/gpl.txt -from pisi.actionsapi import pisitools from pisi.actionsapi import pythonmodules from pisi.actionsapi import shelltools -from pisi.actionsapi import get +from pisi.actionsapi import pisitools -#WorkDir = "Babel-%s" % get.srcVERSION() - -htmltxt = "%s/%s/html" % (get.docDIR(), get.srcNAME()) +def setup(): + shelltools.system("mkdir -p cldr") + shelltools.system("cp core.zip cldr/cldr-core-35.1.zip") def build(): - shelltools.system('sed -i "s:pybabel:&3:g" setup.py') - shelltools.system("python3 setup.py import_cldr") - #pythonmodules.compile() + pythonmodules.run("setup.py import_cldr", pyVer="3") + pythonmodules.compile(pyVer="3") def install(): pythonmodules.install(pyVer="3") - pisitools.dohtml("docs/") - #pisitools.insinto(htmltxt, "docs/*.txt") - pisitools.dodoc("LICENSE","AUTHORS","README*") + pisitools.dohtml("docs/") \ No newline at end of file diff --git a/programming/language/python3/python3-Babel/pspec.xml b/programming/language/python3/python3-Babel/pspec.xml index 271667effa..3ac9190a62 100644 --- a/programming/language/python3/python3-Babel/pspec.xml +++ b/programming/language/python3/python3-Babel/pspec.xml @@ -1,5 +1,5 @@ - + python3-Babel @@ -9,32 +9,41 @@ admins@pisilinux.org BSD + programming.language.python3 library A collection of tools for internationalizing Python applications Babel is composed of two major parts: 1) tools to build and work with gettext message catalogs , 2) a Python interface to the CLDR (Common Locale Data Repository), providing access to various locale display names, localized number and date formatting, etc. - https://github.com/python-babel/babel/archive/v2.6.0.tar.gz + https://github.com/python-babel/babel/archive/v2.7.0.tar.gz + https://www.unicode.org/Public/cldr/35.1/core.zip + python3-setuptools python3-devel python3-pytz - python3-devel - python3-setuptools python3-Babel + A collection of tools for internationalizing Python applications python3-pytz - python3-setuptools + python3 /usr/bin - /usr/lib + /usr/lib/python3* /usr/share/doc/python3-Babel + + 2019-12-30 + 2.7.0 + Version bump. + Blue Devil + bluedevil@sctzine.com + 2019-01-28 2.6.0 diff --git a/programming/language/python3/python3-Jinja2/actions.py b/programming/language/python3/python3-Jinja2/actions.py index f7705b57e9..2cbab6a32d 100644 --- a/programming/language/python3/python3-Jinja2/actions.py +++ b/programming/language/python3/python3-Jinja2/actions.py @@ -6,25 +6,13 @@ from pisi.actionsapi import pythonmodules from pisi.actionsapi import pisitools -from pisi.actionsapi import autotools -from pisi.actionsapi import shelltools from pisi.actionsapi import get examples = "%s/%s/examples" % (get.docDIR(), get.srcNAME()) -WorkDir = "Jinja2-%s" % get.srcVERSION() - def build(): pythonmodules.compile(pyVer="3") def install(): pythonmodules.install(pyVer="3") - - pisitools.insinto(examples, "examples/*") - - #Create docs with python-Sphinx - #shelltools.cd("docs") - #autotools.make("html") - #shelltools.cd("..") - #pisitools.dohtml("Jinja2-%s/docs/_build/html/*" % get.srcVERSION()) - pisitools.dodoc("CHANGES*", "README*") + pisitools.insinto(examples, "examples/*") \ No newline at end of file diff --git a/programming/language/python3/python3-Jinja2/pspec.xml b/programming/language/python3/python3-Jinja2/pspec.xml index 45e5bb8b5b..abdb77ffac 100644 --- a/programming/language/python3/python3-Jinja2/pspec.xml +++ b/programming/language/python3/python3-Jinja2/pspec.xml @@ -9,6 +9,7 @@ admins@pisilinux.org as-is + programming.language.python3 app:console A small but fast and easy to use stand-alone template engine written in pure python Jinja2 is the rewritten version of Jinja, sandboxed template engine written in pure Python. It provides a Django like non-XML syntax and compiles templates into executable python code. It's basically a combination of Django templates and python code. @@ -26,8 +27,10 @@ python3-Jinja2 + A small but fast and easy to use stand-alone template engine written in pure python python3-MarkupSafe + python3 /usr/lib/python3* @@ -37,12 +40,20 @@ python3-Jinja2-docs + Documentation files for python3-Jinja2 /usr/share/doc/python3-Jinja2 + + 2019-12-30 + 2.10.3 + Rebuilt w/ py3.8 and clean. + Blue Devil + bluedevil@sctzine.com + 2019-11-04 2.10.3 diff --git a/programming/language/python3/python3-Jinja2/translations.xml b/programming/language/python3/python3-Jinja2/translations.xml index beb5143508..1f5532ed7a 100644 --- a/programming/language/python3/python3-Jinja2/translations.xml +++ b/programming/language/python3/python3-Jinja2/translations.xml @@ -9,5 +9,6 @@ python-Jinja2-docs python3-Jinja2 için belgelendirme dosyaları + python3-Jinja2-docs, python3-Jinja2 için belgelendirme dosyaları içerir. diff --git a/programming/language/python3/python3-certifi/actions.py b/programming/language/python3/python3-certifi/actions.py new file mode 100644 index 0000000000..1eee91d6bb --- /dev/null +++ b/programming/language/python3/python3-certifi/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-certifi/pspec.xml b/programming/language/python3/python3-certifi/pspec.xml new file mode 100644 index 0000000000..501a7c2111 --- /dev/null +++ b/programming/language/python3/python3-certifi/pspec.xml @@ -0,0 +1,51 @@ + + + + + python3-certifi + https://certifi.io/ + + Blue DeviL + bluedevil@sctzine.com + + MPL-2.0 + programming.language.python3 + library + Python3 package for providing Mozilla's CA Bundle + Certifi is a carefully curated collection of Root Certificates for validating the trustworthiness of SSL certificates while verifying the identity of TLS hosts. + https://files.pythonhosted.org/packages/41/bf/9d214a5af07debc6acf7f3f257265618f1db242a3f8e49a9b516f24523a6/certifi-2019.11.28.tar.gz + + python3-setuptools + python3-devel + + + + + python3-certifi + certifi module for python3 + + python3 + + + /usr/lib/python3* + /usr/share/doc/python3-certifi + + + + + + 2019-12-11 + 2019.11.28 + Rebuilt. + Blue DeviL + bluedevil@sctzine.com + + + 2019-12-07 + 2019.9.11 + First release + Blue DeviL + bluedevil@sctzine.com + + + diff --git a/programming/language/python3/python3-certifi/translations.xml b/programming/language/python3/python3-certifi/translations.xml new file mode 100644 index 0000000000..68b7fbe5b9 --- /dev/null +++ b/programming/language/python3/python3-certifi/translations.xml @@ -0,0 +1,8 @@ + + + + python3-certifi + Certifi, Mozillanın sertifikalarını sağlayan python3 kitaplığıdır. + Certifi, TLS sahiplerinin SSL sertifikalarını doğrulanmasını sağlayan, kök sertifikalarının toplandığı bir kitaplıktır. + + \ No newline at end of file diff --git a/programming/language/python3/python3-decorator/pspec.xml b/programming/language/python3/python3-decorator/pspec.xml index 382eb93ed8..79e72854f1 100644 --- a/programming/language/python3/python3-decorator/pspec.xml +++ b/programming/language/python3/python3-decorator/pspec.xml @@ -1,18 +1,19 @@ - + python3-decorator - http://www.phyast.pitt.edu/~micheles/python/ + https://pypi.org/project/decorator/ PisiLinux Community admins@pisilinux.org BSD + programming.language.python3 library Python3 module to simplify the usage of decorators python-decorator simplifies the usage of decorators for the average programmer. - https://files.pythonhosted.org/packages/6f/24/15a229626c775aae5806312f6bf1e2a73785be3402c0acdec5dbddd8c11e/decorator-4.3.0.tar.gz + https://files.pythonhosted.org/packages/dc/c3/9d378af09f5737cfd524b844cd2fbb0d2263a35c11d712043daab290144d/decorator-4.4.1.tar.gz python3-nose python3-setuptools @@ -21,13 +22,24 @@ python3-decorator + Python3 module to simplify the usage of decorators + + python3 + - /usr/lib - /usr/share/doc + /usr/lib/python3* + /usr/share/doc/python3-decorator + + 2019-12-27 + 4.4.1 + Version bump. + Blue Devil + bluedevil@sctzine.com + 2018-08-30 4.3.0 diff --git a/programming/language/python3/python3-decorator/translations.xml b/programming/language/python3/python3-decorator/translations.xml index 8437dc1068..d65ad71497 100644 --- a/programming/language/python3/python3-decorator/translations.xml +++ b/programming/language/python3/python3-decorator/translations.xml @@ -1,8 +1,8 @@ - python-decorator + python3-decorator Dekoratör kullanımını kolaylaştıran python modulü - python-decorator, ortalama bir Python programcısı için dekoratör kullanımını basitleştirir. + python3-decorator, ortalama bir Python programcısı için dekoratör kullanımını basitleştirir. diff --git a/programming/language/python3/python3-imagesize/actions.py b/programming/language/python3/python3-imagesize/actions.py index 3eae8ea161..1624efcbe6 100644 --- a/programming/language/python3/python3-imagesize/actions.py +++ b/programming/language/python3/python3-imagesize/actions.py @@ -4,10 +4,8 @@ # Licensed under the GNU General Public License, version 3. # See the file http://www.gnu.org/licenses/gpl.txt -from pisi.actionsapi import pisitools from pisi.actionsapi import pythonmodules -from pisi.actionsapi import shelltools -from pisi.actionsapi import get +from pisi.actionsapi import pisitools def build(): @@ -16,4 +14,4 @@ def build(): def install(): pythonmodules.install(pyVer="3") - pisitools.dodoc("LICENSE*", "README*") + pisitools.dodoc("LICENSE*") \ No newline at end of file diff --git a/programming/language/python3/python3-imagesize/pspec.xml b/programming/language/python3/python3-imagesize/pspec.xml index b5cab52067..6ba5ed9984 100644 --- a/programming/language/python3/python3-imagesize/pspec.xml +++ b/programming/language/python3/python3-imagesize/pspec.xml @@ -1,5 +1,5 @@ - + python3-imagesize @@ -9,29 +9,38 @@ admins@pisilinux.org BSD + programming.language.python3 library Getting image size from png/jpeg/jpeg2000/gif file. This module analyzes jpeg/jpeg2000/png/gif image header and return image size. - https://files.pythonhosted.org/packages/c6/3f/1db2da33804e8d7ef3a868b27b7bdc1aae6a4f693f0162d2aeeaf503864f/imagesize-1.0.0.tar.gz + https://files.pythonhosted.org/packages/e4/9f/0452b459c8ba97e07c3cd2bd243783936a992006cf4cd1353c314a927028/imagesize-1.2.0.tar.gz - python3-devel python3-setuptools + python3-devel python3-imagesize + Getting image size from png/jpeg/jpeg2000/gif file. - python3-setuptools + python3 /usr/bin - /usr/lib - /usr/share/doc + /usr/lib/python3* + /usr/share/doc/python3-imagesize + + 2019-12-30 + 1.2.0 + Version bump. + Blue Devil + bluedevil@sctzine.com + 2019-01-28 1.0.0 diff --git a/programming/language/python3/python3-nose/pspec.xml b/programming/language/python3/python3-nose/pspec.xml index b4c99b8a2c..b5e1f2e25b 100644 --- a/programming/language/python3/python3-nose/pspec.xml +++ b/programming/language/python3/python3-nose/pspec.xml @@ -1,39 +1,48 @@ - + python3-nose - http://somethingaboutorange.com/mrl/projects/nose/ + https://readthedocs.org/docs/nose/ PisiLinux Community admins@pisilinux.org LGPLv2.1 + programming.language.python3 library app:console A unittest extension offering automatic test suite discovery and easy test authoring python-nose provides an alternate test discovery and running process for unittest, one that is intended to mimic the behavior of py.test as much as is reasonably possible without resorting to too much magic. https://pypi.python.org/packages/source/n/nose/nose-1.3.7.tar.gz - python3-devel - python3-setuptools + python3-devel + python3-setuptools python3-nose + A unittest extension offering automatic test suite discovery and easy test authoring - python3 + python3 - /usr/lib - /usr/bin /usr/share/man - /usr/share/doc + /usr/bin + /usr/lib/python3* + /usr/share/doc/python3-nose + + 2019-12-12 + 1.3.7 + Rebuilt. + Blue DeviL + bluedevil@sctzine.com + 2018-08-30 1.3.7 diff --git a/programming/language/python3/python3-snowballstemmer/actions.py b/programming/language/python3/python3-snowballstemmer/actions.py new file mode 100644 index 0000000000..c69b36c10d --- /dev/null +++ b/programming/language/python3/python3-snowballstemmer/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("-O1", pyVer="3") \ No newline at end of file diff --git a/programming/language/python3/python3-snowballstemmer/pspec.xml b/programming/language/python3/python3-snowballstemmer/pspec.xml new file mode 100644 index 0000000000..dfcd133a4e --- /dev/null +++ b/programming/language/python3/python3-snowballstemmer/pspec.xml @@ -0,0 +1,51 @@ + + + + + python3-snowballstemmer + https://snowballstem.org/ + + Blue Devil + bluedevil@sctzine.com + + BSD + programming.language.python3 + library + Snowball stemming library collection for Python3 + Snowball is a small string processing language designed for creating stemming algorithms for use in Information Retrieval. + https://pypi.python.org/packages/source/s/snowballstemmer/snowballstemmer-2.0.0.tar.gz + + python3-setuptools + python3-devel + + + + + python3-snowballstemmer + snowballstemmer module for python3 + + python3 + + + /usr/lib/python3* + /usr/share/doc/python3-snowballstemmer + + + + + + 2019-12-06 + 2.0.0 + Rebuilt w/ py3.8 + Blue Devil + bluedevil@sctzine.com + + + 2019-12-06 + 2.0.0 + First pisi release + Blue Devil + bluedevil@sctzine.com + + + diff --git a/programming/language/python3/python3-snowballstemmer/translations.xml b/programming/language/python3/python3-snowballstemmer/translations.xml new file mode 100644 index 0000000000..021e52409f --- /dev/null +++ b/programming/language/python3/python3-snowballstemmer/translations.xml @@ -0,0 +1,8 @@ + + + + python3-snowballstemmer + Snowball, python3 için sözcük kökeni bulma kitaplığıdır. + Snowball, sıklıkla kullanılan bilgi çekme yapılırken kullanılan sözcük kökü bulma işlemi için yaratılmış küçük bir sözcük işleme kitaplığıdır. + + \ No newline at end of file diff --git a/programming/language/python3/python3-sphinx-alabaster-theme/actions.py b/programming/language/python3/python3-sphinx-alabaster-theme/actions.py index 3eae8ea161..cbcb8f4043 100644 --- a/programming/language/python3/python3-sphinx-alabaster-theme/actions.py +++ b/programming/language/python3/python3-sphinx-alabaster-theme/actions.py @@ -4,16 +4,10 @@ # Licensed under the GNU General Public License, version 3. # See the file http://www.gnu.org/licenses/gpl.txt -from pisi.actionsapi import pisitools from pisi.actionsapi import pythonmodules -from pisi.actionsapi import shelltools -from pisi.actionsapi import get - def build(): pythonmodules.compile(pyVer="3") def install(): - pythonmodules.install(pyVer="3") - - pisitools.dodoc("LICENSE*", "README*") + pythonmodules.install(pyVer="3") \ No newline at end of file diff --git a/programming/language/python3/python3-sphinx-alabaster-theme/pspec.xml b/programming/language/python3/python3-sphinx-alabaster-theme/pspec.xml index 089049e6ce..09a9864997 100644 --- a/programming/language/python3/python3-sphinx-alabaster-theme/pspec.xml +++ b/programming/language/python3/python3-sphinx-alabaster-theme/pspec.xml @@ -1,37 +1,45 @@ - + python3-sphinx-alabaster-theme - https://github.com/shibukawa/imagesize_py + https://github.com/bitprophet/alabaster PisiLinux Community admins@pisilinux.org BSD + programming.language.python3 library Sphinx default theme. Alabaster is a visually (c)lean, responsive, configurable theme for the Sphinx documentation system. It is Python 2+3 compatible. - https://github.com/bitprophet/alabaster/archive/0.7.11.tar.gz + https://github.com/bitprophet/alabaster/archive/0.7.12.tar.gz> - python3-devel python3-setuptools + python3-devel python3-sphinx-alabaster-theme + Sphinx default theme. - python3-setuptools + python3 - /usr/bin - /usr/lib - /usr/share/doc + /usr/lib/python3* + /usr/share/doc/python3-sphinx-alabaster-theme + + 2019-12-30 + 0.7.12 + Version bump. + Blue Devil + bluedevil@sctzine.com + 2019-01-28 0.7.11 diff --git a/programming/language/python3/python3-sphinx/actions.py b/programming/language/python3/python3-sphinx/actions.py index a2c56a2fa0..cbcb8f4043 100644 --- a/programming/language/python3/python3-sphinx/actions.py +++ b/programming/language/python3/python3-sphinx/actions.py @@ -5,21 +5,9 @@ # See the file http://www.gnu.org/licenses/gpl.txt from pisi.actionsapi import pythonmodules -from pisi.actionsapi import pisitools -from pisi.actionsapi import shelltools -from pisi.actionsapi import get - -#WorkDir = "Sphinx-%s" % get.srcVERSION() def build(): - shelltools.system('sed -i "s:sphinx-apidoc:&3:g" setup.py') - shelltools.system('sed -i "s:sphinx-autogen:&3:g" setup.py') - shelltools.system('sed -i "s:sphinx-build:&3:g" setup.py') - shelltools.system('sed -i "s:sphinx-quickstart:&3:g" setup.py') pythonmodules.compile(pyVer="3") def install(): - pythonmodules.install(pyVer="3") - - pisitools.dodoc("CHANGES", "EXAMPLES") - + pythonmodules.install(pyVer="3") \ No newline at end of file diff --git a/programming/language/python3/python3-sphinx/pspec.xml b/programming/language/python3/python3-sphinx/pspec.xml index 576c950fdc..74a4978b5f 100644 --- a/programming/language/python3/python3-sphinx/pspec.xml +++ b/programming/language/python3/python3-sphinx/pspec.xml @@ -3,29 +3,21 @@ python3-sphinx - http://sphinx.pocoo.org + https://www.sphinx-doc.org/ PisiLinux Community admins@pisilinux.org - as-is + BSD + programming.language.python3 app:console + library Python documentation generator. It can generate HTML or Latex outputs It's a very common documentation generator especially using for python3 based documentation.It can generate HTML or PDF, Ps outputs with Latex output support. - https://files.pythonhosted.org/packages/8b/7e/b188d9a3b9c938e736e02a74c1363c2888e095d770df2c72b4c312f9fdcb/Sphinx-1.6.5.tar.gz + https://files.pythonhosted.org/packages/d3/32/96bbaccabdb6d0d1cec1067d71bd50cd18e93aed18216eafbe2afb85ac2d/Sphinx-2.3.1.tar.gz - docutils - python3-docutils - python3-six - python3-devel - python3-requests python3-setuptools - python3-sphinx-alabaster-theme - python3-Babel - python3-imagesize - python3-Pygments - python3-Jinja2 - python3-MarkupSafe + python3-devel @@ -34,10 +26,27 @@ python3-sphinx - docutils + python3-sphinxcontrib-serializinghtml + python3-sphinxcontrib-websupport + python3-sphinxcontrib-applehelp + python3-sphinx-alabaster-theme + python3-sphinxcontrib-htmlhelp + python3-sphinxcontrib-devhelp + python3-sphinxcontrib-jsmath + python3-sphinxcontrib-qthelp + python3-snowballstemmer + python3-setuptools + python3-imagesize + python3-packaging + python3-pyparsing python3-docutils python3-Pygments + python3-requests + python3-certifi python3-Jinja2 + python3-Babel + python3-six + python3 /usr/bin @@ -49,12 +58,22 @@ python3-sphinx-docs Documentation files for python3-sphinx + + python3-sphinx + /usr/share/doc/python3-sphinx + + 2019-12-30 + 2.3.1 + Version bump. + Blue Devil + bluedevil@sctzine.com + 2019-12-06 1.6.5 diff --git a/programming/language/python3/python3-sphinx/translations.xml b/programming/language/python3/python3-sphinx/translations.xml index 3dee8f873b..f425c62f6d 100644 --- a/programming/language/python3/python3-sphinx/translations.xml +++ b/programming/language/python3/python3-sphinx/translations.xml @@ -9,5 +9,6 @@ python-sphinx-docs python3-sphinx için belgelendirme dosyaları + python3-sphinx-docs, python3-sphinx için belgelendirme dosyaları içerir. diff --git a/programming/language/python3/python3-sphinxcontrib-applehelp/actions.py b/programming/language/python3/python3-sphinxcontrib-applehelp/actions.py new file mode 100644 index 0000000000..cbcb8f4043 --- /dev/null +++ b/programming/language/python3/python3-sphinxcontrib-applehelp/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-sphinxcontrib-applehelp/pspec.xml b/programming/language/python3/python3-sphinxcontrib-applehelp/pspec.xml new file mode 100644 index 0000000000..295b26cd17 --- /dev/null +++ b/programming/language/python3/python3-sphinxcontrib-applehelp/pspec.xml @@ -0,0 +1,44 @@ + + + + + python3-sphinxcontrib-applehelp + https://github.com/sphinx-doc/sphinxcontrib-applehelp + + Blue Devil + bluedevil@sctzine.com + + BSD + programming.language.python3 + library + Sphinx extension which outputs Apple help books. + sphinxcontrib-applehelp is a sphinx extension which outputs Apple help books. + https://github.com/sphinx-doc/sphinxcontrib-applehelp/archive/1.0.1.tar.gz + + python3-setuptools + python3-devel + + + + + python3-sphinxcontrib-applehelp + sphinxcontrib-applehelp module for python + + python3 + + + /usr/lib/python3* + /usr/share/doc/python3-sphinxcontrib-applehelp + + + + + + 2019-12-30 + 1.0.1 + First pisi release + Blue Devil + bluedevil@sctzine.com + + + \ No newline at end of file diff --git a/programming/language/python3/python3-sphinxcontrib-applehelp/translations.xml b/programming/language/python3/python3-sphinxcontrib-applehelp/translations.xml new file mode 100644 index 0000000000..e26a4c3a98 --- /dev/null +++ b/programming/language/python3/python3-sphinxcontrib-applehelp/translations.xml @@ -0,0 +1,8 @@ + + + + python3-sphinxcontrib-applehelp + Apple yardım kitapları olarak çıktı verebilen sphinx genişleme modülüdür. + python3-sphinxcontrib-applehelp, Apple yardım kitapları olarak çıktı verebilen sphinx genişleme modülüdür. + + diff --git a/programming/language/python3/python3-sphinxcontrib-devhelp/actions.py b/programming/language/python3/python3-sphinxcontrib-devhelp/actions.py new file mode 100644 index 0000000000..cbcb8f4043 --- /dev/null +++ b/programming/language/python3/python3-sphinxcontrib-devhelp/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-sphinxcontrib-devhelp/pspec.xml b/programming/language/python3/python3-sphinxcontrib-devhelp/pspec.xml new file mode 100644 index 0000000000..0acc1b1fc5 --- /dev/null +++ b/programming/language/python3/python3-sphinxcontrib-devhelp/pspec.xml @@ -0,0 +1,44 @@ + + + + + python3-sphinxcontrib-devhelp + https://github.com/sphinx-doc/sphinxcontrib-devhelp + + Blue Devil + bluedevil@sctzine.com + + BSD + programming.language.python3 + library + Sphinx extension which outputs Devhelp document. + sphinxcontrib-devhelp is a sphinx extension which outputs Devhelp document. + https://github.com/sphinx-doc/sphinxcontrib-devhelp/archive/1.0.1.tar.gz + + python3-setuptools + python3-devel + + + + + python3-sphinxcontrib-devhelp + sphinxcontrib-devhelp module for python + + python3 + + + /usr/lib/python3* + /usr/share/doc/python3-sphinxcontrib-devhelp + + + + + + 2019-12-30 + 1.0.1 + First pisi release + Blue Devil + bluedevil@sctzine.com + + + \ No newline at end of file diff --git a/programming/language/python3/python3-sphinxcontrib-devhelp/translations.xml b/programming/language/python3/python3-sphinxcontrib-devhelp/translations.xml new file mode 100644 index 0000000000..315c59a5ef --- /dev/null +++ b/programming/language/python3/python3-sphinxcontrib-devhelp/translations.xml @@ -0,0 +1,8 @@ + + + + python3-sphinxcontrib-devhelp + Devhelp belgesi olarak çıktı verebilen sphinx genişleme modülüdür. + python3-sphinxcontrib-devhelp, Devhelp belgesi olarak çıktı verebilen sphinx genişleme modülüdür. + + diff --git a/programming/language/python3/python3-sphinxcontrib-htmlhelp/actions.py b/programming/language/python3/python3-sphinxcontrib-htmlhelp/actions.py new file mode 100644 index 0000000000..cbcb8f4043 --- /dev/null +++ b/programming/language/python3/python3-sphinxcontrib-htmlhelp/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-sphinxcontrib-htmlhelp/pspec.xml b/programming/language/python3/python3-sphinxcontrib-htmlhelp/pspec.xml new file mode 100644 index 0000000000..464b87bbf0 --- /dev/null +++ b/programming/language/python3/python3-sphinxcontrib-htmlhelp/pspec.xml @@ -0,0 +1,44 @@ + + + + + python3-sphinxcontrib-htmlhelp + https://github.com/sphinx-doc/sphinxcontrib-htmlhelp + + Blue Devil + bluedevil@sctzine.com + + BSD + programming.language.python3 + library + Sphinx extension which renders HTML help files. + sphinxcontrib-htmlhelp is a sphinx extension which renders HTML help files. + https://github.com/sphinx-doc/sphinxcontrib-htmlhelp/archive/1.0.2.tar.gz + + python3-setuptools + python3-devel + + + + + python3-sphinxcontrib-htmlhelp + sphinxcontrib-htmlhelp module for python + + python3 + + + /usr/lib/python3* + /usr/share/doc/python3-sphinxcontrib-htmlhelp + + + + + + 2019-12-30 + 1.0.2 + First pisi release + Blue Devil + bluedevil@sctzine.com + + + \ No newline at end of file diff --git a/programming/language/python3/python3-sphinxcontrib-htmlhelp/translations.xml b/programming/language/python3/python3-sphinxcontrib-htmlhelp/translations.xml new file mode 100644 index 0000000000..d57b7acd68 --- /dev/null +++ b/programming/language/python3/python3-sphinxcontrib-htmlhelp/translations.xml @@ -0,0 +1,8 @@ + + + + python3-sphinxcontrib-htmlhelp + python3-sphinxcontrib-htmlhelp, html yardım dosyalarını işleyebilir/görüntüleyebilir. + python3-sphinxcontrib-htmlhelp, html yardım dosyalarını işleyebilen/görüntüleyebilen sphinx genişleme modülüdür. + + diff --git a/programming/language/python3/python3-sphinxcontrib-jsmath/actions.py b/programming/language/python3/python3-sphinxcontrib-jsmath/actions.py new file mode 100644 index 0000000000..cbcb8f4043 --- /dev/null +++ b/programming/language/python3/python3-sphinxcontrib-jsmath/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-sphinxcontrib-jsmath/pspec.xml b/programming/language/python3/python3-sphinxcontrib-jsmath/pspec.xml new file mode 100644 index 0000000000..c31cbd222f --- /dev/null +++ b/programming/language/python3/python3-sphinxcontrib-jsmath/pspec.xml @@ -0,0 +1,44 @@ + + + + + python3-sphinxcontrib-jsmath + https://github.com/sphinx-doc/sphinxcontrib-jsmath + + Blue Devil + bluedevil@sctzine.com + + BSD + programming.language.python3 + library + Sphinx extension which renders display math in HTML via JavaScript. + sphinxcontrib-jsmath is a sphinx extension which renders display math in HTML via JavaScript. + https://github.com/sphinx-doc/sphinxcontrib-jsmath/archive/1.0.1.tar.gz + + python3-setuptools + python3-devel + + + + + python3-sphinxcontrib-jsmath + sphinxcontrib-jsmath module for python + + python3 + + + /usr/lib/python3* + /usr/share/doc/python3-sphinxcontrib-jsmath + + + + + + 2019-12-30 + 1.0.1 + First pisi release + Blue Devil + bluedevil@sctzine.com + + + \ No newline at end of file diff --git a/programming/language/python3/python3-sphinxcontrib-jsmath/translations.xml b/programming/language/python3/python3-sphinxcontrib-jsmath/translations.xml new file mode 100644 index 0000000000..9b139fcd30 --- /dev/null +++ b/programming/language/python3/python3-sphinxcontrib-jsmath/translations.xml @@ -0,0 +1,8 @@ + + + + python3-sphinxcontrib-jsmath + python3-sphinxcontrib-jsmath, javascript kullanarak html içerisinde matematiksel karakterlerin görüntülenmesini sağlar. + python3-sphinxcontrib-jsmath, javascript kullanarak html içerisinde matematiksel karakterlerin görüntülenmesini sağlayan sphinx genisleme modülüdür. + + diff --git a/programming/language/python3/python3-sphinxcontrib-qthelp/actions.py b/programming/language/python3/python3-sphinxcontrib-qthelp/actions.py new file mode 100644 index 0000000000..cbcb8f4043 --- /dev/null +++ b/programming/language/python3/python3-sphinxcontrib-qthelp/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-sphinxcontrib-qthelp/pspec.xml b/programming/language/python3/python3-sphinxcontrib-qthelp/pspec.xml new file mode 100644 index 0000000000..4e222ac387 --- /dev/null +++ b/programming/language/python3/python3-sphinxcontrib-qthelp/pspec.xml @@ -0,0 +1,44 @@ + + + + + python3-sphinxcontrib-qthelp + https://github.com/sphinx-doc/sphinxcontrib-qthelp + + Blue Devil + bluedevil@sctzine.com + + BSD + programming.language.python3 + library + Sphinx extension which outputs Qthelp document. + sphinxcontrib-qthelp is a sphinx extension which outputs QtHelp document + https://github.com/sphinx-doc/sphinxcontrib-qthelp/archive/1.0.2.tar.gz + + python3-setuptools + python3-devel + + + + + python3-sphinxcontrib-qthelp + sphinxcontrib-qthelp module for python + + python3 + + + /usr/lib/python3* + /usr/share/doc/python3-sphinxcontrib-qthelp + + + + + + 2019-12-30 + 1.0.2 + First pisi release + Blue Devil + bluedevil@sctzine.com + + + diff --git a/programming/language/python3/python3-sphinxcontrib-qthelp/translations.xml b/programming/language/python3/python3-sphinxcontrib-qthelp/translations.xml new file mode 100644 index 0000000000..9d74d739c9 --- /dev/null +++ b/programming/language/python3/python3-sphinxcontrib-qthelp/translations.xml @@ -0,0 +1,8 @@ + + + + python3-sphinxcontrib-qthelp + Qthelp belgesi olarak çıktı verebilen sphinx genişleme modülüdür. + python3-sphinxcontrib-qthelp, Qthelp belgesi olarak çıktı verebilen sphinx genişleme modülüdür. + + diff --git a/programming/language/python3/python3-sphinxcontrib-serializinghtml/actions.py b/programming/language/python3/python3-sphinxcontrib-serializinghtml/actions.py new file mode 100644 index 0000000000..cbcb8f4043 --- /dev/null +++ b/programming/language/python3/python3-sphinxcontrib-serializinghtml/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-sphinxcontrib-serializinghtml/pspec.xml b/programming/language/python3/python3-sphinxcontrib-serializinghtml/pspec.xml new file mode 100644 index 0000000000..a646a1f958 --- /dev/null +++ b/programming/language/python3/python3-sphinxcontrib-serializinghtml/pspec.xml @@ -0,0 +1,44 @@ + + + + + python3-sphinxcontrib-serializinghtml + https://github.com/sphinx-doc/sphinxcontrib-serializinghtml + + Blue Devil + bluedevil@sctzine.com + + BSD + programming.language.python3 + library + Sphinx extension which outputs "serialized" HTML files (json and pickle). + sphinxcontrib-serializinghtml is a sphinx extension which outputs "serialized" HTML files (json and pickle). + https://files.pythonhosted.org/packages/cd/cc/fd7d17cfae18e5a92564bb899bc05e13260d7a633f3cffdaad4e5f3ce46a/sphinxcontrib-serializinghtml-1.1.3.tar.gz + + python3-setuptools + python3-devel + + + + + python3-sphinxcontrib-serializinghtml + sphinxcontrib-serializinghtml module for python + + python3 + + + /usr/lib/python3* + /usr/share/doc/python3-sphinxcontrib-serializinghtml + + + + + + 2019-12-30 + 1.1.3 + First pisi release + Blue Devil + bluedevil@sctzine.com + + + \ No newline at end of file diff --git a/programming/language/python3/python3-sphinxcontrib-serializinghtml/translations.xml b/programming/language/python3/python3-sphinxcontrib-serializinghtml/translations.xml new file mode 100644 index 0000000000..295c3e4d63 --- /dev/null +++ b/programming/language/python3/python3-sphinxcontrib-serializinghtml/translations.xml @@ -0,0 +1,8 @@ + + + + python3-sphinxcontrib-serializinghtml + python3-sphinxcontrib-serializinghtml, serileştirilmiş HTML dosyaları yaratabilen sphinx genişletmesi. + python3-sphinxcontrib-serializinghtml, serileştirilmiş HTML dosyaları yaratabilen sphinx genişleme modülüdür. + + diff --git a/programming/language/python3/python3-sphinxcontrib-websupport/actions.py b/programming/language/python3/python3-sphinxcontrib-websupport/actions.py new file mode 100644 index 0000000000..a4caf874d5 --- /dev/null +++ b/programming/language/python3/python3-sphinxcontrib-websupport/actions.py @@ -0,0 +1,16 @@ +#!/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 check(): +# pythonmodules.compile("test", pyVer="3") + +def install(): + pythonmodules.install("-O1", pyVer="3") \ No newline at end of file diff --git a/programming/language/python3/python3-sphinxcontrib-websupport/pspec.xml b/programming/language/python3/python3-sphinxcontrib-websupport/pspec.xml new file mode 100644 index 0000000000..5b69894328 --- /dev/null +++ b/programming/language/python3/python3-sphinxcontrib-websupport/pspec.xml @@ -0,0 +1,56 @@ + + + + + python3-sphinxcontrib-websupport + https://www.sphinx-doc.org/ + + Blue Devil + bluedevil@sctzine.com + + BSD + programming.language.python3 + library + Sphinx API for Web Apps + python3-sphinxcontrib-websupport is the Sphinx documentation generator. + https://pypi.org/packages/source/s/sphinxcontrib-websupport/sphinxcontrib-websupport-1.1.2.tar.gz + + python3-setuptools + python3-devel + + + + + + + python3-sphinxcontrib-websupport + sphinxcontrib-websupport module for python + + /usr/lib/python3* + /usr/share/doc/python3-sphinxcontrib-websupport + + + + + + 2019-12-13 + 1.1.2 + Rebuilt w/ py3.8 + Blue Devil + bluedevil@sctzine.com + + + 2019-11-13 + 1.1.2 + First pisi release + Blue Devil + bluedevil@sctzine.com + + + diff --git a/programming/language/python3/python3-sphinxcontrib-websupport/translations.xml b/programming/language/python3/python3-sphinxcontrib-websupport/translations.xml new file mode 100644 index 0000000000..3240c7df61 --- /dev/null +++ b/programming/language/python3/python3-sphinxcontrib-websupport/translations.xml @@ -0,0 +1,8 @@ + + + + python3-sphinxcontrib-websupport + python3-sphinxcontrib-websupport, Sphinx belgelendirme üretecisidir. + python3-sphinxcontrib-websupport, Sphinx belgelendirme üretecisidir. python3-sphinxcontrib-websupport, ağ uygulamalarınız için Sphinx ile bütünleşebilen python apisi sunar. + +