diff --git a/network/misc/openmpi/actions.py b/network/misc/openmpi/actions.py
new file mode 100644
index 0000000000..18cbdc9771
--- /dev/null
+++ b/network/misc/openmpi/actions.py
@@ -0,0 +1,48 @@
+#!/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 get
+from pisi.actionsapi import autotools
+from pisi.actionsapi import pisitools
+from pisi.actionsapi import shelltools
+
+
+def setup():
+ # Disable test causing sandbox violations
+ #pisitools.dosed("test/util/Makefile.in", "^(check_PROGRAMS.*?)\sopal_path_nfs\$\(EXEEXT\)", "\\1")
+
+ # suppress compiler warnings
+ pisitools.cflags.add("-Wno-unused-result -Wno-cpp -Wno-deprecated-declarations -Wno-stringop-overflow -Wno-discarded-qualifiers -Wno-alloc-size-larger-than")
+ shelltools.export("LDFLAGS","%s -Wl,-z,noexecstack" % get.LDFLAGS())
+ shelltools.export("FC", "/usr/bin/gfortran")
+ autotools.configure("--with-valgrind \
+ --without-slurm \
+ --enable-mpi-cxx \
+ --with-hwloc=/usr \
+ --enable-memchecker \
+ --with-libltdl=/usr \
+ --enable-builtin-atomics \
+ --enable-mpi-fortran=all \
+ --sysconfdir=/etc/openmpi \
+ --libdir=/usr/lib/openmpi \
+ --enable-pretty-print-stacktrace")
+
+ # dont touch rpath, it brokes tests
+ #pisitools.dosed("libtool", "^(hardcode_libdir_flag_spec=).*", '\\1""')
+ #pisitools.dosed("libtool", "^(runpath_var=)LD_RUN_PATH", "\\1DIE_RPATH_DIE")
+ # fix unused direct dependency analysis
+ pisitools.dosed("libtool"," -shared ", " -Wl,--as-needed -shared ")
+
+def build():
+ autotools.make()
+
+def check():
+ autotools.make("check")
+
+def install():
+ autotools.rawInstall("DESTDIR=%s" % get.installDIR())
+
+ pisitools.dodoc("LICENSE","README*")
diff --git a/network/misc/openmpi/pspec.xml b/network/misc/openmpi/pspec.xml
new file mode 100644
index 0000000000..84c601829e
--- /dev/null
+++ b/network/misc/openmpi/pspec.xml
@@ -0,0 +1,75 @@
+
+
+
+
+ openmpi
+ https://www.open-mpi.org/
+
+ PisiLinux Community
+ admins@pisilinux.org
+
+ network.misc
+ custom:OpenMPI
+ library
+ app:console
+ High performance message passing library (MPI)
+ The Open MPI Project is an open source Message Passing Interface implementation that is developed and maintained by a consortium of academic, research, and industry partners. Open MPI is therefore able to combine the expertise, technologies, and resources from all across the High Performance Computing community in order to build the best MPI library available. Open MPI offers advantages for system and software vendors, application developers and computer science researchers.
+ https://download.open-mpi.org/release/open-mpi/v4.0/openmpi-4.0.3.tar.bz2
+
+ valgrind
+ zlib-devel
+ hwloc-devel
+ libnl-devel
+
+
+
+
+
+ openmpi
+ High performance message passing library (MPI)
+
+ hwloc
+ libnl
+
+
+
+ /etc
+ /usr/lib
+ /usr/share/doc
+ /usr/share/man
+ /usr/bin
+ /usr/share/pmix
+ /usr/share/openmpi
+
+
+
+
+ openmpi-devel
+ Development files for openmpi
+
+ openmpi
+
+
+ /usr/include
+ /usr/lib/pkgconfig
+
+
+
+
+
+ 2020-05-22
+ 4.0.3
+ First Pisi Release
+ Blue Devil
+ bluedevil@sctzine.com
+
+
+
\ No newline at end of file
diff --git a/network/misc/openmpi/translations.xml b/network/misc/openmpi/translations.xml
new file mode 100644
index 0000000000..e84708239b
--- /dev/null
+++ b/network/misc/openmpi/translations.xml
@@ -0,0 +1,16 @@
+
+
+
+ openmpi
+ Yüksek performanslı ve açık kaynak kodlu MPI (Message Passing Library) kitaplığı
+ Yüksek performanslı ve açık kaynak kodlu MPI (Message Passing Library) kitaplığı
+ Open MPI est un projet combinant les technologies et les ressources de plusieurs autres projets (FT-MPI, LA-MPI, LAM/MPI et PACX-MPI) afin de construire la meilleure librairie MPI disponible. Une implémentation totalement neuve conforme au MPI-2. Open MPI offre des avantages aux vendeurs de systèmes et de logiciels, au développeurs d'applications ainsi qu'aux chercheur en génie logiciel.
+ Open MPI es un proyecto que combina recursos y tecnologías de varios otros proyectos (FT-MPI, LA-MPI, LAM/MPI, y PACX-MPI) para construir la mejor librería MPI. Una implementación MPI-2 compliant completamente nueva, Open MPI ofrece ventajas para fabricantes de sistemas y software, desarrolladores de aplicaciones y investigadores de computación.
+
+
+
+ openmpi-devel
+ openmpi için geliştirme dosyaları
+ openmpi-devel, openmpi için geliştirme dosyalarını içerir.
+
+
\ No newline at end of file
diff --git a/pisi-index.xml b/pisi-index.xml
index ea694a6334..153d68f0c6 100644
--- a/pisi-index.xml
+++ b/pisi-index.xml
@@ -1660,6 +1660,73 @@ complete albums that you have purchased from Amazon.
+
+
+ openmpi
+ https://www.open-mpi.org/
+
+ PisiLinux Community
+ admins@pisilinux.org
+
+ custom:OpenMPI
+ library
+ app:console
+ network.misc
+ High performance message passing library (MPI)
+ Yüksek performanslı ve açık kaynak kodlu MPI (Message Passing Library) kitaplığı
+ Open MPI est un projet combinant les technologies et les ressources de plusieurs autres projets (FT-MPI, LA-MPI, LAM/MPI et PACX-MPI) afin de construire la meilleure librairie MPI disponible. Une implémentation totalement neuve conforme au MPI-2. Open MPI offre des avantages aux vendeurs de systèmes et de logiciels, au développeurs d'applications ainsi qu'aux chercheur en génie logiciel.
+ The Open MPI Project is an open source Message Passing Interface implementation that is developed and maintained by a consortium of academic, research, and industry partners. Open MPI is therefore able to combine the expertise, technologies, and resources from all across the High Performance Computing community in order to build the best MPI library available. Open MPI offers advantages for system and software vendors, application developers and computer science researchers.
+ Yüksek performanslı ve açık kaynak kodlu MPI (Message Passing Library) kitaplığı
+ Open MPI es un proyecto que combina recursos y tecnologías de varios otros proyectos (FT-MPI, LA-MPI, LAM/MPI, y PACX-MPI) para construir la mejor librería MPI. Una implementación MPI-2 compliant completamente nueva, Open MPI ofrece ventajas para fabricantes de sistemas y software, desarrolladores de aplicaciones y investigadores de computación.
+ https://download.open-mpi.org/release/open-mpi/v4.0/openmpi-4.0.3.tar.bz2
+
+ valgrind
+ zlib-devel
+ hwloc-devel
+ libnl-devel
+
+ network/misc/openmpi/pspec.xml
+
+
+ openmpi
+ High performance message passing library (MPI)
+
+ hwloc
+ libnl
+
+
+ /etc
+ /usr/lib
+ /usr/share/doc
+ /usr/share/man
+ /usr/bin
+ /usr/share/pmix
+ /usr/share/openmpi
+
+
+
+ openmpi-devel
+ Development files for openmpi
+ openmpi için geliştirme dosyaları
+ openmpi-devel, openmpi için geliştirme dosyalarını içerir.
+
+ openmpi
+
+
+ /usr/include
+ /usr/lib/pkgconfig
+
+
+
+
+ 2020-05-22
+ 4.0.3
+ First Pisi Release
+ Blue Devil
+ bluedevil@sctzine.com
+
+
+ libcddb
@@ -33165,10 +33232,10 @@ functionality to build high-performing, platform-independent programs.Python için komut satırı yaratma arayüzü
Click is a Python package for creating beautiful command line interfaces in a composable way with as little code as necessary. It's the "Command Line Interface Creation Kit". It's highly configurable but comes with sensible defaults out of the box.Click, python için en az komut gerektirecek sekilde tasarlanmış komut satırı arayüzü yaratma paketidir. Açılımı "Command Line Interface Creation Kit - Komut Satırı Arayüzü Yaratma Araç Takımı" olan Click bazı varsayılanlarla beraber gelsede yüksek seviyede ayarlanabilir bir yapıya sahiptir.
- https://github.com/pallets/click/archive/7.1.1.tar.gz
+ https://github.com/pallets/click/archive/7.1.2.tar.gz
- python-setuptoolspython
+ python-setuptoolsprogramming/language/python/python-click/pspec.xml
@@ -33176,11 +33243,18 @@ functionality to build high-performing, platform-independent programs.python-click
Python composable command line interface toolkit
- /usr/share/doc/python-click/usr/lib/python2*
+ /usr/share/doc/python-click
+
+ 2020-05-24
+ 7.1.2
+ Patch version bump.
+ Blue Devil
+ bluedevil@sctzine.com
+ 2020-03-117.1.1
@@ -34895,11 +34969,11 @@ functionality to build high-performing, platform-independent programs.libsmbclient kitaplığı için Python arayüzü
python-smbc is a Python binding for the libsmbclient library.python-smbc, libsmbclient kitaplığı için bir Python bağlayıcısıdır.
- https://pypi.org/packages/source/p/pysmbc/pysmbc-1.0.21.tar.bz2
+ https://pypi.org/packages/source/p/pysmbc/pysmbc-1.0.22.tar.gz
- python-setuptools
- python-develsamba-devel
+ python-devel
+ python-setuptoolsprogramming/language/python/python-smbc/pspec.xml
@@ -34908,13 +34982,21 @@ functionality to build high-performing, platform-independent programs.Python interface to the libsmbclient library
samba
+ python
- /usr/share/doc/python-smbc/usr/lib/python2*
+ /usr/share/doc/python-smbc
+
+ 2020-05-24
+ 1.0.22
+ Patch version bump.
+ Blue Devil
+ bluedevil@sctzine.com
+ 2020-04-221.0.21
@@ -36544,22 +36626,32 @@ functionality to build high-performing, platform-independent programs.Python paketleri için çekirdek araçları.
Core utilities for Python packagespython-packaging projesi python paketleri yapmayı kolaylaştıran, sürümleme, belirteçler işaretçiler gereklilikler(bağımlılık), etiketler ve araçları içerir.
- https://github.com/pypa/packaging/archive/20.3.tar.gz
+ https://github.com/pypa/packaging/archive/20.4.tar.gz
- python-setuptoolspython-devel
+ python-setuptoolsprogramming/language/python/python-packaging/pspec.xmlpython-packagingCore utilities for Python packages
+
+ python
+
- /usr/share/doc/python-packaging/usr/lib/python2*
+ /usr/share/doc/python-packaging
+
+ 2020-05-24
+ 20.4
+ Minor version bump.
+ Blue Devil
+ bluedevil@sctzine.com
+ 2020-03-1120.3
@@ -37741,12 +37833,12 @@ functionality to build high-performing, platform-independent programs.Zengin içerikli ve kolay kullanımlı bir kütüphane.
lxml is the most feature-rich and easy-to-use library for working with XML and HTML in the Python language.Python dilinde xml ve html ile çalışmak için, zengin içerikli ve kolay kullanımlı bir kütüphane.
- https://github.com/lxml/lxml/archive/lxml-4.5.0.tar.gz
+ https://github.com/lxml/lxml/archive/lxml-4.5.1.tar.gz
- libxml2-devel
- libxslt-devel
- python-develcython
+ python-devel
+ libxslt-devel
+ libxml2-develprogramming/language/python/python-lxml/pspec.xml
@@ -37754,8 +37846,9 @@ functionality to build high-performing, platform-independent programs.python-lxml
lxml is the most feature-rich and easy-to-use library
- libxslt
+ pythonlibxml2
+ libxslt/usr/lib/python2*
@@ -37767,13 +37860,20 @@ functionality to build high-performing, platform-independent programs.python-lxml paketine ait API belgeleri
python-lxml-docs, python-lxml paketine ait API belgeleri içerir.
- python-lxml
+ python-lxml/usr/share/doc
+
+ 2020-05-24
+ 4.5.1
+ Patch version bump.
+ Blue Devil
+ bluedevil@sctzine.com
+ 2020-02-064.5.0
@@ -38092,10 +38192,10 @@ functionality to build high-performing, platform-independent programs.urllib3 güçlü ve akıl sağlığı dostu olan, python için HTTP istemcisi sunan bir kitaplıktır.
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.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.
- https://github.com/urllib3/urllib3/archive/1.25.8.tar.gz
+ https://github.com/urllib3/urllib3/archive/1.25.9.tar.gz
- python-setuptoolspython-devel
+ python-setuptoolsprogramming/language/python/python-urllib3/pspec.xml
@@ -38108,6 +38208,13 @@ functionality to build high-performing, platform-independent programs.
+
+ 2020-05-24
+ 1.25.9
+ Patch version bump.
+ Blue Devil
+ bluedevil@sctzine.com
+ 2020-01-231.25.8
diff --git a/pisi-index.xml.sha1sum b/pisi-index.xml.sha1sum
index badc9a4691..09393b16be 100644
--- a/pisi-index.xml.sha1sum
+++ b/pisi-index.xml.sha1sum
@@ -1 +1 @@
-70375f8ab13d5038e9a67dd158d0a5e95eb809bd
\ No newline at end of file
+c0f27dd0899441597fe31679267544113991edb2
\ No newline at end of file
diff --git a/pisi-index.xml.xz b/pisi-index.xml.xz
index cda7e138a9..e3f9ccda87 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 74d48b944c..61eaabc1bd 100644
--- a/pisi-index.xml.xz.sha1sum
+++ b/pisi-index.xml.xz.sha1sum
@@ -1 +1 @@
-9fc98a94030ba93d662693f840a8ea6cbc7d9cc4
\ No newline at end of file
+c0d10fbcc001fadea305a8e912a6592eca2a84d1
\ No newline at end of file
diff --git a/programming/language/python/python-click/actions.py b/programming/language/python/python-click/actions.py
index 89abfd5f8e..14c34295ba 100644
--- a/programming/language/python/python-click/actions.py
+++ b/programming/language/python/python-click/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 pythonmodules
-from pisi.actionsapi import pisitools
from pisi.actionsapi import get
+from pisi.actionsapi import pisitools
+from pisi.actionsapi import pythonmodules
def build():
pythonmodules.compile()
diff --git a/programming/language/python/python-click/pspec.xml b/programming/language/python/python-click/pspec.xml
index f852a9595e..4c2947cea9 100644
--- a/programming/language/python/python-click/pspec.xml
+++ b/programming/language/python/python-click/pspec.xml
@@ -13,10 +13,10 @@
libraryPython composable command line interface toolkitClick is a Python package for creating beautiful command line interfaces in a composable way with as little code as necessary. It's the "Command Line Interface Creation Kit". It's highly configurable but comes with sensible defaults out of the box.
- https://github.com/pallets/click/archive/7.1.1.tar.gz
+ https://github.com/pallets/click/archive/7.1.2.tar.gz
- python-setuptoolspython
+ python-setuptools
@@ -24,12 +24,19 @@
python-clickPython composable command line interface toolkit
- /usr/share/doc/python-click/usr/lib/python2*
+ /usr/share/doc/python-click
+
+ 2020-05-24
+ 7.1.2
+ Patch version bump.
+ Blue Devil
+ bluedevil@sctzine.com
+ 2020-03-117.1.1
diff --git a/programming/language/python/python-lxml/actions.py b/programming/language/python/python-lxml/actions.py
index 2bf34d011e..819609a24e 100644
--- a/programming/language/python/python-lxml/actions.py
+++ b/programming/language/python/python-lxml/actions.py
@@ -4,10 +4,10 @@
# Licensed under the GNU General Public License, version 3.
# 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
from pisi.actionsapi import get
+from pisi.actionsapi import pisitools
+from pisi.actionsapi import shelltools
+from pisi.actionsapi import pythonmodules
#WorkDir = "lxml-%s" % get.srcVERSION()
diff --git a/programming/language/python/python-lxml/pspec.xml b/programming/language/python/python-lxml/pspec.xml
index 853cc6c1b4..5daa936d1f 100644
--- a/programming/language/python/python-lxml/pspec.xml
+++ b/programming/language/python/python-lxml/pspec.xml
@@ -14,12 +14,12 @@
librarylxml is the most feature-rich and easy-to-use librarylxml is the most feature-rich and easy-to-use library for working with XML and HTML in the Python language.
- https://github.com/lxml/lxml/archive/lxml-4.5.0.tar.gz
+ https://github.com/lxml/lxml/archive/lxml-4.5.1.tar.gz
- libxml2-devel
- libxslt-devel
- python-develcython
+ python-devel
+ libxslt-devel
+ libxml2-devel