python3-*

This commit is contained in:
Rmys
2021-10-22 17:46:11 +03:00
parent f637729d46
commit fc5133d319
126 changed files with 1120 additions and 177 deletions
@@ -14,7 +14,7 @@
<IsA>library</IsA>
<Summary>C extensions for the Python3</Summary>
<Description>Cython is a language that makes writing C extensions for the Python language as easy as Python itself.</Description>
<Archive sha1sum="1b4fa0055a1d165339c763abc619fd8a13fa69e7" type="targz">https://github.com/cython/cython/archive/0.29.23.tar.gz</Archive>
<Archive sha1sum="36a2a5fe9730758cebf3de28c0ff7ae33595700f" type="targz">https://github.com/cython/cython/archive/0.29.24.tar.gz</Archive>
<BuildDependencies>
<Dependency>python3-devel</Dependency>
<Dependency>python3-setuptools</Dependency>
@@ -36,6 +36,13 @@
</Package>
<History>
<Update release="13">
<Date>2021-08-08</Date>
<Version>0.29.24</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="12">
<Date>2021-06-23</Date>
<Version>0.29.23</Version>
@@ -14,7 +14,7 @@
<IsA>library</IsA>
<Summary>D-Bus Python bindings</Summary>
<Description>dbus-python provides a Python module which wraps the D-Bus programming API.</Description>
<Archive sha1sum="de05308c75baa2ce5434de73d60428c005ac0cc1" type="targz">https://dbus.freedesktop.org/releases/dbus-python/dbus-python-1.2.16.tar.gz</Archive>
<Archive sha1sum="ab94729c940f0d95dde2503a96e5c3e2f4644b76" type="targz">https://dbus.freedesktop.org/releases/dbus-python/dbus-python-1.2.18.tar.gz</Archive>
<BuildDependencies>
<Dependency>dbus-glib-devel</Dependency>
<Dependency>libpcre-devel</Dependency>
@@ -44,6 +44,13 @@
</Package>
<History>
<Update release="9">
<Date>2021-08-07</Date>
<Version>1.2.18</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="8">
<Date>2020-07-05</Date>
<Version>1.2.16</Version>
@@ -12,7 +12,7 @@
<IsA>library</IsA>
<Summary>Documentation generator for GObject-based libraries</Summary>
<Description>GObject tabanlı kitaplıklar için belge oluşturucu </Description>
<Archive sha1sum="a0964127d4646210a9dc023240d989991998d679" type="targz">https://gitlab.gnome.org/GNOME/gi-docgen/-/archive/2021.8/gi-docgen-2021.8.tar.gz</Archive>
<Archive sha1sum="6802e8fd6d29a6fa4e0e3346d5e51a9011cc5c05" type="targz">https://gitlab.gnome.org/GNOME/gi-docgen/-/archive/2021.7/gi-docgen-2021.7.tar.gz</Archive>
<BuildDependencies>
<Dependency>python3-devel</Dependency>
<Dependency>python3-toml</Dependency>
@@ -52,9 +52,16 @@
</Package>
<History>
<Update release="3">
<Date>2021-08-16</Date>
<Version>2021.7</Version>
<Comment>Rebuild.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="2">
<Date>2021-10-21</Date>
<Version>2021.8</Version>
<Date>2021-08-16</Date>
<Version>2021.7</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
@@ -1,26 +1,27 @@
diff -Nuar a/gonullu/docker.py b/gonullu/docker.py
--- a/gonullu/docker.py 2019-12-10 21:59:51.000000000 +0200
+++ b/gonullu/docker.py 2021-08-15 11:43:20.577459391 +0300
@@ -3,7 +3,7 @@
--- a/gonullu/docker.py 2019-10-03 22:07:47.000000000 +0300
+++ b/gonullu/docker.py 2021-08-10 23:55:04.540780000 +0300
@@ -3,7 +3,8 @@
import shutil
import psutil
-from docker import Client
+from docker import client
+from docker import APIClient
from gonullu.log import Log
@@ -28,7 +28,7 @@
@@ -28,7 +29,7 @@
# containerımızı parametreleri ile çalıştıracağımız fonksiyonumuz.
if not self.my_client:
# my_client'de çalışan docker process'ini yakalıyorum.
- self.my_client = Client(base_url='unix://var/run/docker.sock', version='1.23')
+ self.my_client = APIClient(base_url='unix://var/run/docker.sock', version='1.35')
# container'ımızın host configlerini yapalım.
self.host_config = self.my_client.create_host_config(mem_limit='%sM' % self.memory_limit, binds=self.binds, security_opt=['seccomp:unconfined'])
@@ -143,4 +143,4 @@
@@ -143,4 +144,4 @@
self.log.blank_line()
self.log.warning(message='CTRL+C\'ye tıkladınız!')
- self.log.get_exit()
@@ -46,6 +46,13 @@
</Package>
<History>
<Update release="14">
<Date>2021-08-11</Date>
<Version>1.2.2</Version>
<Comment>Rebuild.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="13">
<Date>2021-08-11</Date>
<Version>1.2.2</Version>
@@ -12,15 +12,15 @@
<IsA>library</IsA>
<Summary>GStreamer Python3 bindings</Summary>
<Description>gst-python3 is a Python frontend to GStreamer.</Description>
<Archive sha1sum="97b74df1024437e760056070a3c83fad5f99eb66" type="tarxz">https://gstreamer.freedesktop.org/src/gst-python/gst-python-1.18.3.tar.xz</Archive>
<Archive sha1sum="d7783ce2c3a342f899912c33fdd1f0ba13980bba" type="tarxz">https://gstreamer.freedesktop.org/src/gst-python/gst-python-1.18.4.tar.xz</Archive>
<BuildDependencies>
<Dependency>meson</Dependency>
<Dependency>glib2-devel</Dependency>
<Dependency>python3-pygobject3-devel</Dependency>
<!--Dependency>python-pygobject3-devel</Dependency-->
<Dependency versionFrom="1.18.3">gstreamer-devel</Dependency>
<Dependency versionFrom="1.18.4">gstreamer-devel</Dependency>
<Dependency versionFrom="3.8.1">python3-devel</Dependency>
<Dependency versionFrom="1.18.3">gst-plugins-base-devel</Dependency>
<Dependency versionFrom="1.18.4">gst-plugins-base-devel</Dependency>
</BuildDependencies>
<Patches>
<!-- <Patch>gst-python-3.8.patch</Patch> -->
@@ -43,6 +43,13 @@
</Package>
<History>
<Update release="10">
<Date>2021-08-07</Date>
<Version>1.18.4</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="9">
<Date>2021-01-18</Date>
<Version>1.18.3</Version>
+9 -2
View File
@@ -12,7 +12,7 @@
<License>MIT</License>
<Summary>The PyPA recommended tool for installing Python packages</Summary>
<Description>The PyPA recommended tool for installing Python packages</Description>
<Archive sha1sum="c04eb4602ce628f7955fc3d711fccccc928a3645" type="targz">https://github.com/pypa/pip/archive/20.1.tar.gz</Archive>
<Archive sha1sum="c899dfeece28336424046e097bc48783a5d4264b" type="targz">https://github.com/pypa/pip/archive/21.2.3.tar.gz</Archive>
<BuildDependencies>
<Dependency>python3-setuptools</Dependency>
<Dependency versionFrom="3.8.0">python3-devel</Dependency>
@@ -35,6 +35,13 @@
</Package>
<History>
<Update release="12">
<Date>2021-08-07</Date>
<Version>21.2.3</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="11">
<Date>2020-05-16</Date>
<Version>20.1</Version>
@@ -113,4 +120,4 @@
<Email>ayhanyalcinsoy@pisilinux.org</Email>
</Update>
</History>
</PISI>
</PISI>
+20 -13
View File
@@ -13,17 +13,17 @@
<IsA>library</IsA>
<Summary>Python3 game library</Summary>
<Description>Python bindings to sdl and other libs that facilitate game production.</Description>
<Archive sha1sum="4daa159e35a4f0fec81b2a6862da861296d9435a" type="targz">https://github.com/pygame/pygame/archive/1.9.6.tar.gz</Archive>
<Archive sha1sum="a8ce2d30100f9cc5691af048f59f730bbbc8a025" type="targz">https://github.com/pygame/pygame/archive/2.0.1.tar.gz</Archive>
<BuildDependencies>
<Dependency>libjpeg-turbo-devel</Dependency>
<Dependency>python3-setuptools</Dependency>
<Dependency>sdl-image-devel</Dependency>
<Dependency>sdl-mixer-devel</Dependency>
<Dependency>sdl2-image-devel</Dependency>
<Dependency>sdl2-mixer-devel</Dependency>
<Dependency>portmidi-devel</Dependency>
<Dependency>freetype-devel</Dependency>
<Dependency>sdl-ttf-devel</Dependency>
<Dependency>sdl2-ttf-devel</Dependency>
<Dependency>libpng-devel</Dependency>
<Dependency>libsdl-devel</Dependency>
<Dependency>libsdl2-devel</Dependency>
<Dependency>python3-devel</Dependency>
<!--
<Dependency>python-numpy</Dependency>
@@ -38,14 +38,14 @@
<Summary>Python3 game library</Summary>
<RuntimeDependencies>
<Dependency>libjpeg-turbo</Dependency>
<Dependency>sdl-image</Dependency>
<Dependency>sdl-mixer</Dependency>
<Dependency>sdl2-image</Dependency>
<Dependency>sdl2-mixer</Dependency>
<Dependency>freetype</Dependency>
<Dependency>portmidi</Dependency>
<Dependency>sdl-ttf</Dependency>
<Dependency>sdl2-ttf</Dependency>
<Dependency>python3</Dependency>
<Dependency>libpng</Dependency>
<Dependency>libsdl</Dependency>
<Dependency>libsdl2</Dependency>
<!--
<Dependency>python-numpy</Dependency>
<Dependency>libX11</Dependency>
@@ -62,9 +62,9 @@
<Summary>Development files for python3 game library</Summary>
<RuntimeDependencies>
<Dependency release="current">py3game</Dependency>
<Dependency>sdl-image-devel</Dependency>
<Dependency>sdl-mixer-devel</Dependency>
<Dependency>sdl-ttf-devel</Dependency>
<Dependency>sdl2-image-devel</Dependency>
<Dependency>sdl2-mixer-devel</Dependency>
<Dependency>sdl2-ttf-devel</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="header">/usr/include</Path>
@@ -84,6 +84,13 @@
</Package>
<History>
<Update release="2">
<Date>2021-08-07</Date>
<Version>2.0.1</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="1">
<Date>2020-01-20</Date>
<Version>1.9.6</Version>
@@ -92,4 +99,4 @@
<Email>bluedevil@sctzine.com</Email>
</Update>
</History>
</PISI>
</PISI>
@@ -13,7 +13,7 @@
<IsA>library</IsA>
<Summary>Python3 bindings for parted</Summary>
<Description>pyparted is the python module which enables to use GNU Parted package from python. Using python with this module, programmers can create, destroy, resize, check and copy partitions, and the file systems on them.</Description>
<Archive sha1sum="647ae24b857045c0786387983261b588c38ace1c" type="targz">https://github.com/dcantrell/pyparted/archive/v3.11.6.tar.gz</Archive>
<Archive sha1sum="06ae3595709450a25485407eda4cda2e39ef0328" type="targz">https://github.com/dcantrell/pyparted/archive/v3.11.7.tar.gz</Archive>
<BuildDependencies>
<Dependency versionFrom="3.2">parted-devel</Dependency>
<Dependency>python3-decorator</Dependency>
@@ -36,6 +36,13 @@
</Package>
<History>
<Update release="10">
<Date>2021-08-07</Date>
<Version>3.11.7</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="9">
<Date>2020-03-11</Date>
<Version>3.11.6</Version>
@@ -43,6 +43,13 @@
</Package>
<History>
<Update release="2">
<Date>2021-08-08</Date>
<Version>1.3.1</Version>
<Comment>Rebuild.</Comment>
<Name>Kamil Atlı</Name>
<Email>suvari@pisilinux.org</Email>
</Update>
<Update release="1">
<Date>2021-03-11</Date>
<Version>1.3.1</Version>
@@ -10,7 +10,7 @@ from pisi.actionsapi import pisitools
def setup():
shelltools.system("mkdir -p cldr")
shelltools.system("cp core.zip cldr/cldr-core-36.zip")
shelltools.system("cp core.zip cldr/cldr-core-37.zip")
def build():
pythonmodules.run("setup.py import_cldr", pyVer="3")
@@ -19,4 +19,4 @@ def build():
def install():
pythonmodules.install(pyVer="3")
pisitools.dohtml("docs/")
pisitools.dohtml("docs/")
@@ -13,8 +13,8 @@
<IsA>library</IsA>
<Summary>A collection of tools for internationalizing Python applications</Summary>
<Description>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.</Description>
<Archive sha1sum="10491e41aabf5a01bc98c5b9c0fa162881c69701" type="targz">https://github.com/python-babel/babel/archive/v2.8.0.tar.gz</Archive>
<Archive sha1sum="adaed5663b787591d11ce5dc3ed880ad215c33ce" type="binary" target="babel-2.8.0">https://www.unicode.org/Public/cldr/36/core.zip</Archive>
<Archive sha1sum="36d9af75910f20e21b8348be6e14b7d9f01ec53c" type="targz">https://github.com/python-babel/babel/archive/v2.9.1.tar.gz</Archive>
<Archive sha1sum="2a6f759e1360eb28f48e93520c22278cfc12ad41" type="binary" target="babel-2.9.1">https://www.unicode.org/Public/cldr/37/core.zip</Archive>
<BuildDependencies>
<Dependency>python3-setuptools</Dependency>
<Dependency>python3-devel</Dependency>
@@ -37,6 +37,13 @@
</Package>
<History>
<Update release="4">
<Date>2021-08-07</Date>
<Version>2.9.1</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="3">
<Date>2020-01-23</Date>
<Version>2.8.0</Version>
@@ -59,4 +66,4 @@
<Email>admins@pisilinux.org</Email>
</Update>
</History>
</PISI>
</PISI>
@@ -15,10 +15,10 @@ examples = "%s/%s/examples" % (get.docDIR(), get.srcNAME())
def build():
pythonmodules.compile(pyVer="3")
# build documentation
shelltools.cd("docs")
autotools.make("html")
#shelltools.cd("docs")
autotools.make("-C docs html PYTHONPATH=$(pwd)/src SPHINXBUILD=sphinx-build ")
def install():
pythonmodules.install(pyVer="3")
pisitools.dodoc("LICENSE*")
pisitools.dohtml("docs/_build/html/*")
pisitools.dohtml("docs/_build/html/*")
@@ -13,7 +13,7 @@
<IsA>app:console</IsA>
<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>
<Archive sha1sum="a94503bf80f7fab69dc70c4a33247a0124d523b2" type="targz">https://github.com/pallets/jinja/archive/2.11.2.tar.gz</Archive>
<Archive sha1sum="f001b6056a0d95c5d1ff1cec7a0df22426de8ed3" type="targz">https://files.pythonhosted.org/packages/source/J/Jinja2/Jinja2-3.0.1.tar.gz</Archive>
<BuildDependencies>
<Dependency>python3-MarkupSafe</Dependency>
<Dependency>python3-setuptools</Dependency>
@@ -38,6 +38,7 @@
<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="doc">/usr/share/doc/python3-Jinja2/PKG-INFO</Path>
<Path fileType="library">/usr/lib/python3*</Path>
</Files>
</Package>
@@ -51,6 +52,13 @@
</Package>
<History>
<Update release="7">
<Date>2021-08-08</Date>
<Version>3.0.1</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="6">
<Date>2020-04-22</Date>
<Version>2.11.2</Version>
@@ -12,7 +12,7 @@
<IsA>library</IsA>
<Summary>Implements a XML/HTML/XHTML Markup safe string for Python</Summary>
<Description>python3-MarkupSafe, implements a unicode subclass that supports HTML strings.</Description>
<Archive sha1sum="f70e5fd3c120a1b108d4347ea1115e3962c42026" type="targz">https://files.pythonhosted.org/packages/b9/2e/64db92e53b86efccfaea71321f597fa2e1b2bd3853d8ce658568f7a13094/MarkupSafe-1.1.1.tar.gz</Archive>
<Archive sha1sum="e1b766b2b1601fde67b3b19ed2f13b9746bb1cca" type="targz">https://files.pythonhosted.org/packages/bf/10/ff66fea6d1788c458663a84d88787bae15d45daa16f6b3ef33322a51fc7e/MarkupSafe-2.0.1.tar.gz</Archive>
<BuildDependencies>
<Dependency>python3-devel</Dependency>
<Dependency>python3-setuptools</Dependency>
@@ -28,6 +28,13 @@
</Package>
<History>
<Update release="4">
<Date>2021-08-07</Date>
<Version>2.0.1</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="3">
<Date>2020-01-08</Date>
<Version>1.1.1</Version>
@@ -13,7 +13,7 @@
<IsA>library</IsA>
<Summary>The next generation YAML parser and emitter for Python3</Summary>
<Description>python3-pyyaml is the next generation YAML parser and emitter for Python3.</Description>
<Archive sha1sum="0254618e37235cd269811dd821691f99081e3d1c" type="targz">https://github.com/yaml/pyyaml/archive/5.3.1.tar.gz</Archive>
<Archive sha1sum="cc66c8a6a022f785b25b9001af8009a37ca3887c" type="targz">https://github.com/yaml/pyyaml/archive/5.4.1.1.tar.gz</Archive>
<BuildDependencies>
<Dependency versionFrom="0.2.2">libyaml-devel</Dependency>
<Dependency versionFrom="3.8.0">python3-devel</Dependency>
@@ -37,6 +37,13 @@
</Package>
<History>
<Update release="9">
<Date>2021-08-07</Date>
<Version>5.4.1.1</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="8">
<Date>2020-03-27</Date>
<Version>5.3.1</Version>
@@ -42,6 +42,13 @@
</Package>
<History>
<Update release="5">
<Date>2021-08-07</Date>
<Version>2.9.0</Version>
<Comment>Rebuild.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="4">
<Date>2021-06-23</Date>
<Version>2.9.0</Version>
@@ -14,7 +14,7 @@
<IsA>library</IsA>
<Summary>US-ASCII transliterations of Unicode text</Summary>
<Description>python-Unidecode provides ASCII transliterations of Unicode text. This is a Python port of Text::Unidecode Perl module.</Description>
<Archive sha1sum="20eea40de171ef9853174ce799dc06e624fb4996" type="targz">https://files.pythonhosted.org/packages/b1/d6/7e2a98e98c43cf11406de6097e2656d31559f788e9210326ce6544bd7d40/Unidecode-1.1.1.tar.gz</Archive>
<Archive sha1sum="bec2cc868c2429c895368d1a6646855c1eafee1e" type="targz">https://files.pythonhosted.org/packages/cd/31/245d8a384939aa0ee152c76fc62890f79f35fc41cd12839f5df268d9081d/Unidecode-1.2.0.tar.gz</Archive>
<BuildDependencies>
<Dependency>python3-devel</Dependency>
<Dependency>python3-setuptools</Dependency>
@@ -35,6 +35,13 @@
</Package>
<History>
<Update release="2">
<Date>2021-08-07</Date>
<Version>1.2.0</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="1">
<Date>2020-01-18</Date>
<Version>1.1.1</Version>
@@ -43,4 +50,4 @@
<Email>bluedevil@sctzine.com</Email>
</Update>
</History>
</PISI>
</PISI>
@@ -35,6 +35,13 @@
</Package>
<History>
<Update release="3">
<Date>2021-08-07</Date>
<Version>2.8.0</Version>
<Comment>Rebuild.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="2">
<Date>2021-06-23</Date>
<Version>2.8.0</Version>
@@ -31,6 +31,13 @@
</Files>
</Package>
<History>
<Update release="6">
<Date>2021-08-08</Date>
<Version>1.4.0</Version>
<Comment>Rebuild py3.9.</Comment>
<Name>Pisi Linux Community</Name>
<Email>admin@pisilinux.org</Email>
</Update>
<Update release="5">
<Date>2019-12-30</Date>
<Version>1.4.0</Version>
@@ -43,6 +43,13 @@
</Package>
<History>
<Update release="3">
<Date>2021-10-13</Date>
<Version>2.8.2</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="2">
<Date>2021-10-13</Date>
<Version>2.8.2</Version>
@@ -33,6 +33,13 @@
</Package>
<History>
<Update release="4">
<Date>2021-08-10</Date>
<Version>21.2.0</Version>
<Comment>Rebuild.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="3">
<Date>2021-06-26</Date>
<Version>21.2.0</Version>
@@ -32,6 +32,13 @@
</Package>
<History>
<Update release="5">
<Date>2021-08-08</Date>
<Version>3.7.0.1</Version>
<Comment>Rebuild.</Comment>
<Name>Pisi Linux Community</Name>
<Email>admin@pisilinux.org</Email>
</Update>
<Update release="4">
<Date>2019-12-30</Date>
<Version>3.7.0.1</Version>
@@ -28,6 +28,13 @@
</Package>
<History>
<Update release="4">
<Date>2021-08-08</Date>
<Version>1.11.0</Version>
<Comment>Rebuild.</Comment>
<Name>PisiLinux Community</Name>
<Email>admins@pisilinux.org</Email>
</Update>
<Update release="3">
<Date>2020-01-08</Date>
<Version>1.11.0</Version>
@@ -13,7 +13,7 @@
<IsA>library</IsA>
<Summary>Python3 wrapper for cairo graphics library</Summary>
<Description>Pycairo is set of Python3 bindings for the cairo graphics library.</Description>
<Archive sha1sum="91217438fd86b0c4b9a0011c17a4002350d0629c" type="targz">https://github.com/pygobject/pycairo/archive/v1.19.1.tar.gz</Archive>
<Archive sha1sum="177770bfed5757330452ed7dc30fe690fcc4159b" type="targz">https://github.com/pygobject/pycairo/archive/v1.20.1.tar.gz</Archive>
<BuildDependencies>
<Dependency versionFrom="3.8.1">python3-devel</Dependency>
<Dependency>cairo-devel</Dependency>
@@ -51,6 +51,13 @@
</Package>
<History>
<Update release="10">
<Date>2021-08-07</Date>
<Version>1.20.1</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="9">
<Date>2020-02-18</Date>
<Version>1.19.1</Version>
@@ -115,4 +122,4 @@
<Email>alihan@pisilinux.org</Email>
</Update>
</History>
</PISI>
</PISI>
@@ -13,7 +13,7 @@
<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="4bb6fad4f43f262f61d306581d9e29c91ff1d1e2" type="targz">https://pypi.org/packages/source/c/certifi/certifi-2020.6.20.tar.gz</Archive>
<Archive sha1sum="93145f31550b5e11dc323085d75a227856b93fd4" type="targz">https://pypi.org/packages/source/c/certifi/certifi-2021.5.30.tar.gz</Archive>
<BuildDependencies>
<Dependency>python3-devel</Dependency>
<Dependency>python3-setuptools</Dependency>
@@ -33,6 +33,13 @@
</Package>
<History>
<Update release="5">
<Date>2021-08-07</Date>
<Version>2021.5.30</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="4">
<Date>2020-07-21</Date>
<Version>2020.6.20</Version>
@@ -62,4 +69,4 @@
<Email>bluedevil@sctzine.com</Email>
</Update>
</History>
</PISI>
</PISI>
@@ -13,7 +13,7 @@
<IsA>library</IsA>
<Summary>Foreign Function Interface for Python calling C code</Summary>
<Description>Foreign Function Interface for Python calling C code</Description>
<Archive sha1sum="e4f62a0dac09e94bb98c3a78b061a8c7da8c1721" type="targz">https://bitbucket.org/cffi/cffi/get/v1.14.0.tar.gz</Archive>
<Archive sha1sum="9899506330dd45f3cfcf7f2c05f28cd9486841a9" type="targz">https://foss.heptapod.net/pypy/cffi/-/archive/v1.14.6/cffi-v1.14.6.tar.gz</Archive>
<BuildDependencies>
<Dependency>python3-setuptools</Dependency>
<Dependency>python3-devel</Dependency>
@@ -35,6 +35,13 @@
</Package>
<History>
<Update release="4">
<Date>2021-08-07</Date>
<Version>1.14.6</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="3">
<Date>2020-02-08</Date>
<Version>1.14.0</Version>
@@ -57,4 +64,4 @@
<Email>bluedevil@sctzine.com</Email>
</Update>
</History>
</PISI>
</PISI>
@@ -13,7 +13,7 @@
<IsA>app</IsA>
<Summary>Chardet: The Universal Character Encoding Detector</Summary>
<Description>Character encoding auto-detection in Python. As smart as your browser. Open source.</Description>
<Archive sha1sum="bf740348e002581b026dc4af47d56479097c1fcd" type="targz">https://github.com/chardet/chardet/archive/3.0.4.tar.gz</Archive>
<Archive sha1sum="6e35a9deb0bb05a922882e5c2c9d088f01b50cf1" type="targz">https://github.com/chardet/chardet/archive/4.0.0.tar.gz</Archive>
<BuildDependencies>
<Dependency>python3-devel</Dependency>
<Dependency>python3-setuptools</Dependency>
@@ -34,6 +34,13 @@
</Package>
<History>
<Update release="4">
<Date>2021-08-07</Date>
<Version>4.0.0</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="3">
<Date>2019-12-24</Date>
<Version>3.0.4</Version>
@@ -39,6 +39,13 @@
</Package>
<History>
<Update release="2">
<Date>2021-10-14</Date>
<Version>2.0.4</Version>
<Comment>Rebuild.</Comment>
<Name>PisiLinux Community</Name>
<Email>admins@pisilinux.org</Email>
</Update>
<Update release="1">
<Date>2021-08-07</Date>
<Version>2.0.4</Version>
@@ -13,7 +13,7 @@
<IsA>library</IsA>
<Summary>Cross-platform colored terminal text.</Summary>
<Description>Python API for cross-platform colored terminal text.</Description>
<Archive type="targz" sha1sum="0dab6b65fe79f82551dbcc65a4560dfc2c36965f">https://github.com/tartley/colorama/archive/0.4.3.tar.gz</Archive>
<Archive type="targz" sha1sum="de74bba6bdebef25664a298b6f07ec86b40377c9">https://github.com/tartley/colorama/archive/0.4.4.tar.gz</Archive>
<BuildDependencies>
<Dependency>python3-devel</Dependency>
</BuildDependencies>
@@ -32,6 +32,13 @@
</Package>
<History>
<Update release="7">
<Date>2021-08-07</Date>
<Version>0.4.4</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="6">
<Date>2019-12-24</Date>
<Version>0.4.3</Version>
@@ -34,6 +34,13 @@
</Package>
<History>
<Update release="7">
<Date>2021-10-13</Date>
<Version>2.0.1</Version>
<Comment>Rebuild py3.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="6">
<Date>2021-09-13</Date>
<Version>2.0.1</Version>
@@ -14,7 +14,7 @@
<Dependency>python-pygobject3</Dependency>
<Dependency>python3-setuptools</Dependency>
</BuildDependencies>
<Archive type="targz" sha1sum="c5652401216df5db618e7582c424adfbc91328af">https://github.com/martinpitt/python-dbusmock/releases/download/0.23.0/python-dbusmock-0.23.0.tar.gz</Archive>
<Archive type="targz" sha1sum="053b829721f8773059d96a5cffeb3884b4fb7ad1">https://github.com/martinpitt/python-dbusmock/releases/download/0.23.1/python-dbusmock-0.23.1.tar.gz</Archive>
</Source>
<Package>
<Name>python3-dbusmock</Name>
@@ -24,11 +24,18 @@
<Dependency>python-pygobject3</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="library">/usr/lib/python3.8</Path>
<Path fileType="library">/usr/lib/python3*</Path>
<Path fileType="doc">/usr/share/doc</Path>
</Files>
</Package>
<History>
<Update release="2">
<Date>2021-08-21</Date>
<Version>0.23.1</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="1">
<Date>2021-04-21</Date>
<Version>0.23.0</Version>
@@ -13,7 +13,7 @@
<IsA>library</IsA>
<Summary>Python3 module to simplify the usage of decorators</Summary>
<Description>python-decorator simplifies the usage of decorators for the average programmer.</Description>
<Archive sha1sum="e849ad93b008a4f8922f05db4045b1f1aac4a0f3" type="targz">https://github.com/micheles/decorator/archive/4.4.2.tar.gz</Archive>
<Archive sha1sum="6ff5e697b8939f1082a938d1138f39df327ef734" type="targz">https://github.com/micheles/decorator/archive/5.0.9.tar.gz</Archive>
<BuildDependencies>
<Dependency>python3-setuptools</Dependency>
<Dependency>python3-nose</Dependency>
@@ -33,6 +33,13 @@
</Package>
<History>
<Update release="9">
<Date>2021-08-07</Date>
<Version>5.0.9</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="8">
<Date>2020-03-04</Date>
<Version>4.4.2</Version>
@@ -90,4 +97,4 @@
<Email>ertugrulerata@gmail.com</Email>
</Update>
</History>
</PISI>
</PISI>
@@ -33,6 +33,13 @@
</Package>
<History>
<Update release="3">
<Date>2021-08-07</Date>
<Version>0.3.1</Version>
<Comment>Rebuild.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="2">
<Date>2020-07-22</Date>
<Version>0.3.1</Version>
@@ -48,4 +55,4 @@
<Email>bluedevil@sctzine.com</Email>
</Update>
</History>
</PISI>
</PISI>
@@ -35,6 +35,13 @@
</Package>
<History>
<Update release="3">
<Date>2021-08-08</Date>
<Version>1.5.0</Version>
<Comment>Rebuild.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="2">
<Date>2020-04-07</Date>
<Version>1.5.0</Version>
@@ -50,4 +57,4 @@
<Email>ayhanyalcinsoy@pisilinux.org</Email>
</Update>
</History>
</PISI>
</PISI>
@@ -32,6 +32,13 @@
</Package>
<History>
<Update release="3">
<Date>2021-08-07</Date>
<Version>2.39</Version>
<Comment>Rebuild</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="2">
<Date>2021-04-11</Date>
<Version>2.39</Version>
@@ -39,6 +39,13 @@
</Package>
<History>
<Update release="7">
<Date>2021-08-07</Date>
<Version>1.8.1</Version>
<Comment>Rebuild.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@pisilinux.org</Email>
</Update>
<Update release="6">
<Date>2020-03-19</Date>
<Version>1.8.1</Version>
@@ -42,6 +42,20 @@
</Package>
<History>
<Update release="4">
<Date>2021-08-07</Date>
<Version>5.0.0</Version>
<Comment>Rebu'ld.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="3">
<Date>2021-08-07</Date>
<Version>5.0.0</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="2">
<Date>2021-08-07</Date>
<Version>5.0.0</Version>
@@ -40,6 +40,13 @@
</Package>
<History>
<Update release="2">
<Date>2021-08-08</Date>
<Version>1.1.3</Version>
<Comment>Rebuild.</Comment>
<Name>PisiLinux Community</Name>
<Email>admins@pisilinux.org</Email>
</Update>
<Update release="1">
<Date>2021-06-29</Date>
<Version>1.1.3</Version>
@@ -34,6 +34,13 @@
</Package>
<History>
<Update release="2">
<Date>2021-08-10</Date>
<Version>0.2</Version>
<Comment>Rebuild.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="1">
<Date>2020-02-17</Date>
<Version>0.2</Version>
@@ -35,6 +35,13 @@
</Package>
<History>
<Update release="2">
<Date>2021-08-10</Date>
<Version>0.4.0</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="1">
<Date>2020-02-18</Date>
<Version>0.4.0</Version>
@@ -37,6 +37,13 @@
</Package>
<History>
<Update release="2">
<Date>2021-08-08</Date>
<Version>2.0.6</Version>
<Comment>Rebuild.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="1">
<Date>2020-02-18</Date>
<Version>2.0.6</Version>
@@ -41,6 +41,13 @@
</Package>
<History>
<Update release="2">
<Date>2021-08-08</Date>
<Version>3.0.0</Version>
<Comment>Rebuild.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="1">
<Date>2020-02-27</Date>
<Version>3.0.0</Version>
@@ -35,6 +35,13 @@
</Package>
<History>
<Update release="4">
<Date>2021-08-08</Date>
<Version>2.5.1</Version>
<Comment>Rebuild.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="3">
<Date>2021-06-29</Date>
<Version>2.5.1</Version>
@@ -36,6 +36,13 @@
</Package>
<History>
<Update release="3">
<Date>2021-08-08</Date>
<Version>0.15.1</Version>
<Comment>Rebuild.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="2">
<Date>2021-06-29</Date>
<Version>0.15.1</Version>
@@ -35,6 +35,13 @@
</Package>
<History>
<Update release="3">
<Date>2021-08-07</Date>
<Version>1.1</Version>
<Comment>Rebuild.</Comment>
<Name>Pisi Linux Community</Name>
<Email>admin@pisilinux.org</Email>
</Update>
<Update release="2">
<Date>2020-07-22</Date>
<Version>1.1</Version>
@@ -50,4 +57,4 @@
<Email>bluedevil@sctzine.com</Email>
</Update>
</History>
</PISI>
</PISI>
@@ -42,14 +42,14 @@ def install():
shelltools.makedirs("%s/usr" % get.installDIR())
pisitools.domove("/temp/lib/python3.8/tkinter", "/usr/lib/python3.8")
pisitools.domove("/temp/lib/python3.8/lib-dynload/_tkinter.cpython-38-x86_64-linux-gnu.so", "/usr/lib/python3.8/lib-dynload")
pisitools.domove("/temp/lib/python3.8/turtledemo", "/usr/lib/python3.8")
pisitools.domove("/temp/lib/python3.9/tkinter", "/usr/lib/python3.9")
pisitools.domove("/temp/lib/python3.9/lib-dynload/_tkinter.cpython-39-x86_64-linux-gnu.so", "/usr/lib/python3.9/lib-dynload")
pisitools.domove("/temp/lib/python3.9/turtledemo", "/usr/lib/python3.9")
pisitools.domove("/temp/bin/idle3*", "/usr/bin/")
pisitools.domove("/temp/lib/python3.8/idlelib", "/usr/lib/python3.8")
pisitools.domove("/temp/lib/python3.9/idlelib", "/usr/lib/python3.9")
shelltools.system("sed -i 's/temp/usr/g' %s/usr/bin/idle3.8" % get.installDIR())
shelltools.system("sed -i 's/temp/usr/g' %s/usr/bin/idle3.9" % get.installDIR())
pisitools.removeDir("/temp")
#pisitools.remove("/usr/bin/2to3")
#pisitools.dodoc("LICENSE", "README.*")
#pisitools.dodoc("LICENSE", "README.*")
@@ -12,7 +12,7 @@
<PartOf>programming.language</PartOf>
<Summary>An Integrated Development Environment for Python</Summary>
<Description>An Integrated Development Environment for Python</Description>
<Archive sha1sum="7643eccc15f5606bd0dc04affc7ea901e417165d" type="tarxz">https://www.python.org/ftp/python/3.8.12/Python-3.8.12.tar.xz</Archive>
<Archive sha1sum="05826c93a178872958f6685094ee3514e53ba653" type="tarxz">https://www.python.org/ftp/python/3.9.6/Python-3.9.6.tar.xz</Archive>
<BuildDependencies>
<!--<Dependency>valgrind</Dependency> -->
<Dependency>bzip2</Dependency>
@@ -31,13 +31,8 @@
<Dependency>mpdecimal-devel</Dependency>
</BuildDependencies>
<Patches>
<Patch level="1">gentoo/0001-Install-libpythonX.Y.a-in-usr-lib-instead-of-usr-lib.patch</Patch>
<Patch level="1">gentoo/0004-setup.py-exit-with-non-zero-status-on-failure.patch</Patch>
<Patch level="1">gentoo/0005-Improve-distutils-C-support.patch</Patch>
<Patch level="1">gentoo/0006-h2py-use-binary-I-O-to-avoid-encoding-issues.patch</Patch>
<Patch level="1">gentoo/0008-distutils-make-OO-enable-both-opt-1-and-opt-2-optimi.patch</Patch>
<Patch level="1">gentoo/0016-bpo-43650-Fix-MemoryError-on-zip.read-in-shutil._unp.patch</Patch>
<Patch level="1">gentoo/0017-bpo-43998-Default-to-TLS-1.2-and-increase-cipher-sui.patch</Patch>
<!--<Patch level="1">dont-make-libpython-readonly.patch</Patch>
<Patch level="1">0001-compileall-Fix-ddir-when-recursing.patch</Patch>-->
</Patches>
</Source>
@@ -49,12 +44,12 @@
<RuntimeDependencies>
<Dependency>tcl</Dependency>
<Dependency>tcltk</Dependency>
<Dependency>python3</Dependency>
<Dependency version="current">python3</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="library">/usr/lib/python3*/tkinter</Path>
<Path fileType="library" permanent="0">/usr/lib/python3.8/turtledemo</Path>
<Path fileType="library">/usr/lib/python3.8/lib-dynload/_tkinter.cpython-38-x86_64-linux-gnu.so</Path>
<Path fileType="library" permanent="0">/usr/lib/python3.9/turtledemo</Path>
<Path fileType="library">/usr/lib/python3.9/lib-dynload/_tkinter.cpython-39-x86_64-linux-gnu.so</Path>
</Files>
</Package>
@@ -81,26 +76,12 @@
</Package>
<History>
<Update release="15">
<Date>2021-10-18</Date>
<Version>3.8.12</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="14">
<Date>2021-10-18</Date>
<Version>3.8.11</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="13">
<Date>2021-10-15</Date>
<Version>3.8.9</Version>
<Comment>fix typo</Comment>
<Name>Kamil Atlı</Name>
<Email>suvari@pisilinux.org</Email>
<Date>2021-08-07</Date>
<Version>3.9.6</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="12">
<Date>2021-05-20</Date>
@@ -13,7 +13,7 @@
<IsA>library</IsA>
<Summary>Internationalized Domain Names in Applications (IDNA)</Summary>
<Description>Support for the Internationalised Domain Names in Applications (IDNA) protocol as specified in RFC 5891. This library also provides support for Unicode Technical Standard 46, Unicode IDNA Compatibility Processing.</Description>
<Archive sha1sum="15797f4f29a03429d6176c09aae7a93fdc979636" type="targz">https://github.com/kjd/idna/archive/v2.10.tar.gz</Archive>
<Archive sha1sum="299bc75bcd013ef22d67e6a579e237dad52e3831" type="targz">https://github.com/kjd/idna/archive/v3.2.tar.gz</Archive>
<BuildDependencies>
<Dependency>python3-devel</Dependency>
<Dependency>python3-setuptools</Dependency>
@@ -33,6 +33,13 @@
</Package>
<History>
<Update release="6">
<Date>2021-08-07</Date>
<Version>3.2</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="5">
<Date>2020-07-22</Date>
<Version>2.10</Version>
@@ -69,4 +76,4 @@
<Email>admins@pisilinux.org</Email>
</Update>
</History>
</PISI>
</PISI>
@@ -34,6 +34,13 @@
</Package>
<History>
<Update release="3">
<Date>2021-08-07</Date>
<Version>1.2.0</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="2">
<Date>2019-12-30</Date>
<Version>1.2.0</Version>
@@ -42,6 +42,13 @@
</Package>
<History>
<Update release="2">
<Date>2021-08-08</Date>
<Version>2021.04.18</Version>
<Comment>Rebuild</Comment>
<Name>Pisi Linux Admins</Name>
<Email>admin@pisilinux.org</Email>
</Update>
<Update release="1">
<Date>2021-06-25</Date>
<Version>2021.04.18</Version>
@@ -35,6 +35,13 @@
</Package>
<History>
<Update release="6">
<Date>2021-08-08</Date>
<Version>2.0.0</Version>
<Comment>Rebuild</Comment>
<Name>Pisi Linux Admins</Name>
<Email>admin@pisilinux.org</Email>
</Update>
<Update release="5">
<Date>2020-09-23</Date>
<Version>2.0.0</Version>
@@ -71,4 +78,4 @@
<Email>bluedevil@sctzine.com</Email>
</Update>
</History>
</PISI>
</PISI>
@@ -38,6 +38,13 @@
</Package>
<History>
<Update release="2">
<Date>2021-08-08</Date>
<Version>1.1.1</Version>
<Comment>Rebuild.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="1">
<Date>2021-06-26</Date>
<Version>1.1.1</Version>
@@ -33,6 +33,13 @@
</Package>
<History>
<Update release="2">
<Date>2021-08-21</Date>
<Version>1.0.23</Version>
<Comment>Rebuild.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="1">
<Date>2019-11-25</Date>
<Version>1.0.23</Version>
@@ -41,4 +48,4 @@
<Email>bluedevil@sctzine.com</Email>
</Update>
</History>
</PISI>
</PISI>
@@ -36,6 +36,13 @@
</Package>
<History>
<Update release="3">
<Date>2021-10-13</Date>
<Version>5.9.3</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="2">
<Date>2021-10-13</Date>
<Version>5.9.3</Version>
@@ -17,7 +17,7 @@ def setup():
# and copy the header files to the corresponding path
for files in ["../typeshed-jedi_v0.16.0/*"]:
shelltools.copy("%s" % files,"jedi/third_party/typeshed")
for files in ["../django-stubs-1.5.0/*"]:
for files in ["../django-stubs-1.7.0/*"]:
shelltools.copy("%s" % files,"jedi/third_party/django-stubs")
def build():
@@ -25,4 +25,4 @@ def build():
def install():
pythonmodules.install(pyVer="3")
pisitools.dodoc("LICENSE*")
pisitools.dodoc("LICENSE*")
@@ -13,9 +13,9 @@
<IsA>library</IsA>
<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>
<Archive sha1sum="88fbfacae3bb26bf9191eea5cc6b38aec596ab36" type="targz">https://github.com/davidhalter/jedi/archive/v0.17.2.tar.gz</Archive>
<Archive sha1sum="a79854c186792514c4389b1ba7a6c8ea95d9a34d" type="targz">https://github.com/davidhalter/jedi/archive/v0.18.0.tar.gz</Archive>
<Archive sha1sum="895fd7aa3f1edac94a937282fd3d4f7b3ff07e78" type="targz">https://github.com/davidhalter/typeshed/archive/jedi_v0.16.0.tar.gz</Archive>
<Archive sha1sum="54849ae445ba011d9dd2c11e5d95d1ec1f0f8278" type="targz">https://github.com/davidhalter/django-stubs/archive/v1.5.0.tar.gz</Archive>
<Archive sha1sum="c1c9ff03bdc38382dd6a6613eb5c6a722e01d086" type="targz">https://github.com/davidhalter/django-stubs/archive/refs/tags/1.7.0.tar.gz</Archive>
<BuildDependencies>
<Dependency>python3-devel</Dependency>
<Dependency>python3-setuptools</Dependency>
@@ -36,6 +36,13 @@
</Package>
<History>
<Update release="4">
<Date>2021-08-21</Date>
<Version>0.18.0</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="3">
<Date>2020-07-21</Date>
<Version>0.17.2</Version>
@@ -58,4 +65,4 @@
<Email>bluedevil@sctzine.com</Email>
</Update>
</History>
</PISI>
</PISI>
@@ -15,7 +15,6 @@
<Description>python3-lazy-object-proxy provides a fast and thorough lazy object proxy.</Description>
<Archive sha1sum="d2933ae2c8f45c8725868d1859a73a3ee826e79f" type="targz">https://github.com/ionelmc/python-lazy-object-proxy/archive/v1.6.0.tar.gz</Archive>
<BuildDependencies>
<Dependency>pip3</Dependency>
<Dependency>python3-devel</Dependency>
<Dependency>python3-setuptools</Dependency>
</BuildDependencies>
@@ -35,6 +34,13 @@
</Package>
<History>
<Update release="3">
<Date>2021-10-13</Date>
<Version>1.6.0</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="2">
<Date>2021-10-13</Date>
<Version>1.6.0</Version>
@@ -51,6 +51,13 @@
</Package>
<History>
<Update release="7">
<Date>2021-08-08</Date>
<Version>4.6.3</Version>
<Comment>Rebuild.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="6">
<Date>2021-06-23</Date>
<Version>4.6.3</Version>
@@ -14,7 +14,7 @@
<IsA>library</IsA>
<Summary>A python3 templating language</Summary>
<Description>python3-mako is a super-fast templating language that borrows the best ideas from the existing templating languages.</Description>
<Archive sha1sum="098f90baefe938434e426b8682cdfb89fa223eba" type="targz">https://pypi.org/packages/source/m/mako/Mako-1.1.3.tar.gz</Archive>
<Archive sha1sum="a1e7615b766686a06fd9f4d80328454884e4f625" type="targz">https://pypi.org/packages/source/m/mako/Mako-1.1.4.tar.gz</Archive>
<BuildDependencies>
<Dependency>python3-devel</Dependency>
<Dependency>python3-beaker</Dependency>
@@ -52,6 +52,13 @@
</Package>
<History>
<Update release="7">
<Date>2021-08-11</Date>
<Version>1.1.4</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="6">
<Date>2020-07-21</Date>
<Version>1.1.3</Version>
@@ -95,4 +102,4 @@
<Email>muscnsl@gmail.com</Email>
</Update>
</History>
</PISI>
</PISI>
@@ -41,6 +41,13 @@
</Package>
<History>
<Update release="2">
<Date>2021-08-08</Date>
<Version>3.3.4</Version>
<Comment>Rebuild.</Comment>
<Name>Pisi Linux Admins</Name>
<Email>admin@pisilinux.org</Email>
</Update>
<Update release="1">
<Date>2021-05-26</Date>
<Version>3.3.4</Version>
@@ -13,7 +13,7 @@
<IsA>library</IsA>
<Summary>Wrapper around various text markups</Summary>
<Description>This module provides a wrapper around various text markup languages.</Description>
<Archive sha1sum="b77938559c1f53885a39f74295a8934cc671bdfb" type="targz">https://github.com/retext-project/pymarkups/archive/3.0.0.tar.gz</Archive>
<Archive sha1sum="f624089bd686f925604fbc0e9550a2d485f68b94" type="targz">https://github.com/retext-project/pymarkups/archive/3.1.1.tar.gz</Archive>
<BuildDependencies>
<Dependency versionFrom="3.8.0">python3-devel</Dependency>
<Dependency>python3-setuptools</Dependency>
@@ -31,6 +31,13 @@
</Files>
</Package>
<History>
<Update release="6">
<Date>2021-08-07</Date>
<Version>3.1.1</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="5">
<Date>2020-01-15</Date>
<Version>3.0.0</Version>
@@ -67,4 +74,4 @@
<Email>groni@pisilinux.org</Email>
</Update>
</History>
</PISI>
</PISI>
@@ -33,6 +33,13 @@
</Package>
<History>
<Update release="2">
<Date>2021-10-13</Date>
<Version>0.6.1</Version>
<Comment>Rebuild.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="1">
<Date>2020-09-24</Date>
<Version>0.6.1</Version>
@@ -41,4 +48,4 @@
<Email>bluedevil@sctzine.com</Email>
</Update>
</History>
</PISI>
</PISI>
@@ -13,7 +13,7 @@
<IsA>library</IsA>
<Summary>More routines for operating on iterables, beyond itertools.</Summary>
<Description>Python's itertools library is a gem - you can compose elegant solutions for a variety of problems with the functions it provides. In more-itertools we collect additional building blocks, recipes, and routines for working with Python iterables.</Description>
<Archive sha1sum="639ff72521927b31a04513396341475845031fc2" type="targz">https://github.com/more-itertools/more-itertools/archive/8.5.0.tar.gz</Archive>
<Archive sha1sum="cff3efb949d2c8739f509f46420a682a78416b45" type="targz">https://github.com/more-itertools/more-itertools/archive/refs/tags/v8.8.0.tar.gz</Archive>
<BuildDependencies>
<Dependency>python3-setuptools</Dependency>
<Dependency>python3-devel</Dependency>
@@ -33,6 +33,13 @@
</Package>
<History>
<Update release="4">
<Date>2021-08-21</Date>
<Version>8.8.0</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="3">
<Date>2020-08-30</Date>
<Version>8.5.0</Version>
@@ -55,4 +62,4 @@
<Email>bluedevil@sctzine.com</Email>
</Update>
</History>
</PISI>
</PISI>
@@ -36,6 +36,13 @@
</Package>
<History>
<Update release="7">
<Date>2021-08-07</Date>
<Version>1.3.7</Version>
<Comment>Rebuilt.</Comment>
<Name>Pisi Linux Community</Name>
<Email>admin@pisilinux.org</Email>
</Update>
<Update release="6">
<Date>2019-12-12</Date>
<Version>1.3.7</Version>
@@ -13,7 +13,7 @@
<IsA>library</IsA>
<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>
<Archive sha1sum="bddd04403c9400e25a3b89221bf89bd76d48ee7b" type="targz">https://github.com/numpy/numpy/archive/v1.19.4.tar.gz</Archive>
<Archive sha1sum="d114cbd62939f097940fc765962491239e97ec5f" type="targz">https://github.com/numpy/numpy/archive/v1.21.2.tar.gz</Archive>
<BuildDependencies>
<Dependency>cython3</Dependency>
<Dependency>libgfortran</Dependency>
@@ -59,6 +59,13 @@
</Package>
<History>
<Update release="12">
<Date>2021-08-08</Date>
<Version>1.21.2</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="11">
<Date>2020-11-22</Date>
<Version>1.19.4</Version>
@@ -33,6 +33,13 @@
</Package>
<History>
<Update release="2">
<Date>2021-08-07</Date>
<Version>0.46</Version>
<Comment>Rebuild.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="1">
<Date>2020-04-07</Date>
<Version>0.46</Version>
@@ -41,4 +48,4 @@
<Email>bluedevil@sctzine.com</Email>
</Update>
</History>
</PISI>
</PISI>
@@ -13,7 +13,7 @@
<IsA>library</IsA>
<Summary>Sphinx themes for Pallets and related projects.</Summary>
<Description>python3-pallets-sphinx-themes provides sphinx themes for Pallets and related projects.</Description>
<Archive sha1sum="c6a00bfdbd30041f7af74f31b5e31626754b1f8b" type="targz">https://github.com/pallets/pallets-sphinx-themes/archive/1.2.3.tar.gz</Archive>
<Archive sha1sum="b2d8aa8d0878af7266c97be14566565c33cc9e44" type="targz">https://files.pythonhosted.org/packages/da/ff/dc403f870b3e7886aabc4abab24feeeae0ca8b6278cca2a402d3249ed4f3/Pallets-Sphinx-Themes-2.0.1.tar.gz</Archive>
<BuildDependencies>
<Dependency>python3-setuptools</Dependency>
<Dependency>python3-devel</Dependency>
@@ -35,6 +35,13 @@
</Package>
<History>
<Update release="2">
<Date>2021-08-08</Date>
<Version>2.0.1</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="1">
<Date>2020-02-18</Date>
<Version>1.2.3</Version>
@@ -43,4 +50,4 @@
<Email>bluedevil@sctzine.com</Email>
</Update>
</History>
</PISI>
</PISI>
@@ -13,7 +13,7 @@
<IsA>library</IsA>
<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>
<Archive sha1sum="fb804a472f7725abb965da734ffeddfd5b890219" type="targz">https://github.com/davidhalter/parso/archive/v0.7.0.tar.gz</Archive>
<Archive sha1sum="3220952f2d906f3057fd036d2376b23d7a0fd584" type="targz">https://github.com/davidhalter/parso/archive/refs/tags/v0.8.2.tar.gz</Archive>
<BuildDependencies>
<Dependency>python3-setuptools</Dependency>
<Dependency>python3-devel</Dependency>
@@ -33,6 +33,13 @@
</Package>
<History>
<Update release="3">
<Date>2021-08-21</Date>
<Version>0.8.2</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="2">
<Date>2020-04-22</Date>
<Version>0.7.0</Version>
@@ -48,4 +55,4 @@
<Email>bluedevil@sctzine.com</Email>
</Update>
</History>
</PISI>
</PISI>
@@ -33,12 +33,19 @@
<Dependency>python3-ptyprocess</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="library">/usr/lib/python3.8</Path>
<Path fileType="library">/usr/lib/python3*</Path>
<Path fileType="doc">/usr/share/doc</Path>
</Files>
</Package>
<History>
<Update release="2">
<Date>2021-08-08</Date>
<Version>4.8.0</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="1">
<Date>2021-02-03</Date>
<Version>4.8.0</Version>
@@ -20,16 +20,16 @@ def build():
pythonmodules.compile(pyVer="3")
# build documentation
shelltools.export("PYTHONPATH", "%s/Pillow-%s/build/lib.linux-x86_64-3.8" % (get.workDIR(), get.srcVERSION()))
shelltools.export("PYTHONPATH", "%s/Pillow-%s/build/lib.linux-x86_64-3.9" % (get.workDIR(), get.srcVERSION()))
autotools.make("-C docs html")
def install():
pythonmodules.install(pyVer="3")
# install header files
pisitools.insinto("/usr/include/python3.8/Imaging/", "src/libImaging/*.h")
pisitools.insinto("/usr/include/python3.9/Imaging/", "src/libImaging/*.h")
# install documentation
pisitools.dohtml("docs/_build/html/*")
# 2020-04-08 ToDo
# * After Qt5 version bump, extract qt5 bindings(python3-pillow-qt5)
# * After Qt5 version bump, extract qt5 bindings(python3-pillow-qt5)
@@ -0,0 +1,17 @@
diff -rupN Pillow-8.3.1/docs/conf.py Pillow-8.3.1-new/docs/conf.py
--- Pillow-8.3.1/docs/conf.py 2021-07-07 10:45:16.614845303 +0200
+++ Pillow-8.3.1-new/docs/conf.py 2021-07-07 10:45:02.533856396 +0200
@@ -30,12 +30,10 @@ needs_sphinx = "2.4"
# ones.
extensions = [
"sphinx_copybutton",
- "sphinx_issues",
"sphinx_removed_in",
"sphinx.ext.autodoc",
"sphinx.ext.intersphinx",
- "sphinx.ext.viewcode",
- "sphinxext.opengraph",
+ "sphinx.ext.viewcode"
]
intersphinx_mapping = {"python": ("https://docs.python.org/3", None)}
@@ -0,0 +1,12 @@
diff -rupN --no-dereference Pillow-8.3.1/docs/Makefile Pillow-8.3.1-new/docs/Makefile
--- Pillow-8.3.1/docs/Makefile 2021-07-06 16:05:28.000000000 +0200
+++ Pillow-8.3.1-new/docs/Makefile 2021-07-07 10:44:44.471870820 +0200
@@ -42,7 +42,7 @@ clean:
-rm -rf $(BUILDDIR)/*
html:
- $(SPHINXBUILD) -b html -W --keep-going $(ALLSPHINXOPTS) $(BUILDDIR)/html
+ $(SPHINXBUILD) -b html --keep-going $(ALLSPHINXOPTS) $(BUILDDIR)/html
@echo
@echo "Build finished. The HTML pages are in $(BUILDDIR)/html."
@@ -13,7 +13,7 @@
<IsA>library</IsA>
<Summary>PIL is the fork of Python Imaging Library.</Summary>
<Description>Pillow is the friendly PIL fork by Alex Clark and Contributors. PIL is the Python Imaging Library by Fredrik Lundh and Contributors. As of 2019, Pillow development is supported by Tidelift.</Description>
<Archive sha1sum="7116dd8f7d8a7ff45421d994e44491ffce2600f6" type="targz">https://github.com/python-pillow/Pillow/archive/7.2.0.tar.gz</Archive>
<Archive sha1sum="e00047f9c2be51c6127e10e59592e57d12f04e64" type="targz">https://github.com/python-pillow/Pillow/archive/8.3.1.tar.gz</Archive>
<BuildDependencies>
<Dependency>tiff-devel</Dependency>
<Dependency>webp-devel</Dependency>
@@ -44,7 +44,8 @@
-->
</BuildDependencies>
<Patches>
<!--<Patch>docfix.patch</Patch>-->
<Patch>python-pillow_spinxwarn.patch</Patch>
<Patch>python-pillow_sphinx.patch</Patch>
</Patches>
</Source>
@@ -103,6 +104,13 @@
</Package>
<History>
<Update release="9">
<Date>2021-08-07</Date>
<Version>8.3.1</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="8">
<Date>2020-07-21</Date>
<Version>7.2.0</Version>
@@ -35,6 +35,13 @@
</Package>
<History>
<Update release="2">
<Date>2021-08-08</Date>
<Version>0.13.1</Version>
<Comment>Rebuild.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="1">
<Date>2020-02-13</Date>
<Version>0.13.1</Version>
@@ -43,4 +50,4 @@
<Email>bluedevil@sctzine.com</Email>
</Update>
</History>
</PISI>
</PISI>
@@ -13,7 +13,7 @@
<IsA>library</IsA>
<Summary>A cross-platform process utilities module for Python</Summary>
<Description>python3-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="6995a86bf235b86d4fb214a06335084f7545d107" type="targz">https://github.com/giampaolo/psutil/archive/release-5.7.2.tar.gz</Archive>
<Archive sha1sum="4561d6c7747bdcc6764bc14510415016016522b0" type="targz">https://github.com/giampaolo/psutil/archive/release-5.8.0.tar.gz</Archive>
<BuildDependencies>
<Dependency versionFrom="3.8.0">python3-devel</Dependency>
</BuildDependencies>
@@ -32,6 +32,13 @@
</Package>
<History>
<Update release="9">
<Date>2021-08-07</Date>
<Version>5.8.0</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="8">
<Date>2020-07-21</Date>
<Version>5.7.2</Version>
@@ -89,4 +96,4 @@
<Email>ertugrulerata@gmail.com</Email>
</Update>
</History>
</PISI>
</PISI>
@@ -31,12 +31,19 @@
<Dependency>python3</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="library">/usr/lib/python3.8</Path>
<Path fileType="library">/usr/lib/python3*</Path>
<Path fileType="doc">/usr/share/doc</Path>
</Files>
</Package>
<History>
<Update release="2">
<Date>2021-08-08</Date>
<Version>0.7.0</Version>
<Comment>Rebuild.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="1">
<Date>2021-02-03</Date>
<Version>0.7.0</Version>
@@ -34,6 +34,13 @@
</Package>
<History>
<Update release="4">
<Date>2021-08-08</Date>
<Version>1.10.0</Version>
<Comment>Rebuild.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="3">
<Date>2021-06-26</Date>
<Version>1.10.0</Version>
@@ -33,6 +33,13 @@
</Package>
<History>
<Update release="3">
<Date>2021-08-07</Date>
<Version>2.20</Version>
<Comment>Rebuild.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="2">
<Date>2020-03-04</Date>
<Version>2.20</Version>
@@ -48,4 +55,4 @@
<Email>bluedevil@sctzine.com</Email>
</Update>
</History>
</PISI>
</PISI>
@@ -13,7 +13,7 @@
<IsA>library</IsA>
<Summary>Python Bindings for GLib/GObject/GIO/GTK+</Summary>
<Description>pygobject is GLib's GObject library bindings for Python3.</Description>
<Archive sha1sum="a258099d3529cf202be915e97bca3b2fb5bb23eb" type="tarxz">http://ftp.acc.umu.se/pub/GNOME/sources/pygobject/3.42/pygobject-3.42.0.tar.xz</Archive>
<Archive sha1sum="2c12bc5732a38b055bcc2bcdeefdc8663380f3c9" type="tarxz">http://ftp.acc.umu.se/pub/GNOME/sources/pygobject/3.40/pygobject-3.40.1.tar.xz</Archive>
<BuildDependencies>
<Dependency>meson</Dependency>
<Dependency>glib2-devel</Dependency>
@@ -60,9 +60,9 @@
<History>
<Update release="15">
<Date>2021-09-19</Date>
<Version>3.42.0</Version>
<Comment>Version bump.</Comment>
<Date>2021-08-07</Date>
<Version>3.40.1</Version>
<Comment>Rebuild.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
@@ -39,6 +39,13 @@
</Package>
<History>
<Update release="3">
<Date>2021-10-13</Date>
<Version>2.11.1</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="2">
<Date>2021-10-13</Date>
<Version>2.11.1</Version>
@@ -13,7 +13,7 @@
<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="b1ce3d1aa0314e2e6a5356dcd9624b4e8adff84e" type="targz">https://github.com/pyparsing/pyparsing/archive/pyparsing_2.4.7.tar.gz</Archive>
<Archive sha1sum="ca8d892c93fe2d54ea5e6f31c5798e40c58e8667" type="targz">https://files.pythonhosted.org/packages/c1/47/dfc9c342c9842bbe0036c7f763d2d6686bcf5eb1808ba3e170afdb282210/pyparsing-2.4.7.tar.gz</Archive>
<BuildDependencies>
<Dependency>python3-setuptools</Dependency>
<Dependency>python3-devel</Dependency>
@@ -33,6 +33,13 @@
</Package>
<History>
<Update release="3">
<Date>2021-08-07</Date>
<Version>2.4.7</Version>
<Comment>Rebuild.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="2">
<Date>2020-04-07</Date>
<Version>2.4.7</Version>
@@ -48,4 +55,4 @@
<Email>bluedevil@sctzine.com</Email>
</Update>
</History>
</PISI>
</PISI>
@@ -36,6 +36,13 @@
</Package>
<History>
<Update release="2">
<Date>2021-08-08</Date>
<Version>3.5</Version>
<Comment>Rebuild.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="1">
<Date>2021-01-03</Date>
<Version>3.5</Version>
@@ -13,7 +13,7 @@
<IsA>library</IsA>
<Summary>Python interface to the libsmbclient library</Summary>
<Description>python-smbc is a Python binding for the libsmbclient library.</Description>
<Archive sha1sum="32e676c17b03f2bf30368e675fdd1d62da64060a" type="targz">https://pypi.org/packages/source/p/pysmbc/pysmbc-1.0.22.tar.gz</Archive>
<Archive sha1sum="f3b21a4dd19bb384f3a15a277dfc6fd8df59c051" type="targz">https://pypi.org/packages/source/p/pysmbc/pysmbc-1.0.23.tar.gz</Archive>
<BuildDependencies>
<Dependency>samba-devel</Dependency>
<Dependency>python3-devel</Dependency>
@@ -35,6 +35,13 @@
</Package>
<History>
<Update release="6">
<Date>2021-08-11</Date>
<Version>1.0.23</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="5">
<Date>2020-05-24</Date>
<Version>1.0.22</Version>
@@ -71,4 +78,4 @@
<Email>bluedevil@sctzine.com</Email>
</Update>
</History>
</PISI>
</PISI>
@@ -35,6 +35,13 @@
</Package>
<History>
<Update release="3">
<Date>2021-08-10</Date>
<Version>5.3.1</Version>
<Comment>Rebuild.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="2">
<Date>2021-06-26</Date>
<Version>5.3.1</Version>
@@ -44,6 +44,13 @@
</Package>
<History>
<Update release="6">
<Date>2021-08-07</Date>
<Version>6.2.4</Version>
<Comment>Rebuild.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="5">
<Date>2021-06-26</Date>
<Version>6.2.4</Version>
@@ -14,7 +14,7 @@
<IsA>library</IsA>
<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>
<Archive sha1sum="60f6db35e92688c4701c16bd3d2b9cbfac1fd604" type="targz">https://pypi.org/packages/source/p/pytz/pytz-2020.1.tar.gz</Archive>
<Archive sha1sum="738cff9addf39084e5655558482f865dca2c66dd" type="targz">https://pypi.org/packages/source/p/pytz/pytz-2021.1.tar.gz</Archive>
<BuildDependencies>
<Dependency>python3-devel</Dependency>
<Dependency>python3-setuptools</Dependency>
@@ -34,6 +34,13 @@
</Package>
<History>
<Update release="4">
<Date>2021-08-07</Date>
<Version>2021.1</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="3">
<Date>2020-05-18</Date>
<Version>2020.1</Version>
@@ -17,8 +17,8 @@ def setup():
--qsci-api \
--sip /usr/bin/sip \
--qmake='/usr/bin/qmake' \
--destdir='/usr/lib/python3.8/site-packages' \
--sip-incdir='/usr/include/python3.8' \
--destdir='/usr/lib/python3.9/site-packages' \
--sip-incdir='/usr/include/python3.9' \
CFLAGS='%s' CXXFLAGS='%s'" % (get.CFLAGS(), get.CXXFLAGS()), pyVer = "3")
shelltools.system("find -name 'Makefile' | xargs sed -i 's|-Wl,-rpath,/usr/lib||g;s|-Wl,-rpath,.* ||g'")
@@ -13,7 +13,7 @@
<IsA>library</IsA>
<Summary>A set of Python bindings for the Qt 5.x Toolkit</Summary>
<Description>Qt is a set of C++ libraries and development tools that includes platform independent abstractions for graphical user interfaces, networking, threads, Unicode, regular expressions, SQL databases, SVG, OpenGL, XML, and user and application settings. PyQt implements 440 of these classes as a set of Python modules.</Description>
<Archive sha1sum="b94e30a67e5cb552cbe92bd605acbdb9d66b195f" type="targz">https://files.pythonhosted.org/packages/28/6c/640e3f5c734c296a7193079a86842a789edb7988dca39eab44579088a1d1/PyQt5-5.15.2.tar.gz</Archive>
<Archive sha1sum="f3f73ba3cfbf571923bc7fe727ef45ea9197c8d6" type="targz">https://files.pythonhosted.org/packages/72/bf/4e7c66eefa9ede1ec01d065d220373667f4ca3285a83a6430eefc254904c/PyQt5-5.15.5.tar.gz</Archive>
<BuildDependencies>
<Dependency>dbus-devel</Dependency>
<Dependency>dbus-python3</Dependency>
@@ -77,7 +77,7 @@
</RuntimeDependencies>
<Files>
<Path fileType="executable">/usr/bin/pyuic5</Path>
<Path fileType="library">/usr/lib/python3.8/site-packages</Path>
<Path fileType="library">/usr/lib/python3.9/site-packages</Path>
<Path fileType="library">/usr/lib/qt5/plugins/PyQt5/libpyqt5qmlplugin.so</Path>
<Path fileType="library">/usr/lib/qt5/plugins/designer/libpyqt5.so</Path>
<Path fileType="doc">/usr/share/doc</Path>
@@ -101,6 +101,13 @@
</Package>
<History>
<Update release="23">
<Date>2021-10-21</Date>
<Version>5.15.5</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="22">
<Date>2021-03-01</Date>
<Version>5.15.2</Version>
@@ -39,6 +39,13 @@
</Package>
<History>
<Update release="2">
<Date>2021-10-14</Date>
<Version>6.0.1</Version>
<Comment>Rebuild.</Comment>
<Name>PisiLinux Community</Name>
<Email>admins@pisilinux.org</Email>
</Update>
<Update release="1">
<Date>2021-10-09</Date>
<Version>6.0.1</Version>
@@ -13,7 +13,7 @@
<IsA>library</IsA>
<Summary>Requests is an Apache2 Licensed HTTP library, written in Python, for human beings.</Summary>
<Description>Pythons standard urllib2 module provides most of the HTTP capabilities you need</Description>
<Archive sha1sum="eda0962925f7795887530d8a57309f43266d4571" type="targz">https://github.com/psf/requests/archive/v2.24.0.tar.gz</Archive>
<Archive sha1sum="4f579210b12141af86ed9d8515763b69dbc84f78" type="targz">https://github.com/psf/requests/archive/v2.26.0.tar.gz</Archive>
<BuildDependencies>
<Dependency>python3-devel</Dependency>
<Dependency>python3-setuptools</Dependency>
@@ -39,6 +39,13 @@
</Package>
<History>
<Update release="11">
<Date>2021-08-07</Date>
<Version>2.26.0</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="10">
<Date>2020-07-21</Date>
<Version>2.24.0</Version>
@@ -110,4 +117,4 @@
<Email>ayhanyalcinsoy@pisilinux.org</Email>
</Update>
</History>
</PISI>
</PISI>
@@ -42,6 +42,13 @@
</Package>
<History>
<Update release="3">
<Date>2021-08-08</Date>
<Version>1.2.2</Version>
<Comment>Rebuild.</Comment>
<Name>Pisi Linux Admins</Name>
<Email>admin@pisilinux.org</Email>
</Update>
<Update release="2">
<Date>2021-06-25</Date>
<Version>1.2.2</Version>
@@ -35,6 +35,13 @@
</Package>
<History>
<Update release="8">
<Date>2021-08-07</Date>
<Version>6.0.1</Version>
<Comment>Rebuild.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="7">
<Date>2021-06-26</Date>
<Version>6.0.1</Version>
@@ -13,7 +13,7 @@
<IsA>app:console</IsA>
<Summary>SIP is a tool for generating bindings for C++ classes so that they can be used by Python3</Summary>
<Description>SIP is a tool for generating bindings for C and C++ libraries so that they can be used by Python3. It takes any C or C++ libraries and converts them into Python extension modules.</Description>
<Archive sha1sum="bc509d2a9999e454751f1ccb674d01d204c09286" type="targz">https://www.riverbankcomputing.com/static/Downloads/sip/4.19.24/sip-4.19.24.tar.gz</Archive>
<Archive sha1sum="dea579470269fabeb920976c405fa7f5e67cd4bd" type="targz">https://www.riverbankcomputing.com/static/Downloads/sip/4.19.25/sip-4.19.25.tar.gz</Archive>
<BuildDependencies>
<Dependency>python3-devel</Dependency>
<!-- <Dependency versionFrom="5.14.2">qt5-base-devel</Dependency> -->
@@ -58,6 +58,13 @@
</Package>
<History>
<Update release="19">
<Date>2021-10-22</Date>
<Version>4.19.25</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="18">
<Date>2020-12-19</Date>
<Version>4.19.24</Version>
@@ -13,7 +13,7 @@
<IsA>app:console</IsA>
<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>
<Archive sha1sum="a785c20658b3676333c749436f088394c12b0c26" type="targz">https://pypi.org/packages/source/s/six/six-1.15.0.tar.gz</Archive>
<Archive sha1sum="06fa0bb50f2a4e2917fd14c21e9d2d5508ce0163" type="targz">https://pypi.org/packages/source/s/six/six-1.16.0.tar.gz</Archive>
<BuildDependencies>
<Dependency>python3-devel</Dependency>
<Dependency>python3-setuptools</Dependency>
@@ -33,6 +33,13 @@
</Package>
<History>
<Update release="11">
<Date>2021-08-09</Date>
<Version>1.16.0</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="10">
<Date>2020-05-24</Date>
<Version>1.15.0</Version>
@@ -104,4 +111,4 @@
<Email>ertugrulerata@gmail.com</Email>
</Update>
</History>
</PISI>
</PISI>
@@ -38,6 +38,13 @@
</Package>
<History>
<Update release="2">
<Date>2021-08-08</Date>
<Version>2.0.1</Version>
<Comment>Rebuild.</Comment>
<Name>Pisi Linux Admins</Name>
<Email>admin@pisilinux.org</Email>
</Update>
<Update release="1">
<Date>2021-05-26</Date>
<Version>2.0.1</Version>
@@ -13,7 +13,7 @@
<IsA>library</IsA>
<Summary>Snowball stemming library collection for Python3</Summary>
<Description>Snowball is a small string processing language designed for creating stemming algorithms for use in Information Retrieval. </Description>
<Archive sha1sum="d303e11059ecbb8ad3a6d7b08af5d2f15b83ddec" type="targz">https://pypi.python.org/packages/source/s/snowballstemmer/snowballstemmer-2.0.0.tar.gz</Archive>
<Archive sha1sum="b5e307fc808d032cd553d1d9aa9c99c55abd2288" type="targz">https://pypi.python.org/packages/source/s/snowballstemmer/snowballstemmer-2.1.0.tar.gz</Archive>
<BuildDependencies>
<Dependency>python3-setuptools</Dependency>
<Dependency>python3-devel</Dependency>
@@ -33,6 +33,13 @@
</Package>
<History>
<Update release="3">
<Date>2021-08-07</Date>
<Version>2.1.0</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="2">
<Date>2019-12-06</Date>
<Version>2.0.0</Version>
@@ -33,6 +33,13 @@
</Package>
<History>
<Update release="3">
<Date>2021-08-07</Date>
<Version>0.7.12</Version>
<Comment>Version bump.</Comment>
<Name>Pisi Linux Admins</Name>
<Email>admins@pisilinux.org</Email>
</Update>
<Update release="2">
<Date>2019-12-30</Date>
<Version>0.7.12</Version>
@@ -40,6 +40,13 @@
</Package>
<History>
<Update release="2">
<Date>2021-10-14</Date>
<Version>0.4.0</Version>
<Comment>Rebuild.</Comment>
<Name>PisiLinux Community</Name>
<Email>admins@pisilinux.org</Email>
</Update>
<Update release="1">
<Date>2021-08-10</Date>
<Version>0.4.0</Version>
@@ -35,6 +35,13 @@
</Package>
<History>
<Update release="2">
<Date>2021-08-07</Date>
<Version>1.2.0</Version>
<Comment>Rebuild.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="1">
<Date>2020-04-22</Date>
<Version>1.2.0</Version>
@@ -43,4 +50,4 @@
<Email>bluedevil@sctzine.com</Email>
</Update>
</History>
</PISI>
</PISI>

Some files were not shown because too many files have changed in this diff Show More