Merge pull request #8444 from blue-devil/master

perl and python updates
This commit is contained in:
Blue DeviL
2020-04-23 00:20:03 +00:00
committed by GitHub
33 changed files with 239760 additions and 239227 deletions
+239435 -239182
View File
File diff suppressed because it is too large Load Diff
+1 -1
View File
@@ -1 +1 @@
b99a8b608bff3d2e7cc1e7266bcd6015571dc6d8 4d3dd09a4608f02afbd161986462d12763ca4cad
BIN
View File
Binary file not shown.
+1 -1
View File
@@ -1 +1 @@
58989eaeee7feff99e79dee0e5b6a93102edf57e 030aec6ebf2b695439f7d7d28205c1868ece7557
@@ -13,7 +13,7 @@
<IsA>library</IsA> <IsA>library</IsA>
<Summary>A perl module to build external dependencies for use in CPAN</Summary> <Summary>A perl module to build external dependencies for use in CPAN</Summary>
<Description>perl-Alien-Build provides tools for building external (non-CPAN) dependencies for CPAN. It is mainly designed to be used at install time of a CPAN client, and work closely with Alien::Base which is used at runtime.</Description> <Description>perl-Alien-Build provides tools for building external (non-CPAN) dependencies for CPAN. It is mainly designed to be used at install time of a CPAN client, and work closely with Alien::Base which is used at runtime.</Description>
<Archive sha1sum="7ce5afa14c517b4ad47f21602d867afdb5a87257" type="targz">https://cpan.metacpan.org/authors/id/P/PL/PLICEASE/Alien-Build-2.19.tar.gz</Archive> <Archive sha1sum="0de653b4941e8774f1b4ddd90a857c5eb1425205" type="targz">https://cpan.metacpan.org/authors/id/P/PL/PLICEASE/Alien-Build-2.21.tar.gz</Archive>
<BuildDependencies> <BuildDependencies>
<Dependency>perl-FFI-CheckLib</Dependency> <Dependency>perl-FFI-CheckLib</Dependency>
<Dependency>perl-File-Which</Dependency> <Dependency>perl-File-Which</Dependency>
@@ -40,6 +40,13 @@
</Package> </Package>
<History> <History>
<Update release="2">
<Date>2020-04-22</Date>
<Version>2.21</Version>
<Comment>Minor version bump.</Comment>
<Name>Blue Devil</Name>
<Email>bluedevil@sctzine.com</Email>
</Update>
<Update release="1"> <Update release="1">
<Date>2020-04-10</Date> <Date>2020-04-10</Date>
<Version>2.19</Version> <Version>2.19</Version>
@@ -3,7 +3,7 @@
<PISI> <PISI>
<Source> <Source>
<Name>perl-Alien-Libxml2</Name> <Name>perl-Alien-Libxml2</Name>
<Homepage>https://metacpan.org/release/Alien-libxml2</Homepage> <Homepage>https://metacpan.org/release/Alien-Libxml2</Homepage>
<Packager> <Packager>
<Name>Blue Devil</Name> <Name>Blue Devil</Name>
<Email>bluedevil@sctzine.com</Email> <Email>bluedevil@sctzine.com</Email>
@@ -13,7 +13,7 @@
<IsA>library</IsA> <IsA>library</IsA>
<Summary>Installs the C libxml2 library on your system.</Summary> <Summary>Installs the C libxml2 library on your system.</Summary>
<Description>This module provides libxml2 for other modules to use.</Description> <Description>This module provides libxml2 for other modules to use.</Description>
<Archive sha1sum="1e284c1e5596f999dfe8615958974f71ae29343a" type="targz">https://cpan.metacpan.org/authors/id/P/PL/PLICEASE/Alien-Libxml2-0.15.tar.gz</Archive> <Archive sha1sum="34eb3b676d1ee026d95345384d243111acd39576" type="targz">https://cpan.metacpan.org/authors/id/P/PL/PLICEASE/Alien-Libxml2-0.16.tar.gz</Archive>
<BuildDependencies> <BuildDependencies>
<Dependency>perl-Alien-Build</Dependency> <Dependency>perl-Alien-Build</Dependency>
<Dependency>libxml2-devel</Dependency> <Dependency>libxml2-devel</Dependency>
@@ -37,6 +37,13 @@
</Package> </Package>
<History> <History>
<Update release="2">
<Date>2020-04-22</Date>
<Version>0.16</Version>
<Comment>Minor version bump.</Comment>
<Name>Blue Devil</Name>
<Email>bluedevil@sctzine.com</Email>
</Update>
<Update release="1"> <Update release="1">
<Date>2020-04-10</Date> <Date>2020-04-10</Date>
<Version>0.15</Version> <Version>0.15</Version>
@@ -1,19 +1,20 @@
<?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>perl-Config-Tiny</Name> <Name>perl-Config-Tiny</Name>
<Homepage>http://search.cpan.org/dist/Config-Tiny/</Homepage> <Homepage>https://metacpan.org/release/Config-Tiny</Homepage>
<Packager> <Packager>
<Name>Pisi Linux Admins</Name> <Name>Pisi Linux Admins</Name>
<Email>admins@pisilinux.org</Email> <Email>admins@pisilinux.org</Email>
</Packager> </Packager>
<PartOf>programming.language.perl</PartOf>
<License>Artistic</License> <License>Artistic</License>
<License>GPLv2</License> <License>GPLv2</License>
<IsA>library</IsA> <IsA>library</IsA>
<Summary>A module for reading and writing .ini style files with as little code as possible</Summary> <Summary>A module for reading and writing .ini style files with as little code as possible</Summary>
<Description>perl-Config-Tiny is a perl class to read and write .ini style configuration files with as little code as possible, reducing load time and memory overhead.</Description> <Description>perl-Config-Tiny is a perl class to read and write .ini style configuration files with as little code as possible, reducing load time and memory overhead.</Description>
<Archive sha1sum="8fca9f846cd16cfd3f2a7e0599a9dc6df6f3a92f" type="targz">http://search.cpan.org/CPAN/authors/id/R/RS/RSAVAGE/Config-Tiny-2.23.tgz</Archive> <Archive sha1sum="2eb0489d23257b714258dd08a08d769c16b765a4" type="targz">https://cpan.metacpan.org/authors/id/R/RS/RSAVAGE/Config-Tiny-2.24.tgz</Archive>
<BuildDependencies> <BuildDependencies>
<Dependency>perl</Dependency> <Dependency>perl</Dependency>
</BuildDependencies> </BuildDependencies>
@@ -21,17 +22,25 @@
<Package> <Package>
<Name>perl-Config-Tiny</Name> <Name>perl-Config-Tiny</Name>
<Summary>A module for reading and writing .ini style files with as little code as possible</Summary>
<RuntimeDependencies> <RuntimeDependencies>
<Dependency>perl</Dependency> <Dependency>perl</Dependency>
</RuntimeDependencies> </RuntimeDependencies>
<Files> <Files>
<Path fileType="library">/usr/lib</Path>
<Path fileType="doc">/usr/share/doc</Path> <Path fileType="doc">/usr/share/doc</Path>
<Path fileType="man">/usr/share/man</Path> <Path fileType="man">/usr/share/man</Path>
<Path fileType="library">/usr/lib</Path>
</Files> </Files>
</Package> </Package>
<History> <History>
<Update release="2">
<Date>2020-04-22</Date>
<Version>2.24</Version>
<Comment>Minor version bump.</Comment>
<Name>Blue Devil</Name>
<Email>bluedevil@sctzine.com</Email>
</Update>
<Update release="1"> <Update release="1">
<Date>2020-04-09</Date> <Date>2020-04-09</Date>
<Version>2.23</Version> <Version>2.23</Version>
@@ -3,5 +3,6 @@
<Source> <Source>
<Name>perl-Config-Tiny</Name> <Name>perl-Config-Tiny</Name>
<Summary xml:lang="tr">Mümkün olan en küçük kod ile .ini şeklindeki dosyaları okumaya ve yazmaya yarayan bir modül</Summary> <Summary xml:lang="tr">Mümkün olan en küçük kod ile .ini şeklindeki dosyaları okumaya ve yazmaya yarayan bir modül</Summary>
<Description xml:lang="tr">perl-Config-Tiny, mümkün olan en küçük kod ile .ini şeklindeki dosyaları okumaya ve yazmaya yarayan perl modülü sunar.</Description>
</Source> </Source>
</PISI> </PISI>
@@ -3,17 +3,17 @@
<PISI> <PISI>
<Source> <Source>
<Name>perl-libwww</Name> <Name>perl-libwww</Name>
<Homepage>http://search.cpan.org/dist/libwww-perl</Homepage> <Homepage>https://metacpan.org/release/libwww-perl</Homepage>
<Packager> <Packager>
<Name>Pisi Linux Admins</Name> <Name>Pisi Linux Admins</Name>
<Email>admins@pisilinux.org</Email> <Email>admins@pisilinux.org</Email>
</Packager> </Packager>
<License>Artistic</License>
<PartOf>programming.language.perl</PartOf> <PartOf>programming.language.perl</PartOf>
<License>Artistic</License>
<IsA>library</IsA> <IsA>library</IsA>
<Summary>Application programming interface to the World-Wide Web</Summary> <Summary>Application programming interface to the World-Wide Web</Summary>
<Description>libwww-perl collection is a set of Perl modules which provides a simple and consistent application programming interface to the World-Wide Web.</Description> <Description>libwww-perl collection is a set of Perl modules which provides a simple and consistent application programming interface to the World-Wide Web.</Description>
<Archive sha1sum="3947612113ca55862104b3952714397995933aab" type="targz">https://cpan.metacpan.org/authors/id/O/OA/OALDERS/libwww-perl-6.43.tar.gz</Archive> <Archive sha1sum="614059d706e32e5636a6ddd98f0f4f36c5c815f3" type="targz">https://cpan.metacpan.org/authors/id/O/OA/OALDERS/libwww-perl-6.44.tar.gz</Archive>
<BuildDependencies> <BuildDependencies>
<Dependency>perl</Dependency> <Dependency>perl</Dependency>
<Dependency>perl-NET-HTTP</Dependency> <Dependency>perl-NET-HTTP</Dependency>
@@ -37,6 +37,7 @@
<RuntimeDependencies> <RuntimeDependencies>
<Dependency>perl</Dependency> <Dependency>perl</Dependency>
<Dependency>perl-NET-HTTP</Dependency> <Dependency>perl-NET-HTTP</Dependency>
<Dependency>perl-Try-Tiny</Dependency>
<Dependency>perl-Data-Dump</Dependency> <Dependency>perl-Data-Dump</Dependency>
<Dependency>perl-HTTP-Daemon</Dependency> <Dependency>perl-HTTP-Daemon</Dependency>
<Dependency>perl-HTML-Parser</Dependency> <Dependency>perl-HTML-Parser</Dependency>
@@ -56,6 +57,13 @@
</Package> </Package>
<History> <History>
<Update release="6">
<Date>2020-04-22</Date>
<Version>6.44</Version>
<Comment>Minor version bump.</Comment>
<Name>Blue Devil</Name>
<Email>bluedevil@sctzine.com</Email>
</Update>
<Update release="5"> <Update release="5">
<Date>2020-01-14</Date> <Date>2020-01-14</Date>
<Version>6.43</Version> <Version>6.43</Version>
@@ -3,34 +3,44 @@
<PISI> <PISI>
<Source> <Source>
<Name>perl-test-simple</Name> <Name>perl-test-simple</Name>
<Homepage>http://search.cpan.org/~mschwern/Test-Simple/</Homepage> <Homepage>https://metacpan.org/release/Test-Simple</Homepage>
<Packager> <Packager>
<Name>Osman Erkan</Name> <Name>Pisi Linux Admins</Name>
<Email>osman.erkan@pisilinux.org</Email> <Email>admins@pisilinux.org</Email>
</Packager> </Packager>
<PartOf>programming.language.perl</PartOf>
<License>Artistic</License> <License>Artistic</License>
<License>GPLv2</License> <License>GPLv2</License>
<PartOf>programming.language.perl</PartOf>
<IsA>app:console</IsA> <IsA>app:console</IsA>
<Summary>Basic utilities for writing tests.</Summary> <Summary>Basic utilities for writing tests.</Summary>
<Description>This is an extremely simple, extremely basic module for writing tests suitable for CPAN modules and other pursuits. If you wish to do more complicated testing, use the Test::More module (a drop-in replacement for this one).</Description> <Description>This is an extremely simple, extremely basic module for writing tests suitable for CPAN modules and other pursuits. If you wish to do more complicated testing, use the Test::More module (a drop-in replacement for this one).</Description>
<Archive sha1sum="627949a59936f1c7adf8be8f4b5423aadf01443c" type="targz">https://cpan.metacpan.org/authors/id/E/EX/EXODIST/Test-Simple-1.302174.tar.gz</Archive> <Archive sha1sum="f3907e8205007211d7d6b180724d8ce261aca77d" type="targz">https://cpan.metacpan.org/authors/id/E/EX/EXODIST/Test-Simple-1.302175.tar.gz</Archive>
<BuildDependencies> <BuildDependencies>
<Dependency>perl</Dependency> <Dependency>perl</Dependency>
</BuildDependencies> </BuildDependencies>
</Source> </Source>
<Package> <Package>
<Name>perl-test-simple</Name> <Name>perl-test-simple</Name>
<Summary>Basic utilities for writing tests.</Summary>
<RuntimeDependencies> <RuntimeDependencies>
<Dependency>perl</Dependency> <Dependency>perl</Dependency>
</RuntimeDependencies> </RuntimeDependencies>
<Files> <Files>
<Path fileType="library">/usr/lib</Path>
<Path fileType="doc">/usr/share/doc</Path> <Path fileType="doc">/usr/share/doc</Path>
<Path fileType="man">/usr/share/man</Path> <Path fileType="man">/usr/share/man</Path>
<Path fileType="library">/usr/lib</Path>
</Files> </Files>
</Package> </Package>
<History> <History>
<Update release="2">
<Date>2020-04-22</Date>
<Version>1.302175</Version>
<Comment>Minor version bump, fix translation</Comment>
<Name>Blue Devil</Name>
<Email>bluedevil@sctzine.com</Email>
</Update>
<Update release="1"> <Update release="1">
<Date>2020-04-09</Date> <Date>2020-04-09</Date>
<Version>1.302174</Version> <Version>1.302174</Version>
@@ -2,7 +2,7 @@
<PISI> <PISI>
<Source> <Source>
<Name>perl-test-simple</Name> <Name>perl-test-simple</Name>
<Summary xml:lang="en">Basic utilities for writing tests.</Summary> <Summary xml:lang="tr">Test yazmak için temel araçlar.</Summary>
<Description xml:lang="en">This is an extremely simple, extremely basic module for writing tests suitable for CPAN modules and other pursuits. If you wish to do more complicated testing, use the Test::More module (a drop-in replacement for this one).</Description> <Description xml:lang="tr">perl-test-simple, CPAN'a uygun testler yazabilmek için çok uygun ve basit perl modülleri sunar.</Description>
</Source> </Source>
</PISI> </PISI>
@@ -13,7 +13,7 @@
<IsA>library</IsA> <IsA>library</IsA>
<Summary>Cryptographic recipes for Python</Summary> <Summary>Cryptographic recipes for Python</Summary>
<Description>A package designed to expose cryptographic recipes and primitives to Python developers</Description> <Description>A package designed to expose cryptographic recipes and primitives to Python developers</Description>
<Archive sha1sum="d30a891552c70febeb67f936877a8abfc220e0ef" type="targz">https://github.com/pyca/cryptography/archive/2.9.tar.gz</Archive> <Archive sha1sum="e37f171361b555b72eb640521480c9f5380b1ee0" type="targz">https://github.com/pyca/cryptography/archive/2.9.1.tar.gz</Archive>
<BuildDependencies> <BuildDependencies>
<Dependency>python-setuptools</Dependency> <Dependency>python-setuptools</Dependency>
<Dependency>openssl-devel</Dependency> <Dependency>openssl-devel</Dependency>
@@ -57,6 +57,13 @@
</Package> </Package>
--> -->
<History> <History>
<Update release="3">
<Date>2020-04-22</Date>
<Version>2.9.1</Version>
<Comment>Patch version bump.</Comment>
<Name>Blue Devil</Name>
<Email>bluedevil@sctzine.com</Email>
</Update>
<Update release="2"> <Update release="2">
<Date>2020-04-08</Date> <Date>2020-04-08</Date>
<Version>2.9</Version> <Version>2.9</Version>
@@ -13,7 +13,7 @@
<IsA>library</IsA> <IsA>library</IsA>
<Summary>Python interface to the libsmbclient library</Summary> <Summary>Python interface to the libsmbclient library</Summary>
<Description>python-smbc is a Python binding for the libsmbclient library.</Description> <Description>python-smbc is a Python binding for the libsmbclient library.</Description>
<Archive sha1sum="022614f32b110cec07ee5ad0dc62efeb131cccc7" type="tarbz2">https://pypi.org/packages/source/p/pysmbc/pysmbc-1.0.20.tar.bz2</Archive> <Archive sha1sum="8c1f9fad510aede09182476af39f7104dd86c35a" type="tarbz2">https://pypi.org/packages/source/p/pysmbc/pysmbc-1.0.21.tar.bz2</Archive>
<BuildDependencies> <BuildDependencies>
<Dependency>python-setuptools</Dependency> <Dependency>python-setuptools</Dependency>
<Dependency>python-devel</Dependency> <Dependency>python-devel</Dependency>
@@ -34,6 +34,13 @@
</Package> </Package>
<History> <History>
<Update release="8">
<Date>2020-04-22</Date>
<Version>1.0.21</Version>
<Comment>Patch version bump.</Comment>
<Name>Blue Devil</Name>
<Email>bluedevil@sctzine.com</Email>
</Update>
<Update release="7"> <Update release="7">
<Date>2020-03-29</Date> <Date>2020-03-29</Date>
<Version>1.0.20</Version> <Version>1.0.20</Version>
@@ -5,6 +5,8 @@
# 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 pythonmodules
from pisi.actionsapi import shelltools
from pisi.actionsapi import autotools
from pisi.actionsapi import pisitools from pisi.actionsapi import pisitools
from pisi.actionsapi import get from pisi.actionsapi import get
@@ -12,7 +14,11 @@ examples = "%s/%s/examples" % (get.docDIR(), get.srcNAME())
def build(): def build():
pythonmodules.compile(pyVer="3") pythonmodules.compile(pyVer="3")
# build documentation
shelltools.cd("docs")
autotools.make("html")
def install(): def install():
pythonmodules.install(pyVer="3") pythonmodules.install(pyVer="3")
pisitools.insinto(examples, "examples/*") pisitools.dodoc("LICENSE*")
pisitools.dohtml("docs/_build/html/*")
@@ -13,13 +13,16 @@
<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>
<Dependency>python3-MarkupSafe</Dependency> <Dependency>python3-MarkupSafe</Dependency>
<Dependency>python3-setuptools</Dependency> <Dependency>python3-setuptools</Dependency>
<Dependency>python3-devel</Dependency> <Dependency>python3-devel</Dependency>
<!-- For creating documentations--> <!-- For creating documentations-->
<!--<Dependency>python3-sphinx</Dependency>--> <Dependency>python3-sphinxcontrib-log-cabinet</Dependency>
<Dependency>python3-pallets-sphinx-themes</Dependency>
<Dependency>python3-sphinx-issues</Dependency>
<Dependency>python3-sphinx</Dependency>
</BuildDependencies> </BuildDependencies>
<Patches> <Patches>
</Patches> </Patches>
@@ -33,8 +36,9 @@
<Dependency>python3</Dependency> <Dependency>python3</Dependency>
</RuntimeDependencies> </RuntimeDependencies>
<Files> <Files>
<Path fileType="doc">/usr/share/doc/python3-Jinja2/LICENSE.rst</Path>
<Path fileType="doc">/usr/share/doc/python3-Jinja2/README.rst</Path>
<Path fileType="library">/usr/lib/python3*</Path> <Path fileType="library">/usr/lib/python3*</Path>
<Path fileType="doc">/usr/share/doc/python3-Jinja2/LICENSE</Path>
</Files> </Files>
</Package> </Package>
@@ -42,11 +46,18 @@
<Name>python3-Jinja2-docs</Name> <Name>python3-Jinja2-docs</Name>
<Summary>Documentation files for python3-Jinja2</Summary> <Summary>Documentation files for python3-Jinja2</Summary>
<Files> <Files>
<Path fileType="doc">/usr/share/doc/python3-Jinja2</Path> <Path fileType="doc">/usr/share/doc/python3-Jinja2/html</Path>
</Files> </Files>
</Package> </Package>
<History> <History>
<Update release="6">
<Date>2020-04-22</Date>
<Version>2.11.2</Version>
<Comment>Patch version bump.</Comment>
<Name>Blue Devil</Name>
<Email>bluedevil@sctzine.com</Email>
</Update>
<Update release="5"> <Update release="5">
<Date>2020-02-06</Date> <Date>2020-02-06</Date>
<Version>2.11.1</Version> <Version>2.11.1</Version>
@@ -8,15 +8,15 @@
<Name>Blue Devil</Name> <Name>Blue Devil</Name>
<Email>bluedevil@sctzine.com</Email> <Email>bluedevil@sctzine.com</Email>
</Packager> </Packager>
<License>Apache</License>
<PartOf>programming.language.python3</PartOf> <PartOf>programming.language.python3</PartOf>
<License>Apache</License>
<IsA>library</IsA> <IsA>library</IsA>
<Summary>File support for asyncio.</Summary> <Summary>File support for asyncio.</Summary>
<Description>aiofiles is an Apache2 licensed library, written in Python, for handling local disk files in asyncio applications.</Description> <Description>aiofiles is an Apache2 licensed library, written in Python, for handling local disk files in asyncio applications.</Description>
<Archive sha1sum="b41b8e390e4369fabc1ab211091d30d8d9a9b090" type="targz">https://github.com/Tinche/aiofiles/archive/v0.4.0.tar.gz</Archive> <Archive sha1sum="3a8f1813a448a4c084f7aed17421a2c7a605723d" type="targz">https://github.com/Tinche/aiofiles/archive/v0.5.0.tar.gz</Archive>
<BuildDependencies> <BuildDependencies>
<Dependency>python3-devel</Dependency>
<Dependency>python3-setuptools</Dependency> <Dependency>python3-setuptools</Dependency>
<Dependency>python3-devel</Dependency>
</BuildDependencies> </BuildDependencies>
</Source> </Source>
@@ -27,13 +27,20 @@
<Dependency>python3</Dependency> <Dependency>python3</Dependency>
</RuntimeDependencies> </RuntimeDependencies>
<Files> <Files>
<Path fileType="library">/usr/lib</Path>
<Path fileType="man">/usr/share/man</Path>
<Path fileType="doc">/usr/share/doc/python3-aiofiles</Path> <Path fileType="doc">/usr/share/doc/python3-aiofiles</Path>
<Path fileType="man">/usr/share/man</Path>
<Path fileType="library">/usr/lib</Path>
</Files> </Files>
</Package> </Package>
<History> <History>
<Update release="2">
<Date>2020-04-22</Date>
<Version>0.5.0</Version>
<Comment>Minor version bump.</Comment>
<Name>Blue Devil</Name>
<Email>bluedevil@sctzine.com</Email>
</Update>
<Update release="1"> <Update release="1">
<Date>2020-01-15</Date> <Date>2020-01-15</Date>
<Version>0.4.0</Version> <Version>0.4.0</Version>
@@ -12,6 +12,8 @@ from pisi.actionsapi import pisitools
def build(): def build():
# suppress compiler warnings # 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") 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") pythonmodules.compile(pyVer="3")
# build documentation # build documentation
shelltools.cd("docs") shelltools.cd("docs")
@@ -13,7 +13,7 @@
<IsA>library</IsA> <IsA>library</IsA>
<Summary>Cryptographic recipes for Python3</Summary> <Summary>Cryptographic recipes for Python3</Summary>
<Description>A package designed to expose cryptographic recipes and primitives to Python developers</Description> <Description>A package designed to expose cryptographic recipes and primitives to Python developers</Description>
<Archive sha1sum="d30a891552c70febeb67f936877a8abfc220e0ef" type="targz">https://github.com/pyca/cryptography/archive/2.9.tar.gz</Archive> <Archive sha1sum="e37f171361b555b72eb640521480c9f5380b1ee0" type="targz">https://github.com/pyca/cryptography/archive/2.9.1.tar.gz</Archive>
<BuildDependencies> <BuildDependencies>
<Dependency>python3-setuptools</Dependency> <Dependency>python3-setuptools</Dependency>
<Dependency>python3-devel</Dependency> <Dependency>python3-devel</Dependency>
@@ -49,6 +49,13 @@
</Package> </Package>
<History> <History>
<Update release="3">
<Date>2020-04-22</Date>
<Version>2.9.1</Version>
<Comment>Patch version bump.</Comment>
<Name>Blue Devil</Name>
<Email>bluedevil@sctzine.com</Email>
</Update>
<Update release="2"> <Update release="2">
<Date>2020-04-07</Date> <Date>2020-04-07</Date>
<Version>2.9</Version> <Version>2.9</Version>
@@ -13,7 +13,7 @@
<IsA>library</IsA> <IsA>library</IsA>
<Summary>Chromium HSTS Preload list as a Python package and updated daily.</Summary> <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> <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="dd87c832c5c3ebf518a4f135a46ae0e13285c6c7" type="targz">https://github.com/sethmlarson/hstspreload/archive/2020.4.7.tar.gz</Archive> <Archive sha1sum="8396027cda1178d8f45ad4e78bdcdae38d5e11ef" type="targz">https://github.com/sethmlarson/hstspreload/archive/2020.4.21.tar.gz</Archive>
<BuildDependencies> <BuildDependencies>
<Dependency>python3-setuptools</Dependency> <Dependency>python3-setuptools</Dependency>
<Dependency>python3-devel</Dependency> <Dependency>python3-devel</Dependency>
@@ -34,6 +34,13 @@
</Package> </Package>
<History> <History>
<Update release="11">
<Date>2020-04-22</Date>
<Version>2020.4.21</Version>
<Comment>Patch version bump.</Comment>
<Name>Blue Devil</Name>
<Email>bluedevil@sctzine.com</Email>
</Update>
<Update release="10"> <Update release="10">
<Date>2020-04-07</Date> <Date>2020-04-07</Date>
<Version>2020.4.7</Version> <Version>2020.4.7</Version>
@@ -13,7 +13,7 @@
<IsA>library</IsA> <IsA>library</IsA>
<Summary>Awesome autocompletion and static analysis library for python.</Summary> <Summary>Awesome autocompletion and static analysis library for python.</Summary>
<Description>Jedi is a static analysis tool for Python that can be used in IDEs/editors. Jedi has a focus on autocompletion and goto functionality. Jedi is fast and is very well tested. It understands Python and stubs on a deep level.</Description> <Description>Jedi is a static analysis tool for Python that can be used in IDEs/editors. Jedi has a focus on autocompletion and goto functionality. Jedi is fast and is very well tested. It understands Python and stubs on a deep level.</Description>
<Archive sha1sum="4379a0d37ced899844943e26b45a1df08b764ead" type="targz">https://github.com/davidhalter/jedi/archive/v0.16.0.tar.gz</Archive> <Archive sha1sum="5f1cb103303c186ba87b91cc95d22ada4d1892cd" type="targz">https://github.com/davidhalter/jedi/archive/v0.17.0.tar.gz</Archive>
<Archive sha1sum="895fd7aa3f1edac94a937282fd3d4f7b3ff07e78" type="targz">https://github.com/davidhalter/typeshed/archive/jedi_v0.16.0.tar.gz</Archive> <Archive sha1sum="895fd7aa3f1edac94a937282fd3d4f7b3ff07e78" type="targz">https://github.com/davidhalter/typeshed/archive/jedi_v0.16.0.tar.gz</Archive>
<BuildDependencies> <BuildDependencies>
<Dependency>python3-setuptools</Dependency> <Dependency>python3-setuptools</Dependency>
@@ -35,6 +35,13 @@
</Package> </Package>
<History> <History>
<Update release="2">
<Date>2020-04-22</Date>
<Version>0.17.0</Version>
<Comment>Minor version bump.</Comment>
<Name>Blue Devil</Name>
<Email>bluedevil@sctzine.com</Email>
</Update>
<Update release="1"> <Update release="1">
<Date>2020-03-06</Date> <Date>2020-03-06</Date>
<Version>0.16.0</Version> <Version>0.16.0</Version>
@@ -13,7 +13,7 @@
<IsA>library</IsA> <IsA>library</IsA>
<Summary>The fundamental package needed for scientific computing with Python</Summary> <Summary>The fundamental package needed for scientific computing with Python</Summary>
<Description>Numpy contains a powerful N-dimensional array object, sophisticated (broadcasting) functions, tools for integrating C/C++ and Fortran code, and useful linear algebra, Fourier transform, and random number capabilities.</Description> <Description>Numpy contains a powerful N-dimensional array object, sophisticated (broadcasting) functions, tools for integrating C/C++ and Fortran code, and useful linear algebra, Fourier transform, and random number capabilities.</Description>
<Archive sha1sum="398269c474b6aa599a0d8d784e9af0d8a8ee7882" type="targz">https://github.com/numpy/numpy/archive/v1.18.2.tar.gz</Archive> <Archive sha1sum="39f9d6f9fb24995a028d87bde8b36c8b101253af" type="targz">https://github.com/numpy/numpy/archive/v1.18.3.tar.gz</Archive>
<BuildDependencies> <BuildDependencies>
<Dependency>python3-setuptools</Dependency> <Dependency>python3-setuptools</Dependency>
<Dependency>python3-devel</Dependency> <Dependency>python3-devel</Dependency>
@@ -21,6 +21,9 @@
<Dependency>python3-nose</Dependency> <Dependency>python3-nose</Dependency>
<Dependency>cblas-devel</Dependency> <Dependency>cblas-devel</Dependency>
<Dependency>cython3</Dependency> <Dependency>cython3</Dependency>
<!-- For creating documentations
<Dependency>python3-scipy-sphinx-theme</Dependency>
<Dependency>python3-sphinx</Dependency>-->
</BuildDependencies> </BuildDependencies>
</Source> </Source>
@@ -37,8 +40,8 @@
</RuntimeDependencies> </RuntimeDependencies>
<Files> <Files>
<Path fileType="doc">/usr/share/doc/python3-numpy/LICENSE*</Path> <Path fileType="doc">/usr/share/doc/python3-numpy/LICENSE*</Path>
<Path fileType="doc">/usr/share/doc/python3-numpy/README*</Path>
<Path fileType="executable">/usr/bin</Path> <Path fileType="executable">/usr/bin</Path>
<Path fileType="doc">/usr/share/doc</Path>
<Path fileType="library">/usr/lib</Path> <Path fileType="library">/usr/lib</Path>
</Files> </Files>
</Package> </Package>
@@ -55,6 +58,13 @@
</Package> </Package>
<History> <History>
<Update release="8">
<Date>2020-04-22</Date>
<Version>1.18.3</Version>
<Comment>Patch version bump.</Comment>
<Name>Blue Devil</Name>
<Email>bluedevil@sctzine.com</Email>
</Update>
<Update release="7"> <Update release="7">
<Date>2020-03-24</Date> <Date>2020-03-24</Date>
<Version>1.18.2</Version> <Version>1.18.2</Version>
@@ -13,7 +13,7 @@
<IsA>library</IsA> <IsA>library</IsA>
<Summary>A Python Parser.</Summary> <Summary>A Python Parser.</Summary>
<Description>Parso is a Python parser that supports error recovery and round-trip parsing for different Python versions (in multiple Python versions). Parso is also able to list multiple syntax errors in your python file.</Description> <Description>Parso is a Python parser that supports error recovery and round-trip parsing for different Python versions (in multiple Python versions). Parso is also able to list multiple syntax errors in your python file.</Description>
<Archive sha1sum="9a111853cd303f89b5106ffa0cacd45cb6441c02" type="targz">https://github.com/davidhalter/parso/archive/v0.6.2.tar.gz</Archive> <Archive sha1sum="fb804a472f7725abb965da734ffeddfd5b890219" type="targz">https://github.com/davidhalter/parso/archive/v0.7.0.tar.gz</Archive>
<BuildDependencies> <BuildDependencies>
<Dependency>python3-setuptools</Dependency> <Dependency>python3-setuptools</Dependency>
<Dependency>python3-devel</Dependency> <Dependency>python3-devel</Dependency>
@@ -33,6 +33,13 @@
</Package> </Package>
<History> <History>
<Update release="2">
<Date>2020-04-22</Date>
<Version>0.7.0</Version>
<Comment>Minor version bump.</Comment>
<Name>Blue Devil</Name>
<Email>bluedevil@sctzine.com</Email>
</Update>
<Update release="1"> <Update release="1">
<Date>2020-03-06</Date> <Date>2020-03-06</Date>
<Version>0.6.2</Version> <Version>0.6.2</Version>
@@ -13,7 +13,7 @@
<IsA>library</IsA> <IsA>library</IsA>
<Summary>Python interface to the libsmbclient library</Summary> <Summary>Python interface to the libsmbclient library</Summary>
<Description>python-smbc is a Python binding for the libsmbclient library.</Description> <Description>python-smbc is a Python binding for the libsmbclient library.</Description>
<Archive sha1sum="022614f32b110cec07ee5ad0dc62efeb131cccc7" type="tarbz2">https://pypi.org/packages/source/p/pysmbc/pysmbc-1.0.20.tar.bz2</Archive> <Archive sha1sum="8c1f9fad510aede09182476af39f7104dd86c35a" type="tarbz2">https://pypi.org/packages/source/p/pysmbc/pysmbc-1.0.21.tar.bz2</Archive>
<BuildDependencies> <BuildDependencies>
<Dependency>python3-setuptools</Dependency> <Dependency>python3-setuptools</Dependency>
<Dependency>python3-devel</Dependency> <Dependency>python3-devel</Dependency>
@@ -35,6 +35,13 @@
</Package> </Package>
<History> <History>
<Update release="4">
<Date>2020-04-22</Date>
<Version>1.0.21</Version>
<Comment>Patch version bump.</Comment>
<Name>Blue Devil</Name>
<Email>bluedevil@sctzine.com</Email>
</Update>
<Update release="3"> <Update release="3">
<Date>2020-03-29</Date> <Date>2020-03-29</Date>
<Version>1.0.20</Version> <Version>1.0.20</Version>
@@ -0,0 +1,13 @@
#!/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
def build():
pythonmodules.compile(pyVer="3")
def install():
pythonmodules.install(pyVer="3")
@@ -0,0 +1,46 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "https://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>python3-sphinx-issues</Name>
<Homepage>https://github.com/sloria/sphinx-issues</Homepage>
<Packager>
<Name>Blue Devil</Name>
<Email>bluedevil@sctzine.com</Email>
</Packager>
<PartOf>programming.language.python3</PartOf>
<License>BSD</License>
<IsA>library</IsA>
<Summary>A Sphinx extension for linking to your project's issue tracker.</Summary>
<Description>A Sphinx extension for linking to your project's issue tracker. Includes roles for linking to issues, pull requests, user profiles, with built-in support for GitHub (though this works with other services).</Description>
<Archive sha1sum="a8d1b90805cd0c2a15123500013de0b74c26a236" type="targz">https://github.com/sloria/sphinx-issues/archive/1.2.0.tar.gz</Archive>
<BuildDependencies>
<Dependency>python3-setuptools</Dependency>
<Dependency>python3-devel</Dependency>
</BuildDependencies>
</Source>
<Package>
<Name>python3-sphinx-issues</Name>
<Summary>A Sphinx extension for linking to your project's issue tracker.</Summary>
<RuntimeDependencies>
<Dependency>python3-docutils</Dependency>
<Dependency>python3-sphinx</Dependency>
<Dependency>python3</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="doc">/usr/share/doc/python3-sphinx-issues</Path>
<Path fileType="library">/usr/lib/python3*</Path>
</Files>
</Package>
<History>
<Update release="1">
<Date>2020-04-22</Date>
<Version>1.2.0</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-sphinx-issues</Name>
<Summary xml:lang="tr">Projeniz için olay izleme sphinx genişlemesi.</Summary>
<Description xml:lang="tr">python3-sphinx-issues, projeniz için olay izleme sphinx genişlemesi sunar.</Description>
</Source>
</PISI>
@@ -14,7 +14,7 @@
<IsA>library</IsA> <IsA>library</IsA>
<Summary>Python documentation generator. It can generate HTML or Latex outputs</Summary> <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> <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="a85ee22aba8274a8d019b00319d8d218606a00f4" type="targz">https://github.com/sphinx-doc/sphinx/archive/v3.0.0.tar.gz</Archive> <Archive sha1sum="e3d36202fac5475bc9880a9273977b367de1f11c" type="targz">https://github.com/sphinx-doc/sphinx/archive/v3.0.2.tar.gz</Archive>
<BuildDependencies> <BuildDependencies>
<Dependency>python3-setuptools</Dependency> <Dependency>python3-setuptools</Dependency>
<Dependency>python3-devel</Dependency> <Dependency>python3-devel</Dependency>
@@ -67,6 +67,13 @@
</Package> </Package>
<History> <History>
<Update release="9">
<Date>2020-04-22</Date>
<Version>3.0.2</Version>
<Comment>Patch version bump.</Comment>
<Name>Blue Devil</Name>
<Email>bluedevil@sctzine.com</Email>
</Update>
<Update release="8"> <Update release="8">
<Date>2020-04-07</Date> <Date>2020-04-07</Date>
<Version>3.0.0</Version> <Version>3.0.0</Version>
@@ -0,0 +1,13 @@
#!/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
def build():
pythonmodules.compile(pyVer="3")
def install():
pythonmodules.install(pyVer="3")
@@ -0,0 +1,44 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "https://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>python3-sphinxcontrib-log-cabinet</Name>
<Homepage>https://github.com/davidism/sphinxcontrib-log-cabinet</Homepage>
<Packager>
<Name>Blue Devil</Name>
<Email>bluedevil@sctzine.com</Email>
</Packager>
<PartOf>programming.language.python3</PartOf>
<License>BSD</License>
<IsA>library</IsA>
<Summary>Organize changelog directives in Sphinx docs.</Summary>
<Description>Organize changelogs generated by versionadded, versionchanged, deprecated directives. The log will be sorted by newest to oldest version. For HTML docs, older versions will be collapsed by default.</Description>
<Archive sha1sum="2c6552673501bfbb60177b8507eda9f2846cf719" type="targz">https://github.com/davidism/sphinxcontrib-log-cabinet/archive/1.0.1.tar.gz</Archive>
<BuildDependencies>
<Dependency>python3-setuptools</Dependency>
<Dependency>python3-devel</Dependency>
</BuildDependencies>
</Source>
<Package>
<Name>python3-sphinxcontrib-log-cabinet</Name>
<Summary>Organize changelog directives in Sphinx docs.</Summary>
<RuntimeDependencies>
<Dependency>python3</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="doc">/usr/share/doc/python3-sphinxcontrib-log-cabinet</Path>
<Path fileType="library">/usr/lib/python3*</Path>
</Files>
</Package>
<History>
<Update release="1">
<Date>2020-04-22</Date>
<Version>1.0.1</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-sphinxcontrib-log-cabinet</Name>
<Summary xml:lang="tr">Sphinx belgesinde "changelog" etkinliğini düzenler.</Summary>
<Description xml:lang="tr">python3-sphinxcontrib-log-cabinet, sphinx belgesinde "changelog" etkinliğini düzenlemeye yarayan python kitaplığını içerir.</Description>
</Source>
</PISI>
@@ -7,7 +7,7 @@
from pisi.actionsapi import pythonmodules from pisi.actionsapi import pythonmodules
from pisi.actionsapi import shelltools from pisi.actionsapi import shelltools
shelltools.export("SETUPTOOLS_SCM_PRETEND_VERSION","20.0.16") shelltools.export("SETUPTOOLS_SCM_PRETEND_VERSION","20.0.18")
def build(): def build():
pythonmodules.compile(pyVer="3") pythonmodules.compile(pyVer="3")
@@ -14,7 +14,7 @@
<IsA>app:console</IsA> <IsA>app:console</IsA>
<Summary>Virtual Python Environment builder.</Summary> <Summary>Virtual Python Environment builder.</Summary>
<Description>python3-virtualenv is a a tool and library for creating isolated virtual python environments.</Description> <Description>python3-virtualenv is a a tool and library for creating isolated virtual python environments.</Description>
<Archive sha1sum="c2ce825c1a24b2f2bb8596e40de5954733ba3daf" type="targz">https://github.com/pypa/virtualenv/archive/20.0.16.tar.gz</Archive> <Archive sha1sum="c55ae013f4f69e604adbcec83ff4f7ef585681b0" type="targz">https://github.com/pypa/virtualenv/archive/20.0.18.tar.gz</Archive>
<BuildDependencies> <BuildDependencies>
<Dependency>python3-setuptools-scm</Dependency> <Dependency>python3-setuptools-scm</Dependency>
<Dependency>python3-setuptools</Dependency> <Dependency>python3-setuptools</Dependency>
@@ -41,6 +41,13 @@
</Package> </Package>
<History> <History>
<Update release="6">
<Date>2020-04-22</Date>
<Version>20.0.18</Version>
<Comment>Patch version bump.</Comment>
<Name>Blue Devil</Name>
<Email>bluedevil@sctzine.com</Email>
</Update>
<Update release="5"> <Update release="5">
<Date>2020-04-07</Date> <Date>2020-04-07</Date>
<Version>20.0.16</Version> <Version>20.0.16</Version>
@@ -13,7 +13,7 @@
<IsA>library</IsA> <IsA>library</IsA>
<Summary>A flexible forms validation and rendering library for Python.</Summary> <Summary>A flexible forms validation and rendering library for Python.</Summary>
<Description>WTForms is a flexible forms validation and rendering library for Python web development. It is framework agnostic and can work with whatever web framework and template engine you choose.</Description> <Description>WTForms is a flexible forms validation and rendering library for Python web development. It is framework agnostic and can work with whatever web framework and template engine you choose.</Description>
<Archive sha1sum="a7f77ea26e451f6a0e97e54d38abd0bbe23710ce" type="targz">https://github.com/wtforms/wtforms/archive/2.2.1.tar.gz</Archive> <Archive sha1sum="25ba0ddccdf97e89ca18c8137da17c913cac9151" type="targz">https://github.com/wtforms/wtforms/archive/2.3.0.tar.gz</Archive>
<BuildDependencies> <BuildDependencies>
<Dependency>python3-setuptools</Dependency> <Dependency>python3-setuptools</Dependency>
<Dependency>python3-Babel</Dependency> <Dependency>python3-Babel</Dependency>
@@ -35,6 +35,13 @@
</Package> </Package>
<History> <History>
<Update release="2">
<Date>2020-04-22</Date>
<Version>2.3.0</Version>
<Comment>Minor version bump.</Comment>
<Name>Blue Devil</Name>
<Email>bluedevil@sctzine.com</Email>
</Update>
<Update release="1"> <Update release="1">
<Date>2020-02-18</Date> <Date>2020-02-18</Date>
<Version>2.2.1</Version> <Version>2.2.1</Version>