diff --git a/multimedia/sound/flac/actions.py b/multimedia/sound/flac/actions.py index 0794824e66..1abb79fac4 100644 --- a/multimedia/sound/flac/actions.py +++ b/multimedia/sound/flac/actions.py @@ -17,9 +17,10 @@ def setup(): --disable-dependency-tracking \ --disable-xmms-plugin \ --disable-static" - + pisitools.cflags.add("-Wno-stringop-overflow -Wno-stringop-truncation") autotools.autoconf() autotools.configure(options) + pisitools.dosed("libtool", " -shared ", " -Wl,-O1,--as-needed -shared ") def build(): autotools.make() @@ -30,6 +31,4 @@ def build(): def install(): autotools.rawInstall("DESTDIR=%s" % get.installDIR()) - pisitools.removeDir("/usr/share/doc/") - - pisitools.dohtml("doc/html/*") + pisitools.dodoc("COPYING*", "README*") \ No newline at end of file diff --git a/multimedia/sound/flac/pspec.xml b/multimedia/sound/flac/pspec.xml index 085929d4ac..aeab8cd074 100644 --- a/multimedia/sound/flac/pspec.xml +++ b/multimedia/sound/flac/pspec.xml @@ -1,5 +1,5 @@ - + flac @@ -13,7 +13,7 @@ app:console An encoder/decoder for the Free Lossless Audio Codec flac is the Free Lossless Audio Codec. The FLAC format supports streaming, seeking, and archival, and gives 25-75% compression on typical CD audio. This package contains tools and libraries to work with and support for files in FLAC format. - http://downloads.xiph.org/releases/flac/flac-1.3.2.tar.xz + https://ftp.osuosl.org/pub/xiph/releases/flac/flac-1.3.3.tar.xz libogg-devel @@ -21,9 +21,9 @@ flac + An encoder/decoder for the Free Lossless Audio Codec libogg - libgcc /usr/bin @@ -34,9 +34,9 @@ flac-docs - Documentation for flac + Documentation files for flac - flac + flac /usr/share/doc @@ -77,6 +77,13 @@ + + 2020-01-06 + 1.3.3 + Version bump. + Blue DeviL + bluedevil@sctzine.com + 2018-08-01 1.3.2 diff --git a/multimedia/sound/flac/translations.xml b/multimedia/sound/flac/translations.xml index 1755e43723..15f2163235 100644 --- a/multimedia/sound/flac/translations.xml +++ b/multimedia/sound/flac/translations.xml @@ -9,15 +9,18 @@ flac-docs flac ile ilgili belgeler + flac-docs, flac ile ilgili belgelendirme dosyaları içerir. flac-devel flac için geliştirme dosyaları + flac-devel, flac için geliştirme dosyaları içerir. flac-32bit flac için 32-bit paylaşımlı kitaplıklar + flac-32bit, flac için 32-bit paylaşımlı kitaplıklar içerir. - + \ No newline at end of file diff --git a/multimedia/sound/libmad/actions.py b/multimedia/sound/libmad/actions.py index 379741c6f4..db01905123 100644 --- a/multimedia/sound/libmad/actions.py +++ b/multimedia/sound/libmad/actions.py @@ -24,4 +24,4 @@ def build(): def install(): autotools.install() - pisitools.dodoc("CHANGES", "COPYRIGHT", "CREDITS", "README", "TODO", "VERSION") + pisitools.dodoc("CHANGES", "COPYRIGHT", "CREDITS", "README", "COPYING", "VERSION") \ No newline at end of file diff --git a/multimedia/sound/libmad/pspec.xml b/multimedia/sound/libmad/pspec.xml index 8b70998e00..f77d62cb4e 100644 --- a/multimedia/sound/libmad/pspec.xml +++ b/multimedia/sound/libmad/pspec.xml @@ -1,5 +1,5 @@ - + libmad @@ -22,6 +22,7 @@ libmad + "M"peg "A"udio "D"ecoder library /usr/lib /usr/share/doc @@ -44,6 +45,13 @@ + + 2020-01-06 + 0.15.1b + Rebuilt. + Blue DeviL + bluedevil@sctzine.com + 2018-07-29 0.15.1b @@ -73,4 +81,4 @@ kaptan@pisilinux.org - + \ No newline at end of file diff --git a/multimedia/sound/libmad/translations.xml b/multimedia/sound/libmad/translations.xml index 63edea7853..3421f621d1 100644 --- a/multimedia/sound/libmad/translations.xml +++ b/multimedia/sound/libmad/translations.xml @@ -10,5 +10,6 @@ libmad-devel libmad için geliştirme dosyaları + libmad-devel, libmad için geliştirme dosyaları içerir. - + \ No newline at end of file diff --git a/multimedia/sound/libogg/actions.py b/multimedia/sound/libogg/actions.py index 6a479d0fbf..6a9c101ca6 100644 --- a/multimedia/sound/libogg/actions.py +++ b/multimedia/sound/libogg/actions.py @@ -18,4 +18,4 @@ def build(): def install(): autotools.rawInstall("DESTDIR=%s" % get.installDIR()) - pisitools.dodoc("AUTHORS", "CHANGES", "COPYING", "README*") + pisitools.dodoc("COPYING", "README*") \ No newline at end of file diff --git a/multimedia/sound/libogg/pspec.xml b/multimedia/sound/libogg/pspec.xml index 9ec3555eb3..ee3cf39881 100644 --- a/multimedia/sound/libogg/pspec.xml +++ b/multimedia/sound/libogg/pspec.xml @@ -1,5 +1,5 @@ - + libogg @@ -8,15 +8,16 @@ PisiLinux Community admins@pisilinux.org - as-is + BSD library The Ogg media file format library libogg is a library for manipulating Ogg bitstream file formats. libogg supports both making Ogg bitstreams and getting packets from Ogg bitstreams. - http://downloads.xiph.org/releases/ogg/libogg-1.3.3.tar.xz + https://ftp.osuosl.org/pub/xiph/releases/ogg/libogg-1.3.4.tar.xz libogg + The Ogg media file format library /usr/lib /usr/share/doc @@ -25,6 +26,7 @@ libogg-devel + Development files for the ogg media file format library libogg @@ -48,7 +50,6 @@ - libogg @@ -57,6 +58,13 @@ + + 2020-01-06 + 1.3.4 + Version bump. + Blue DeviL + bluedevil@sctzine.com + 2018-07-29 1.3.3 diff --git a/multimedia/sound/libogg/translations.xml b/multimedia/sound/libogg/translations.xml index c701ce291e..f73717ad8c 100644 --- a/multimedia/sound/libogg/translations.xml +++ b/multimedia/sound/libogg/translations.xml @@ -6,9 +6,16 @@ libogg Ogg biçimli dosyalara erişmek için kullanılan bir kütüphanedir. Hem Ogg biçimli dosya oluşturmak için hem de Ogg dosyalarından paket ayıklamak için kullanılabilir. La librairie pour fichiers au format média Ogg. + + + libogg-devel + libogg için geliştirme dosyaları + libogg-devel, libogg için geliştirme dosyaları içerir. + libogg-32bit libogg için 32-bit paylaşımlı kitaplıklar + libogg-32bit, libogg için 32-bit paylaşımlı kitaplıklar içerir. - + \ No newline at end of file diff --git a/multimedia/sound/libvorbis/actions.py b/multimedia/sound/libvorbis/actions.py index c0f5fe198f..fcd9364156 100644 --- a/multimedia/sound/libvorbis/actions.py +++ b/multimedia/sound/libvorbis/actions.py @@ -10,14 +10,12 @@ from pisi.actionsapi import get def setup(): autotools.configure("--disable-static") + pisitools.dosed("doc/Makefile", "-\$\(VERSION\)", "") + pisitools.dosed("libtool", " -shared ", " -Wl,-O1,--as-needed -shared ") def build(): autotools.make() def install(): autotools.rawInstall("DESTDIR=%s" % get.installDIR()) - - pisitools.removeDir("/usr/share/doc") - - pisitools.dodoc("AUTHORS", "CHANGES", "COPYING", "doc/*.txt") - pisitools.dohtml("doc/*") + pisitools.dodoc("COPYING") \ No newline at end of file diff --git a/multimedia/sound/libvorbis/pspec.xml b/multimedia/sound/libvorbis/pspec.xml index 57abc91df2..830e95467a 100644 --- a/multimedia/sound/libvorbis/pspec.xml +++ b/multimedia/sound/libvorbis/pspec.xml @@ -1,5 +1,5 @@ - + libvorbis @@ -20,18 +20,18 @@ libvorbis + The Vorbis general audio compression codec - libogg + libogg /usr/lib - /usr/share/doc/libvorbis/AUTHORS - /usr/share/doc/libvorbis/README libvorbis-devel + Development files for libvorbis libvorbis libogg-devel @@ -41,7 +41,17 @@ /usr/lib/pkgconfig /usr/lib32/pkgconfig /usr/share/aclocal - /usr/share/doc/libvorbis + + + + + libvorbis-docs + Documentation files for libvorbis + + libvorbis + + + /usr/share/doc @@ -63,6 +73,13 @@ + + 2020-01-06 + 1.3.6 + Rebuilt for the new toolchain. + Blue DeviL + bluedevil@sctzine.com + 2018-07-29 1.3.6 @@ -99,4 +116,4 @@ kaptan@pisilinux.org - + \ No newline at end of file diff --git a/multimedia/sound/libvorbis/translations.xml b/multimedia/sound/libvorbis/translations.xml index 533c21748b..f4fa507133 100644 --- a/multimedia/sound/libvorbis/translations.xml +++ b/multimedia/sound/libvorbis/translations.xml @@ -7,8 +7,21 @@ Librairie de formatage de fichier son Ogg Vorbis libre. + + libvorbis-devel + libvorbis için geliştirme dosyaları + libvorbis-devel, libvorbis için geliştirme dosyaları içerir. + + + + libvorbis-docs + libvorbis ile ilgili belgeler + libvorbis-docs, libvorbis ile ilgili belgelendirme dosyaları içerir. + + libvorbis-32bit libvorbis için 32-bit paylaşımlı kitaplıklar + libvorbis-32bit, libvorbis için 32-bit paylaşımlı kitaplıklar içerir. - + \ No newline at end of file diff --git a/programming/language/perl/perl-AnyEvent/actions.py b/programming/language/perl/perl-AnyEvent/actions.py index 87370fb9fa..31e4ef188e 100644 --- a/programming/language/perl/perl-AnyEvent/actions.py +++ b/programming/language/perl/perl-AnyEvent/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="AnyEvent-%s" % get.srcVERSION() @@ -22,4 +22,4 @@ def check(): def install(): perlmodules.install() - pisitools.dodoc("Changes", "COPYING", "README") + pisitools.dodoc("Changes", "COPYING", "README") \ No newline at end of file diff --git a/programming/language/perl/perl-AnyEvent/pspec.xml b/programming/language/perl/perl-AnyEvent/pspec.xml index 0810d0f36d..cf4498e5eb 100644 --- a/programming/language/perl/perl-AnyEvent/pspec.xml +++ b/programming/language/perl/perl-AnyEvent/pspec.xml @@ -1,5 +1,5 @@ - + perl-AnyEvent @@ -8,12 +8,11 @@ Kamil Atlı suvari@pisilinux.org - GPLv2 - Artistic + unknown library AnyEvent - provide framework for multiple event loops AnyEvent provides an identical interface to multiple event loops. This allows module authors to utilise an event loop without forcing module users to use the same event loop (as only a single event loop can coexist peacefully at any one time). - https://cpan.metacpan.org/authors/id/M/ML/MLEHMANN/AnyEvent-7.15.tar.gz + https://cpan.metacpan.org/authors/id/M/ML/MLEHMANN/AnyEvent-7.17.tar.gz perl perl-Event @@ -34,6 +33,13 @@ + + 2020-01-02 + 7.17 + Version bump. + Blue Devil + bluedevil@sctzine.com + 2019-06-21 7.15 @@ -42,4 +48,4 @@ suvari@pisilinux.org - \ No newline at end of file + diff --git a/programming/language/perl/perl-AppConfig/actions.py b/programming/language/perl/perl-AppConfig/actions.py index 724a65f137..1f6a9ed3fa 100644 --- a/programming/language/perl/perl-AppConfig/actions.py +++ b/programming/language/perl/perl-AppConfig/actions.py @@ -19,4 +19,4 @@ def check(): def install(): perlmodules.install() - pisitools.dodoc("README", "Changes") + pisitools.dodoc("README", "LICENSE") \ No newline at end of file diff --git a/programming/language/perl/perl-AppConfig/pspec.xml b/programming/language/perl/perl-AppConfig/pspec.xml index a434b86adc..bd69435084 100644 --- a/programming/language/perl/perl-AppConfig/pspec.xml +++ b/programming/language/perl/perl-AppConfig/pspec.xml @@ -1,5 +1,5 @@ - + perl-AppConfig @@ -9,6 +9,7 @@ admins@pisilinux.org GPLv3 + programming.language.perl library Perl/CPAN AppConfig module - Read configuration files and parse command line arguments Perl/CPAN AppConfig module - Read configuration files and parse command line arguments @@ -32,6 +33,13 @@ + + 2020-01-07 + 1.71 + Rebuild for new toolchain + Blue Devil + bluedevil@sctzine.com + 2018-11-16 1.71 @@ -40,4 +48,4 @@ admins@pisilinux.org - + \ No newline at end of file diff --git a/programming/language/perl/perl-AppConfig/translations.xml b/programming/language/perl/perl-AppConfig/translations.xml index 181e2cb4ae..c25544aec9 100644 --- a/programming/language/perl/perl-AppConfig/translations.xml +++ b/programming/language/perl/perl-AppConfig/translations.xml @@ -2,7 +2,7 @@ perl-AppConfig - Perl/CPAN AppConfig module - Read configuration files and parse command line arguments - Perl/CPAN AppConfig module - Read configuration files and parse command line arguments + Perl/CPAN AppConfig modülü + Perl/CPAN AppConfig modülü - Komut satırı argümanlarını ve ayar dosyalarını okuyabilen ve çözümleyebilen bir perl betiğidir. diff --git a/programming/language/perl/perl-Canary-Stability/actions.py b/programming/language/perl/perl-Canary-Stability/actions.py index aa3f0c6560..d26902131a 100644 --- a/programming/language/perl/perl-Canary-Stability/actions.py +++ b/programming/language/perl/perl-Canary-Stability/actions.py @@ -20,4 +20,5 @@ def check(): perlmodules.make("test") def install(): - perlmodules.install() \ No newline at end of file + perlmodules.install() + pisitools.dodoc("README*") \ No newline at end of file diff --git a/programming/language/perl/perl-Canary-Stability/pspec.xml b/programming/language/perl/perl-Canary-Stability/pspec.xml index 0ba43d8a55..1e10cdbf83 100644 --- a/programming/language/perl/perl-Canary-Stability/pspec.xml +++ b/programming/language/perl/perl-Canary-Stability/pspec.xml @@ -1,3 +1,5 @@ + + perl-Canary-Stability @@ -10,7 +12,7 @@ library CPAN/Canary-Stability - canary to check perl compatability for schmorp's modules CPAN/Canary-Stability - canary to check perl compatability for schmorp's modules - https://cpan.metacpan.org/authors/id/M/ML/MLEHMANN/Canary-Stability-2012.tar.gz + https://cpan.metacpan.org/authors/id/M/ML/MLEHMANN/Canary-Stability-2013.tar.gz perl @@ -30,6 +32,13 @@ + + 2020-01-02 + 2013 + Version bump, translation added. + Blue Devil + bluedevil@sctzine.com + 2019-04-20 2012 diff --git a/programming/language/perl/perl-Canary-Stability/translations.xml b/programming/language/perl/perl-Canary-Stability/translations.xml new file mode 100644 index 0000000000..321ac832fb --- /dev/null +++ b/programming/language/perl/perl-Canary-Stability/translations.xml @@ -0,0 +1,8 @@ + + + + perl-Canary-Stability + Schmorp modülleri için perl uyumluluğunu deneteleyebilen Perl modülü + Bu modül, schmorp modülleri için perl uyumluluğunu deneteleyebilmektedir. + + diff --git a/programming/language/perl/perl-Capture-Tiny/actions.py b/programming/language/perl/perl-Capture-Tiny/actions.py index 8968876a0f..1f6a9ed3fa 100644 --- a/programming/language/perl/perl-Capture-Tiny/actions.py +++ b/programming/language/perl/perl-Capture-Tiny/actions.py @@ -19,4 +19,4 @@ def check(): def install(): perlmodules.install() - pisitools.dodoc("README", "Changes", "LICENSE") + pisitools.dodoc("README", "LICENSE") \ No newline at end of file diff --git a/programming/language/perl/perl-Capture-Tiny/pspec.xml b/programming/language/perl/perl-Capture-Tiny/pspec.xml index 0b20b4f961..4a17d01317 100644 --- a/programming/language/perl/perl-Capture-Tiny/pspec.xml +++ b/programming/language/perl/perl-Capture-Tiny/pspec.xml @@ -1,5 +1,5 @@ - + perl-Capture-Tiny @@ -12,7 +12,7 @@ library Perl module to capture stdout and stderr from Perl, XS or external programs perl-Capture-Tiny is a Perl module to capture stdout and stderr from Perl, XS or external programs. - http://www.cpan.org/authors/id/D/DA/DAGOLDEN/Capture-Tiny-0.46.tar.gz + https://cpan.metacpan.org/authors/id/D/DA/DAGOLDEN/Capture-Tiny-0.48.tar.gz perl @@ -31,6 +31,13 @@ + + 2020-01-02 + 0.48 + Version bump + Blue Devil + bluedevil@sctzine.com + 2018-07-26 0.46 diff --git a/programming/language/perl/perl-Capture-Tiny/translations.xml b/programming/language/perl/perl-Capture-Tiny/translations.xml index 644aa4d48e..b29585f97b 100644 --- a/programming/language/perl/perl-Capture-Tiny/translations.xml +++ b/programming/language/perl/perl-Capture-Tiny/translations.xml @@ -2,7 +2,7 @@ perl-Capture-Tiny - Standart çıktı ve hata akışlarının yakalamaya yarayan Perl modülü + Standart çıktı ve hata akışlarını yakalamaya yarayan Perl modülü perl-Capture-Tiny, Perl, XS veya harici programların standart çıktı ve hata akışlarının yakalanmasını sağlayan bir Perl modülüdür. - + \ No newline at end of file diff --git a/programming/language/perl/perl-Devel-Symdump/actions.py b/programming/language/perl/perl-Devel-Symdump/actions.py index ffee85b595..8465defd15 100644 --- a/programming/language/perl/perl-Devel-Symdump/actions.py +++ b/programming/language/perl/perl-Devel-Symdump/actions.py @@ -21,3 +21,4 @@ def check(): def install(): perlmodules.install() + pisitools.dodoc("Changes", "README*", "SIGNATURE") \ No newline at end of file diff --git a/programming/language/perl/perl-Devel-Symdump/pspec.xml b/programming/language/perl/perl-Devel-Symdump/pspec.xml index a0d7991b56..60cb395355 100644 --- a/programming/language/perl/perl-Devel-Symdump/pspec.xml +++ b/programming/language/perl/perl-Devel-Symdump/pspec.xml @@ -1,5 +1,5 @@ - + perl-Devel-Symdump @@ -20,16 +20,25 @@ perl-Devel-Symdump + Dump symbol names or the symbol table perl /usr/lib /usr/share/man + /usr/share/doc + + 2020-01-02 + 2.18 + Rebuilt. + Blue Devil + bluedevil@sctzine.com + 2018-07-26 2.18 diff --git a/programming/language/perl/perl-Devel-Symdump/translations.xml b/programming/language/perl/perl-Devel-Symdump/translations.xml index c5ea38999e..c69c88fde5 100644 --- a/programming/language/perl/perl-Devel-Symdump/translations.xml +++ b/programming/language/perl/perl-Devel-Symdump/translations.xml @@ -5,5 +5,4 @@ Sembol isimlerinin veya sembol tablosunun dökümünü verir perl-Devel-Symdump sembol isimlerinin veya sembol tablosunun dökümünü veren bir Perl modülüdür. - - + \ No newline at end of file diff --git a/programming/language/perl/perl-Event/actions.py b/programming/language/perl/perl-Event/actions.py index 9f206fd608..6a60021ec3 100644 --- a/programming/language/perl/perl-Event/actions.py +++ b/programming/language/perl/perl-Event/actions.py @@ -22,4 +22,4 @@ def check(): def install(): perlmodules.install() - pisitools.dodoc("ANNOUNCE", "README", "TODO" ) + pisitools.dodoc("ANNOUNCE", "README") \ No newline at end of file diff --git a/programming/language/perl/perl-Event/pspec.xml b/programming/language/perl/perl-Event/pspec.xml index 286706a238..2b29fe3234 100644 --- a/programming/language/perl/perl-Event/pspec.xml +++ b/programming/language/perl/perl-Event/pspec.xml @@ -1,5 +1,5 @@ - + perl-Event @@ -10,6 +10,7 @@ GPLv2 Artistic + programming.language.perl library Event loop processing module in Perl The Event module provide a central facility to watch for various types of events and invoke a callback when these events occur. The idea is to delay the handling of events so that they may be dispatched in priority order when it is safe for callbacks to execute. @@ -21,6 +22,7 @@ perl-Event + Event loop processing module in Perl perl @@ -32,6 +34,13 @@ + + 2020-01-07 + 1.27 + Rebuild for new toolchain + Blue Devil + bluedevil@sctzine.com + 2012-09-06 1.27 @@ -40,4 +49,4 @@ suvari@pisilinux.org - \ No newline at end of file + diff --git a/programming/language/perl/perl-Event/translations.xml b/programming/language/perl/perl-Event/translations.xml index 3db607bd32..2fd6ba018d 100644 --- a/programming/language/perl/perl-Event/translations.xml +++ b/programming/language/perl/perl-Event/translations.xml @@ -5,4 +5,4 @@ Perl için olay döngüsü işleme modülü Event modülü çeşitli türde olayları izlemek için merkezi bir olanak sağlamakta ve bu olaylar meydana geldiğinde sisteme geri çağırım (callback) uyarmaktadır. - + \ No newline at end of file diff --git a/programming/language/perl/perl-Module-Build/actions.py b/programming/language/perl/perl-Module-Build/actions.py index 94dbc2600b..c2037128d1 100644 --- a/programming/language/perl/perl-Module-Build/actions.py +++ b/programming/language/perl/perl-Module-Build/actions.py @@ -13,32 +13,9 @@ def setup(): def build(): perlmodules.make() -#def check(): - #perlmodules.make("test") +def check(): + perlmodules.make("test") def install(): perlmodules.install() - - pisitools.dodoc("README", "Changes") - - pisitools.remove("/usr/share/man/man3/Module::Build::Authoring.3pm") - pisitools.remove("/usr/share/man/man3/Module::Build::Platform::Windows.3pm") - pisitools.remove("/usr/share/man/man3/Module::Build::Platform::VMS.3pm") - pisitools.remove("/usr/share/man/man3/Module::Build::ConfigData.3pm") - pisitools.remove("/usr/share/man/man3/Module::Build.3pm") - pisitools.remove("/usr/share/man/man3/Module::Build::PPMMaker.3pm") - pisitools.remove("/usr/share/man/man3/Module::Build::Compat.3pm") - pisitools.remove("/usr/share/man/man3/Module::Build::Notes.3pm") - pisitools.remove("/usr/share/man/man3/Module::Build::Platform::VOS.3pm") - pisitools.remove("/usr/share/man/man3/Module::Build::Platform::Unix.3pm") - pisitools.remove("/usr/share/man/man3/Module::Build::Platform::aix.3pm") - pisitools.remove("/usr/share/man/man3/Module::Build::Platform::cygwin.3pm") - pisitools.remove("/usr/share/man/man3/Module::Build::Cookbook.3pm") - pisitools.remove("/usr/share/man/man3/Module::Build::Base.3pm") - pisitools.remove("/usr/share/man/man3/Module::Build::Platform::Default.3pm") - pisitools.remove("/usr/share/man/man3/Module::Build::Bundling.3pm") - pisitools.remove("/usr/share/man/man1/config_data.1") - pisitools.remove("/usr/share/man/man3/Module::Build::Platform::os2.3pm") - pisitools.remove("/usr/share/man/man3/Module::Build::API.3pm") - pisitools.remove("/usr/share/man/man3/Module::Build::Platform::MacOS.3pm") - pisitools.remove("/usr/share/man/man3/Module::Build::Platform::darwin.3pm") + pisitools.dodoc("README", "LICENSE*") \ No newline at end of file diff --git a/programming/language/perl/perl-Module-Build/pspec.xml b/programming/language/perl/perl-Module-Build/pspec.xml index 27ad770a21..3015da4976 100644 --- a/programming/language/perl/perl-Module-Build/pspec.xml +++ b/programming/language/perl/perl-Module-Build/pspec.xml @@ -1,9 +1,9 @@ - + perl-Module-Build - http://search.cpan.org/~crenz/Module-Find + https://metacpan.org/pod/Module::Build Pisi Linux Admins admins@pisilinux.org @@ -13,7 +13,7 @@ library Build and install Perl modules. perl-Module-Build Module::Build is a system for building, testing, and installing Perl modules. - http://www.cpan.org/authors/id/L/LE/LEONT/Module-Build-0.4220.tar.gz + https://cpan.metacpan.org/authors/id/L/LE/LEONT/Module-Build-0.4229.tar.gz perl @@ -33,6 +33,13 @@ + + 2020-01-02 + 0.4229 + Version bump. + Blue Devil + bluedevil@sctzine.com + 2018-09-02 0.4220 diff --git a/programming/language/perl/perl-Module-Build/translations.xml b/programming/language/perl/perl-Module-Build/translations.xml index 8a06735dbf..bce5e0c1d0 100644 --- a/programming/language/perl/perl-Module-Build/translations.xml +++ b/programming/language/perl/perl-Module-Build/translations.xml @@ -2,7 +2,7 @@ perl-Module-Build - Build and install Perl modules. - perl-Module-Find, Module::Build is a system for building, testing, and installing Perl modules. + Per modüllerini inşa eder ve sisteme yükler + perl-Module-Find, Module::Build Perl modüllerini yapan, test eden ve yükleyen bir sistemdir. - \ No newline at end of file + diff --git a/programming/language/perl/perl-Test-Warnings/actions.py b/programming/language/perl/perl-Test-Warnings/actions.py new file mode 100644 index 0000000000..88f775431b --- /dev/null +++ b/programming/language/perl/perl-Test-Warnings/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 perlmodules +from pisi.actionsapi import shelltools +from pisi.actionsapi import pisitools +from pisi.actionsapi import get + +examples = "%s/%s/examples" % (get.docDIR(), get.srcNAME()) + +def setup(): + perlmodules.configure() + +def build(): + perlmodules.make() + +def check(): + perlmodules.make("test") + +def install(): + perlmodules.install() + + pisitools.dodoc("README", "LICENCE") + shelltools.chmod("examples/*", 0644) + pisitools.insinto(examples, "examples/*") \ No newline at end of file diff --git a/programming/language/perl/perl-Test-Warnings/pspec.xml b/programming/language/perl/perl-Test-Warnings/pspec.xml new file mode 100644 index 0000000000..7e5f50567b --- /dev/null +++ b/programming/language/perl/perl-Test-Warnings/pspec.xml @@ -0,0 +1,43 @@ + + + + + perl-Test-Warnings + https://metacpan.org/release/Test-Warnings + + Blue Devil + bluedevil@sctzine.com + + Perl 5 + library + Perl module to test for warnings and the lack of them + perl-Test-Warnings is a Perl module to test for warnings and the lack of them. + https://cpan.metacpan.org/authors/id/E/ET/ETHER/Test-Warnings-0.028.tar.gz + + perl + + + + + perl-Test-Warnings + Perl module to test for warnings and the lack of them + + perl + + + /usr/lib + /usr/share/doc + /usr/share/man + + + + + + 2020-01-02 + 0.028 + First Pisi Release + Blue Devil + bluedevil@sctzine.com + + + diff --git a/programming/language/perl/perl-Test-Warnings/translations.xml b/programming/language/perl/perl-Test-Warnings/translations.xml new file mode 100644 index 0000000000..0880936a6f --- /dev/null +++ b/programming/language/perl/perl-Test-Warnings/translations.xml @@ -0,0 +1,8 @@ + + + + perl-Test-Warnings + Bu perl modülü, perl için uyarılar üretir. + perl-Test-Warnings, perl için uyarılar üreten bir Perl modülüdür. + + \ No newline at end of file diff --git a/programming/language/python/python-websocket-client/actions.py b/programming/language/python/python-websocket-client/actions.py index 22bccae98d..7f6a7e967b 100644 --- a/programming/language/python/python-websocket-client/actions.py +++ b/programming/language/python/python-websocket-client/actions.py @@ -11,7 +11,4 @@ def build(): def install(): pythonmodules.install() - - pisitools.rename("/usr/bin/wsdump.py", "wsdump2.py") - - pisitools.dodoc("MANIFEST*", "ChangeLog", "README*", "LICENSE") + pisitools.rename("/usr/bin/wsdump.py", "wsdump-py2.py") \ No newline at end of file diff --git a/programming/language/python/python-websocket-client/pspec.xml b/programming/language/python/python-websocket-client/pspec.xml index 8866de9868..7a0357885c 100644 --- a/programming/language/python/python-websocket-client/pspec.xml +++ b/programming/language/python/python-websocket-client/pspec.xml @@ -1,19 +1,22 @@ + + python-websocket-client - https://github.com/liris/websocket-client + https://github.com/websocket-client/websocket-client Alihan Öztürk alihan@pisilinux.org - LGPLv2 + BSD + programming.language.python app:console WebSocket client library for Python websocket-client module is WebSocket client for python. This provide the low level APIs for WebSocket. All APIs are the synchronous functions. - https://github.com/liris/websocket-client/archive/v0.48.0.tar.gz + https://github.com/websocket-client/websocket-client/archive/v0.57.0.tar.gz - python-devel python-setuptools + python-devel @@ -21,16 +24,24 @@ python-websocket-client WebSocket client library for Python + python-six python - /usr/bin - /usr/lib - /usr/share/doc + /usr/bin/wsdump-py2.py + /usr/lib/python2* + /usr/share/doc/python-websocket-client + + 2019-12-26 + 0.57.0 + Version bump. + Blue Devil + bluedevil@sctzine.com + 2018-08-29 0.48.0 diff --git a/programming/language/python/python-websocket-client/translations.xml b/programming/language/python/python-websocket-client/translations.xml new file mode 100755 index 0000000000..cc5139cae0 --- /dev/null +++ b/programming/language/python/python-websocket-client/translations.xml @@ -0,0 +1,8 @@ + + + + python-websocket-client + Python icin ag soketleri kitapligi + python-websocket-client, WebSocket icin dusuk seviye apiler sunar. Tum apiler senkron yordamlardir. + + diff --git a/programming/language/python3/python3-Pygments/actions.py b/programming/language/python3/python3-Pygments/actions.py index f7182d4206..0be9e61fa2 100644 --- a/programming/language/python3/python3-Pygments/actions.py +++ b/programming/language/python3/python3-Pygments/actions.py @@ -4,15 +4,12 @@ # 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="%s-%s" % (get.srcNAME().split("-")[1], get.srcVERSION()) - def build(): - shelltools.system('sed -i "s:pygmentize:&3:g" setup.py') pythonmodules.compile(pyVer="3") def install(): @@ -20,5 +17,5 @@ def install(): #pisitools.dohtml("docs/build/*") #pisitools.insinto("/usr/share/doc/%s/src/" % get.srcNAME(),"docs/src/*") - pisitools.insinto("/usr/share/man", "doc/pygmentize.1", "pygmentize3.1") + pisitools.insinto("/usr/share/man/man1", "doc/pygmentize.1", "pygmentize.1") diff --git a/programming/language/python3/python3-Pygments/pspec.xml b/programming/language/python3/python3-Pygments/pspec.xml index 77aa492b1a..cc574ff551 100644 --- a/programming/language/python3/python3-Pygments/pspec.xml +++ b/programming/language/python3/python3-Pygments/pspec.xml @@ -1,5 +1,5 @@ - + python3-Pygments @@ -9,10 +9,11 @@ admins@pisilinux.org BSD + programming.language.python3 library A syntax highlighting package written in Python python-Pygments is a generic syntax highlighter for general use in all kinds of software such as forum systems, wikis or other applications that need to prettify source code. - https://pypi.python.org/packages/71/2a/2e4e77803a8bd6408a2903340ac498cb0a2181811af7c9ec92cb70b0308a/Pygments-2.2.0.tar.gz + https://files.pythonhosted.org/packages/cb/9f/27d4844ac5bf158a33900dbad7985951e2910397998e85712da03ce125f0/Pygments-2.5.2.tar.gz python3-devel python3-setuptools @@ -21,6 +22,7 @@ python3-Pygments + A syntax highlighting package written in Python python3-setuptools @@ -40,6 +42,13 @@ + + 2019-12-29 + 2.5.2 + Version bump. + Blue Devil + bluedevil@sctzine.com + 2019-01-27 2.2.0 diff --git a/programming/language/python3/python3-Pygments/translations.xml b/programming/language/python3/python3-Pygments/translations.xml index 761e7fa1b6..9521489867 100644 --- a/programming/language/python3/python3-Pygments/translations.xml +++ b/programming/language/python3/python3-Pygments/translations.xml @@ -9,5 +9,6 @@ python-Pygments-docs python3-Pygments için belgelendirme dosyaları + python3-Pygments-docs, python3-Pygments için belgelendirme dosyaları içerir. diff --git a/programming/language/python3/python3-backports-ssl-match-hostname/actions.py b/programming/language/python3/python3-backports-ssl-match-hostname/actions.py index 454d6fbf59..0628776538 100644 --- a/programming/language/python3/python3-backports-ssl-match-hostname/actions.py +++ b/programming/language/python3/python3-backports-ssl-match-hostname/actions.py @@ -12,4 +12,4 @@ def build(): def install(): pythonmodules.install(pyVer="3") - pisitools.dodoc("PKG-INFO") + pisitools.dodoc("LICENSE*") diff --git a/programming/language/python3/python3-backports-ssl-match-hostname/pspec.xml b/programming/language/python3/python3-backports-ssl-match-hostname/pspec.xml index 985a92f451..3ed36d37f0 100644 --- a/programming/language/python3/python3-backports-ssl-match-hostname/pspec.xml +++ b/programming/language/python3/python3-backports-ssl-match-hostname/pspec.xml @@ -1,3 +1,5 @@ + + python3-backports-ssl-match-hostname @@ -7,10 +9,10 @@ alihan@pisilinux.org PSF-2.2 - app - The ssl.match_hostname() function from Python 3.4 - The ssl.match_hostname() function from Python 3.4 - https://pypi.python.org/packages/76/21/2dc61178a2038a5cb35d14b61467c6ac632791ed05131dda72c20e7b9e23/backports.ssl_match_hostname-3.5.0.1.tar.gz + library + The ssl.match_hostname() function from Python 3.7 + The ssl.match_hostname() function from Python 3.7 + https://files.pythonhosted.org/packages/ff/2b/8265224812912bc5b7a607c44bf7b027554e1b9775e9ee0de8032e3de4b2/backports.ssl_match_hostname-3.7.0.1.tar.gz python3-devel python3-setuptools @@ -19,17 +21,24 @@ python3-backports-ssl-match-hostname - The ssl.match_hostname() function from Python 3.4 + The ssl.match_hostname() function from Python 3.7 python3 - /usr/lib/python* - /usr/share/doc + /usr/lib/python3* + /usr/share/doc/python3-backports-ssl-match-hostname + + 2019-12-30 + 3.7.0.1 + Built w/ py3.8 and version bump. + Blue Devil + bluedevil@sctzine.com + 2018-08-19 3.5.0.1 diff --git a/programming/language/python3/python3-backports-ssl-match-hostname/translations.xml b/programming/language/python3/python3-backports-ssl-match-hostname/translations.xml new file mode 100644 index 0000000000..c5b51c3269 --- /dev/null +++ b/programming/language/python3/python3-backports-ssl-match-hostname/translations.xml @@ -0,0 +1,8 @@ + + + + python3-backports-ssl-match-hostname + Python3.7 den geriye dönüklüğü sağlamak için ssl.match_hostname() yordamı + python3-backports-ssl-match-hostname, Python3.7 den geriye dönüklüğü sağlamak için ssl.match_hostname() yordamını sağlar. + + diff --git a/programming/language/python3/python3-chardet/actions.py b/programming/language/python3/python3-chardet/actions.py index 8a08c58ae2..7eccf32766 100755 --- a/programming/language/python3/python3-chardet/actions.py +++ b/programming/language/python3/python3-chardet/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(pyVer="3") def install(): - pythonmodules.install(pyVer="3") - - #pisitools.dodoc("AUTHORS", "BUGS", "ChangeLog", "COPYING", "NEWS", "README") + pythonmodules.install(pyVer="3") \ No newline at end of file diff --git a/programming/language/python3/python3-chardet/pspec.xml b/programming/language/python3/python3-chardet/pspec.xml index 009d48aa3f..328218cd48 100755 --- a/programming/language/python3/python3-chardet/pspec.xml +++ b/programming/language/python3/python3-chardet/pspec.xml @@ -1,5 +1,5 @@ - + python3-chardet @@ -9,9 +9,10 @@ admins@pisilinux.org LGPLv2 + programming.language.python3 app 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 python3-devel @@ -21,28 +22,36 @@ python3-chardet + Chardet: The Universal Character Encoding Detector python3 - /usr/bin - /usr/lib - /usr/share/doc + /usr/bin/chardetect + /usr/lib/python3* + /usr/share/doc/python3-chardet - - 2018-08-15 + + 2019-12-24 3.0.4 - First release + Rebuilt w/ py3.8. + Blue Devil + bluedevil@sctzine.com + + + 2018-08-29 + 3.0.4 + First release. PisiLinux Community admins@pisilinux.org 2018-05-22 3.0.4 - First release + First release. PisiLinux Community admins@pisilinux.org diff --git a/programming/language/python3/python3-chardet/translations.xml b/programming/language/python3/python3-chardet/translations.xml index cb8c878ff0..8eb350cf9a 100755 --- a/programming/language/python3/python3-chardet/translations.xml +++ b/programming/language/python3/python3-chardet/translations.xml @@ -2,7 +2,7 @@ python3-chardet - Chardet: The Universal Character Encoding Detector - Chardet: The Universal Character Encoding Detector + Chardet: Evrensel Karakter Kodlaması Bulucusu(The Universal Character Encoding Detector) + python3-chardet, python3 ile karakter kodlaması yapabilmeyi sağlayan ve karakter kodlamasını otomatik bulabilmeyi saglayan bir python3 bağlayıcısıdır. - + \ No newline at end of file diff --git a/programming/language/python3/python3-colorama/actions.py b/programming/language/python3/python3-colorama/actions.py index 432ec3a4a0..4152599a80 100644 --- a/programming/language/python3/python3-colorama/actions.py +++ b/programming/language/python3/python3-colorama/actions.py @@ -12,4 +12,4 @@ def build(): def install(): pythonmodules.install(pyVer="3") - pisitools.dodoc("CHANGELOG*", "LICENSE*", "MANIFEST*", "PKG-INFO", "README*") \ No newline at end of file + pisitools.dodoc("LICENSE*") \ No newline at end of file diff --git a/programming/language/python3/python3-colorama/pspec.xml b/programming/language/python3/python3-colorama/pspec.xml index 026703362e..4fef0d822d 100644 --- a/programming/language/python3/python3-colorama/pspec.xml +++ b/programming/language/python3/python3-colorama/pspec.xml @@ -1,3 +1,5 @@ + + python3-colorama @@ -7,14 +9,16 @@ alihan@pisilinux.org BSD - app:console + programming.language.python3 + library Cross-platform colored terminal text. Python API for cross-platform colored terminal text. - https://files.pythonhosted.org/packages/e6/76/257b53926889e2835355d74fec73d82662100135293e17d382e2b74d1669/colorama-0.3.9.tar.gz + https://github.com/tartley/colorama/archive/0.4.3.tar.gz - python3-devel + python3-devel + python3-colorama Cross-platform colored terminal text. @@ -22,24 +26,39 @@ python3 - /usr/lib - /usr/share/doc + /usr/lib/python3* + /usr/share/doc/python3-colorama + - - 2018-08-19 + + 2019-12-24 + 0.4.3 + Version bump. + Blue DeviL + bluedevil@sctzine.com + + + 2018-08-29 0.3.9 Version Bump - Mustafa Cinasal - muscnsl@gmail.com + Pisi Linux Community + admin@pisilinux.org + + + 2018-02-26 + 0.3.9 + Version Bump + Pisi Linux Community + admin@pisilinux.org - 2017-02-01 + 2017-01-25 0.3.7 - Release Bump - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org + Rebuild for new toolchain + Pisi Linux Community + admin@pisilinux.org 2016-06-09 diff --git a/programming/language/python3/python3-colorama/translations.xml b/programming/language/python3/python3-colorama/translations.xml new file mode 100644 index 0000000000..11caa404c1 --- /dev/null +++ b/programming/language/python3/python3-colorama/translations.xml @@ -0,0 +1,8 @@ + + + + python3-colorama + Uçbirim metinlerini renklendirebilen python3 modülüdür. + python-colorama, uçbirim metinlerini renklendirebilen python3 modülüdür. + + \ No newline at end of file diff --git a/programming/language/python3/python3-idna/actions.py b/programming/language/python3/python3-idna/actions.py index 8a08c58ae2..7eccf32766 100755 --- a/programming/language/python3/python3-idna/actions.py +++ b/programming/language/python3/python3-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(pyVer="3") def install(): - pythonmodules.install(pyVer="3") - - #pisitools.dodoc("AUTHORS", "BUGS", "ChangeLog", "COPYING", "NEWS", "README") + pythonmodules.install(pyVer="3") \ No newline at end of file diff --git a/programming/language/python3/python3-idna/pspec.xml b/programming/language/python3/python3-idna/pspec.xml index 3fbfff0db3..dd71e76a6f 100755 --- a/programming/language/python3/python3-idna/pspec.xml +++ b/programming/language/python3/python3-idna/pspec.xml @@ -1,5 +1,5 @@ - + python3-idna @@ -9,10 +9,10 @@ admins@pisilinux.org BSD - app + 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 python3-devel python3-setuptools @@ -21,16 +21,24 @@ python3-idna + Internationalized Domain Names in Applications (IDNA) python3 - /usr/lib - /usr/share/doc + /usr/lib/python3* + /usr/share/doc/python3-idna + + 2019-12-24 + 2.8 + Version bump and built w/ py3.8 + Blue DeviL + bluedevil@sctzine.com + 2018-08-15 2.7 diff --git a/programming/language/python3/python3-idna/translations.xml b/programming/language/python3/python3-idna/translations.xml index fc9b8e708b..a0c6251a53 100755 --- a/programming/language/python3/python3-idna/translations.xml +++ b/programming/language/python3/python3-idna/translations.xml @@ -2,7 +2,7 @@ python3-idna - Internationalized Domain Names in Applications (IDNA) - Internationalized Domain Names in Applications (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. diff --git a/programming/language/python3/python3-psutil/actions.py b/programming/language/python3/python3-psutil/actions.py index 2279ea9b58..0a61b4ac3e 100644 --- a/programming/language/python3/python3-psutil/actions.py +++ b/programming/language/python3/python3-psutil/actions.py @@ -5,12 +5,13 @@ # See the file http://www.gnu.org/copyleft/gpl.txt. from pisi.actionsapi import pythonmodules +from pisi.actionsapi import shelltools from pisi.actionsapi import pisitools def build(): + pisitools.cflags.add("-Wno-stringop-truncation") + shelltools.export("LDSHARED", "x86_64-pc-linux-gnu-gcc -Wl,-O1,--as-needed -shared -L/var/pisi/python3-3.8.1-8/work/temp/lib -lbz2 -lpthread -ldl") pythonmodules.compile(pyVer="3") def install(): pythonmodules.install(pyVer="3") - - pisitools.dodoc("LICENSE", "README.rst", "INSTALL.rst") diff --git a/programming/language/python3/python3-psutil/pspec.xml b/programming/language/python3/python3-psutil/pspec.xml index dc482591b2..4f43511d16 100644 --- a/programming/language/python3/python3-psutil/pspec.xml +++ b/programming/language/python3/python3-psutil/pspec.xml @@ -1,5 +1,5 @@ - + python3-psutil @@ -9,27 +9,35 @@ admins@pisilinux.org BSD + programming.language.python3 library A cross-platform process utilities module for Python python3-psutil is a module providing an interface for retrieving information on all running processes and system utilization (CPU, memory) in a portable way by using Python, implementing many functionalities offered by command line tools like ps, top, kill, lsof and netstat. - https://github.com/giampaolo/psutil/archive/release-5.4.6.tar.gz + https://github.com/giampaolo/psutil/archive/release-5.6.7.tar.gz - python3-devel + python3-devel python3-psutil - python3 + python3 - /usr/lib - /usr/share/doc + /usr/lib/python3* + /usr/share/doc/python3-psutil + + 2020-01-07 + 5.6.7 + Version bump. + Blue Devil + bluedevil@sctzine.com + 2018-08-19 5.4.6 diff --git a/programming/language/python3/python3-pyparsing/actions.py b/programming/language/python3/python3-pyparsing/actions.py new file mode 100644 index 0000000000..c2d4032e5e --- /dev/null +++ b/programming/language/python3/python3-pyparsing/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(pyVer="3") + +def install(): + pythonmodules.install(pyVer="3") \ No newline at end of file diff --git a/programming/language/python3/python3-pyparsing/pspec.xml b/programming/language/python3/python3-pyparsing/pspec.xml new file mode 100644 index 0000000000..644acb62c9 --- /dev/null +++ b/programming/language/python3/python3-pyparsing/pspec.xml @@ -0,0 +1,44 @@ + + + + + python3-pyparsing + https://github.com/pyparsing/pyparsing/ + + Blue Devil + bluedevil@sctzine.com + + MIT + programming.language.python3 + library + Python3 parsing module + The pyparsing module is an alternative approach to creating and executing simple grammars, vs. the traditional lex/yacc approach, or the use of regular expressions. The pyparsing module provides a library of classes that client code uses to construct the grammar directly in Python code. + https://github.com/pyparsing/pyparsing/archive/pyparsing_2.4.6.tar.gz + + python3-setuptools + python3-devel + + + + + python3-pyparsing + Python3 parsing module + + python3 + + + /usr/lib/python3* + /usr/share/doc/python3-pyparsing + + + + + + 2019-12-30 + 2.4.6 + First Release + Blue Devil + bluedevil@sctzine.com + + + diff --git a/programming/language/python3/python3-pyparsing/translations.xml b/programming/language/python3/python3-pyparsing/translations.xml new file mode 100644 index 0000000000..5ce9f34b62 --- /dev/null +++ b/programming/language/python3/python3-pyparsing/translations.xml @@ -0,0 +1,7 @@ + + + python3-pyparsing + Python3 cözümleme modülü. + python3-pyparsing modülü lex/yacc yaklaşımı veya regex dışında basit dilbilgisi yaratma ve çalıştırmak için alternatif bir yaklaşım sunar. + + diff --git a/programming/language/python3/python3-pytz/pspec.xml b/programming/language/python3/python3-pytz/pspec.xml index b543ead51d..2d57f06106 100644 --- a/programming/language/python3/python3-pytz/pspec.xml +++ b/programming/language/python3/python3-pytz/pspec.xml @@ -1,5 +1,5 @@ - + python3-pytz @@ -13,7 +13,7 @@ library World Timezone Definitions for Python python-pytz brings the Olson tz database into Python. This library allows accurate and cross platform timezone calculations using Python. It also solves the issue of ambiguous times at the end of daylight savings, which you can read more about in the Python Library Reference (datetime.tzinfo).Almost all (over 540) of the Olson timezones are supported. - https://files.pythonhosted.org/packages/10/76/52efda4ef98e7544321fd8d5d512e11739c1df18b0649551aeccfb1c8376/pytz-2018.4.tar.gz + https://files.pythonhosted.org/packages/82/c3/534ddba230bd4fbbd3b7a3d35f3341d014cca213f369a9940925e7e5f691/pytz-2019.3.tar.gz python3-devel python3-setuptools @@ -22,9 +22,7 @@ python3-pytz - - python3-setuptools - + World Timezone Definitions for Python /usr/lib /usr/share/doc/python3-pytz @@ -32,6 +30,13 @@ + + 2019-12-27 + 2019.3 + Version bump. + Blue Devil + bluedevil@sctzine.com + 2019-01-29 2018.4 diff --git a/programming/language/python3/python3-requests/actions.py b/programming/language/python3/python3-requests/actions.py index ac9287a42f..1eee91d6bb 100644 --- a/programming/language/python3/python3-requests/actions.py +++ b/programming/language/python3/python3-requests/actions.py @@ -5,7 +5,6 @@ # See the file http://www.gnu.org/licenses/gpl.txt from pisi.actionsapi import pythonmodules -from pisi.actionsapi import pisitools def build(): pythonmodules.compile(pyVer="3") diff --git a/programming/language/python3/python3-requests/pspec.xml b/programming/language/python3/python3-requests/pspec.xml index 2514f0d8c4..f2a2b19c07 100644 --- a/programming/language/python3/python3-requests/pspec.xml +++ b/programming/language/python3/python3-requests/pspec.xml @@ -1,5 +1,5 @@ - + python3-requests @@ -8,9 +8,11 @@ Ergün Salman ergunsalman@hotmail.com + MIT + programming.language.python3 + library Requests is an Apache2 Licensed HTTP library, written in Python, for human beings. Python’s standard urllib2 module provides most of the HTTP capabilities you need - MIT https://files.pythonhosted.org/packages/01/62/ddcf76d1d19885e8579acb1b1df26a852b03472c0e46d2b959a714c90608/requests-2.22.0.tar.gz python3-devel @@ -23,6 +25,7 @@ python3-requests + Requests is an Apache2 Licensed HTTP library, written in Python, for human beings. python3 python3-idna @@ -30,12 +33,19 @@ python3-chardet - /usr/lib - /usr/share/doc + /usr/lib/python3* + /usr/share/doc/python3-requests + + 2019-12-24 + 2.22.0 + Rebuilt w/ py3.8 and added translations. + Blue Devil + bluedevil@sctzine.com + 2019-07-11 2.22.0 diff --git a/programming/language/python3/python3-requests/translations.xml b/programming/language/python3/python3-requests/translations.xml new file mode 100755 index 0000000000..c6720ae64e --- /dev/null +++ b/programming/language/python3/python3-requests/translations.xml @@ -0,0 +1,8 @@ + + + + python3-requests + Requests insanlar için yapılmış basit bir HTTP kitaplığıdır. + Requests HTTP/1.1 isteklerini çok basit bir şekilde göndermenize olanak tanıyan bir python kitaplığıdır. + + diff --git a/programming/language/python3/python3-six/pspec.xml b/programming/language/python3/python3-six/pspec.xml index b6860ddc89..c8b477c1b0 100644 --- a/programming/language/python3/python3-six/pspec.xml +++ b/programming/language/python3/python3-six/pspec.xml @@ -1,5 +1,5 @@ - + python3-six @@ -12,7 +12,7 @@ app:console Python 2 and 3 compatibility utilities. python-six provides simple utilities for wrapping over differences between Python 2 and Python 3. - https://pypi.python.org/packages/16/d8/bc6316cf98419719bd59c91742194c111b6f2e85abac88e496adefaf7afe/six-1.11.0.tar.gz + https://files.pythonhosted.org/packages/94/3e/edcf6fef41d89187df7e38e868b2dd2182677922b600e880baad7749c865/six-1.13.0.tar.gz python3-devel python3-setuptools @@ -21,6 +21,7 @@ python3-six + Python 2 and 3 compatibility utilities. python3 @@ -31,6 +32,13 @@ + + 2019-12-11 + 1.13.0 + Version bump. + Blue DeviL + bluedevil@sctzine.com + 2018-08-06 1.11.0 diff --git a/programming/language/python3/python3-urllib3/actions.py b/programming/language/python3/python3-urllib3/actions.py index 8a08c58ae2..7eccf32766 100755 --- a/programming/language/python3/python3-urllib3/actions.py +++ b/programming/language/python3/python3-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(pyVer="3") def install(): - pythonmodules.install(pyVer="3") - - #pisitools.dodoc("AUTHORS", "BUGS", "ChangeLog", "COPYING", "NEWS", "README") + pythonmodules.install(pyVer="3") \ No newline at end of file diff --git a/programming/language/python3/python3-urllib3/pspec.xml b/programming/language/python3/python3-urllib3/pspec.xml index e5b09311f6..41e97f2d9b 100755 --- a/programming/language/python3/python3-urllib3/pspec.xml +++ b/programming/language/python3/python3-urllib3/pspec.xml @@ -1,5 +1,5 @@ - + python3-urllib3 @@ -8,11 +8,12 @@ PisiLinux Community admins@pisilinux.org - Python + MIT + programming.language.python3 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 python3-devel python3-setuptools @@ -21,18 +22,26 @@ python3-urllib3 + urllib3 is a powerful, sanity-friendly HTTP client for Python. python3 - /usr/lib - /usr/share/doc + /usr/lib/python3* + /usr/share/doc/python3-urllib3 + + 2019-12-24 + 1.25.7 + Version bump. + Blue Devil + bluedevil@sctzine.com + - 2018-08-15 + 2018-08-30 1.23 Version Bump. Mustafa Cinasal diff --git a/programming/language/python3/python3-urllib3/translations.xml b/programming/language/python3/python3-urllib3/translations.xml index 1a99ddf3cc..d6ea015612 100755 --- a/programming/language/python3/python3-urllib3/translations.xml +++ b/programming/language/python3/python3-urllib3/translations.xml @@ -1,8 +1,8 @@ - python-urllib3 - Yet another Python urllib - Yet another Python urllib + python3-urllib3 + 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. diff --git a/programming/language/python3/python3-websocket-client/actions.py b/programming/language/python3/python3-websocket-client/actions.py index 859d2fde12..2b3a6c4208 100644 --- a/programming/language/python3/python3-websocket-client/actions.py +++ b/programming/language/python3/python3-websocket-client/actions.py @@ -4,12 +4,9 @@ # See the file http://www.gnu.org/copyleft/gpl.txt from pisi.actionsapi import pythonmodules -from pisi.actionsapi import pisitools def build(): pythonmodules.compile(pyVer="3") def install(): - pythonmodules.install(pyVer="3") - - pisitools.dodoc("MANIFEST*", "ChangeLog", "README*", "LICENSE") \ No newline at end of file + pythonmodules.install(pyVer="3") \ No newline at end of file diff --git a/programming/language/python3/python3-websocket-client/pspec.xml b/programming/language/python3/python3-websocket-client/pspec.xml index b8a08d7cc5..a84da6eab2 100644 --- a/programming/language/python3/python3-websocket-client/pspec.xml +++ b/programming/language/python3/python3-websocket-client/pspec.xml @@ -1,34 +1,45 @@ + + python3-websocket-client - https://github.com/liris/websocket-client + https://github.com/websocket-client/websocket-client Alihan Öztürk alihan@pisilinux.org - LGPLv2 + BSD + programming.language.python3 app:console WebSocket client library for Python websocket-client module is WebSocket client for python. This provide the low level APIs for WebSocket. All APIs are the synchronous functions. - https://github.com/liris/websocket-client/archive/v0.48.0.tar.gz + https://github.com/websocket-client/websocket-client/archive/v0.57.0.tar.gz - python3-devel python3-setuptools + python3-devel python3-websocket-client WebSocket client library for Python - python3 + python3-six + python3 - /usr/bin - /usr/lib - /usr/share/doc + /usr/bin/wsdump.py + /usr/lib/python3* + /usr/share/doc/python3-websocket-client + + 2019-12-26 + 0.57.0 + Version bump. + Blue Devil + bluedevil@sctzine.com + 2018-08-19 0.48.0 diff --git a/programming/language/python3/python3-websocket-client/translations.xml b/programming/language/python3/python3-websocket-client/translations.xml new file mode 100755 index 0000000000..72a21296c2 --- /dev/null +++ b/programming/language/python3/python3-websocket-client/translations.xml @@ -0,0 +1,8 @@ + + + + python3-websocket-client + Python3 icin ag soketleri kitapligi + python3-websocket-client, WebSocket icin dusuk seviye apiler sunar. Tum apiler senkron yordamlardir. + + diff --git a/programming/language/python3/python3-youtube_dl/actions.py b/programming/language/python3/python3-youtube_dl/actions.py index d6c03f4939..a0219285d0 100644 --- a/programming/language/python3/python3-youtube_dl/actions.py +++ b/programming/language/python3/python3-youtube_dl/actions.py @@ -5,9 +5,11 @@ from pisi.actionsapi import pythonmodules from pisi.actionsapi import pisitools -from pisi.actionsapi import shelltools import glob +def setup(): + pisitools.dosed("setup.py", "etc/bash_completion.d", "../etc/bash_completion.d") + pisitools.dosed("setup.py", "etc/fish/completions", "../etc/fish/completions") def install(): - pythonmodules.install(pyVer = "3") + pythonmodules.install(pyVer = "3") \ No newline at end of file diff --git a/programming/language/python3/python3-youtube_dl/pspec.xml b/programming/language/python3/python3-youtube_dl/pspec.xml index c73140fe04..111ea3d9da 100644 --- a/programming/language/python3/python3-youtube_dl/pspec.xml +++ b/programming/language/python3/python3-youtube_dl/pspec.xml @@ -1,5 +1,5 @@ - + python3-youtube_dl @@ -13,28 +13,44 @@ app:console Youtube Video Downloader Youtube Video Downloader - https://github.com/ytdl-org/youtube-dl/releases/download/2019.10.22/youtube-dl-2019.10.22.tar.gz + https://yt-dl.org/downloads/2020.01.01/youtube-dl-2020.01.01.tar.gz python3-setuptools - python3-devel + python3-devel python3-youtube_dl + Youtube Video Downloader - python3 + python3 /usr/bin - /usr/etc - /usr/lib/python3.6/site-packages + /etc/bash_completion.d + /etc/fish + /usr/lib/python3* /usr/share/applications /usr/share/man/man1 - /usr/share/doc + /usr/share/doc/ + + 2020-01-10 + 2020.01.01 + Version bump. + Blue Devil + bluedevil@sctzine.com + + + 2019-12-26 + 2019.12.25 + Version bump. + Blue Devil + bluedevil@sctzine.com + 2019-10-28 2019.10.22 diff --git a/programming/language/python3/python3-youtube_dl/translations.xml b/programming/language/python3/python3-youtube_dl/translations.xml index 3f452405e9..89946bbbc3 100644 --- a/programming/language/python3/python3-youtube_dl/translations.xml +++ b/programming/language/python3/python3-youtube_dl/translations.xml @@ -3,6 +3,6 @@ python3-youtube_dl Youtube video indirici. - Youtube'dan video indirmeyi sağlayan bir uygulama. + Youtube ve benzeri video oynatan sitelerden video indirmeyi sağlayan bir uygulama. diff --git a/science/mathematics/lapack/actions.py b/science/mathematics/lapack/actions.py index fbc0867103..fdcab9ff1b 100644 --- a/science/mathematics/lapack/actions.py +++ b/science/mathematics/lapack/actions.py @@ -12,23 +12,28 @@ from pisi.actionsapi import get def setup(): + pisitools.dosed("INSTALL/make.inc.gfortran", "-O2 -frecursive", "") + pisitools.dosed("INSTALL/make.inc.gfortran", "-O0 -frecursive", "") + ''' shelltools.copy("INSTALL/make.inc.gfortran", "make.inc") - if get.ARCH() == "x86_64": pisitools.dosed("make.inc", "-O2", "%s -fPIC -m64 -funroll-all-loops" % get.CFLAGS()) pisitools.dosed("make.inc", "NOOPT =", "NOOPT =-m64 -fPIC ") else: pisitools.dosed("make.inc", "-O2", "%s -fPIC -funroll-all-loops" % get.CFLAGS()) + ''' shelltools.makedirs("build") shelltools.cd("build") options = "-DCMAKE_INSTALL_LIBDIR=lib \ -DBUILD_SHARED_LIBS=ON \ + -DCBLAS=ON \ -DBUILD_TESTING=OFF" if get.buildTYPE() == "static": options = "-DCMAKE_INSTALL_LIBDIR=lib \ -DBUILD_SHARED_LIBS=OFF \ + -DCBLAS=ON \ -DBUILD_TESTING=OFF" cmaketools.configure(options, sourceDir="..") diff --git a/science/mathematics/lapack/files/lapack-3.9.0-lapacke-shared.patch b/science/mathematics/lapack/files/lapack-3.9.0-lapacke-shared.patch new file mode 100644 index 0000000000..2cfd6681ef --- /dev/null +++ b/science/mathematics/lapack/files/lapack-3.9.0-lapacke-shared.patch @@ -0,0 +1,21 @@ +diff -up lapack-3.9.0/INSTALL/make.inc.gfortran.shared lapack-3.9.0/INSTALL/make.inc.gfortran +--- lapack-3.9.0/INSTALL/make.inc.gfortran.shared 2019-11-26 09:19:38.689118934 -0500 ++++ lapack-3.9.0/INSTALL/make.inc.gfortran 2019-11-26 09:20:52.442628214 -0500 +@@ -81,3 +81,4 @@ CBLASLIB = $(TOPSRCDIR)/libcblas.a + LAPACKLIB = $(TOPSRCDIR)/liblapack.a + TMGLIB = $(TOPSRCDIR)/libtmglib.a + LAPACKELIB = $(TOPSRCDIR)/liblapacke.a ++SHLIB_LAPACKE = $(TOPSRCDIR)/liblapacke.so +diff -up lapack-3.9.0/LAPACKE/Makefile.shared lapack-3.9.0/LAPACKE/Makefile +--- lapack-3.9.0/LAPACKE/Makefile.shared 2019-11-26 09:19:38.689118934 -0500 ++++ lapack-3.9.0/LAPACKE/Makefile 2019-11-26 09:21:59.977268139 -0500 +@@ -54,6 +54,9 @@ lapacke: include/lapacke_mangling.h + include/lapacke_mangling.h: include/lapacke_mangling_with_flags.h.in + cp include/lapacke_mangling_with_flags.h.in $@ + ++shlib: lapacke ++ $(CC) $(CFLAGS) -shared -Wl,-soname,liblapacke.so.@SHORTVER@ -o $(SHLIB_LAPACKE).@LONGVER@ src/*.o utils/*.o $(LDFLAGS) $(LIBS) -lgfortran -lc -L.. -llapack ++ + .PHONY: lapacke_example + lapacke_example: lapacke + $(MAKE) -C example diff --git a/science/mathematics/lapack/pspec.xml b/science/mathematics/lapack/pspec.xml index ae7051170a..a1afe67f92 100644 --- a/science/mathematics/lapack/pspec.xml +++ b/science/mathematics/lapack/pspec.xml @@ -1,5 +1,5 @@ - + lapack @@ -12,12 +12,13 @@ library Linear Algebra PACKage LAPACK is a standard library for numerical linear algebra. LAPACK provides routines for solving systems of simultaneous linear equations, least-squares solutions of linear systems of equations, eigenvalue problems, and singular value problems. - http://www.netlib.org/lapack/lapack-3.8.0.tar.gz + https://github.com/Reference-LAPACK/lapack/archive/v3.9.0.tar.gz libgfortran cmake + lapack-3.9.0-lapacke-shared.patch @@ -48,9 +49,37 @@ /usr/lib/pkgconfig/blas.pc + + + cblas + C interface to BLAS + Blas is a standard library which provides a number of basic algorithms for numerical algebra. + + blas + + + /usr/lib/libcblas.so* + + + + + cblas-devel + Development files for CBLAS + cblas-devel provides development files for cblas + + blas-devel + + + /usr/lib/libcblas.a + /usr/include/cblas* + /usr/lib/pkgconfig/cblas.pc + /usr/lib/cmake/cblas-3.9.0/cblas* + + lapack + Linear Algebra PACKage libgcc libgfortran @@ -78,6 +107,13 @@ + + 2019-12-12 + 3.9.0 + Version bump + Blue DeviL + bluedevil@sctzine.com + 2018-08-14 3.8.0 diff --git a/science/mathematics/lapack/translations.xml b/science/mathematics/lapack/translations.xml index c6d755734d..cd40938235 100644 --- a/science/mathematics/lapack/translations.xml +++ b/science/mathematics/lapack/translations.xml @@ -9,15 +9,30 @@ blas Temel lineer cebir yordamları + blas, temel lineer cebir yordamları içerir + + + + cblas + BLAS kitaplığının C arayüzü + cblas, BLAS kitaplığının C arayüzü olan yordamları içerir lapack-devel lapack için geliştirme dosyaları + lapack-devel, lapack için geliştirme dosyaları içerir blas-devel blas için geliştirme dosyaları + blas-devel, blas için geliştirme dosyaları içerir + + + + cblas-devel + cblas için geliştirme dosyaları + cblas-devel, cblas için geliştirme dosyaları içerir diff --git a/util/archive/ucl/actions.py b/util/archive/ucl/actions.py index a4b8293359..384a9f0431 100644 --- a/util/archive/ucl/actions.py +++ b/util/archive/ucl/actions.py @@ -4,9 +4,9 @@ # Licensed under the GNU General Public License, version 3. # See the file http://www.gnu.org/copyleft/gpl.txt. +from pisi.actionsapi import shelltools from pisi.actionsapi import autotools from pisi.actionsapi import pisitools -from pisi.actionsapi import shelltools from pisi.actionsapi import get @@ -20,4 +20,4 @@ def build(): def install(): autotools.rawInstall("DESTDIR=%s" % get.installDIR()) - pisitools.dodoc("AUTHORS", "COPYING", "NEWS", "README", "THANKS" ) + pisitools.dodoc("AUTHORS", "COPYING", "README") diff --git a/util/archive/ucl/pspec.xml b/util/archive/ucl/pspec.xml index 0785ba0c59..96dd44a1ba 100644 --- a/util/archive/ucl/pspec.xml +++ b/util/archive/ucl/pspec.xml @@ -1,5 +1,5 @@ - + ucl @@ -34,6 +34,13 @@ + + 2020-01-10 + 1.03 + Rebuild for the new toolchain + Blue DeviL + bluedevil@sctzine.com + 2018-08-10 1.03 diff --git a/util/archive/upx/actions.py b/util/archive/upx/actions.py index 974b5f8986..e53156a82a 100644 --- a/util/archive/upx/actions.py +++ b/util/archive/upx/actions.py @@ -9,7 +9,6 @@ from pisi.actionsapi import autotools from pisi.actionsapi import pisitools from pisi.actionsapi import get - def setup(): shelltools.export("UPX_LZMA_VERSION", "0x465") shelltools.export("UPX_LZMADIR", get.workDIR()) @@ -20,4 +19,4 @@ def build(): def install(): pisitools.insinto("/usr/bin", "src/upx.out", "upx") pisitools.insinto("/usr/share/man/man1", "doc/upx.1") - pisitools.dodoc("BUGS", "COPYING", "LICENSE", "NEWS", "PROJECTS", "README*", "THANKS" ) + pisitools.dodoc("BUGS", "COPYING", "LICENSE", "NEWS", "PROJECTS", "README*") diff --git a/util/archive/upx/pspec.xml b/util/archive/upx/pspec.xml index b313344b39..e17621b389 100644 --- a/util/archive/upx/pspec.xml +++ b/util/archive/upx/pspec.xml @@ -1,5 +1,5 @@ - + upx @@ -12,7 +12,7 @@ app:console Ultimate executable compressor. UPX is an advanced executable file compressor. UPX will typically reduce the file size of programs and DLLs by around 50%-70%, thus reducing disk space, network load times, download times and other distribution and storage costs. - http://upx.sourceforge.net/download/upx-3.94-src.tar.xz + http://upx.sourceforge.net/download/upx-3.95-src.tar.xz http://downloads.sourceforge.net/sevenzip/lzma465.tar.bz2 ucl-devel @@ -22,10 +22,11 @@ upx + Ultimate executable compressor. ucl - zlib - libgcc + + /usr/bin @@ -35,6 +36,13 @@ + + 2019-12-03 + 3.95 + Ver. bump + Blue DeviL + bluedevil@sctzine.com + 2018-08-10 3.94