diff --git a/network/misc/libssh/actions.py b/network/misc/libssh/actions.py
index 6c358263d6..90bc4ec304 100644
--- a/network/misc/libssh/actions.py
+++ b/network/misc/libssh/actions.py
@@ -5,28 +5,38 @@
# See the file http://www.gnu.org/copyleft/gpl.txt
from pisi.actionsapi import cmaketools
-from pisi.actionsapi import pisitools
from pisi.actionsapi import shelltools
+from pisi.actionsapi import autotools
+from pisi.actionsapi import pisitools
from pisi.actionsapi import get
def setup():
+ # fix unittest error
+ pisitools.dosed("tests/unittests/torture_misc.c", "cmocka_unit_test\(torture_path_expand_tilde_unix\),", "")
+
shelltools.makedirs("build")
shelltools.cd("build")
- cmaketools.configure("-DCMAKE_BUILD_TYPE=Release \
+ cmaketools.configure("-DCMAKE_INSTALL_LIBDIR=lib \
+ -DCMAKE_BUILD_TYPE=Release \
+ -DUNIT_TESTING=ON \
-DWITH_GSSAPI=OFF", sourceDir="..")
def build():
shelltools.cd("build")
cmaketools.make()
- #cmaketools.make("doc")
+ autotools.make("docs")
+
+def check():
+ shelltools.cd("build")
+ autotools.make("test")
def install():
shelltools.cd("build")
cmaketools.rawInstall("DESTDIR=%s" % get.installDIR())
#pisitools.doman("doc/man/*/*")
- pisitools.dohtml("doc/*")
+ pisitools.dohtml("doc/html/*")
shelltools.cd("..")
- pisitools.dodoc("AUTHORS", "ChangeLog", "COPYING", "INSTALL", "README")
+ pisitools.dodoc("COPYING", "README*")
\ No newline at end of file
diff --git a/network/misc/libssh/pspec.xml b/network/misc/libssh/pspec.xml
index 3972b33df8..199eb85a44 100644
--- a/network/misc/libssh/pspec.xml
+++ b/network/misc/libssh/pspec.xml
@@ -1,5 +1,5 @@
-
+
libssh
@@ -8,25 +8,28 @@
PisiLinux Communityadmin@pisilinux.org
+ network.miscLGPLv2.1libraryFull C library functions for manipulating a client-side SSH connectionlibssh library was designed to be used by programmers needing a working SSH implementation by the mean of a library. The complete control of the client is made by the programmer. With libssh, you can remotely execute programs, transfer files, use a secure and transparent tunnel for your remote programs. With its Secure FTP implementation, you can play with remote files easily, without third-party programs others than libcrypto (from openssl).
- https://www.libssh.org/files/0.8/libssh-0.8.4.tar.xz
+ https://www.libssh.org/files/0.9/libssh-0.9.3.tar.xz
- zlib-developenssl-devel
-
+ cmocka-devel
+ zlib-develdoxygencmake
+
libssh
+ Full C library functions for manipulating a client-side SSH connection
- zlibopenssl
+ zlib/usr/lib
@@ -56,6 +59,13 @@
+
+ 2020-02-24
+ 0.9.3
+ Version bump.
+ Blue Devil
+ bluedevil@sctzine.com
+ 2018-10-170.8.4
diff --git a/network/misc/libssh/translations.xml b/network/misc/libssh/translations.xml
index 55fea85eaf..933bb689d4 100644
--- a/network/misc/libssh/translations.xml
+++ b/network/misc/libssh/translations.xml
@@ -9,5 +9,12 @@
libssh-devellibssh için geliştirme dosyaları
+ libssh-devel, libssh için geliştirme dosyalarını içerir.
-
+
+
+ libssh-docs
+ libssh için belgelendirme dosyaları
+ libssh-docs, libssh için belgelendirme dosyalarını içerir.
+
+
\ No newline at end of file
diff --git a/pisi-index.xml b/pisi-index.xml
index 5f66445932..876aa91e04 100644
--- a/pisi-index.xml
+++ b/pisi-index.xml
@@ -50007,6 +50007,59 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol
+
+
+ cmocka
+ https://cmocka.org/
+
+ Blue Devil
+ bluedevil@sctzine.com
+
+ Apache
+ library
+ programming.tool
+ Full unit testing framework for C with support for mock objects.
+ Sahte nesneler ile deskteklenmiş C için tam birim test çatısı
+ cmocka is an elegant unit testing framework for C with support for mock objects. It only requires the standard C library, works on a range of computing platforms (including embedded) and with different compilers.
+ cmocka sahte nesneler ile deskteklenmiş C için tam birim test çatısı sunar.
+ https://gitlab.com/cmocka/cmocka/-/archive/cmocka-1.1.5/cmocka-cmocka-1.1.5.tar.gz
+
+ doxygen
+ cmake
+
+ programming/tool/cmocka/pspec.xml
+
+
+ cmocka
+ Full unit testing framework for C with support for mock objects.
+
+ /usr/lib
+ /usr/share/doc
+
+
+
+ cmocka-devel
+ Development files for cmocka
+ cmocka için geliştirme dosyaları
+ libssh-cmocka, cmocka için geliştirme dosyalarını içerir.
+
+ cmocka
+
+
+ /usr/include
+ /usr/lib/pkgconfig
+
+
+
+
+ 2020-02-24
+ 1.1.5
+ First release
+ Blue Devil
+ bluedevil@sctzine.com
+
+
+ cppunit
@@ -50724,6 +50777,45 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol
+
+
+ github-cli
+ https://github.com/cli/cli
+
+ Blue Devil
+ bluedevil@sctzine.com
+
+ MIT
+ app:console
+ programming.scm
+ The GitHub CLI
+ Github komut satırı arayüzü.
+ gh is GitHub on the command line, and it's now available in beta. It brings pull requests, issues, and other GitHub concepts to the terminal next to where you are already working with git and your code.
+ gh, resmi Github komut satırı arayüzüdür.
+ https://github.com/cli/cli/archive/v0.5.7.tar.gz
+
+ golang
+
+ programming/scm/github-cli/pspec.xml
+
+
+ github-cli
+ The GitHub CLI
+
+ /usr/bin/gh
+ /usr/share/doc
+
+
+
+
+ 2020-02-24
+ 0.5.7
+ First release
+ Blue Devil
+ bluedevil@sctzine.com
+
+
+ php
@@ -55306,8 +55398,8 @@ to create header files and sources from protocol files.
Google'dan Go programlama dili için araçlar ve derleyiciGo is an open source programming language that makes it easy to build simple, reliable, and efficient software.Go basit, güvenilir ve verimli yazılım inşa etmek için onu kolay yapan açık kaynaklı bir programlama dilidir.
- https://github.com/golang/go/archive/go1.11.9.tar.gz
- https://dev.gentoo.org/~williamh/dist/go-linux-amd64-bootstrap-1.8.tbz
+ https://github.com/golang/go/archive/go1.13.8.tar.gz
+ https://dev.gentoo.org/~williamh/dist/go-linux-amd64-bootstrap-1.13.6.tbzprogramming/language/go/pspec.xml
@@ -55316,16 +55408,20 @@ to create header files and sources from protocol files.
git
- /etc/usr/bin//usr/lib//usr/share/
+ /etc
-
- go.sh
-
+
+ 2020-02-24
+ 1.13.8
+ Version bump.
+ Blue Devil
+ bluedevil@sctzine.com
+ 2019-04-141.11.9
@@ -59250,8 +59346,8 @@ to create header files and sources from protocol files.
A Fast, Extensible Progress Bar for Python and CLI.Python ile komut satırı için hızlı ve genişletilebilir ilerleme çubugu kitaplığıpython-tqdm provides a fast, extensible progress bar for python and commandline. Instantly make your loops show a smart progress meter - just wrap any iterable with tqdm(iterable), and you're done!
- python-tqdm, python3 ile komut satırı için hızlı ve genişletilebilir ilerleme çubuğu kitaplığı sunar. Bu modül ile döngülerinize akıllı ilerleme çubuğu ekleyebilirsiniz.
- https://github.com/tqdm/tqdm/archive/v4.42.1.tar.gz
+ python-tqdm, python ile komut satırı için hızlı ve genişletilebilir ilerleme çubuğu kitaplığı sunar. Bu modül ile döngülerinize akıllı ilerleme çubuğu ekleyebilirsiniz.
+ https://github.com/tqdm/tqdm/archive/v4.43.0.tar.gzpython-setuptoolspython-devel
@@ -59261,9 +59357,6 @@ to create header files and sources from protocol files.
python-tqdmA Fast, Extensible Progress Bar for Python and CLI.
-
- python-setuptools
- /usr/bin/tqdm-py2/usr/lib/python2*
@@ -59271,6 +59364,13 @@ to create header files and sources from protocol files.
+
+ 2020-02-21
+ 4.43.0
+ Version bump.
+ Blue Devil
+ bluedevil@sctzine.com
+ 2020-02-054.42.1
@@ -70996,7 +71096,7 @@ to create header files and sources from protocol files.
Python için döküman üreticisi. HTML, Latex gibi çıktılar üretebiliyorIt's a very common documentation generator especially using for python3 based documentation.It can generate HTML or PDF, Ps outputs with Latex output support.Özellikle python için hazırlanan dökümanları yorumlamak için kullanılan yaygın bir döoküman üreticisi. Başta HTML olmak üzere Latex ile birlikte PDF, Ps gibi doküman çıktıları üretebiliyor.
- https://github.com/sphinx-doc/sphinx/archive/v2.4.2.tar.gz
+ https://github.com/sphinx-doc/sphinx/archive/v2.4.3.tar.gzpython3-setuptoolspython3-devel
@@ -71039,13 +71139,20 @@ to create header files and sources from protocol files.
python3-sphinx-docsDocumentation files for python3-sphinx
- python3-sphinx
+ python3-sphinx/usr/share/doc/python3-sphinx
+
+ 2020-02-24
+ 2.4.3
+ Version bump.
+ Blue Devil
+ bluedevil@sctzine.com
+ 2020-02-212.4.2
@@ -74353,7 +74460,7 @@ to create header files and sources from protocol files.
Python3 ile komut satırı için hızlı ve genişletilebilir ilerleme çubugu kitaplığıpython3-tqdm provides a fast, extensible progress bar for python and commandline. Instantly make your loops show a smart progress meter - just wrap any iterable with tqdm(iterable), and you're done!python3-tqdm, python3 ile komut satırı için hızlı ve genişletilebilir ilerleme çubuğu kitaplığı sunar. Bu modül ile döngülerinize akıllı ilerleme çubuğu ekleyebilirsiniz.
- https://github.com/tqdm/tqdm/archive/v4.42.1.tar.gz
+ https://github.com/tqdm/tqdm/archive/v4.43.0.tar.gzpython3-setuptoolspython3-devel
@@ -74364,7 +74471,6 @@ to create header files and sources from protocol files.
python3-tqdmA Fast, Extensible Progress Bar for Python and CLI.
- python3-setuptoolspython3
@@ -74374,6 +74480,13 @@ to create header files and sources from protocol files.
+
+ 2020-02-21
+ 4.43.0
+ Version bump.
+ Blue Devil
+ bluedevil@sctzine.com
+ 2020-02-054.42.1
@@ -208214,7 +208327,7 @@ functionality to build high-performing, platform-independent programs.network.misc
Multipurpose relayMultipurpose relay
- http://www.dest-unreach.org/socat/download/socat-1.7.3.2.tar.gz
+ http://www.dest-unreach.org/socat/download/socat-1.7.3.4.tar.bz2readline-developenssl-devel
@@ -208233,6 +208346,13 @@ functionality to build high-performing, platform-independent programs.
+
+ 2020-02-23
+ 1.7.3.4
+ Version bump.
+ İdris Kalp
+ idriskalp@gmail.com
+ 2018-08-151.7.3.2
@@ -209306,10 +209426,11 @@ functionality to build high-performing, platform-independent programs.SSH bağlantılarının kontrol edilebilmesini sağlayan C kitaplığı
libssh library was designed to be used by programmers needing a working SSH implementation by the mean of a library. The complete control of the client is made by the programmer. With libssh, you can remotely execute programs, transfer files, use a secure and transparent tunnel for your remote programs. With its Secure FTP implementation, you can play with remote files easily, without third-party programs others than libcrypto (from openssl).libssh, yazılımlarında SSH kullanmak isteyen programcılar için tasarlanmış bir C kitaplığıdır. SSH istemcisi programcı tarafından tam olarak kontrol edilebilir, uzaktan yazılım çalıştırma, tünel yaratma, dosya transferi ve uzak dosya erişimi işlemleri yapılabilir. Tüm bunlar için openssl paketinde bulunan lıbcrypto'nun sistemde bulunması yeterlidir.
- https://www.libssh.org/files/0.8/libssh-0.8.4.tar.xz
+ https://www.libssh.org/files/0.9/libssh-0.9.3.tar.xz
- zlib-developenssl-devel
+ cmocka-devel
+ zlib-develdoxygencmake
@@ -209317,9 +209438,10 @@ functionality to build high-performing, platform-independent programs.
libssh
+ Full C library functions for manipulating a client-side SSH connection
- zlibopenssl
+ zlib/usr/lib
@@ -209330,8 +209452,9 @@ functionality to build high-performing, platform-independent programs.libssh-devel
Development files for libsshlibssh için geliştirme dosyaları
+ libssh-devel, libssh için geliştirme dosyalarını içerir.
- libssh
+ libssh/usr/include
@@ -209341,12 +209464,21 @@ functionality to build high-performing, platform-independent programs.
libssh-docsDevelopment documentation for libssh
+ libssh için belgelendirme dosyaları
+ libssh-docs, libssh için belgelendirme dosyalarını içerir./usr/share/doc/libssh/html/usr/share/man
+
+ 2020-02-24
+ 0.9.3
+ Version bump.
+ Blue Devil
+ bluedevil@sctzine.com
+ 2018-10-170.8.4
@@ -231132,7 +231264,7 @@ complete albums that you have purchased from Amazon.
Güçlü bir sanallaştırma programıVirtualBox is a family of powerful x86 virtualization products for enterprise as well as home use. This is the Open Source Edition which lacks USB support and some other things.VirtualBox, ev kullanımı yanında kurumsal kullanım alanı da bulan güçlü bir xf86 sanallaştırma ürünleri ailesidir. Bu sürüm, USB ve birkaç özellik için desteği bulunmayan açık kodlu uyarlamasıdır.
- http://download.virtualbox.org/virtualbox/6.1.2/VirtualBox-6.1.2.tar.bz2
+ http://download.virtualbox.org/virtualbox/6.1.4/VirtualBox-6.1.4.tar.bz2dkms.confdkms-guest.conf
@@ -231186,9 +231318,8 @@ complete albums that you have purchased from Amazon.
python.patch008-no-vboxvideo.patch012-vboxsf-automount.patch
- 001_virtualbox-5.0.16-mesa-check.patch
- 009-virtualbox-5.1.0-add_missing_gl_header.patch013-Makefile.patch
+ VirtualBox-6.1.2-disable-update.patchhardware/virtualization/virtualbox/pspec.xml
@@ -231220,8 +231351,8 @@ complete albums that you have purchased from Amazon.
device-mapperqt5-x11extras
- module-virtualbox
- virtualbox-dkms
+ module-virtualbox
+ virtualbox-dkms
@@ -231261,8 +231392,8 @@ complete albums that you have purchased from Amazon.
xorg-serverlibXcomposite
- module-virtualbox-guest
- virtualbox-guest-dkms
+ module-virtualbox-guest
+ virtualbox-guest-dkms
@@ -231310,6 +231441,13 @@ complete albums that you have purchased from Amazon.
+
+ 2020-02-22
+ 6.1.4
+ Version bump.
+ Mustafa Cinasal
+ muscnsl@gmail.com
+ 2020-01-266.1.2
@@ -233885,7 +234023,7 @@ complete albums that you have purchased from Amazon.
Scanner Access Now Easy (SANE) is a universal scanner interface. The SANE application programming interface provides standardized access to any raster image scanner hardware.SANE ve uygulama programlama arayüzü (API) ile herhangi bir görüntü tarayıcı donanımına standartlaştırlmış erişim sağlar.sane
- https://sources.archlinux.org/other/sane/sane-backends-1.0.27.tar.gz
+ https://gitlab.com/sane-project/backends/uploads/54f858b20a364fc35d820df935a86478/sane-backends-1.0.29.tar.gzlibieee1284-devellibusb-compat-devel
@@ -233902,9 +234040,7 @@ complete albums that you have purchased from Amazon.
net-snmp-devel
- sane-backends-1.0.20-open-macro.patchsane-backends-1.0.23-sane-config-multilib.patch
- sane-backends-1.0.23-soname.patchsane-backends-1.0.23-udev.patcharchlinux/network.patch
@@ -233954,7 +234090,7 @@ complete albums that you have purchased from Amazon.
Development files for sane-backendssane-backends için geliştirme dosyaları
- sane-backends
+ sane-backends/usr/include
@@ -233970,6 +234106,13 @@ complete albums that you have purchased from Amazon.
+
+ 2020-02-23
+ 1.0.29
+ Version bump
+ İdris Kalp
+ idriskalp@gmail.com
+ 2018-08-031.0.27
diff --git a/pisi-index.xml.sha1sum b/pisi-index.xml.sha1sum
index 0f6ffd1900..b2a8b0954b 100644
--- a/pisi-index.xml.sha1sum
+++ b/pisi-index.xml.sha1sum
@@ -1 +1 @@
-ce2f544bd31857e63b9e92d3d3e77a5694c5631a
\ No newline at end of file
+866307c0f7308a1ca62a20bd92bf965170862ec6
\ No newline at end of file
diff --git a/pisi-index.xml.xz b/pisi-index.xml.xz
index 3be84c2e32..00dbb13e34 100644
Binary files a/pisi-index.xml.xz and b/pisi-index.xml.xz differ
diff --git a/pisi-index.xml.xz.sha1sum b/pisi-index.xml.xz.sha1sum
index 9e2c3381af..88d642a94a 100644
--- a/pisi-index.xml.xz.sha1sum
+++ b/pisi-index.xml.xz.sha1sum
@@ -1 +1 @@
-59beb2a8f0d15f68363c389cf3441bcda2c7baa4
\ No newline at end of file
+b7737aa31562cbf8abab914a5a5704fd23c02029
\ No newline at end of file
diff --git a/programming/language/go/actions.py b/programming/language/go/actions.py
index 32df52245d..950e2ba32d 100644
--- a/programming/language/go/actions.py
+++ b/programming/language/go/actions.py
@@ -4,9 +4,9 @@
# Licensed under the GNU General Public License, version 3.
# See the file http://www.gnu.org/licenses/gpl.txt
+from pisi.actionsapi import shelltools
from pisi.actionsapi import pisitools
from pisi.actionsapi import autotools
-from pisi.actionsapi import shelltools
from pisi.actionsapi import get
NoStrip = ["/"]
@@ -15,12 +15,12 @@ def build():
shelltools.export("go_platform","linux-amd64")
shelltools.export("go_linker","/lib/ld-linux-x86-64.so.2")
- shelltools.export("GOROOT", "%s/go-go1.11.9" % get.workDIR()) #0
+ shelltools.export("GOROOT", "%s/go-go1.13.8" % get.workDIR()) #0
shelltools.export("GOBIN", "$GOROOT/bin") #1
shelltools.export("GOPATH", "%s" % get.workDIR())
shelltools.export("GOROOT_FINAL", "/usr/lib/go")
- shelltools.export("GOROOT_BOOTSTRAP", "%s/go-go1.11.9/go-linux-amd64-bootstrap" % get.workDIR()) #2
+ shelltools.export("GOROOT_BOOTSTRAP", "%s/go-go1.13.8/go-linux-amd64-bootstrap" % get.workDIR()) #2
shelltools.export("GOOS","linux")
shelltools.export("GOARCH","amd64")
@@ -31,7 +31,7 @@ def build():
def install():
shelltools.export("GOROOT_FINAL", "/usr/lib/go")
- shelltools.cd("%s/go-go1.11.9" % get.workDIR())
+ shelltools.cd("%s/go-go1.13.8" % get.workDIR())
pisitools.dodir("/usr/lib/go")
shelltools.system("cp -r api bin doc lib pkg src %s/usr/lib/go" % get.installDIR())
@@ -45,7 +45,7 @@ def install():
shelltools.system("cp -r misc %s/usr/lib/go" % get.installDIR())
- pisitools.removeDir("/usr/lib/go/pkg/bootstrap")
+ #pisitools.removeDir("/usr/lib/go/pkg/bootstrap")
# remove testdata, which hit cave fix-linkage
pisitools.remove("/usr/lib/go/src/debug/elf/testdata/gcc-386-freebsd-exec")
@@ -55,4 +55,4 @@ def install():
pisitools.removeDir("/usr/lib/go/pkg/linux_amd64")
- pisitools.dodoc("VERSION", "LICENSE", "PATENTS", "README*", "AUTHORS", "CONTRIBUTORS")
+ pisitools.dodoc("LICENSE", "PATENTS", "README*")
diff --git a/programming/language/go/pspec.xml b/programming/language/go/pspec.xml
index 43a00f07e0..5c30c57ebb 100644
--- a/programming/language/go/pspec.xml
+++ b/programming/language/go/pspec.xml
@@ -1,5 +1,5 @@
-
+
go
@@ -12,8 +12,8 @@
app:consoleCompiler and tools for the Go programming language from GoogleGo is an open source programming language that makes it easy to build simple, reliable, and efficient software.
- https://github.com/golang/go/archive/go1.11.9.tar.gz
- https://dev.gentoo.org/~williamh/dist/go-linux-amd64-bootstrap-1.8.tbz
+ https://github.com/golang/go/archive/go1.13.8.tar.gz
+ https://dev.gentoo.org/~williamh/dist/go-linux-amd64-bootstrap-1.13.6.tbzgolang
@@ -21,17 +21,26 @@
git
- /etc/usr/bin//usr/lib//usr/share/
+ /etc
+
+
+ 2020-02-24
+ 1.13.8
+ Version bump.
+ Blue Devil
+ bluedevil@sctzine.com
+ 2019-04-141.11.9
@@ -103,4 +112,4 @@
ertugrulerata@gmail.com
-
+
\ No newline at end of file
diff --git a/programming/language/go/translations.xml b/programming/language/go/translations.xml
index 2b17d951e6..01138966fc 100644
--- a/programming/language/go/translations.xml
+++ b/programming/language/go/translations.xml
@@ -5,4 +5,4 @@
Google'dan Go programlama dili için araçlar ve derleyiciGo basit, güvenilir ve verimli yazılım inşa etmek için onu kolay yapan açık kaynaklı bir programlama dilidir.
-
+
\ No newline at end of file
diff --git a/programming/language/python/python-tqdm/pspec.xml b/programming/language/python/python-tqdm/pspec.xml
index 9e7ebd96e9..fe636c7883 100644
--- a/programming/language/python/python-tqdm/pspec.xml
+++ b/programming/language/python/python-tqdm/pspec.xml
@@ -13,7 +13,7 @@
libraryA Fast, Extensible Progress Bar for Python and CLI.python-tqdm provides a fast, extensible progress bar for python and commandline. Instantly make your loops show a smart progress meter - just wrap any iterable with tqdm(iterable), and you're done!
- https://github.com/tqdm/tqdm/archive/v4.42.1.tar.gz
+ https://github.com/tqdm/tqdm/archive/v4.43.0.tar.gzpython-setuptoolspython-devel
@@ -23,9 +23,6 @@
python-tqdmA Fast, Extensible Progress Bar for Python and CLI.
-
- python-setuptools
- /usr/bin/tqdm-py2/usr/lib/python2*
@@ -34,6 +31,13 @@
+
+ 2020-02-21
+ 4.43.0
+ Version bump.
+ Blue Devil
+ bluedevil@sctzine.com
+ 2020-02-054.42.1
diff --git a/programming/language/python/python-tqdm/translations.xml b/programming/language/python/python-tqdm/translations.xml
index 6d175baf71..38be1690af 100644
--- a/programming/language/python/python-tqdm/translations.xml
+++ b/programming/language/python/python-tqdm/translations.xml
@@ -3,6 +3,6 @@
python-tqdmPython ile komut satırı için hızlı ve genişletilebilir ilerleme çubugu kitaplığı
- python-tqdm, python3 ile komut satırı için hızlı ve genişletilebilir ilerleme çubuğu kitaplığı sunar. Bu modül ile döngülerinize akıllı ilerleme çubuğu ekleyebilirsiniz.
+ python-tqdm, python ile komut satırı için hızlı ve genişletilebilir ilerleme çubuğu kitaplığı sunar. Bu modül ile döngülerinize akıllı ilerleme çubuğu ekleyebilirsiniz.
\ No newline at end of file
diff --git a/programming/language/python3/python3-sphinx/pspec.xml b/programming/language/python3/python3-sphinx/pspec.xml
index 46d4a35afd..582dda1834 100644
--- a/programming/language/python3/python3-sphinx/pspec.xml
+++ b/programming/language/python3/python3-sphinx/pspec.xml
@@ -14,7 +14,7 @@
libraryPython documentation generator. It can generate HTML or Latex outputsIt's a very common documentation generator especially using for python3 based documentation.It can generate HTML or PDF, Ps outputs with Latex output support.
- https://github.com/sphinx-doc/sphinx/archive/v2.4.2.tar.gz
+ https://github.com/sphinx-doc/sphinx/archive/v2.4.3.tar.gzpython3-setuptoolspython3-devel
@@ -68,6 +68,13 @@
+
+ 2020-02-24
+ 2.4.3
+ Version bump.
+ Blue Devil
+ bluedevil@sctzine.com
+ 2020-02-212.4.2
diff --git a/programming/language/python3/python3-tqdm/pspec.xml b/programming/language/python3/python3-tqdm/pspec.xml
index 4736d780c5..e93a3cb878 100644
--- a/programming/language/python3/python3-tqdm/pspec.xml
+++ b/programming/language/python3/python3-tqdm/pspec.xml
@@ -13,7 +13,7 @@
libraryA Fast, Extensible Progress Bar for Python and CLI.python3-tqdm provides a fast, extensible progress bar for python and commandline. Instantly make your loops show a smart progress meter - just wrap any iterable with tqdm(iterable), and you're done!
- https://github.com/tqdm/tqdm/archive/v4.42.1.tar.gz
+ https://github.com/tqdm/tqdm/archive/v4.43.0.tar.gzpython3-setuptoolspython3-devel
@@ -24,7 +24,6 @@
python3-tqdmA Fast, Extensible Progress Bar for Python and CLI.
- python3-setuptoolspython3
@@ -35,6 +34,13 @@
+
+ 2020-02-21
+ 4.43.0
+ Version bump.
+ Blue Devil
+ bluedevil@sctzine.com
+ 2020-02-054.42.1
diff --git a/programming/scm/github-cli/actions.py b/programming/scm/github-cli/actions.py
new file mode 100644
index 0000000000..cbd3f11a3a
--- /dev/null
+++ b/programming/scm/github-cli/actions.py
@@ -0,0 +1,20 @@
+#!/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 shelltools
+from pisi.actionsapi import pisitools
+from pisi.actionsapi import get
+
+def build():
+ shelltools.system("go build \
+ -trimpath \
+ -ldflags '-extldflags \"%s\" -X github.com/cli/cli/command.Version=v0.5.7 -X github.com/cli/cli/command.BuildDate=2020-02-24' \
+ -o 'bin/gh' ./cmd/gh" % get.LDFLAGS())
+
+def install():
+ shelltools.cd("../cli-0.5.7")
+ pisitools.insinto("/usr/bin", "bin/gh")
+ pisitools.dodoc("LICENSE", "README*")
\ No newline at end of file
diff --git a/programming/scm/github-cli/pspec.xml b/programming/scm/github-cli/pspec.xml
new file mode 100644
index 0000000000..ca7acd5b38
--- /dev/null
+++ b/programming/scm/github-cli/pspec.xml
@@ -0,0 +1,40 @@
+
+
+
+
+ github-cli
+ https://github.com/cli/cli
+
+ Blue Devil
+ bluedevil@sctzine.com
+
+ programming.scm
+ MIT
+ app:console
+ The GitHub CLI
+ gh is GitHub on the command line, and it's now available in beta. It brings pull requests, issues, and other GitHub concepts to the terminal next to where you are already working with git and your code.
+ https://github.com/cli/cli/archive/v0.5.7.tar.gz
+
+ golang
+
+
+
+
+ github-cli
+ The GitHub CLI
+
+ /usr/bin/gh
+ /usr/share/doc
+
+
+
+
+
+ 2020-02-24
+ 0.5.7
+ First release
+ Blue Devil
+ bluedevil@sctzine.com
+
+
+
\ No newline at end of file
diff --git a/programming/scm/github-cli/translations.xml b/programming/scm/github-cli/translations.xml
new file mode 100644
index 0000000000..e1799706b0
--- /dev/null
+++ b/programming/scm/github-cli/translations.xml
@@ -0,0 +1,8 @@
+
+
+
+ github-cli
+ Github komut satırı arayüzü.
+ gh, resmi Github komut satırı arayüzüdür.
+
+
\ No newline at end of file
diff --git a/programming/tool/cmocka/actions.py b/programming/tool/cmocka/actions.py
new file mode 100644
index 0000000000..c574a10511
--- /dev/null
+++ b/programming/tool/cmocka/actions.py
@@ -0,0 +1,38 @@
+#!/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 cmaketools
+from pisi.actionsapi import shelltools
+from pisi.actionsapi import autotools
+from pisi.actionsapi import pisitools
+from pisi.actionsapi import get
+
+
+def setup():
+ shelltools.makedirs("build")
+ shelltools.cd("build")
+ cmaketools.configure("-DCMAKE_INSTALL_LIBDIR=lib \
+ -DCMAKE_BUILD_TYPE=Release \
+ -DUNIT_TESTING=ON", sourceDir="..")
+
+def build():
+ shelltools.cd("build")
+ cmaketools.make()
+ shelltools.cd("../doc")
+ shelltools.system("doxygen mainpage.dox")
+
+def check():
+ shelltools.cd("build")
+ autotools.make("test")
+
+def install():
+ shelltools.cd("build")
+ cmaketools.rawInstall("DESTDIR=%s" % get.installDIR())
+
+ pisitools.dohtml("../doc/html/*")
+
+ shelltools.cd("..")
+ pisitools.dodoc("COPYING", "README*")
\ No newline at end of file
diff --git a/programming/tool/cmocka/pspec.xml b/programming/tool/cmocka/pspec.xml
new file mode 100644
index 0000000000..1f7c1888cd
--- /dev/null
+++ b/programming/tool/cmocka/pspec.xml
@@ -0,0 +1,53 @@
+
+
+
+
+ cmocka
+ https://cmocka.org/
+
+ Blue Devil
+ bluedevil@sctzine.com
+
+ programming.tool
+ Apache
+ library
+ Full unit testing framework for C with support for mock objects.
+ cmocka is an elegant unit testing framework for C with support for mock objects. It only requires the standard C library, works on a range of computing platforms (including embedded) and with different compilers.
+ https://gitlab.com/cmocka/cmocka/-/archive/cmocka-1.1.5/cmocka-cmocka-1.1.5.tar.gz
+
+ doxygen
+ cmake
+
+
+
+
+ cmocka
+ Full unit testing framework for C with support for mock objects.
+
+ /usr/lib
+ /usr/share/doc
+
+
+
+
+ cmocka-devel
+ Development files for cmocka
+
+ cmocka
+
+
+ /usr/include
+ /usr/lib/pkgconfig
+
+
+
+
+
+ 2020-02-24
+ 1.1.5
+ First release
+ Blue Devil
+ bluedevil@sctzine.com
+
+
+
\ No newline at end of file
diff --git a/programming/tool/cmocka/translations.xml b/programming/tool/cmocka/translations.xml
new file mode 100644
index 0000000000..c528350023
--- /dev/null
+++ b/programming/tool/cmocka/translations.xml
@@ -0,0 +1,14 @@
+
+
+
+ cmocka
+ Sahte nesneler ile deskteklenmiş C için tam birim test çatısı
+ cmocka sahte nesneler ile deskteklenmiş C için tam birim test çatısı sunar.
+
+
+
+ cmocka-devel
+ cmocka için geliştirme dosyaları
+ libssh-cmocka, cmocka için geliştirme dosyalarını içerir.
+
+
\ No newline at end of file