diff --git a/programming/language/python/python-Babel/actions.py b/programming/language/python/python-Babel/actions.py index e8b59416..770d74ee 100755 --- a/programming/language/python/python-Babel/actions.py +++ b/programming/language/python/python-Babel/actions.py @@ -4,18 +4,18 @@ # 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 = "Babel-%s" % get.srcVERSION() +#WorkDir = "Babel-%s" % get.srcVERSION() -htmltxt = "%s/%s/html" % (get.docDIR(), get.srcNAME()) +#htmltxt = "%s/%s/html" % (get.docDIR(), get.srcNAME()) def build(): shelltools.system("mkdir -p cldr") - shelltools.system("cp core.zip cldr/cldr-core-35.1.zip") + shelltools.system("cp core.zip cldr/cldr-core-36.zip") shelltools.system("python setup.py import_cldr") shelltools.system("python setup.py build") #pythonmodules.compile() @@ -25,4 +25,4 @@ def install(): pisitools.dohtml("docs/") #pisitools.insinto(htmltxt, "docs/*.txt") - pisitools.dodoc("LICENSE","AUTHORS","README*") + pisitools.dodoc("LICENSE","AUTHORS","README*") \ No newline at end of file diff --git a/programming/language/python/python-Babel/pspec.xml b/programming/language/python/python-Babel/pspec.xml index fa7ba6a0..edd62734 100755 --- a/programming/language/python/python-Babel/pspec.xml +++ b/programming/language/python/python-Babel/pspec.xml @@ -1,5 +1,5 @@ - + python-Babel @@ -8,33 +8,42 @@ PisiLinux Community admins@pisilinux.org + programming.language.python BSD library A collection of tools for internationalizing Python applications Babel is composed of two major parts: 1) tools to build and work with gettext message catalogs , 2) a Python interface to the CLDR (Common Locale Data Repository), providing access to various locale display names, localized number and date formatting, etc. - https://github.com/python-babel/babel/releases/download/v2.7.0/Babel-2.7.0.tar.gz - https://www.unicode.org/Public/cldr/35.1/core.zip + https://github.com/python-babel/babel/archive/v2.8.0.tar.gz + https://www.unicode.org/Public/cldr/36/core.zip + python-setuptools python-devel python-pytz - python-setuptools python-Babel + A collection of tools for internationalizing Python applications - python-pytz python-setuptools + python-pytz + /usr/share/doc/python-Babel /usr/bin /usr/lib - /usr/share/doc/python-Babel + + 2020-01-23 + 2.8.0 + Version bump. + Blue Devil + bluedevil@sctzine.com + 2019-12-10 2.7.0 @@ -64,4 +73,4 @@ admins@pisilinux.org - + \ No newline at end of file diff --git a/programming/language/python/python-Babel/translations.xml b/programming/language/python/python-Babel/translations.xml index 461674a0..44fc9860 100755 --- a/programming/language/python/python-Babel/translations.xml +++ b/programming/language/python/python-Babel/translations.xml @@ -5,4 +5,4 @@ Python uygulamalarını uluslararasılaştırmak için bir takım koleksiyonu Babel temelde iki parçadan oluşur: 1) gettext mesaj kataloglarıyla çalışmak ve onları derlemek için araçlar 2) CLDR(Common Locale Data Repository), Genel Yerel Veri Deposuna, çeşitli yerel gösterim isimlerine ulaşımı sağlamak, yerelleştirilmiş numara ve tarih biçimlerini desteklemek gibi özellikler sağlayan bir python arayüzü. - + \ No newline at end of file diff --git a/programming/language/python/python-requests/pspec.xml b/programming/language/python/python-requests/pspec.xml index 2337684d..0d43d95d 100755 --- a/programming/language/python/python-requests/pspec.xml +++ b/programming/language/python/python-requests/pspec.xml @@ -1,5 +1,5 @@ - + python-requests @@ -8,6 +8,7 @@ Ergün Salman ergunsalman@hotmail.com + programming.language.python 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 @@ -25,9 +26,12 @@ python-requests - + Requests is an Apache2 Licensed HTTP library, written in Python, for human beings. + + python-urllib3 + python-chardet + python-idna + /usr/lib /usr/share/doc @@ -35,6 +39,13 @@ + + 2020-01-23 + 2.22.0 + Fix runtime dependency. + Blue Devil + bluedevil@sctzine.com + 2019-10-03 2.22.0 @@ -92,4 +103,4 @@ ayhanyalcinsoy@pisilinux.org - + \ No newline at end of file diff --git a/programming/language/python3/python3-packaging/actions.py b/programming/language/python3/python3-packaging/actions.py index 477128ff..85f1eb05 100644 --- a/programming/language/python3/python3-packaging/actions.py +++ b/programming/language/python3/python3-packaging/actions.py @@ -14,4 +14,4 @@ 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*") + #pisitools.remove("/usr/lib/*/site-packages/*egg-info*") \ 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 cbdf52f4..fc3e34b5 100644 --- a/programming/language/python3/python3-packaging/pspec.xml +++ b/programming/language/python3/python3-packaging/pspec.xml @@ -1,5 +1,5 @@ - + python3-packaging @@ -8,11 +8,12 @@ Ayhan Yalçınsoy ayhanyalcinsoy@pisilinux.org + programming.language.python3 Apache app:console Core utilities for Python packages Core utilities for Python packages - https://github.com/pypa/packaging/archive/19.2.tar.gz + https://github.com/pypa/packaging/archive/20.0.tar.gz python3-devel @@ -20,16 +21,24 @@ python3-packaging + Core utilities for Python packages python3 - /usr/lib - /usr/share/doc + /usr/lib/python3* + /usr/share/doc/python3-packaging + + 2020-01-23 + 20.0 + Version bump. + Blue Devil + bluedevil@sctzine.com + 2019-12-10 19.2 @@ -52,4 +61,4 @@ ayhanyalcinsoy@pisilinux.org - + \ No newline at end of file diff --git a/programming/language/python3/python3-packaging/translations.xml b/programming/language/python3/python3-packaging/translations.xml index 97abbd2c..5599469d 100644 --- a/programming/language/python3/python3-packaging/translations.xml +++ b/programming/language/python3/python3-packaging/translations.xml @@ -1,7 +1,7 @@ - python3-six + python3-packaging Python3 paketleri için çekirdek uygulama. Python3 paketleri için çekirdek uygulama. - + \ No newline at end of file