Merge pull request #8379 from blue-devil/master
python3 modules ver bump
This commit is contained in:
+239577
-239430
File diff suppressed because it is too large
Load Diff
@@ -1 +1 @@
|
||||
69c192e71b264ecad3675dfe5cb0bd63698ee41a
|
||||
8454d56aa39113a4bbe7a9d1a757d6feb057379b
|
||||
Binary file not shown.
@@ -1 +1 @@
|
||||
70c639d0332d17e8f88fb9dc57472b968a432e04
|
||||
40ad284bef3b33c8220b5a128518233692d04d1c
|
||||
@@ -10,4 +10,4 @@ def build():
|
||||
pythonmodules.compile(pyVer="3")
|
||||
|
||||
def install():
|
||||
pythonmodules.install(pyVer="3")
|
||||
pythonmodules.install(pyVer="3")
|
||||
@@ -8,12 +8,12 @@
|
||||
<Name>Blue DeviL</Name>
|
||||
<Email>bluedevil@sctzine.com</Email>
|
||||
</Packager>
|
||||
<License>MPL-2.0</License>
|
||||
<PartOf>programming.language.python3</PartOf>
|
||||
<License>MPL-2.0</License>
|
||||
<IsA>library</IsA>
|
||||
<Summary>Python3 package for providing Mozilla's CA Bundle</Summary>
|
||||
<Description>Certifi is a carefully curated collection of Root Certificates for validating the trustworthiness of SSL certificates while verifying the identity of TLS hosts. </Description>
|
||||
<Archive sha1sum="c164a4a5d1a812d0605d8be6206c8f08253c22d6" type="targz">https://files.pythonhosted.org/packages/41/bf/9d214a5af07debc6acf7f3f257265618f1db242a3f8e49a9b516f24523a6/certifi-2019.11.28.tar.gz</Archive>
|
||||
<Archive sha1sum="90d3a85cf77f9869737796dc9bbace2bbc103cbc" type="targz">https://pypi.org/packages/source/c/certifi/certifi-2020.4.5.1.tar.gz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>python3-setuptools</Dependency>
|
||||
<Dependency>python3-devel</Dependency>
|
||||
@@ -27,12 +27,19 @@
|
||||
<Dependency>python3</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="library">/usr/lib/python3*</Path>
|
||||
<Path fileType="doc">/usr/share/doc/python3-certifi</Path>
|
||||
<Path fileType="library">/usr/lib/python3*</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="3">
|
||||
<Date>2020-04-07</Date>
|
||||
<Version>2020.4.5.1</Version>
|
||||
<Comment>Minor version bump.</Comment>
|
||||
<Name>Blue Devil</Name>
|
||||
<Email>bluedevil@sctzine.com</Email>
|
||||
</Update>
|
||||
<Update release="2">
|
||||
<Date>2019-12-11</Date>
|
||||
<Version>2019.11.28</Version>
|
||||
@@ -48,4 +55,4 @@
|
||||
<Email>bluedevil@sctzine.com</Email>
|
||||
</Update>
|
||||
</History>
|
||||
</PISI>
|
||||
</PISI>
|
||||
@@ -6,18 +6,20 @@
|
||||
|
||||
from pisi.actionsapi import pythonmodules
|
||||
from pisi.actionsapi import shelltools
|
||||
from pisi.actionsapi import autotools
|
||||
from pisi.actionsapi import pisitools
|
||||
from pisi.actionsapi import get
|
||||
|
||||
def build():
|
||||
# suppress compiler warnings
|
||||
pisitools.cflags.add("-Wno-stringop-truncation -Wno-deprecated-declarations -Wno-incompatible-pointer-types -Wno-discarded-qualifiers -Wno-sign-conversion -Wno-sign-compare")
|
||||
# fix unused direct dependency analysis
|
||||
shelltools.export("LDSHARED", "x86_64-pc-linux-gnu-gcc -Wl,-O1,--as-needed -shared -lpthread -Wl,-O1 -Wl,-z,relro -Wl,--hash-style=gnu -Wl,--as-needed -Wl,--sort-common")
|
||||
pythonmodules.compile(pyVer="3")
|
||||
# build documentation
|
||||
shelltools.cd("docs")
|
||||
autotools.make("html")
|
||||
|
||||
def install():
|
||||
pythonmodules.install(pyVer="3")
|
||||
pisitools.dohtml("docs/_build/html/*")
|
||||
|
||||
for dirs in ["vectors"]:
|
||||
pisitools.insinto("%s/%s" % (get.docDIR(), get.srcNAME()), dirs)
|
||||
#for dirs in ["vectors"]:
|
||||
# pisitools.insinto("%s/%s" % (get.docDIR(), get.srcNAME()), dirs)
|
||||
@@ -13,11 +13,13 @@
|
||||
<IsA>library</IsA>
|
||||
<Summary>Cryptographic recipes for Python3</Summary>
|
||||
<Description>A package designed to expose cryptographic recipes and primitives to Python developers</Description>
|
||||
<Archive sha1sum="93d4e9d58f911d342c68973a75542375ef8021ab" type="targz">https://github.com/pyca/cryptography/archive/2.8.tar.gz</Archive>
|
||||
<Archive sha1sum="d30a891552c70febeb67f936877a8abfc220e0ef" type="targz">https://github.com/pyca/cryptography/archive/2.9.tar.gz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>python3-setuptools</Dependency>
|
||||
<Dependency>python3-devel</Dependency>
|
||||
<Dependency>openssl-devel</Dependency>
|
||||
<!-- documentation dependencies -->
|
||||
<Dependency>python3-sphinx</Dependency>
|
||||
</BuildDependencies>
|
||||
</Source>
|
||||
|
||||
@@ -29,11 +31,31 @@
|
||||
<Dependency>python3</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="doc">/usr/share/doc/python3-cryptography/README.rst</Path>
|
||||
<Path fileType="doc">/usr/share/doc/python3-cryptography/LICENSE</Path>
|
||||
<Path fileType="library">/usr/lib/python3*</Path>
|
||||
<Path fileType="doc">/usr/share/doc/python3-cryptography</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
<Package>
|
||||
<Name>python3-cryptography-docs</Name>
|
||||
<Summary>Documentation files for python3-cryptography</Summary>
|
||||
<RuntimeDependencies>
|
||||
<Dependency release="current">python3-cryptography</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="doc">/usr/share/doc/python3-cryptography/html</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="2">
|
||||
<Date>2020-04-07</Date>
|
||||
<Version>2.9</Version>
|
||||
<Comment>Minor version bump.</Comment>
|
||||
<Name>Blue Devil</Name>
|
||||
<Email>bluedevil@sctzine.com</Email>
|
||||
</Update>
|
||||
<Update release="1">
|
||||
<Date>2019-11-06</Date>
|
||||
<Version>2.8</Version>
|
||||
|
||||
@@ -5,4 +5,10 @@
|
||||
<Summary xml:lang="tr">Python için kriptografik tarifler.</Summary>
|
||||
<Description xml:lang="tr">python-cryptography, Python geliştiricileri icin kriptografik tarifler ve ilkeler sunan bir pakettir.</Description>
|
||||
</Source>
|
||||
|
||||
<Package>
|
||||
<Name>python3-cryptography-docs</Name>
|
||||
<Summary xml:lang="tr">python3-cryptography için belgelendirme dosyaları</Summary>
|
||||
<Description xml:lang="tr">python3-cryptography-docs, python3-cryptography için belgelendirme dosyaları içerir.</Description>
|
||||
</Package>
|
||||
</PISI>
|
||||
@@ -13,7 +13,7 @@
|
||||
<IsA>library</IsA>
|
||||
<Summary>Curio - Concurrent I/O</Summary>
|
||||
<Description>Curio is a library for performing concurrent I/O with coroutines in Python 3.</Description>
|
||||
<Archive sha1sum="b99c3b2d0827e5e6e702b45fbe03ff612b8057ef" type="targz">https://github.com/dabeaz/curio/archive/1.1.tar.gz</Archive>
|
||||
<Archive sha1sum="c9b6d3d2e9a134026b4786cbdb8434339efc2e60" type="targz">https://github.com/dabeaz/curio/archive/1.2.tar.gz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>python3-setuptools</Dependency>
|
||||
<Dependency>python3-devel</Dependency>
|
||||
@@ -34,10 +34,17 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="4">
|
||||
<Date>2020-04-07</Date>
|
||||
<Version>1.2</Version>
|
||||
<Comment>Minor version bump.</Comment>
|
||||
<Name>Blue Devil</Name>
|
||||
<Email>bluedevil@sctzine.com</Email>
|
||||
</Update>
|
||||
<Update release="3">
|
||||
<Date>2020-03-04</Date>
|
||||
<Version>1.1</Version>
|
||||
<Comment>Patch version bump.</Comment>
|
||||
<Comment>Minor version bump.</Comment>
|
||||
<Name>Blue Devil</Name>
|
||||
<Email>bluedevil@sctzine.com</Email>
|
||||
</Update>
|
||||
|
||||
@@ -5,10 +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")
|
||||
pythonmodules.install(pyVer="3")
|
||||
@@ -13,7 +13,7 @@
|
||||
<IsA>app:console</IsA>
|
||||
<Summary>Linux Distribution - a Linux OS platform information API</Summary>
|
||||
<Description>Linux Distribution - a Linux OS platform information API</Description>
|
||||
<Archive sha1sum="2404e5310e3205565164a4becae9f90964447401" type="targz">https://github.com/nir0s/distro/archive/v1.4.0.tar.gz</Archive>
|
||||
<Archive sha1sum="a8f1fc582ae196aeefe93dbb89931094f9234704" type="targz">https://github.com/nir0s/distro/archive/v1.5.0.tar.gz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>python3-setuptools</Dependency>
|
||||
<Dependency>python3-devel</Dependency>
|
||||
@@ -22,17 +22,26 @@
|
||||
|
||||
<Package>
|
||||
<Name>python3-distro</Name>
|
||||
<Summary>Linux Distribution - a Linux OS platform information API</Summary>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>python3-setuptools</Dependency>
|
||||
<Dependency>python3</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="executable">/usr/bin/distro</Path>
|
||||
<Path fileType="doc">/usr/share/doc/python3-distro</Path>
|
||||
<Path fileType="executable">/usr/bin/distro</Path>
|
||||
<Path fileType="library">/usr/lib/python3*</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="2">
|
||||
<Date>2020-04-07</Date>
|
||||
<Version>1.5.0</Version>
|
||||
<Comment>Minor version bump.</Comment>
|
||||
<Name>Blue Devil</Name>
|
||||
<Email>bluedevil@sctzine.com</Email>
|
||||
</Update>
|
||||
<Update release="1">
|
||||
<Date>2020-02-27</Date>
|
||||
<Version>1.4.0</Version>
|
||||
@@ -41,4 +50,4 @@
|
||||
<Email>ayhanyalcinsoy@pisilinux.org</Email>
|
||||
</Update>
|
||||
</History>
|
||||
</PISI>
|
||||
</PISI>
|
||||
@@ -0,0 +1,8 @@
|
||||
<?xml version="1.0" ?>
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>python3-distro</Name>
|
||||
<Summary xml:lang="tr">Python'un platform.linux_distribution() yordamından çok daha özenli ve ayrıntılı, yenilenmiş alternatifi</Summary>
|
||||
<Description xml:lang="tr">python3-distro, Python'un platform.linux_distribution() yordamından çok daha özenli ve ayrıntılı, yenilenmiş alternatifi olabılecek uygulama ve python kitaplığı sunarç</Description>
|
||||
</Source>
|
||||
</PISI>
|
||||
@@ -13,7 +13,7 @@
|
||||
<IsA>library</IsA>
|
||||
<Summary>The Python micro framework for building web applications.</Summary>
|
||||
<Description>Flask is a lightweight WSGI web application framework. It is designed to make getting started quick and easy, with the ability to scale up to complex applications. It began as a simple wrapper around Werkzeug and Jinja and has become one of the most popular Python web application frameworks.</Description>
|
||||
<Archive sha1sum="6e6c63ef492dc40849f7e3154a8f9d0619cb8617" type="targz">https://github.com/pallets/flask/archive/1.1.1.tar.gz</Archive>
|
||||
<Archive sha1sum="5aee90b584379a0fab088c1f84d14f3500ac00b8" type="targz">https://github.com/pallets/flask/archive/1.1.2.tar.gz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>python3-setuptools</Dependency>
|
||||
<Dependency>python3-devel</Dependency>
|
||||
@@ -25,19 +25,27 @@
|
||||
<Summary>The Python micro framework for building web applications.</Summary>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>python3-itsdangerous</Dependency>
|
||||
<Dependency>python3-setuptools</Dependency>
|
||||
<Dependency>python3-werkzeug</Dependency>
|
||||
<Dependency>python3-Jinja2</Dependency>
|
||||
<Dependency>python3-click</Dependency>
|
||||
<Dependency>python3</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="doc">/usr/share/doc/python3-flask</Path>
|
||||
<Path fileType="executable">/usr/bin/flask</Path>
|
||||
<Path fileType="library">/usr/lib/python3*</Path>
|
||||
<Path fileType="doc">/usr/share/doc/python3-flask</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="2">
|
||||
<Date>2020-04-07</Date>
|
||||
<Version>1.1.2</Version>
|
||||
<Comment>Patch version bump.</Comment>
|
||||
<Name>Blue Devil</Name>
|
||||
<Email>bluedevil@sctzine.com</Email>
|
||||
</Update>
|
||||
<Update release="1">
|
||||
<Date>2020-02-14</Date>
|
||||
<Version>1.1.1</Version>
|
||||
|
||||
@@ -13,7 +13,7 @@
|
||||
<IsA>library</IsA>
|
||||
<Summary>Chromium HSTS Preload list as a Python package and updated daily.</Summary>
|
||||
<Description>Chromium HSTS Preload list as a Python package and updated daily. The package provides a single function: in_hsts_preload() which takes an IDNA-encoded host and returns either True or False regarding whether that host should be only accessed via HTTPS.</Description>
|
||||
<Archive sha1sum="03d6e806a453f1feddf0166657c9b1059e66ebef" type="targz">https://github.com/sethmlarson/hstspreload/archive/2020.3.25.tar.gz</Archive>
|
||||
<Archive sha1sum="dd87c832c5c3ebf518a4f135a46ae0e13285c6c7" type="targz">https://github.com/sethmlarson/hstspreload/archive/2020.4.7.tar.gz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>python3-setuptools</Dependency>
|
||||
<Dependency>python3-devel</Dependency>
|
||||
@@ -34,6 +34,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="10">
|
||||
<Date>2020-04-07</Date>
|
||||
<Version>2020.4.7</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Blue Devil</Name>
|
||||
<Email>bluedevil@sctzine.com</Email>
|
||||
</Update>
|
||||
<Update release="9">
|
||||
<Date>2020-03-27</Date>
|
||||
<Version>2020.3.25</Version>
|
||||
|
||||
@@ -0,0 +1,15 @@
|
||||
#!/usr/bin/python
|
||||
# -*- coding: utf-8 -*-
|
||||
#
|
||||
# Licensed under the GNU General Public License, version 3.
|
||||
# See the file http://www.gnu.org/licenses/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.dodoc("LICENSE*")
|
||||
@@ -0,0 +1,44 @@
|
||||
<?xml version="1.0" ?>
|
||||
<!DOCTYPE PISI SYSTEM "https://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>python3-olefile</Name>
|
||||
<Homepage>https://github.com/decalage2/olefile</Homepage>
|
||||
<Packager>
|
||||
<Name>Blue Devil</Name>
|
||||
<Email>bluedevil@sctzine.com</Email>
|
||||
</Packager>
|
||||
<PartOf>programming.language.python3</PartOf>
|
||||
<License>BSD</License>
|
||||
<IsA>library</IsA>
|
||||
<Summary>Python package to parse, read and write Microsoft OLE2 files.</Summary>
|
||||
<Description>python3-olefile (formerly OleFileIO_PL) is a Python package to parse, read and write Microsoft OLE2 files (also called Structured Storage, Compound File Binary Format or Compound Document File Format), such as Microsoft Office 97-2003 documents, vbaProject.bin in MS Office 2007+ files, Image Composer and FlashPix files, Outlook MSG files, StickyNotes, several Microscopy file formats, McAfee antivirus quarantine files, etc.</Description>
|
||||
<Archive sha1sum="20a4fc87308cd3bca4a61a06124f45591e93fefc" type="targz">https://github.com/decalage2/olefile/archive/v0.46.tar.gz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>python3-setuptools</Dependency>
|
||||
<Dependency>python3-devel</Dependency>
|
||||
</BuildDependencies>
|
||||
</Source>
|
||||
|
||||
<Package>
|
||||
<Name>python3-olefile</Name>
|
||||
<Summary>Python package to parse, read and write Microsoft OLE2 files.</Summary>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>python3</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="doc">/usr/share/doc/python3-olefile</Path>
|
||||
<Path fileType="library">/usr/lib/python3*</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="1">
|
||||
<Date>2020-04-07</Date>
|
||||
<Version>0.46</Version>
|
||||
<Comment>First pisi release.</Comment>
|
||||
<Name>Blue Devil</Name>
|
||||
<Email>bluedevil@sctzine.com</Email>
|
||||
</Update>
|
||||
</History>
|
||||
</PISI>
|
||||
@@ -0,0 +1,8 @@
|
||||
<?xml version="1.0" ?>
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>python3-olefile</Name>
|
||||
<Summary xml:lang="tr">Microsoft OLE2 dosyalarını çözümleyebilen python kitaplığı.</Summary>
|
||||
<Description xml:lang="tr">python3-olefile, Microsoft OLE2 dosyalarını çözümleyebilen python kitaplığı sunar.</Description>
|
||||
</Source>
|
||||
</PISI>
|
||||
@@ -13,7 +13,7 @@
|
||||
<IsA>library</IsA>
|
||||
<Summary>PostgreSQL database adapter for the Python programming language.</Summary>
|
||||
<Description>Psycopg is the most popular PostgreSQL database adapter for the Python programming language. Its main features are the complete implementation of the Python DB API 2.0 specification and the thread safety (several threads can share the same connection).</Description>
|
||||
<Archive sha1sum="735129ea4d1c937bcfde6e3f75024bbdc3820565" type="targz">https://github.com/psycopg/psycopg2/archive/2_8_4.tar.gz</Archive>
|
||||
<Archive sha1sum="435b16c274ba635db2ba281ccece34a8645af993" type="targz">https://github.com/psycopg/psycopg2/archive/2_8_5.tar.gz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>python3-setuptools</Dependency>
|
||||
<Dependency>postgresql-lib</Dependency>
|
||||
@@ -35,6 +35,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="2">
|
||||
<Date>2020-04-07</Date>
|
||||
<Version>2.8.5</Version>
|
||||
<Comment>Patch version bump.</Comment>
|
||||
<Name>Blue Devil</Name>
|
||||
<Email>bluedevil@sctzine.com</Email>
|
||||
</Update>
|
||||
<Update release="1">
|
||||
<Date>2020-02-20</Date>
|
||||
<Version>2.8.4</Version>
|
||||
|
||||
@@ -8,12 +8,12 @@
|
||||
<Name>Blue Devil</Name>
|
||||
<Email>bluedevil@sctzine.com</Email>
|
||||
</Packager>
|
||||
<License>MIT</License>
|
||||
<PartOf>programming.language.python3</PartOf>
|
||||
<License>MIT</License>
|
||||
<IsA>library</IsA>
|
||||
<Summary>Python3 parsing module</Summary>
|
||||
<Description>The pyparsing module is an alternative approach to creating and executing simple grammars, vs. the traditional lex/yacc approach, or the use of regular expressions. The pyparsing module provides a library of classes that client code uses to construct the grammar directly in Python code.</Description>
|
||||
<Archive sha1sum="4a7ff3a0a81e02a8cfd61072dfd2624d0be27b3a" type="targz">https://github.com/pyparsing/pyparsing/archive/pyparsing_2.4.6.tar.gz</Archive>
|
||||
<Archive sha1sum="b1ce3d1aa0314e2e6a5356dcd9624b4e8adff84e" type="targz">https://github.com/pyparsing/pyparsing/archive/pyparsing_2.4.7.tar.gz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>python3-setuptools</Dependency>
|
||||
<Dependency>python3-devel</Dependency>
|
||||
@@ -27,12 +27,19 @@
|
||||
<Dependency>python3</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="library">/usr/lib/python3*</Path>
|
||||
<Path fileType="doc">/usr/share/doc/python3-pyparsing</Path>
|
||||
<Path fileType="library">/usr/lib/python3*</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="2">
|
||||
<Date>2020-04-07</Date>
|
||||
<Version>2.4.7</Version>
|
||||
<Comment>Patch version bump.</Comment>
|
||||
<Name>Blue Devil</Name>
|
||||
<Email>bluedevil@sctzine.com</Email>
|
||||
</Update>
|
||||
<Update release="1">
|
||||
<Date>2019-12-30</Date>
|
||||
<Version>2.4.6</Version>
|
||||
@@ -41,4 +48,4 @@
|
||||
<Email>bluedevil@sctzine.com</Email>
|
||||
</Update>
|
||||
</History>
|
||||
</PISI>
|
||||
</PISI>
|
||||
@@ -4,4 +4,4 @@
|
||||
<Summary xml:lang="tr">Python3 cözümleme modülü.</Summary>
|
||||
<Description xml:lang="tr">python3-pyparsing modülü lex/yacc yaklaşımı veya regex dışında basit dilbilgisi yaratma ve çalıştırmak için alternatif bir yaklaşım sunar.</Description>
|
||||
</Source>
|
||||
</PISI>
|
||||
</PISI>
|
||||
@@ -14,7 +14,7 @@
|
||||
<IsA>library</IsA>
|
||||
<Summary>Python documentation generator. It can generate HTML or Latex outputs</Summary>
|
||||
<Description>It's a very common documentation generator especially using for python3 based documentation.It can generate HTML or PDF, Ps outputs with Latex output support.</Description>
|
||||
<Archive sha1sum="a1c40b38e91e982ea73f9eba1320d7049e873e6f" type="targz">https://github.com/sphinx-doc/sphinx/archive/v2.4.4.tar.gz</Archive>
|
||||
<Archive sha1sum="a85ee22aba8274a8d019b00319d8d218606a00f4" type="targz">https://github.com/sphinx-doc/sphinx/archive/v3.0.0.tar.gz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>python3-setuptools</Dependency>
|
||||
<Dependency>python3-devel</Dependency>
|
||||
@@ -28,7 +28,6 @@
|
||||
<Summary>Python documentation generator. It can generate HTML or Latex outputs</Summary>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>python3-sphinxcontrib-serializinghtml</Dependency>
|
||||
<Dependency>python3-sphinxcontrib-websupport</Dependency>
|
||||
<Dependency>python3-sphinxcontrib-applehelp</Dependency>
|
||||
<Dependency>python3-sphinx-alabaster-theme</Dependency>
|
||||
<Dependency>python3-sphinxcontrib-htmlhelp</Dependency>
|
||||
@@ -68,6 +67,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="8">
|
||||
<Date>2020-04-07</Date>
|
||||
<Version>3.0.0</Version>
|
||||
<Comment>Major version bump.</Comment>
|
||||
<Name>Blue Devil</Name>
|
||||
<Email>bluedevil@sctzine.com</Email>
|
||||
</Update>
|
||||
<Update release="7">
|
||||
<Date>2020-03-11</Date>
|
||||
<Version>2.4.4</Version>
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
</Source>
|
||||
|
||||
<Package>
|
||||
<Name>python-sphinx-docs</Name>
|
||||
<Name>python3-sphinx-docs</Name>
|
||||
<Summary xml:lang="tr">python3-sphinx için belgelendirme dosyaları</Summary>
|
||||
<Description xml:lang="tr">python3-sphinx-docs, python3-sphinx için belgelendirme dosyaları içerir.</Description>
|
||||
</Package>
|
||||
|
||||
@@ -13,7 +13,7 @@
|
||||
<IsA>library</IsA>
|
||||
<Summary>A Fast, Extensible Progress Bar for Python and CLI.</Summary>
|
||||
<Description>python3-tqdm provides a fast, extensible progress bar for python and commandline. Instantly make your loops show a smart progress meter - just wrap any iterable with tqdm(iterable), and you're done!</Description>
|
||||
<Archive sha1sum="e6391586d010236285ee29d71aacbcd0578f4d9c" type="targz">https://github.com/tqdm/tqdm/archive/v4.44.1.tar.gz</Archive>
|
||||
<Archive sha1sum="66f3cfd744fb1d893361c1a04df1db724f32ccfa" type="targz">https://github.com/tqdm/tqdm/archive/v4.45.0.tar.gz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>python3-setuptools</Dependency>
|
||||
<Dependency>python3-devel</Dependency>
|
||||
@@ -35,6 +35,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="7">
|
||||
<Date>2020-04-07</Date>
|
||||
<Version>4.45.0</Version>
|
||||
<Comment>Minor version bump.</Comment>
|
||||
<Name>Blue Devil</Name>
|
||||
<Email>bluedevil@sctzine.com</Email>
|
||||
</Update>
|
||||
<Update release="6">
|
||||
<Date>2020-03-29</Date>
|
||||
<Version>4.44.1</Version>
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
from pisi.actionsapi import pythonmodules
|
||||
from pisi.actionsapi import shelltools
|
||||
|
||||
shelltools.export("SETUPTOOLS_SCM_PRETEND_VERSION","20.0.15")
|
||||
shelltools.export("SETUPTOOLS_SCM_PRETEND_VERSION","20.0.16")
|
||||
|
||||
def build():
|
||||
pythonmodules.compile(pyVer="3")
|
||||
|
||||
@@ -14,7 +14,7 @@
|
||||
<IsA>app:console</IsA>
|
||||
<Summary>Virtual Python Environment builder.</Summary>
|
||||
<Description>python3-virtualenv is a a tool and library for creating isolated virtual python environments.</Description>
|
||||
<Archive sha1sum="91998a155117e92aeded5199b6195a3fd864eb61" type="targz">https://github.com/pypa/virtualenv/archive/20.0.15.tar.gz</Archive>
|
||||
<Archive sha1sum="c2ce825c1a24b2f2bb8596e40de5954733ba3daf" type="targz">https://github.com/pypa/virtualenv/archive/20.0.16.tar.gz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>python3-setuptools-scm</Dependency>
|
||||
<Dependency>python3-setuptools</Dependency>
|
||||
@@ -41,6 +41,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="5">
|
||||
<Date>2020-04-07</Date>
|
||||
<Version>20.0.16</Version>
|
||||
<Comment>Patch version bump.</Comment>
|
||||
<Name>Blue Devil</Name>
|
||||
<Email>bluedevil@sctzine.com</Email>
|
||||
</Update>
|
||||
<Update release="4">
|
||||
<Date>2020-03-27</Date>
|
||||
<Version>20.0.15</Version>
|
||||
|
||||
@@ -13,7 +13,7 @@
|
||||
<IsA>library</IsA>
|
||||
<Summary>The comprehensive WSGI web application library.</Summary>
|
||||
<Description>Werkzeug is a comprehensive WSGI web application library. It began as a simple collection of various utilities for WSGI applications and has become one of the most advanced WSGI utility libraries.</Description>
|
||||
<Archive sha1sum="e03701b940e2ddc085148e55a5b2b3c9cd909562" type="targz">https://github.com/pallets/werkzeug/archive/1.0.0.tar.gz</Archive>
|
||||
<Archive sha1sum="ee959f86524b5a15e4d3baa90cb1f7a895c0b872" type="targz">https://github.com/pallets/werkzeug/archive/1.0.1.tar.gz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>python3-setuptools</Dependency>
|
||||
<Dependency>python3-devel</Dependency>
|
||||
@@ -27,12 +27,19 @@
|
||||
<Dependency>python3</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="library">/usr/lib/python3*</Path>
|
||||
<Path fileType="doc">/usr/share/doc/python3-werkzeug</Path>
|
||||
<Path fileType="library">/usr/lib/python3*</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="2">
|
||||
<Date>2020-04-07</Date>
|
||||
<Version>1.0.1</Version>
|
||||
<Comment>Patch version bump.</Comment>
|
||||
<Name>Blue Devil</Name>
|
||||
<Email>bluedevil@sctzine.com</Email>
|
||||
</Update>
|
||||
<Update release="1">
|
||||
<Date>2020-02-13</Date>
|
||||
<Version>1.0.0</Version>
|
||||
|
||||
Reference in New Issue
Block a user