Merge pull request #1123 from blue-devil/master

python modules of core has been updated
This commit is contained in:
Blue DeviL
2020-08-29 21:30:48 +02:00
committed by GitHub
11 changed files with 71 additions and 30 deletions
@@ -4,11 +4,9 @@
# Licensed under the GNU General Public License, version 3. # Licensed under the GNU General Public License, version 3.
# See the file http://www.gnu.org/licenses/gpl.txt # 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 get from pisi.actionsapi import get
from pisi.actionsapi import pisitools
from pisi.actionsapi import pythonmodules
examples = "%s/%s/examples" % (get.docDIR(), get.srcNAME()) examples = "%s/%s/examples" % (get.docDIR(), get.srcNAME())
@@ -13,7 +13,7 @@
<IsA>app:console</IsA> <IsA>app:console</IsA>
<Summary>A small but fast and easy to use stand-alone template engine written in pure python</Summary> <Summary>A small but fast and easy to use stand-alone template engine written in pure python</Summary>
<Description>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.</Description> <Description>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.</Description>
<Archive sha1sum="de901898e282706ed9067cbdc6318b582171c8b6" type="targz">https://github.com/pallets/jinja/archive/2.11.1.tar.gz</Archive> <Archive sha1sum="a94503bf80f7fab69dc70c4a33247a0124d523b2" type="targz">https://github.com/pallets/jinja/archive/2.11.2.tar.gz</Archive>
<BuildDependencies> <BuildDependencies>
<!-- For creating documentations--> <!-- For creating documentations-->
<!--<Dependency>python-sphinx</Dependency>--> <!--<Dependency>python-sphinx</Dependency>-->
@@ -47,6 +47,13 @@
</Package> </Package>
<History> <History>
<Update release="10">
<Date>2020-07-20</Date>
<Version>2.11.2</Version>
<Comment>Patch version bump.</Comment>
<Name>Blue Devil</Name>
<Email>bluedevil@sctzine.com</Email>
</Update>
<Update release="9"> <Update release="9">
<Date>2020-02-06</Date> <Date>2020-02-06</Date>
<Version>2.11.1</Version> <Version>2.11.1</Version>
@@ -13,4 +13,4 @@ def setup():
def install(): def install():
pythonmodules.install() pythonmodules.install()
pisitools.dodoc("LICENSE.txt", "README.txt") pisitools.dodoc("LICENSE*", "README*")
@@ -1,5 +1,5 @@
<?xml version="1.0" ?> <?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd"> <!DOCTYPE PISI SYSTEM "https://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI> <PISI>
<Source> <Source>
<Name>python-pytz</Name> <Name>python-pytz</Name>
@@ -8,16 +8,18 @@
<Name>PisiLinux Community</Name> <Name>PisiLinux Community</Name>
<Email>admins@pisilinux.org</Email> <Email>admins@pisilinux.org</Email>
</Packager> </Packager>
<PartOf>programming.language.python</PartOf>
<License>MIT</License> <License>MIT</License>
<License>ZPL</License> <License>ZPL</License>
<IsA>library</IsA> <IsA>library</IsA>
<Summary>World Timezone Definitions for Python</Summary> <Summary>World Timezone Definitions for Python</Summary>
<Description>python-pytz brings the Olson tz database into Python. This library allows accurate and cross platform timezone calculations using Python. It also solves the issue of ambiguous times at the end of daylight savings, which you can read more about in the Python Library Reference (datetime.tzinfo).Almost all (over 540) of the Olson timezones are supported.</Description> <Description>python-pytz brings the Olson tz database into Python. This library allows accurate and cross platform timezone calculations using Python. It also solves the issue of ambiguous times at the end of daylight savings, which you can read more about in the Python Library Reference (datetime.tzinfo).Almost all (over 540) of the Olson timezones are supported.</Description>
<Archive sha1sum="fc320b8b76a6067f16bbc3b8c365766978b5252f" type="targz">https://files.pythonhosted.org/packages/82/c3/534ddba230bd4fbbd3b7a3d35f3341d014cca213f369a9940925e7e5f691/pytz-2019.3.tar.gz</Archive> <Archive sha1sum="60f6db35e92688c4701c16bd3d2b9cbfac1fd604" type="targz">https://pypi.org/packages/source/p/pytz/pytz-2020.1.tar.gz</Archive>
</Source> </Source>
<Package> <Package>
<Name>python-pytz</Name> <Name>python-pytz</Name>
<Summary>World Timezone Definitions for Python</Summary>
<Files> <Files>
<Path fileType="library">/usr/lib</Path> <Path fileType="library">/usr/lib</Path>
<Path fileType="doc">/usr/share/doc/python-pytz</Path> <Path fileType="doc">/usr/share/doc/python-pytz</Path>
@@ -25,6 +27,13 @@
</Package> </Package>
<History> <History>
<Update release="6">
<Date>2020-07-20</Date>
<Version>2020.1</Version>
<Comment>Patch version bump.</Comment>
<Name>Blue Devil</Name>
<Email>bluedevil@sctzine.com</Email>
</Update>
<Update release="5"> <Update release="5">
<Date>2019-12-27</Date> <Date>2019-12-27</Date>
<Version>2019.3</Version> <Version>2019.3</Version>
@@ -32,7 +41,7 @@
<Name>Blue Devil</Name> <Name>Blue Devil</Name>
<Email>bluedevil@sctzine.com</Email> <Email>bluedevil@sctzine.com</Email>
</Update> </Update>
<Update release="4"> <Update release="4">
<Date>2019-10-03</Date> <Date>2019-10-03</Date>
<Version>2019.2</Version> <Version>2019.2</Version>
<Comment>Version bump</Comment> <Comment>Version bump</Comment>
@@ -61,4 +70,4 @@
<Email>admins@pisilinux.org</Email> <Email>admins@pisilinux.org</Email>
</Update> </Update>
</History> </History>
</PISI> </PISI>
@@ -5,4 +5,4 @@
<Summary xml:lang="tr">Python için Dünya Saat Dilimi(World Time Zone) tanımları</Summary> <Summary xml:lang="tr">Python için Dünya Saat Dilimi(World Time Zone) tanımları</Summary>
<Description xml:lang="tr">python-pytz, Olson tz veritabanını Python'a taşımaktadır. Bu kütüphane Python kullanarak doğru ve farklı platformlar üzerinde hesaplamalar yapmayı sağlar. Aynı zamanda gün ışığından kazanmak için saat ayarlama ile ilgili belirsizlikleri de çözmektedir. Bu konuda Python Library Reference (datetime.tzinfo) kısmında ayrıntılı bilgi bulabilirsiniz. 540'a yakın Olson zaman dilimi desteklenmektedir.</Description> <Description xml:lang="tr">python-pytz, Olson tz veritabanını Python'a taşımaktadır. Bu kütüphane Python kullanarak doğru ve farklı platformlar üzerinde hesaplamalar yapmayı sağlar. Aynı zamanda gün ışığından kazanmak için saat ayarlama ile ilgili belirsizlikleri de çözmektedir. Bu konuda Python Library Reference (datetime.tzinfo) kısmında ayrıntılı bilgi bulabilirsiniz. 540'a yakın Olson zaman dilimi desteklenmektedir.</Description>
</Source> </Source>
</PISI> </PISI>
@@ -13,13 +13,13 @@
<IsA>library</IsA> <IsA>library</IsA>
<Summary>Requests is an Apache2 Licensed HTTP library, written in Python, for human beings.</Summary> <Summary>Requests is an Apache2 Licensed HTTP library, written in Python, for human beings.</Summary>
<Description>Python’s standard urllib2 module provides most of the HTTP capabilities you need</Description> <Description>Python’s standard urllib2 module provides most of the HTTP capabilities you need</Description>
<Archive sha1sum="c3684553fd2af62da6d91f35f04a6148d90e8d4f" type="targz">https://github.com/psf/requests/archive/v2.23.0.tar.gz</Archive> <Archive sha1sum="eda0962925f7795887530d8a57309f43266d4571" type="targz">https://github.com/psf/requests/archive/v2.24.0.tar.gz</Archive>
<BuildDependencies> <BuildDependencies>
<Dependency>python-setuptools</Dependency>
<Dependency>python-devel</Dependency> <Dependency>python-devel</Dependency>
<Dependency>python-setuptools</Dependency>
</BuildDependencies> </BuildDependencies>
<Patches> <Patches>
<Patch level="1">certs.patch</Patch> <Patch level="1">certs.patch</Patch>
</Patches> </Patches>
</Source> </Source>
@@ -27,9 +27,9 @@
<Name>python-requests</Name> <Name>python-requests</Name>
<Summary>Requests is an Apache2 Licensed HTTP library, written in Python, for human beings.</Summary> <Summary>Requests is an Apache2 Licensed HTTP library, written in Python, for human beings.</Summary>
<RuntimeDependencies> <RuntimeDependencies>
<Dependency>python-urllib3</Dependency>
<Dependency>python-chardet</Dependency>
<Dependency>python-idna</Dependency> <Dependency>python-idna</Dependency>
<Dependency>python-chardet</Dependency>
<Dependency>python-urllib3</Dependency>
</RuntimeDependencies> </RuntimeDependencies>
<Files> <Files>
<Path fileType="doc">/usr/share/doc</Path> <Path fileType="doc">/usr/share/doc</Path>
@@ -38,6 +38,13 @@
</Package> </Package>
<History> <History>
<Update release="11">
<Date>2020-07-20</Date>
<Version>2.24.0</Version>
<Comment>Minor version bump.</Comment>
<Name>Blue Devil</Name>
<Email>bluedevil@sctzine.com</Email>
</Update>
<Update release="10"> <Update release="10">
<Date>2020-02-21</Date> <Date>2020-02-21</Date>
<Version>2.23.0</Version> <Version>2.23.0</Version>
@@ -52,7 +59,7 @@
<Name>Blue Devil</Name> <Name>Blue Devil</Name>
<Email>bluedevil@sctzine.com</Email> <Email>bluedevil@sctzine.com</Email>
</Update> </Update>
<Update release="8"> <Update release="8">
<Date>2019-10-03</Date> <Date>2019-10-03</Date>
<Version>2.22.0</Version> <Version>2.22.0</Version>
<Comment>Version bump</Comment> <Comment>Version bump</Comment>
@@ -5,14 +5,13 @@
from pisi.actionsapi import get from pisi.actionsapi import get
from pisi.actionsapi import pisitools from pisi.actionsapi import pisitools
from pisi.actionsapi import shelltools
from pisi.actionsapi import pythonmodules from pisi.actionsapi import pythonmodules
WorkDir="setuptools-%s" % get.srcVERSION() WorkDir="setuptools-%s" % get.srcVERSION()
def install(): def install():
pisitools.dosed("setuptools/command/easy_install.py", "env python", "env python3") #pisitools.dosed("setuptools/command/easy_install.py", "env python", "env python3")
pythonmodules.run("bootstrap.py", pyVer="3") pythonmodules.run("bootstrap.py", pyVer="3")
pythonmodules.install(pyVer = "3") pythonmodules.install(pyVer = "3")
@@ -14,7 +14,7 @@
<IsA>app:console</IsA> <IsA>app:console</IsA>
<Summary>Python setuptools</Summary> <Summary>Python setuptools</Summary>
<Description>python3-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.</Description> <Description>python3-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.</Description>
<Archive sha1sum="163b89f399eec1d89f55db80ffed3fc18ca6f07c" type="targz">https://github.com/pypa/setuptools/archive/v46.4.0.tar.gz</Archive> <Archive sha1sum="a828879537ad727417c22403a96a55a9f4cd800b" type="targz">https://github.com/pypa/setuptools/archive/v49.6.0.tar.gz</Archive>
<BuildDependencies> <BuildDependencies>
<Dependency>python3-devel</Dependency> <Dependency>python3-devel</Dependency>
<!--<Dependency>python3-six</Dependency>--> <!--<Dependency>python3-six</Dependency>-->
@@ -36,6 +36,13 @@
</Package> </Package>
<History> <History>
<Update release="17">
<Date>2020-07-20</Date>
<Version>49.6.0</Version>
<Comment>Major version bump.</Comment>
<Name>Blue Devil</Name>
<Email>bluedevil@sctzine.com</Email>
</Update>
<Update release="16"> <Update release="16">
<Date>2020-05-24</Date> <Date>2020-05-24</Date>
<Version>46.4.0</Version> <Version>46.4.0</Version>
@@ -149,4 +156,4 @@
<Email>marcin@pisilinux.org</Email> <Email>marcin@pisilinux.org</Email>
</Update> </Update>
</History> </History>
</PISI> </PISI>
+2 -2
View File
@@ -4,9 +4,9 @@
# Licensed under the GNU General Public License, version 3. # Licensed under the GNU General Public License, version 3.
# See the file http://www.gnu.org/copyleft/gpl.txt. # 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 pisitools
from pisi.actionsapi import shelltools
from pisi.actionsapi import pythonmodules
def build(): def build():
# suppress compiler warnings # suppress compiler warnings
+10 -3
View File
@@ -8,12 +8,12 @@
<Name>PisiLinux Community</Name> <Name>PisiLinux Community</Name>
<Email>admins@pisilinux.org</Email> <Email>admins@pisilinux.org</Email>
</Packager> </Packager>
<PartOf>programming.language.python3</PartOf> <PartOf>programming.language.python</PartOf>
<License>BSD</License> <License>BSD</License>
<IsA>library</IsA> <IsA>library</IsA>
<Summary>A cross-platform process utilities module for Python</Summary> <Summary>A cross-platform process utilities module for Python</Summary>
<Description>python-psutil is a module providing an interface for retrieving information on all running processes and system utilization (CPU, memory) in a portable way by using Python, implementing many functionalities offered by command line tools like ps, top, kill, lsof and netstat.</Description> <Description>python-psutil is a module providing an interface for retrieving information on all running processes and system utilization (CPU, memory) in a portable way by using Python, implementing many functionalities offered by command line tools like ps, top, kill, lsof and netstat.</Description>
<Archive sha1sum="9d4313e16b5fb865371fabb31e59614e487f9d4b" type="targz">https://github.com/giampaolo/psutil/archive/release-5.7.0.tar.gz</Archive> <Archive sha1sum="6995a86bf235b86d4fb214a06335084f7545d107" type="targz">https://github.com/giampaolo/psutil/archive/release-5.7.2.tar.gz</Archive>
<BuildDependencies> <BuildDependencies>
<Dependency>python-devel</Dependency> <Dependency>python-devel</Dependency>
</BuildDependencies> </BuildDependencies>
@@ -32,6 +32,13 @@
</Package> </Package>
<History> <History>
<Update release="5">
<Date>2020-07-20</Date>
<Version>5.7.2</Version>
<Comment>Patch version bump.</Comment>
<Name>Blue Devil</Name>
<Email>bluedevil@sctzine.com</Email>
</Update>
<Update release="6"> <Update release="6">
<Date>2020-02-21</Date> <Date>2020-02-21</Date>
<Version>5.7.0</Version> <Version>5.7.0</Version>
@@ -75,4 +82,4 @@
<Email>ertugrulerata@gmail.com</Email> <Email>ertugrulerata@gmail.com</Email>
</Update> </Update>
</History> </History>
</PISI> </PISI>
+11 -4
View File
@@ -13,10 +13,10 @@
<IsA>app:console</IsA> <IsA>app:console</IsA>
<Summary>Python 2 and 3 compatibility utilities.</Summary> <Summary>Python 2 and 3 compatibility utilities.</Summary>
<Description>python-six provides simple utilities for wrapping over differences between Python 2 and Python 3.</Description> <Description>python-six provides simple utilities for wrapping over differences between Python 2 and Python 3.</Description>
<Archive sha1sum="05568b5c867b19e52f5ae1b4989ef21516c58911" type="targz">https://files.pythonhosted.org/packages/21/9f/b251f7f8a76dec1d6651be194dfba8fb8d7781d10ab3987190de8391d08e/six-1.14.0.tar.gz</Archive> <Archive sha1sum="a785c20658b3676333c749436f088394c12b0c26" type="targz">https://pypi.org/packages/source/s/six/six-1.15.0.tar.gz</Archive>
<BuildDependencies> <BuildDependencies>
<Dependency>python-setuptools</Dependency>
<Dependency>python-devel</Dependency> <Dependency>python-devel</Dependency>
<Dependency>python-setuptools</Dependency>
</BuildDependencies> </BuildDependencies>
</Source> </Source>
<Package> <Package>
@@ -32,6 +32,13 @@
</Package> </Package>
<History> <History>
<Update release="10">
<Date>2020-07-20</Date>
<Version>1.15.0</Version>
<Comment>Minor version bump.</Comment>
<Name>Blue Devil</Name>
<Email>bluedevil@sctzine.com</Email>
</Update>
<Update release="9"> <Update release="9">
<Date>2020-01-21</Date> <Date>2020-01-21</Date>
<Version>1.14.0</Version> <Version>1.14.0</Version>
@@ -46,7 +53,7 @@
<Name>Blue Devil</Name> <Name>Blue Devil</Name>
<Email>bluedevil@sctzine.com</Email> <Email>bluedevil@sctzine.com</Email>
</Update> </Update>
<Update release="7"> <Update release="7">
<Date>2019-10-03</Date> <Date>2019-10-03</Date>
<Version>1.12.0</Version> <Version>1.12.0</Version>
<Comment>Version bump</Comment> <Comment>Version bump</Comment>
@@ -96,4 +103,4 @@
<Email>ertugrulerata@gmail.com</Email> <Email>ertugrulerata@gmail.com</Email>
</Update> </Update>
</History> </History>
</PISI> </PISI>