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