diff --git a/office/misc/docutils/pspec.xml b/office/misc/docutils/pspec.xml
index cb0da5f0e8..853d00ed65 100644
--- a/office/misc/docutils/pspec.xml
+++ b/office/misc/docutils/pspec.xml
@@ -1,5 +1,5 @@
-
+
docutils
@@ -33,6 +33,9 @@
python-docutils
Docutils module for python
+
+ docutils
+
/usr/lib/python2*
@@ -42,6 +45,7 @@
python3-docutils
Docutils module for python3
+ docutils
python3
@@ -50,6 +54,13 @@
+
+ 2020-01-11
+ 0.15.2
+ Rebuilt w/ py3.8.
+ Blue Devil
+ bluedevil@sctzine.com
+
2019-12-07
0.15.2
diff --git a/programming/language/perl/perl-AnyEvent-I3/actions.py b/programming/language/perl/perl-AnyEvent-I3/actions.py
index 5700c9a0c9..0508b1e90a 100644
--- a/programming/language/perl/perl-AnyEvent-I3/actions.py
+++ b/programming/language/perl/perl-AnyEvent-I3/actions.py
@@ -5,10 +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
-
-WorkDir="AnyEvent-I3-%s" % get.srcVERSION()
+from pisi.actionsapi import get
def setup():
perlmodules.configure()
@@ -16,12 +14,10 @@ def setup():
def build():
perlmodules.make()
-#def check():
-# perlmodules.make("test")
+def check():
+ perlmodules.make("test")
def install():
perlmodules.install()
- #pisitools.insinto("%s/%s" % (get.docDIR(), get.srcNAME()), "examples")
- pisitools.dodoc("Changes", "README")
-
+ pisitools.dodoc("Changes", "README")
\ No newline at end of file
diff --git a/programming/language/perl/perl-AnyEvent-I3/pspec.xml b/programming/language/perl/perl-AnyEvent-I3/pspec.xml
index e293602094..5dbdd5d9b6 100644
--- a/programming/language/perl/perl-AnyEvent-I3/pspec.xml
+++ b/programming/language/perl/perl-AnyEvent-I3/pspec.xml
@@ -1,5 +1,5 @@
-
+
perl-AnyEvent-I3
@@ -9,23 +9,26 @@
suvari@pisilinux.org
GPL
+ programming.language.perl
library
This module connects to the i3 window manager using the UNIX socket based IPC interface it provides.
- This module connects to the i3 window manager using the UNIX socket based
-IPC interface it provides (if enabled in the configuration file). You can
-then subscribe to events or send messages and receive their replies.
+ This module connects to the i3 window manager using the UNIX socket based IPC interface it provides (if enabled in the configuration file). You can then subscribe to events or send messages and receive their replies.
https://cpan.metacpan.org/authors/id/M/MS/MSTPLBG/AnyEvent-I3-0.17.tar.gz
perl
perl-Event
+
+ perl-JSON-XS
+ perl-AnyEvent
perl-AnyEvent-I3
+ This module connects to the i3 window manager using the UNIX socket based IPC interface it provides.
perl
- perl-Event
+ perl-JSON-XS
perl-AnyEvent
@@ -36,6 +39,13 @@ then subscribe to events or send messages and receive their replies.
+
+ 2020-01-02
+ 0.17
+ Rebuild for new toolchain
+ Blue Devil
+ bluedevil@sctzine.com
+
2019-06-21
0.17
diff --git a/programming/language/perl/perl-AnyEvent-I3/translations.xml b/programming/language/perl/perl-AnyEvent-I3/translations.xml
index 5bf3b982ac..059a705b39 100644
--- a/programming/language/perl/perl-AnyEvent-I3/translations.xml
+++ b/programming/language/perl/perl-AnyEvent-I3/translations.xml
@@ -5,4 +5,4 @@
Bu modül, sağladığı UNIX soket tabanlı IPC arabirimini kullanarak i3 pencere yöneticisine bağlanır.
Bu modül, sağladığı UNIX soket tabanlı IPC arabirimini kullanarak (yapılandırma dosyasında etkinse) i3 pencere yöneticisine bağlanır. Daha sonra etkinliklere abone olabilir veya mesaj gönderebilir ve cevaplarını alabilirsiniz.
-
+
\ No newline at end of file
diff --git a/programming/language/perl/perl-Archive-Zip/actions.py b/programming/language/perl/perl-Archive-Zip/actions.py
index c3fb9c7fd0..71ae6afc5d 100644
--- a/programming/language/perl/perl-Archive-Zip/actions.py
+++ b/programming/language/perl/perl-Archive-Zip/actions.py
@@ -19,4 +19,4 @@ def build():
def install():
perlmodules.install()
- pisitools.dodoc("Changes")
+ pisitools.dodoc("Changes", "README*")
\ No newline at end of file
diff --git a/programming/language/perl/perl-Archive-Zip/pspec.xml b/programming/language/perl/perl-Archive-Zip/pspec.xml
index 4a0018a0b8..4d533eccd7 100644
--- a/programming/language/perl/perl-Archive-Zip/pspec.xml
+++ b/programming/language/perl/perl-Archive-Zip/pspec.xml
@@ -1,5 +1,5 @@
-
+
perl-Archive-Zip
@@ -9,11 +9,12 @@
admins@pisilinux.org
Artistic
+ programming.language.perl
library
app:console
Perl interface to ZIP archive files
The Archive::Zip module allows a Perl program to create, manipulate, read, and write Zip archive files. This module uses the Compress::Zlib library to read and write the compressed streams inside the files.
- http://www.cpan.org/authors/id/P/PH/PHRED/Archive-Zip-1.60.tar.gz
+ https://cpan.metacpan.org/authors/id/P/PH/PHRED/Archive-Zip-1.67.tar.gz
perl
perl-Test-MockModule
@@ -22,6 +23,7 @@
perl-Archive-Zip
+ Perl interface to ZIP archive files
perl
@@ -34,6 +36,13 @@
+
+ 2020-01-02
+ 1.67
+ Version bump.
+ Blue Devil
+ bluedevil@sctzine.com
+
2018-07-26
1.60
diff --git a/programming/language/perl/perl-Archive-Zip/translations.xml b/programming/language/perl/perl-Archive-Zip/translations.xml
index 3659b97829..c95fb729c3 100644
--- a/programming/language/perl/perl-Archive-Zip/translations.xml
+++ b/programming/language/perl/perl-Archive-Zip/translations.xml
@@ -6,4 +6,4 @@
Bu modül, Perl programlarının Zip arşiv dosyalarını oluşturmasını, düzenlemesini ve okumasını sağlar. Dosyaların içindeki akımları okumak ve yazmak için Compress:Zlib kütüphanesini kullanır.
El módulo Archive::Zip permite a programas Perl la creación, manipulación, lectura y escritura de archivos comprimidos ZIP. Este módulo utiliza la librería Compress::Zlib para leer y escribir los flujos (streams) comprimidos dentro de los archivos.
-
+
\ No newline at end of file
diff --git a/programming/language/perl/perl-GSSAPI/actions.py b/programming/language/perl/perl-GSSAPI/actions.py
index 76e7f56060..36961665b5 100644
--- a/programming/language/perl/perl-GSSAPI/actions.py
+++ b/programming/language/perl/perl-GSSAPI/actions.py
@@ -21,4 +21,4 @@ def check():
def install():
perlmodules.install()
-
+ pisitools.dodoc("MANIFEST","README")
diff --git a/programming/language/perl/perl-GSSAPI/pspec.xml b/programming/language/perl/perl-GSSAPI/pspec.xml
index 8cc6adb248..da86b6d36b 100644
--- a/programming/language/perl/perl-GSSAPI/pspec.xml
+++ b/programming/language/perl/perl-GSSAPI/pspec.xml
@@ -1,5 +1,5 @@
-
+
perl-GSSAPI
@@ -9,6 +9,7 @@
admins@pisilinux.org
Artistic
+ programming.language.perl
library
Perl extension providing access to the GSSAPIv2 library
perl-GSSAPI module gives access to the routines of the GSSAPI library, as described in rfc2743 and rfc2744 and implemented by the Kerberos-1.2 distribution from MIT.
@@ -25,6 +26,7 @@
perl-GSSAPI
+ Perl extension providing access to the GSSAPIv2 library
perl
mit-kerberos
@@ -37,6 +39,13 @@
+
+ 2020-01-11
+ 0.28
+ Rebuild for new toolchain
+ Blue Devil
+ bluedevil@sctzine.com
+
2018-07-26
0.28
diff --git a/programming/language/perl/perl-JSON-XS/actions.py b/programming/language/perl/perl-JSON-XS/actions.py
index 76e7f56060..7c243d1710 100644
--- a/programming/language/perl/perl-JSON-XS/actions.py
+++ b/programming/language/perl/perl-JSON-XS/actions.py
@@ -5,6 +5,7 @@
# See the file http://www.gnu.org/licenses/gpl.txt
from pisi.actionsapi import perlmodules
+from pisi.actionsapi import shelltools
from pisi.actionsapi import pisitools
from pisi.actionsapi import get
@@ -12,6 +13,7 @@ WorkDir = "%s-%s" % (get.srcNAME()[5:], get.srcVERSION())
def setup():
perlmodules.configure()
+ pisitools.dosed("Makefile", "CCFLAGS =", "CCFLAGS = -Wno-unused-result")
def build():
perlmodules.make()
@@ -22,3 +24,4 @@ def check():
def install():
perlmodules.install()
+ pisitools.dodoc("Changes", "README")
\ No newline at end of file
diff --git a/programming/language/perl/perl-JSON-XS/pspec.xml b/programming/language/perl/perl-JSON-XS/pspec.xml
index c6afb2b11f..aecc1d3edd 100644
--- a/programming/language/perl/perl-JSON-XS/pspec.xml
+++ b/programming/language/perl/perl-JSON-XS/pspec.xml
@@ -1,5 +1,5 @@
-
+
perl-JSON-XS
@@ -9,6 +9,7 @@
admins@pisilinux.org
Artistic
+ programming.language.perl
library
app:console
JSON serialising/deserialising, done correctly and fast
@@ -16,18 +17,19 @@
http://www.cpan.org/authors/id/M/ML/MLEHMANN/JSON-XS-4.02.tar.gz
perl
- perl-Canary-Stability
perl-common-sense
+ perl-Canary-Stability
perl-Types-Serialiser
perl-JSON-XS
+ JSON serialising/deserialising, done correctly and fast
perl
- perl-Canary-Stability
perl-common-sense
+ perl-Canary-Stability
perl-Types-Serialiser
@@ -40,10 +42,17 @@
+
+ 2020-01-02
+ 4.02
+ Rebuild for new toolchain
+ Blue Devil
+ bluedevil@sctzine.com
+
2019-06-22
4.02
- Versiyon bump
+ Version bump
Kamil Atlı
suvari@pisilinux.org
@@ -76,4 +85,4 @@
osman.erkan@pisilinux.org
-
\ No newline at end of file
+
diff --git a/programming/language/perl/perl-JSON-XS/translations.xml b/programming/language/perl/perl-JSON-XS/translations.xml
index e840ca3ca2..166a7c4e0c 100644
--- a/programming/language/perl/perl-JSON-XS/translations.xml
+++ b/programming/language/perl/perl-JSON-XS/translations.xml
@@ -5,4 +5,4 @@
Doğru ve hızlı, JSON serileştirme/geri elde etme kitaplığı
Bu modül Perl veri yapılarını JSON'a çevirir, tam tersini de yapabilir. Birincil amacı doğru çalışmak, ikincil amacı ise hızlı olmaktır. İkinciyi sağlamak için C dilinde yazılmıştır.
-
+
\ No newline at end of file
diff --git a/programming/language/perl/perl-Pod-Coverage/actions.py b/programming/language/perl/perl-Pod-Coverage/actions.py
index 780639bbe3..987f037b2f 100644
--- a/programming/language/perl/perl-Pod-Coverage/actions.py
+++ b/programming/language/perl/perl-Pod-Coverage/actions.py
@@ -5,6 +5,7 @@
# See the file http://www.gnu.org/licenses/gpl.txt
from pisi.actionsapi import perlmodules
+from pisi.actionsapi import pisitools
from pisi.actionsapi import get
WorkDir = "%s-%s" % (get.srcNAME()[5:], get.srcVERSION())
@@ -20,3 +21,4 @@ def check():
def install():
perlmodules.install()
+ pisitools.dodoc("Changes")
\ No newline at end of file
diff --git a/programming/language/perl/perl-Pod-Coverage/pspec.xml b/programming/language/perl/perl-Pod-Coverage/pspec.xml
index 03b5579578..7c82008b47 100644
--- a/programming/language/perl/perl-Pod-Coverage/pspec.xml
+++ b/programming/language/perl/perl-Pod-Coverage/pspec.xml
@@ -1,5 +1,5 @@
-
+
perl-Pod-Coverage
@@ -9,6 +9,7 @@
admin@pisilinux.org
Artistic
+ programming.language.perl
GPLv2
library
app:console
@@ -17,26 +18,35 @@
http://search.cpan.org/CPAN/authors/id/R/RC/RCLAMP/Pod-Coverage-0.23.tar.gz
perl
- perl-Devel-Symdump
perl-Test-Pod
+ perl-Devel-Symdump
perl-Pod-Coverage
+ Checks if the documentation of a module is comprehensive
perl
- perl-Devel-Symdump
perl-Test-Pod
+ perl-Devel-Symdump
/usr/bin
/usr/lib
/usr/share/man
+ /usr/share/doc
+
+ 2020-01-02
+ 0.23
+ Rebuilt.
+ Blue Devil
+ bluedevil@sctzine.com
+
2018-08-19
0.23
diff --git a/programming/language/perl/perl-Pod-Coverage/translations.xml b/programming/language/perl/perl-Pod-Coverage/translations.xml
index 63a1ed5e0a..6af69620ad 100644
--- a/programming/language/perl/perl-Pod-Coverage/translations.xml
+++ b/programming/language/perl/perl-Pod-Coverage/translations.xml
@@ -5,5 +5,4 @@
Bir modülün belgelendirmesinin kapsamını kontrol eder
perl-Pod-Coverage bir modülün belgelendirmesinin kapsamını kontrol eden bir Perl modülüdür.
-
-
+
\ No newline at end of file
diff --git a/programming/language/perl/perl-Sub-Identify/actions.py b/programming/language/perl/perl-Sub-Identify/actions.py
index d7aeed16a8..2a3f451be8 100644
--- a/programming/language/perl/perl-Sub-Identify/actions.py
+++ b/programming/language/perl/perl-Sub-Identify/actions.py
@@ -19,4 +19,4 @@ def check():
def install():
perlmodules.install()
- pisitools.dodoc("Changes")
+ pisitools.dodoc("Changes", "README*")
\ No newline at end of file
diff --git a/programming/language/perl/perl-Sub-Identify/pspec.xml b/programming/language/perl/perl-Sub-Identify/pspec.xml
index 685d2ec1de..a0482e6cf6 100644
--- a/programming/language/perl/perl-Sub-Identify/pspec.xml
+++ b/programming/language/perl/perl-Sub-Identify/pspec.xml
@@ -1,5 +1,5 @@
-
+
perl-Sub-Identify
@@ -9,6 +9,7 @@
admins@pisilinux.org
Artistic-2
+ programming.language.perl
GPLv1
library
Perl module to retrieve names of code references
@@ -22,6 +23,7 @@
perl-Sub-Identify
+ Perl module to retrieve names of code references
perl
perl-Test-Pod
@@ -34,6 +36,13 @@
+
+ 2020-01-02
+ 0.14
+ Rebuilt
+ Blue Devil
+ bluedevil@sctzine.com
+
2018-07-26
0.14
diff --git a/programming/language/perl/perl-Sub-Identify/translations.xml b/programming/language/perl/perl-Sub-Identify/translations.xml
index 2f93985242..130a66cf0f 100644
--- a/programming/language/perl/perl-Sub-Identify/translations.xml
+++ b/programming/language/perl/perl-Sub-Identify/translations.xml
@@ -5,4 +5,4 @@
Kod referanslarının adlarını almak için Perl modülü
perl-Sub-Identify, introspection mekanizmasıyla kod referanslarının adlarını almaya yarayan bir Perl modülüdür.
-
+
\ No newline at end of file
diff --git a/programming/language/perl/perl-Super/actions.py b/programming/language/perl/perl-Super/actions.py
index d7aeed16a8..9caed29969 100644
--- a/programming/language/perl/perl-Super/actions.py
+++ b/programming/language/perl/perl-Super/actions.py
@@ -19,4 +19,4 @@ def check():
def install():
perlmodules.install()
- pisitools.dodoc("Changes")
+ pisitools.dodoc("Changes", "LICENSE", "README")
\ No newline at end of file
diff --git a/programming/language/perl/perl-Super/pspec.xml b/programming/language/perl/perl-Super/pspec.xml
index 97cf2c89f7..a4998b09cf 100644
--- a/programming/language/perl/perl-Super/pspec.xml
+++ b/programming/language/perl/perl-Super/pspec.xml
@@ -1,5 +1,5 @@
-
+
perl-Super
@@ -10,10 +10,11 @@
Artistic-2
GPLv1
+ programming.language.perl
library
Control superclass method dispatch.
Control superclass method dispatch.
- http://www.cpan.org/authors/id/C/CH/CHROMATIC/SUPER-1.20141117.tar.gz
+ https://cpan.metacpan.org/authors/id/C/CH/CHROMATIC/SUPER-1.20190531.tar.gz
perl
perl-Sub-Identify
@@ -23,6 +24,7 @@
perl-Super
+ Control superclass method dispatch.
perl
perl-Sub-Identify
@@ -31,10 +33,18 @@
/usr/lib
/usr/share
+ /usr/share/doc
+
+ 2020-01-02
+ 20190531
+ Version bump.
+ Blue Devil
+ bluedevil@sctzine.com
+
2018-07-26
20141117
diff --git a/programming/language/perl/perl-Super/translations.xml b/programming/language/perl/perl-Super/translations.xml
index a19e5c6e21..4c4f4a04e4 100644
--- a/programming/language/perl/perl-Super/translations.xml
+++ b/programming/language/perl/perl-Super/translations.xml
@@ -3,6 +3,6 @@
perl-Super
Üst sınıf yönteminin gönderilmesini denetle.
- Üst sınıf yönteminin gönderilmesini denetle.
+ perl-Super, ust sınıf yönteminin gönderilmesini denetler.
-
+
\ No newline at end of file
diff --git a/programming/language/perl/perl-Test-MockModule/actions.py b/programming/language/perl/perl-Test-MockModule/actions.py
index d7aeed16a8..44c3132711 100644
--- a/programming/language/perl/perl-Test-MockModule/actions.py
+++ b/programming/language/perl/perl-Test-MockModule/actions.py
@@ -19,4 +19,4 @@ def check():
def install():
perlmodules.install()
- pisitools.dodoc("Changes")
+ pisitools.dodoc("Changes", "LICENSE", "README*")
\ No newline at end of file
diff --git a/programming/language/perl/perl-Test-MockModule/pspec.xml b/programming/language/perl/perl-Test-MockModule/pspec.xml
index 96b17aa964..7ff250f26b 100644
--- a/programming/language/perl/perl-Test-MockModule/pspec.xml
+++ b/programming/language/perl/perl-Test-MockModule/pspec.xml
@@ -1,5 +1,5 @@
-
+
perl-Test-MockModule
@@ -10,35 +10,41 @@
Artistic-2
GPLv1
+ programming.language.perl
library
Override subroutines in a module for unit testing.
Test-MockModule lets you temporarily redefine subroutines in other packages for the purposes of unit testing.
- http://www.cpan.org/authors/id/G/GF/GFRANKS/Test-MockModule-0.11.tar.gz
+ https://cpan.metacpan.org/authors/id/G/GF/GFRANKS/Test-MockModule-v0.171.0.tar.gz
perl
perl-Super
- perl-Test-Pod
- perl-Test-Pod-Coverage
perl-Module-Build
+ perl-Test-Warnings
+ perl-Test-Pod-Coverage
perl-Test-MockModule
+ Override subroutines in a module for unit testing.
perl
- perl-Super
- perl-Test-Pod
- perl-Test-Pod-Coverage
- perl-Module-Build
/usr/lib
/usr/share
+ /usr/share/doc
+
+ 2020-01-02
+ 0.171.0
+ Version bump
+ Blue Devil
+ bluedevil@sctzine.com
+
2018-07-26
0.11
diff --git a/programming/language/perl/perl-Test-Pod-Coverage/actions.py b/programming/language/perl/perl-Test-Pod-Coverage/actions.py
index 780639bbe3..1b3c852c3e 100644
--- a/programming/language/perl/perl-Test-Pod-Coverage/actions.py
+++ b/programming/language/perl/perl-Test-Pod-Coverage/actions.py
@@ -5,6 +5,7 @@
# See the file http://www.gnu.org/licenses/gpl.txt
from pisi.actionsapi import perlmodules
+from pisi.actionsapi import pisitools
from pisi.actionsapi import get
WorkDir = "%s-%s" % (get.srcNAME()[5:], get.srcVERSION())
@@ -20,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-Test-Pod-Coverage/pspec.xml b/programming/language/perl/perl-Test-Pod-Coverage/pspec.xml
index 669aed8611..f955100248 100644
--- a/programming/language/perl/perl-Test-Pod-Coverage/pspec.xml
+++ b/programming/language/perl/perl-Test-Pod-Coverage/pspec.xml
@@ -1,5 +1,5 @@
-
+
perl-Test-Pod-Coverage
@@ -9,6 +9,7 @@
admin@pisilinux.org
as-is
+ programming.language.perl
library
Check for pod coverage in your distribution
perl-Test-Pod-Coverage checks for pod coverage in your distribution.
@@ -20,6 +21,7 @@
perl-Test-Pod-Coverage
+ Check for pod coverage in your distribution
perl
perl-Pod-Coverage
@@ -27,10 +29,18 @@
/usr/lib
/usr/share/man
+ /usr/share/doc
+
+ 2020-01-02
+ 1.10
+ Rebuilt.
+ Blue Devil
+ bluedevil@sctzine.com
+
2018-09-08
1.10
diff --git a/programming/language/perl/perl-Test-Pod-Coverage/translations.xml b/programming/language/perl/perl-Test-Pod-Coverage/translations.xml
index 839c1ac95a..d02e2fdde2 100644
--- a/programming/language/perl/perl-Test-Pod-Coverage/translations.xml
+++ b/programming/language/perl/perl-Test-Pod-Coverage/translations.xml
@@ -5,5 +5,4 @@
Dağıtımınızın POD kapsamını kontrol eder
perl-Test-Pod-Coverage dağıtımınızın POD kapsamını kontrol eden Perl modülüdür.
-
-
+
\ No newline at end of file
diff --git a/programming/language/perl/perl-Test-Pod/actions.py b/programming/language/perl/perl-Test-Pod/actions.py
index 336152d265..775e65bd02 100644
--- a/programming/language/perl/perl-Test-Pod/actions.py
+++ b/programming/language/perl/perl-Test-Pod/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*")
diff --git a/programming/language/perl/perl-Test-Pod/pspec.xml b/programming/language/perl/perl-Test-Pod/pspec.xml
index f24c027bf1..ab461fb231 100644
--- a/programming/language/perl/perl-Test-Pod/pspec.xml
+++ b/programming/language/perl/perl-Test-Pod/pspec.xml
@@ -1,5 +1,5 @@
-
+
perl-Test-Pod
@@ -9,6 +9,7 @@
admins@pisilinux.org
Artistic
+ programming.language.perl
library
A perl module to check for errors in POD files
Check POD files for errors or warnings in a test file, using Pod::Simple.
@@ -20,16 +21,25 @@
perl-Test-Pod
+ A perl module to check for errors in POD files
perl
/usr/lib
/usr/share/man
+ /usr/share/doc
+
+ 2020-01-02
+ 1.52
+ Rebuilt.
+ Blue Devil
+ bluedevil@sctzine.com
+
2018-08-19
1.52
diff --git a/programming/language/perl/perl-Test-Pod/translations.xml b/programming/language/perl/perl-Test-Pod/translations.xml
index 26e0d0595c..ba1ad9dd10 100644
--- a/programming/language/perl/perl-Test-Pod/translations.xml
+++ b/programming/language/perl/perl-Test-Pod/translations.xml
@@ -5,4 +5,4 @@
Pod dosyalarında hata olup olmadığını kontrol eden bir Perl Modülü
Test::Pod, Pod::Simple modülünü kullanarak POD dosyalarında hata ya da uyarı olup olmadığını kontrol etmeye yarayan bir Perl modülüdür.
-
+
\ No newline at end of file
diff --git a/programming/language/perl/perl-Types-Serialiser/actions.py b/programming/language/perl/perl-Types-Serialiser/actions.py
index 76e7f56060..2dc1c7ded8 100644
--- a/programming/language/perl/perl-Types-Serialiser/actions.py
+++ b/programming/language/perl/perl-Types-Serialiser/actions.py
@@ -22,3 +22,4 @@ def check():
def install():
perlmodules.install()
+ pisitools.dodoc("Changes", "README")
\ No newline at end of file
diff --git a/programming/language/perl/perl-Types-Serialiser/pspec.xml b/programming/language/perl/perl-Types-Serialiser/pspec.xml
index 71ffe2f53a..05d1934349 100644
--- a/programming/language/perl/perl-Types-Serialiser/pspec.xml
+++ b/programming/language/perl/perl-Types-Serialiser/pspec.xml
@@ -1,5 +1,5 @@
-
+
perl-Types-Serialiser
@@ -9,6 +9,7 @@
admins@pisilinux.org
Artistic
+ programming.language.perl
library
app:console
This module provides some extra datatypes that are used by common serialisation formats such as JSON or CBOR.
@@ -36,6 +37,13 @@
+
+ 2020-01-02
+ 1.0
+ Rebuild for new toolchain
+ Blue Devil
+ bluedevil@sctzine.com
+
2018-07-26
1.0
diff --git a/programming/language/perl/perl-Types-Serialiser/translations.xml b/programming/language/perl/perl-Types-Serialiser/translations.xml
index a437c3c59d..95849346ce 100644
--- a/programming/language/perl/perl-Types-Serialiser/translations.xml
+++ b/programming/language/perl/perl-Types-Serialiser/translations.xml
@@ -2,7 +2,7 @@
perl-Types-Serialiser
- This module provides some extra datatypes that are used by common serialisation formats such as JSON or CBOR.
- This module provides some extra datatypes that are used by common serialisation formats such as JSON or CBOR. The idea is to have a repository of simple/small constants and containers that can be shared by different implementations so they become interoperable between each other.
+ JSON ve CBOR gibi genel serileştirme biçemleri tarafından kullanılan bazı yeni veriyapıları sunar.
+ perl-Types-Serialiser, JSON ve CBOR gibi genel serileştirme biçemleri tarafından kullanılan bazı yeni veriyapıları sunar..
-
\ No newline at end of file
+
diff --git a/programming/language/perl/perl-common-sense/actions.py b/programming/language/perl/perl-common-sense/actions.py
index 3522217655..db84a6925b 100644
--- a/programming/language/perl/perl-common-sense/actions.py
+++ b/programming/language/perl/perl-common-sense/actions.py
@@ -22,4 +22,4 @@ def check():
def install():
perlmodules.install()
- pisitools.dodoc("LICENSE", "README", "Changes")
+ pisitools.dodoc("LICENSE", "README", "Changes")
\ No newline at end of file
diff --git a/programming/language/perl/perl-common-sense/pspec.xml b/programming/language/perl/perl-common-sense/pspec.xml
index 9d4d284a20..2ae85e7aa4 100644
--- a/programming/language/perl/perl-common-sense/pspec.xml
+++ b/programming/language/perl/perl-common-sense/pspec.xml
@@ -1,5 +1,5 @@
-
+
perl-common-sense
@@ -31,6 +31,13 @@
+
+ 2020-01-02
+ 3.74
+ Rebuilt and translation fix
+ Blue Devil
+ bluedevil@sctzine.com
+
2018-07-26
3.74
diff --git a/programming/language/perl/perl-common-sense/translations.xml b/programming/language/perl/perl-common-sense/translations.xml
index 9b3f3afe0d..29a1c12ffe 100644
--- a/programming/language/perl/perl-common-sense/translations.xml
+++ b/programming/language/perl/perl-common-sense/translations.xml
@@ -2,6 +2,7 @@
perl-common-sense
- Perl programları için kabul edilebilir öntanımlılar içerir
+ Perl programları için kabul edilebilir öntanımlar içerir
+ perl-common-sense, perl programları için kabul edilebilir öntanımlar içeren bir perl kütüphanesidir.
diff --git a/programming/language/python/cython/actions.py b/programming/language/python/cython/actions.py
new file mode 100644
index 0000000000..ad0cc2f282
--- /dev/null
+++ b/programming/language/python/cython/actions.py
@@ -0,0 +1,30 @@
+#!/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
+from pisi.actionsapi import shelltools
+from pisi.actionsapi import pisitools
+from pisi.actionsapi import get
+
+def build():
+ 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")
+ shelltools.export("CFLAGS", "-fno-strict-aliasing -mtune=generic -march=x86-64 -O2 -pipe -fstack-protector -D_FORTIFY_SOURCE=2 -g -fPIC -fwrapv -DNDEBUG -g -fwrapv -O3 -Wno-strict-aliasing")
+ pythonmodules.compile()
+
+# it takes hours to run test, run with caution!
+#def check():
+# pythonmodules.run("runtests.py -vv --no-pyregr")
+
+def install():
+ pythonmodules.install()
+
+ for dirs in ["Doc", "Demos", "tests"]:
+ pisitools.insinto("%s/%s" % (get.docDIR(), get.srcNAME()), dirs)
+
+ pisitools.dodoc("COPYING*", "README*", "USAGE*", "LICENSE*")
+ pisitools.rename("usr/bin/cygdb", "cygdb-py2")
+ pisitools.rename("usr/bin/cython", "cython-py2")
+ pisitools.rename("usr/bin/cythonize", "cythonize-py2")
\ No newline at end of file
diff --git a/programming/language/python/cython/pspec.xml b/programming/language/python/cython/pspec.xml
new file mode 100644
index 0000000000..107ae3f1ff
--- /dev/null
+++ b/programming/language/python/cython/pspec.xml
@@ -0,0 +1,64 @@
+
+
+
+
+ cython
+ https://cython.org/
+
+ Blue DeviL
+ bluedevil@sctzine.com
+
+ Apache-2.0
+ programming.language.python3
+ app:console
+ library
+ C extensions for the Python
+ Cython is a language that makes writing C extensions for the Python language as easy as Python itself.
+ https://github.com/cython/cython/archive/0.29.14.tar.gz
+
+ python-setuptools
+ python-devel
+
+
+
+
+ cython
+ C extensions for the Python
+
+ /usr/bin
+ /usr/lib/python2*
+ /usr/share/doc/cython
+
+
+
+
+
+ 2019-12-31
+ 0.29.14
+ Rebuilt
+ Blue DeviL
+ bluedevil@sctzine.com
+
+
+ 2019-12-07
+ 0.29.14
+ Split packages
+ Blue DeviL
+ bluedevil@sctzine.com
+
+
+ 2019-11-11
+ 0.29.14
+ Ver. bump
+ Blue DeviL
+ bluedevil@sctzine.com
+
+
+ 2016-04-22
+ 0.24
+ First release
+ İbrahim KARAGÜZEL
+ karaguzelibrahim@gmail.com
+
+
+
diff --git a/programming/language/python/cython/translations.xml b/programming/language/python/cython/translations.xml
new file mode 100644
index 0000000000..dd91f70d8e
--- /dev/null
+++ b/programming/language/python/cython/translations.xml
@@ -0,0 +1,8 @@
+
+
+
+ cython
+ Python için C eklentileri
+ Cython, Python için C eklentileri yazmayı kolaylaştıran bir dildir.
+
+
diff --git a/programming/language/python3/cython3/actions.py b/programming/language/python3/cython3/actions.py
new file mode 100644
index 0000000000..cca20b40e6
--- /dev/null
+++ b/programming/language/python3/cython3/actions.py
@@ -0,0 +1,28 @@
+#!/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
+from pisi.actionsapi import shelltools
+from pisi.actionsapi import pisitools
+from pisi.actionsapi import get
+
+def build():
+ 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")
+ shelltools.export("CFLAGS", "-fno-strict-aliasing -mtune=generic -march=x86-64 -O2 -pipe -fstack-protector -D_FORTIFY_SOURCE=2 -g -fPIC -fwrapv -DNDEBUG -g -fwrapv -O3 -Wno-strict-aliasing")
+
+ pythonmodules.compile(pyVer="3")
+
+# it takes hours to run test, run with caution!
+#def check():
+# pythonmodules.run("runtests.py -vv --no-pyregr", pyVer="3")
+
+def install():
+ pythonmodules.install(pyVer="3")
+
+ #for dirs in ["Doc", "Demos", "tests"]:
+ # pisitools.insinto("%s/%s" % (get.docDIR(), get.srcNAME()), dirs)
+
+ #pisitools.dodoc("COPYING*", "README*", "USAGE*", "LICENSE*")
diff --git a/programming/language/python3/cython3/pspec.xml b/programming/language/python3/cython3/pspec.xml
new file mode 100644
index 0000000000..4e77506e29
--- /dev/null
+++ b/programming/language/python3/cython3/pspec.xml
@@ -0,0 +1,74 @@
+
+
+
+
+ cython3
+ https://cython.org/
+
+ Blue DeviL
+ bluedevil@sctzine.com
+
+ Apache-2.0
+ programming.language.python3
+ app:console
+ library
+ C extensions for the Python3
+ Cython is a language that makes writing C extensions for the Python language as easy as Python itself.
+ https://github.com/cython/cython/archive/0.29.14.tar.gz
+
+ python3-setuptools
+ python3-devel
+
+
+
+
+ cython3
+ C extensions for the Python3
+
+ python3
+
+
+ /usr/bin
+ /usr/lib/python3*
+ /usr/share/doc/cython3
+
+
+
+
+
+ 2019-12-10
+ 0.29.14
+ Rebuilt w/ py3.8.
+ Blue DeviL
+ bluedevil@sctzine.com
+
+
+ 2019-12-10
+ 0.29.14
+ Rebuilt.
+ Blue DeviL
+ bluedevil@sctzine.com
+
+
+ 2019-11-11
+ 0.29.14
+ rebuilt and split packages
+ Blue DeviL
+ bluedevil@sctzine.com
+
+
+ 2019-11-11
+ 0.29.14
+ Ver. bump
+ Blue DeviL
+ bluedevil@sctzine.com
+
+
+ 2016-04-22
+ 0.24
+ First release
+ İbrahim KARAGÜZEL
+ karaguzelibrahim@gmail.com
+
+
+
diff --git a/programming/language/python3/cython3/translations.xml b/programming/language/python3/cython3/translations.xml
new file mode 100644
index 0000000000..120ab0acc9
--- /dev/null
+++ b/programming/language/python3/cython3/translations.xml
@@ -0,0 +1,8 @@
+
+
+
+ cython3
+ Python3 için C eklentileri
+ Cython3, Python3 için C eklentileri yazmayı kolaylaştıran bir dildir.
+
+
\ No newline at end of file
diff --git a/programming/language/python3/python3-numpy/actions.py b/programming/language/python3/python3-numpy/actions.py
index 52c2570e98..d0e20a4fbf 100644
--- a/programming/language/python3/python3-numpy/actions.py
+++ b/programming/language/python3/python3-numpy/actions.py
@@ -4,27 +4,23 @@
# 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 pisitools
from pisi.actionsapi import get
WorkDir = "numpy-%s" % get.srcVERSION()
-NUMPY_FCONFIG = "config_fc --fcompiler=gnu95"
-f2py_docs = "%s/%s/f2py_docs" % (get.docDIR(), get.srcNAME())
-
-shelltools.export("LDFLAGS", "%s -shared" % get.LDFLAGS())
shelltools.export("ATLAS", "None")
shelltools.export("PTATLAS", "None")
+shelltools.export("LDSHARED", "x86_64-pc-linux-gnu-gcc -Wl,-O1,--as-needed -shared -lpthread")
def build():
- pythonmodules.compile(NUMPY_FCONFIG, pyVer="3")
+ pythonmodules.compile(pyVer="3")
def install():
- pythonmodules.install(NUMPY_FCONFIG, pyVer="3")
-
- #pisitools.doman("doc/f2py/f2py.1")
-
- #pisitools.insinto(f2py_docs, "doc/f2py/*.txt")
- pisitools.dodoc("LICENSE.txt", "THANKS.txt")
+ pythonmodules.install(pyVer="3")
+ pisitools.dodoc("LICENSE*")
+
+ for dirs in ["doc"]:
+ pisitools.insinto("%s/%s" % (get.docDIR(), get.srcNAME()), dirs)
diff --git a/programming/language/python3/python3-numpy/pspec.xml b/programming/language/python3/python3-numpy/pspec.xml
index 43e4bcd514..cc93fad520 100644
--- a/programming/language/python3/python3-numpy/pspec.xml
+++ b/programming/language/python3/python3-numpy/pspec.xml
@@ -1,5 +1,5 @@
-
+
python3-numpy
@@ -8,44 +8,57 @@
PisiLinux Community
admins@pisilinux.org
- as-is
+ BSD
+ programming.language.python3
library
The fundamental package needed for scientific computing with Python
Numpy contains a powerful N-dimensional array object, sophisticated (broadcasting) functions, tools for integrating C/C++ and Fortran code, and useful linear algebra, Fourier transform, and random number capabilities.
- https://github.com/numpy/numpy/releases/download/v1.15.0/numpy-1.15.0.tar.gz
+ https://github.com/numpy/numpy/archive/v1.18.1.tar.gz
- python3-devel
- python3-nose
python3-setuptools
- libgfortran
+ python3-devel
lapack-devel
+ python3-nose
+ cblas-devel
+ cython3
-
-
-
python3-numpy
+ The fundamental package needed for scientific computing with Python
- blas
- lapack
python3
+ lapack
+ blas
/usr/lib
/usr/share/doc
- /usr/share/man
/usr/bin
+ /usr/share/doc/python3-numpy/LICENSE*
+
+
+
+
+ python3-numpy-docs
+ Documentation files for python3-numpy
+
+ python3-numpy
+
+
+ /usr/share/doc/python3-numpy/doc
+
+ 2020-01-11
+ 1.18.1
+ Version bump
+ Blue Devil
+ bluedevil@sctzine.com
+
2018-08-14
1.15.0
diff --git a/programming/language/python3/python3-numpy/translations.xml b/programming/language/python3/python3-numpy/translations.xml
index 1c886e0fe3..3bf187d52a 100644
--- a/programming/language/python3/python3-numpy/translations.xml
+++ b/programming/language/python3/python3-numpy/translations.xml
@@ -1,9 +1,15 @@
- numpy
+ python3-numpy
Python ile bilimsel hesaplama için ihtiyaç duyulan temel paket
Numpy contiene un potente objeto de array N-dimensional, funciones sofisticadas (broadcasting), herramientas para la integración de código C/C++ y Fortran, y facilidades útiles de algebra lineal, transformación Fourier, y número aleatorios.
Numpy, N-boyutlu güçlü bir dizi, gelişmiş fonksiyonlar, C/C++ ve Fortran kodunu entegre etmek için araçlar, doğrusal cebir ve rastgele sayı özelliği içerir.
+
+
+ python3-numpy-docs
+ python3-numpy için belgelendirme dosyaları
+ python3-numpy-docs, python3-numpy için belgelendirme dosyalarını içerir.
+