From ead0d705a40b131d9a74c61d78b4ed84964e8f8e Mon Sep 17 00:00:00 2001 From: blue-devil Date: Thu, 12 Mar 2020 00:00:31 +0300 Subject: [PATCH 1/3] python3-packaging:ver bump --- .../python3/python3-packaging/actions.py | 6 +----- .../python3/python3-packaging/pspec.xml | 19 +++++++++++++------ .../python3-packaging/translations.xml | 4 ++-- 3 files changed, 16 insertions(+), 13 deletions(-) diff --git a/programming/language/python3/python3-packaging/actions.py b/programming/language/python3/python3-packaging/actions.py index 85f1eb05..c2d4032e 100644 --- a/programming/language/python3/python3-packaging/actions.py +++ b/programming/language/python3/python3-packaging/actions.py @@ -5,13 +5,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.removeDir("/usr/lib/*/site-packages/six-1.9.0*egg-info*") - #pisitools.remove("/usr/lib/*/site-packages/*egg-info*") \ No newline at end of file + pythonmodules.install(pyVer="3") \ No newline at end of file diff --git a/programming/language/python3/python3-packaging/pspec.xml b/programming/language/python3/python3-packaging/pspec.xml index 8cf02379..294ccc67 100644 --- a/programming/language/python3/python3-packaging/pspec.xml +++ b/programming/language/python3/python3-packaging/pspec.xml @@ -10,10 +10,10 @@ programming.language.python3 Apache - app:console - Core utilities for Python packages - Core utilities for Python packages - https://github.com/pypa/packaging/archive/20.1.tar.gz + library + Core utilities for Python packages. + The packaging project includes the following: version handling, specifiers, markers, requirements, tags, utilities. + https://github.com/pypa/packaging/archive/20.3.tar.gz python3-devel @@ -21,17 +21,24 @@ python3-packaging - Core utilities for Python packages + Core utilities for Python packages. python3 - /usr/lib/python3* /usr/share/doc/python3-packaging + /usr/lib/python3* + + 2020-03-11 + 20.3 + Patch version bump. + Blue Devil + bluedevil@sctzine.com + 2020-01-29 20.1 diff --git a/programming/language/python3/python3-packaging/translations.xml b/programming/language/python3/python3-packaging/translations.xml index 5599469d..076ff6c8 100644 --- a/programming/language/python3/python3-packaging/translations.xml +++ b/programming/language/python3/python3-packaging/translations.xml @@ -1,7 +1,7 @@ python3-packaging - Python3 paketleri için çekirdek uygulama. - Python3 paketleri için çekirdek uygulama. + Python paketleri için çekirdek araçları. + python3-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. \ No newline at end of file From c86ad12e0280dbd5c2a97b1b4164cbfe8c78354f Mon Sep 17 00:00:00 2001 From: blue-devil Date: Thu, 12 Mar 2020 00:00:45 +0300 Subject: [PATCH 2/3] python3-setuptools:ver bump --- .../language/python3/python3-setuptools/pspec.xml | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/programming/language/python3/python3-setuptools/pspec.xml b/programming/language/python3/python3-setuptools/pspec.xml index d17d2dfc..5ef3a083 100644 --- a/programming/language/python3/python3-setuptools/pspec.xml +++ b/programming/language/python3/python3-setuptools/pspec.xml @@ -13,7 +13,7 @@ library Python setuptools python-setuptools is a collection of enhancements to the Python distutils that allow you to more easily build and distribute Python packages, especially ones that have dependencies on other packages. - https://github.com/pypa/setuptools/archive/v45.2.0.tar.gz + https://github.com/pypa/setuptools/archive/v46.0.0.tar.gz python3-devel @@ -28,13 +28,20 @@ python3 - /usr/bin /usr/lib/python3* + /usr/bin /usr/share/doc + + 2020-03-11 + 46.0.0 + Major version bump. + Blue Devil + bluedevil@sctzine.com + 2020-02-21 45.2.0 From d346741d4404d57e14146f2b3a252a349834fb4b Mon Sep 17 00:00:00 2001 From: blue-devil Date: Thu, 12 Mar 2020 01:24:50 +0300 Subject: [PATCH 3/3] gmp:ver bump --- system/devel/gmp/actions.py | 4 ++-- system/devel/gmp/pspec.xml | 15 ++++++++++++--- system/devel/gmp/translations.xml | 9 ++++++++- 3 files changed, 22 insertions(+), 6 deletions(-) diff --git a/system/devel/gmp/actions.py b/system/devel/gmp/actions.py index 9263625d..5f6da34f 100644 --- a/system/devel/gmp/actions.py +++ b/system/devel/gmp/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 autotools from pisi.actionsapi import pisitools -from pisi.actionsapi import shelltools from pisi.actionsapi import get @@ -30,4 +30,4 @@ def install(): if get.buildTYPE() == "emul32": return pisitools.doinfo("doc/*info*") - pisitools.dodoc("AUTHORS", "ChangeLog", "COPYING*", "NEWS", "README") + pisitools.dodoc("COPYING*", "README") \ No newline at end of file diff --git a/system/devel/gmp/pspec.xml b/system/devel/gmp/pspec.xml index 4b508768..b04b2f18 100644 --- a/system/devel/gmp/pspec.xml +++ b/system/devel/gmp/pspec.xml @@ -1,5 +1,5 @@ - + gmp @@ -8,15 +8,17 @@ Serdar Soytetir kaptan@pisilinux.org + system.devel LGPLv3+ library Arbitrary precision arithmetic library GMP is a free library for arbitrary precision arithmetic, operating on signed integers, rational numbers, and floating point numbers. There is no practical limit to the precision except the ones implied by the available memory in the machine GMP runs on. GMP has a rich set of functions, and the functions have a regular interface. - mirrors://gnu/gmp/gmp-6.1.2.tar.xz + mirrors://gnu/gmp/gmp-6.2.0.tar.xz gmp + Arbitrary precision arithmetic library libgcc @@ -56,6 +58,13 @@ + + 2020-03-11 + 6.2.0 + Minor version bump. + Blue Devil + bluedevil@sctzine.com + 2019-12-11 6.1.2 @@ -99,4 +108,4 @@ ertugrulerata@gmail.com - + \ No newline at end of file diff --git a/system/devel/gmp/translations.xml b/system/devel/gmp/translations.xml index 1a9743cd..c9476970 100644 --- a/system/devel/gmp/translations.xml +++ b/system/devel/gmp/translations.xml @@ -11,5 +11,12 @@ gmp-devel gmp için geliştirme dosyaları + gmp-devel, gmp için geliştirme dosyalarını içerir. - + + + gmp-32bit + gmp için 32-bit paylaşımlı kitaplıklar + gmp-32bit, gmp için 32-bit paylaşımlı kitaplıklar içerir. + + \ No newline at end of file