diff --git a/programming/language/python/python-Jinja2/actions.py b/programming/language/python/python-Jinja2/actions.py index 4043724f..45eb111e 100755 --- a/programming/language/python/python-Jinja2/actions.py +++ b/programming/language/python/python-Jinja2/actions.py @@ -5,14 +5,14 @@ # See the file http://www.gnu.org/licenses/gpl.txt from pisi.actionsapi import pythonmodules +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 examples = "%s/%s/examples" % (get.docDIR(), get.srcNAME()) -WorkDir = "Jinja2-%s" % get.srcVERSION() +WorkDir = "jinja-%s" % get.srcVERSION() def build(): pythonmodules.compile() @@ -27,4 +27,4 @@ def install(): #autotools.make("html") #shelltools.cd("..") #pisitools.dohtml("Jinja2-%s/docs/_build/html/*" % get.srcVERSION()) - pisitools.dodoc("CHANGES*", "README*") + pisitools.dodoc("CHANGES*", "README*") \ No newline at end of file diff --git a/programming/language/python/python-Jinja2/pspec.xml b/programming/language/python/python-Jinja2/pspec.xml index 832f70e0..6833d750 100755 --- a/programming/language/python/python-Jinja2/pspec.xml +++ b/programming/language/python/python-Jinja2/pspec.xml @@ -1,5 +1,5 @@ - + python-Jinja2 @@ -8,11 +8,12 @@ PisiLinux Community admins@pisilinux.org + programming.language.python as-is app:console A small but fast and easy to use stand-alone template engine written in pure python Jinja2 is the rewritten version of Jinja, sandboxed template engine written in pure Python. It provides a Django like non-XML syntax and compiles templates into executable python code. It's basically a combination of Django templates and python code. - https://files.pythonhosted.org/packages/7b/db/1d037ccd626d05a7a47a1b81ea73775614af83c2b3e53d86a0bb41d8d799/Jinja2-2.10.3.tar.gz + https://github.com/pallets/jinja/archive/2.11.0.tar.gz @@ -20,7 +21,7 @@ python-MarkupSafe - + @@ -38,12 +39,20 @@ python-Jinja2-docs + Documentation files for python-Jinja2 /usr/share/doc/python-Jinja2 + + 2020-01-29 + 2.11.0 + Version bump. + Blue Devil + bluedevil@sctzine.com + 2019-12-29 2.10.3 @@ -51,7 +60,7 @@ Blue Devil bluedevil@sctzine.com - + 2019-10-03 2.10.1 Version bump @@ -94,4 +103,4 @@ yusuf.aydemir@pisilinux.org - + \ No newline at end of file diff --git a/programming/language/python/python-Jinja2/translations.xml b/programming/language/python/python-Jinja2/translations.xml index 7cffe558..bc8a3b33 100755 --- a/programming/language/python/python-Jinja2/translations.xml +++ b/programming/language/python/python-Jinja2/translations.xml @@ -11,4 +11,4 @@ python-Jinja2 için belgelendirme dosyaları python-Jinja2-docs, python-Jinja2 için belgelendirme dosyaları içerir. - + \ 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 fc3e34b5..8cf02379 100644 --- a/programming/language/python3/python3-packaging/pspec.xml +++ b/programming/language/python3/python3-packaging/pspec.xml @@ -3,7 +3,7 @@ python3-packaging - http://pypi.python.org/pypi/six/ + https://github.com/pypa/packaging Ayhan Yalçınsoy ayhanyalcinsoy@pisilinux.org @@ -13,7 +13,7 @@ app:console Core utilities for Python packages Core utilities for Python packages - https://github.com/pypa/packaging/archive/20.0.tar.gz + https://github.com/pypa/packaging/archive/20.1.tar.gz python3-devel @@ -32,6 +32,13 @@ + + 2020-01-29 + 20.1 + Version bump. + Blue Devil + bluedevil@sctzine.com + 2020-01-23 20.0 @@ -39,7 +46,7 @@ Blue Devil bluedevil@sctzine.com - + 2019-12-10 19.2 Version bump diff --git a/programming/language/python3/python3-setuptools/actions.py b/programming/language/python3/python3-setuptools/actions.py index ed8ed302..12fb89d8 100644 --- a/programming/language/python3/python3-setuptools/actions.py +++ b/programming/language/python3/python3-setuptools/actions.py @@ -19,4 +19,4 @@ def install(): pisitools.rename("/usr/bin/easy_install", "py3easy-install") #avoid python-setuptools conflict - #pisitools.removeDir("/usr/share") + #pisitools.removeDir("/usr/share") \ No newline at end of file diff --git a/programming/language/python3/python3-setuptools/pspec.xml b/programming/language/python3/python3-setuptools/pspec.xml index 94bb5996..d2813627 100644 --- a/programming/language/python3/python3-setuptools/pspec.xml +++ b/programming/language/python3/python3-setuptools/pspec.xml @@ -1,5 +1,5 @@ - + python3-setuptools @@ -12,16 +12,20 @@ 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/v42.0.2.tar.gz + https://github.com/pypa/setuptools/archive/v45.1.0.tar.gz python3-devel - - python3-packaging + + python3-setuptools + Python setuptools + + python3 + /usr/bin /usr/lib/python3* @@ -30,7 +34,14 @@ - + + 2020-01-29 + 45.1.0 + Version bump. + Blue Devil + bluedevil@sctzine.com + + 2019-12-10 42.0.2 Version Bump @@ -108,4 +119,4 @@ marcin@pisilinux.org - + \ No newline at end of file diff --git a/programming/language/python3/python3-setuptools/translations.xml b/programming/language/python3/python3-setuptools/translations.xml index c6ed4100..9443a8a4 100644 --- a/programming/language/python3/python3-setuptools/translations.xml +++ b/programming/language/python3/python3-setuptools/translations.xml @@ -1,8 +1,8 @@ - python-setuptools + python3-setuptools Python kurulum araçları python-setuptools, Python distutils'e yapılan, özellikle başka paketlere bağımlılığı olan Python paketlerini daha kolay oluşturmaya ve dağıtmaya yarayan iyileştirmeler koleksiyonudur. - + \ No newline at end of file