Merge pull request #8689 from blue-devil/master
more python modules updated
This commit is contained in:
@@ -4,10 +4,10 @@
|
|||||||
# Licensed under the GNU General Public License, version 3.
|
# Licensed under the GNU General Public License, version 3.
|
||||||
# See the file http://www.gnu.org/licenses/gpl.txt
|
# See the file http://www.gnu.org/licenses/gpl.txt
|
||||||
|
|
||||||
from pisi.actionsapi import pythonmodules
|
|
||||||
from pisi.actionsapi import shelltools
|
|
||||||
from pisi.actionsapi import pisitools
|
|
||||||
from pisi.actionsapi import get
|
from pisi.actionsapi import get
|
||||||
|
from pisi.actionsapi import pisitools
|
||||||
|
from pisi.actionsapi import shelltools
|
||||||
|
from pisi.actionsapi import pythonmodules
|
||||||
|
|
||||||
def setup():
|
def setup():
|
||||||
# dodoc method cannot move LICENSE named dir, so i delete the directory
|
# dodoc method cannot move LICENSE named dir, so i delete the directory
|
||||||
|
|||||||
@@ -13,12 +13,12 @@
|
|||||||
<IsA>library</IsA>
|
<IsA>library</IsA>
|
||||||
<Summary>matplotlib: plotting with Python.</Summary>
|
<Summary>matplotlib: plotting with Python.</Summary>
|
||||||
<Description>Matplotlib is a comprehensive library for creating static, animated, and interactive visualizations in Python.</Description>
|
<Description>Matplotlib is a comprehensive library for creating static, animated, and interactive visualizations in Python.</Description>
|
||||||
<Archive sha1sum="e5c48e2a4d59694bcb11e5c7495e9cb28492f75b" type="targz">https://github.com/matplotlib/matplotlib/archive/v3.2.1.tar.gz</Archive>
|
<Archive sha1sum="1367f8527fe5410d5ddfee0766a47bad820606c0" type="targz">https://github.com/matplotlib/matplotlib/archive/v3.3.1.tar.gz</Archive>
|
||||||
<BuildDependencies>
|
<BuildDependencies>
|
||||||
<Dependency>python3-setuptools</Dependency>
|
|
||||||
<Dependency>freetype-devel</Dependency>
|
|
||||||
<Dependency>python3-devel</Dependency>
|
<Dependency>python3-devel</Dependency>
|
||||||
<Dependency>python3-numpy</Dependency>
|
<Dependency>python3-numpy</Dependency>
|
||||||
|
<Dependency>freetype-devel</Dependency>
|
||||||
|
<Dependency>python3-setuptools</Dependency>
|
||||||
</BuildDependencies>
|
</BuildDependencies>
|
||||||
</Source>
|
</Source>
|
||||||
|
|
||||||
@@ -26,22 +26,29 @@
|
|||||||
<Name>python3-matplotlib</Name>
|
<Name>python3-matplotlib</Name>
|
||||||
<Summary>matplotlib: plotting with Python.</Summary>
|
<Summary>matplotlib: plotting with Python.</Summary>
|
||||||
<RuntimeDependencies>
|
<RuntimeDependencies>
|
||||||
<Dependency>python3-kiwisolver</Dependency>
|
|
||||||
<Dependency>python3-pyparsing</Dependency>
|
|
||||||
<Dependency>python3-dateutil</Dependency>
|
|
||||||
<Dependency>python3-cycler</Dependency>
|
|
||||||
<Dependency>python3-numpy</Dependency>
|
|
||||||
<Dependency>freetype</Dependency>
|
|
||||||
<Dependency>python3</Dependency>
|
|
||||||
<Dependency>libpng</Dependency>
|
<Dependency>libpng</Dependency>
|
||||||
|
<Dependency>python3</Dependency>
|
||||||
|
<Dependency>freetype</Dependency>
|
||||||
|
<Dependency>python3-numpy</Dependency>
|
||||||
|
<Dependency>python3-cycler</Dependency>
|
||||||
|
<Dependency>python3-dateutil</Dependency>
|
||||||
|
<Dependency>python3-pyparsing</Dependency>
|
||||||
|
<Dependency>python3-kiwisolver</Dependency>
|
||||||
</RuntimeDependencies>
|
</RuntimeDependencies>
|
||||||
<Files>
|
<Files>
|
||||||
<Path fileType="doc">/usr/share/doc/python3-matplotlib</Path>
|
|
||||||
<Path fileType="library">/usr/lib/python3*</Path>
|
<Path fileType="library">/usr/lib/python3*</Path>
|
||||||
|
<Path fileType="doc">/usr/share/doc/python3-matplotlib</Path>
|
||||||
</Files>
|
</Files>
|
||||||
</Package>
|
</Package>
|
||||||
|
|
||||||
<History>
|
<History>
|
||||||
|
<Update release="3">
|
||||||
|
<Date>2020-08-30</Date>
|
||||||
|
<Version>3.3.1</Version>
|
||||||
|
<Comment>Minor version bump.</Comment>
|
||||||
|
<Name>Blue Devil</Name>
|
||||||
|
<Email>bluedevil@sctzine.com</Email>
|
||||||
|
</Update>
|
||||||
<Update release="2">
|
<Update release="2">
|
||||||
<Date>2020-03-18</Date>
|
<Date>2020-03-18</Date>
|
||||||
<Version>3.2.1</Version>
|
<Version>3.2.1</Version>
|
||||||
|
|||||||
@@ -13,7 +13,7 @@
|
|||||||
<IsA>library</IsA>
|
<IsA>library</IsA>
|
||||||
<Summary>More routines for operating on iterables, beyond itertools.</Summary>
|
<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>
|
<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="f6b81d596ff7cee377c4187b09230f254e45f452" type="targz">https://github.com/more-itertools/more-itertools/archive/v8.3.0.tar.gz</Archive>
|
<Archive sha1sum="639ff72521927b31a04513396341475845031fc2" type="targz">https://github.com/more-itertools/more-itertools/archive/8.5.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="3">
|
||||||
|
<Date>2020-08-30</Date>
|
||||||
|
<Version>8.5.0</Version>
|
||||||
|
<Comment>Minor version bump.</Comment>
|
||||||
|
<Name>Blue Devil</Name>
|
||||||
|
<Email>bluedevil@sctzine.com</Email>
|
||||||
|
</Update>
|
||||||
<Update release="2">
|
<Update release="2">
|
||||||
<Date>2020-05-16</Date>
|
<Date>2020-05-16</Date>
|
||||||
<Version>8.3.0</Version>
|
<Version>8.3.0</Version>
|
||||||
|
|||||||
@@ -13,10 +13,10 @@
|
|||||||
<IsA>library</IsA>
|
<IsA>library</IsA>
|
||||||
<Summary>An audio tag editing library</Summary>
|
<Summary>An audio tag editing library</Summary>
|
||||||
<Description>Mutagen is a Python module to handle audio metadata. It supports ASF, FLAC, MP4, Monkey’s Audio, MP3, Musepack, Ogg Opus, Ogg FLAC, Ogg Speex, Ogg Theora, Ogg Vorbis, True Audio, WavPack, OptimFROG, and AIFF audio files. All versions of ID3v2 are supported, and all standard ID3v2.4 frames are parsed. It can read Xing headers to accurately calculate the bitrate and length of MP3s. ID3 and APEv2 tags can be edited regardless of audio format. It can also manipulate Ogg streams on an individual packet/page level.</Description>
|
<Description>Mutagen is a Python module to handle audio metadata. It supports ASF, FLAC, MP4, Monkey’s Audio, MP3, Musepack, Ogg Opus, Ogg FLAC, Ogg Speex, Ogg Theora, Ogg Vorbis, True Audio, WavPack, OptimFROG, and AIFF audio files. All versions of ID3v2 are supported, and all standard ID3v2.4 frames are parsed. It can read Xing headers to accurately calculate the bitrate and length of MP3s. ID3 and APEv2 tags can be edited regardless of audio format. It can also manipulate Ogg streams on an individual packet/page level.</Description>
|
||||||
<Archive sha1sum="2b9f67faf847aec77506e258940906ad6e18d3cf" type="targz">https://github.com/quodlibet/mutagen/archive/release-1.44.0.tar.gz</Archive>
|
<Archive sha1sum="41c60ab7634ea5e76a777e7ae2dcc96ca9058318" type="targz">https://github.com/quodlibet/mutagen/archive/release-1.45.1.tar.gz</Archive>
|
||||||
<BuildDependencies>
|
<BuildDependencies>
|
||||||
<Dependency>python3-setuptools</Dependency>
|
|
||||||
<Dependency>python3-devel</Dependency>
|
<Dependency>python3-devel</Dependency>
|
||||||
|
<Dependency>python3-setuptools</Dependency>
|
||||||
</BuildDependencies>
|
</BuildDependencies>
|
||||||
</Source>
|
</Source>
|
||||||
|
|
||||||
@@ -24,7 +24,7 @@
|
|||||||
<Name>python3-mutagen</Name>
|
<Name>python3-mutagen</Name>
|
||||||
<Summary>An audio tag editing library</Summary>
|
<Summary>An audio tag editing library</Summary>
|
||||||
<RuntimeDependencies>
|
<RuntimeDependencies>
|
||||||
<Dependency>python3</Dependency>
|
<Dependency>python3</Dependency>
|
||||||
</RuntimeDependencies>
|
</RuntimeDependencies>
|
||||||
<Files>
|
<Files>
|
||||||
<Path fileType="executable">/usr/bin/mid3cp</Path>
|
<Path fileType="executable">/usr/bin/mid3cp</Path>
|
||||||
@@ -45,6 +45,13 @@
|
|||||||
</Package>
|
</Package>
|
||||||
|
|
||||||
<History>
|
<History>
|
||||||
|
<Update release="3">
|
||||||
|
<Date>2020-08-30</Date>
|
||||||
|
<Version>1.45.1</Version>
|
||||||
|
<Comment>Minor version bump.</Comment>
|
||||||
|
<Name>Blue Devil</Name>
|
||||||
|
<Email>bluedevil@sctzine.com</Email>
|
||||||
|
</Update>
|
||||||
<Update release="2">
|
<Update release="2">
|
||||||
<Date>2020-02-12</Date>
|
<Date>2020-02-12</Date>
|
||||||
<Version>1.44.0</Version>
|
<Version>1.44.0</Version>
|
||||||
@@ -58,6 +65,6 @@
|
|||||||
<Comment>First release.</Comment>
|
<Comment>First release.</Comment>
|
||||||
<Name>Blue Devil</Name>
|
<Name>Blue Devil</Name>
|
||||||
<Email>bluedevil@sctzine.com</Email>
|
<Email>bluedevil@sctzine.com</Email>
|
||||||
</Update>
|
</Update>
|
||||||
</History>
|
</History>
|
||||||
</PISI>
|
</PISI>
|
||||||
@@ -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="96ab53e14d313c8ba42466a1619e37ff474a33b3" type="targz">https://github.com/numpy/numpy/archive/v1.18.4.tar.gz</Archive>
|
<Archive sha1sum="85a7dd868ec7447c1f0caed01c70c98c14fbe78a" type="targz">https://github.com/numpy/numpy/archive/v1.19.1.tar.gz</Archive>
|
||||||
<BuildDependencies>
|
<BuildDependencies>
|
||||||
<Dependency>cython3</Dependency>
|
<Dependency>cython3</Dependency>
|
||||||
<Dependency>cblas-devel</Dependency>
|
<Dependency>cblas-devel</Dependency>
|
||||||
@@ -39,10 +39,10 @@
|
|||||||
<Dependency>python3-setuptools</Dependency>
|
<Dependency>python3-setuptools</Dependency>
|
||||||
</RuntimeDependencies>
|
</RuntimeDependencies>
|
||||||
<Files>
|
<Files>
|
||||||
<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="library">/usr/lib</Path>
|
<Path fileType="library">/usr/lib</Path>
|
||||||
|
<Path fileType="executable">/usr/bin</Path>
|
||||||
|
<Path fileType="doc">/usr/share/doc/python3-numpy/README*</Path>
|
||||||
|
<Path fileType="doc">/usr/share/doc/python3-numpy/LICENSE*</Path>
|
||||||
</Files>
|
</Files>
|
||||||
</Package>
|
</Package>
|
||||||
|
|
||||||
@@ -58,6 +58,13 @@
|
|||||||
</Package>
|
</Package>
|
||||||
|
|
||||||
<History>
|
<History>
|
||||||
|
<Update release="10">
|
||||||
|
<Date>2020-08-30</Date>
|
||||||
|
<Version>1.19.1</Version>
|
||||||
|
<Comment>Minor version bump.</Comment>
|
||||||
|
<Name>Blue Devil</Name>
|
||||||
|
<Email>bluedevil@sctzine.com</Email>
|
||||||
|
</Update>
|
||||||
<Update release="9">
|
<Update release="9">
|
||||||
<Date>2020-05-18</Date>
|
<Date>2020-05-18</Date>
|
||||||
<Version>1.18.4</Version>
|
<Version>1.18.4</Version>
|
||||||
|
|||||||
@@ -13,7 +13,7 @@
|
|||||||
<IsA>library</IsA>
|
<IsA>library</IsA>
|
||||||
<Summary>PIL is the fork of Python Imaging Library.</Summary>
|
<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>
|
<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="7748c8587ca0f9e109d51c4ee58eb2dd96571d17" type="targz">https://github.com/python-pillow/Pillow/archive/7.1.2.tar.gz</Archive>
|
<Archive sha1sum="7116dd8f7d8a7ff45421d994e44491ffce2600f6" type="targz">https://github.com/python-pillow/Pillow/archive/7.2.0.tar.gz</Archive>
|
||||||
<BuildDependencies>
|
<BuildDependencies>
|
||||||
<Dependency>tiff-devel</Dependency>
|
<Dependency>tiff-devel</Dependency>
|
||||||
<Dependency>webp-devel</Dependency>
|
<Dependency>webp-devel</Dependency>
|
||||||
@@ -103,6 +103,13 @@
|
|||||||
</Package>
|
</Package>
|
||||||
|
|
||||||
<History>
|
<History>
|
||||||
|
<Update release="8">
|
||||||
|
<Date>2020-07-21</Date>
|
||||||
|
<Version>7.2.0</Version>
|
||||||
|
<Comment>Minor version bump.</Comment>
|
||||||
|
<Name>Blue Devil</Name>
|
||||||
|
<Email>bluedevil@sctzine.com</Email>
|
||||||
|
</Update>
|
||||||
<Update release="7">
|
<Update release="7">
|
||||||
<Date>2020-05-18</Date>
|
<Date>2020-05-18</Date>
|
||||||
<Version>7.1.2</Version>
|
<Version>7.1.2</Version>
|
||||||
|
|||||||
@@ -4,9 +4,9 @@
|
|||||||
# Licensed under the GNU General Public License, version 3.
|
# Licensed under the GNU General Public License, version 3.
|
||||||
# See the file http://www.gnu.org/copyleft/gpl.txt.
|
# See the file http://www.gnu.org/copyleft/gpl.txt.
|
||||||
|
|
||||||
from pisi.actionsapi import pythonmodules
|
|
||||||
from pisi.actionsapi import shelltools
|
|
||||||
from pisi.actionsapi import pisitools
|
from pisi.actionsapi import pisitools
|
||||||
|
from pisi.actionsapi import shelltools
|
||||||
|
from pisi.actionsapi import pythonmodules
|
||||||
|
|
||||||
def build():
|
def build():
|
||||||
# suppress compiler warnings
|
# suppress compiler warnings
|
||||||
|
|||||||
@@ -13,7 +13,7 @@
|
|||||||
<IsA>library</IsA>
|
<IsA>library</IsA>
|
||||||
<Summary>A cross-platform process utilities module for Python</Summary>
|
<Summary>A cross-platform process utilities module for Python</Summary>
|
||||||
<Description>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>
|
<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="9d4313e16b5fb865371fabb31e59614e487f9d4b" type="targz">https://github.com/giampaolo/psutil/archive/release-5.7.0.tar.gz</Archive>
|
<Archive sha1sum="6995a86bf235b86d4fb214a06335084f7545d107" type="targz">https://github.com/giampaolo/psutil/archive/release-5.7.2.tar.gz</Archive>
|
||||||
<BuildDependencies>
|
<BuildDependencies>
|
||||||
<Dependency versionFrom="3.8.0">python3-devel</Dependency>
|
<Dependency versionFrom="3.8.0">python3-devel</Dependency>
|
||||||
</BuildDependencies>
|
</BuildDependencies>
|
||||||
@@ -26,12 +26,19 @@
|
|||||||
<Dependency versionFrom="3.8.0">python3</Dependency>
|
<Dependency versionFrom="3.8.0">python3</Dependency>
|
||||||
</RuntimeDependencies>
|
</RuntimeDependencies>
|
||||||
<Files>
|
<Files>
|
||||||
<Path fileType="doc">/usr/share/doc/python3-psutil</Path>
|
|
||||||
<Path fileType="library">/usr/lib/python3*</Path>
|
<Path fileType="library">/usr/lib/python3*</Path>
|
||||||
|
<Path fileType="doc">/usr/share/doc/python3-psutil</Path>
|
||||||
</Files>
|
</Files>
|
||||||
</Package>
|
</Package>
|
||||||
|
|
||||||
<History>
|
<History>
|
||||||
|
<Update release="8">
|
||||||
|
<Date>2020-07-21</Date>
|
||||||
|
<Version>5.7.2</Version>
|
||||||
|
<Comment>Patch version bump.</Comment>
|
||||||
|
<Name>Blue Devil</Name>
|
||||||
|
<Email>bluedevil@sctzine.com</Email>
|
||||||
|
</Update>
|
||||||
<Update release="7">
|
<Update release="7">
|
||||||
<Date>2020-02-21</Date>
|
<Date>2020-02-21</Date>
|
||||||
<Version>5.7.0</Version>
|
<Version>5.7.0</Version>
|
||||||
|
|||||||
@@ -4,10 +4,10 @@
|
|||||||
# Licensed under the GNU General Public License, version 3.
|
# Licensed under the GNU General Public License, version 3.
|
||||||
# See the file http://www.gnu.org/licenses/gpl.txt
|
# See the file http://www.gnu.org/licenses/gpl.txt
|
||||||
|
|
||||||
from pisi.actionsapi import pythonmodules
|
|
||||||
from pisi.actionsapi import shelltools
|
from pisi.actionsapi import shelltools
|
||||||
|
from pisi.actionsapi import pythonmodules
|
||||||
|
|
||||||
shelltools.export("SETUPTOOLS_SCM_PRETEND_VERSION","1.8.1")
|
shelltools.export("SETUPTOOLS_SCM_PRETEND_VERSION","1.9.0")
|
||||||
|
|
||||||
def build():
|
def build():
|
||||||
pythonmodules.compile(pyVer="3")
|
pythonmodules.compile(pyVer="3")
|
||||||
|
|||||||
@@ -13,11 +13,11 @@
|
|||||||
<IsA>library</IsA>
|
<IsA>library</IsA>
|
||||||
<Summary>Python development support library (note: maintenance only)</Summary>
|
<Summary>Python development support library (note: maintenance only)</Summary>
|
||||||
<Description>The python3-py lib is a Python development support library.</Description>
|
<Description>The python3-py lib is a Python development support library.</Description>
|
||||||
<Archive sha1sum="e33b5c28b6ecb74196d46be299de4b403705a1de" type="targz">https://github.com/pytest-dev/py/archive/1.8.1.tar.gz</Archive>
|
<Archive sha1sum="52ffe86b84144130a0964237e209c323cef4e404" type="targz">https://github.com/pytest-dev/py/archive/1.9.0.tar.gz</Archive>
|
||||||
<BuildDependencies>
|
<BuildDependencies>
|
||||||
<Dependency>python3-setuptools-scm</Dependency>
|
|
||||||
<Dependency>python3-setuptools</Dependency>
|
|
||||||
<Dependency>python3-devel</Dependency>
|
<Dependency>python3-devel</Dependency>
|
||||||
|
<Dependency>python3-setuptools</Dependency>
|
||||||
|
<Dependency>python3-setuptools-scm</Dependency>
|
||||||
</BuildDependencies>
|
</BuildDependencies>
|
||||||
</Source>
|
</Source>
|
||||||
|
|
||||||
@@ -28,12 +28,19 @@
|
|||||||
<Dependency>python3</Dependency>
|
<Dependency>python3</Dependency>
|
||||||
</RuntimeDependencies>
|
</RuntimeDependencies>
|
||||||
<Files>
|
<Files>
|
||||||
<Path fileType="doc">/usr/share/doc/python3-py</Path>
|
|
||||||
<Path fileType="library">/usr/lib/python3*</Path>
|
<Path fileType="library">/usr/lib/python3*</Path>
|
||||||
|
<Path fileType="doc">/usr/share/doc/python3-py</Path>
|
||||||
</Files>
|
</Files>
|
||||||
</Package>
|
</Package>
|
||||||
|
|
||||||
<History>
|
<History>
|
||||||
|
<Update release="2">
|
||||||
|
<Date>2020-07-21</Date>
|
||||||
|
<Version>1.9.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-12</Date>
|
<Date>2020-02-12</Date>
|
||||||
<Version>1.8.1</Version>
|
<Version>1.8.1</Version>
|
||||||
|
|||||||
@@ -13,7 +13,7 @@
|
|||||||
<IsA>library</IsA>
|
<IsA>library</IsA>
|
||||||
<Summary>Python3 module to talk to Google Chromecast.</Summary>
|
<Summary>Python3 module to talk to Google Chromecast.</Summary>
|
||||||
<Description>python3-pychromecast provides a way to talk with the Google Chromecast.</Description>
|
<Description>python3-pychromecast provides a way to talk with the Google Chromecast.</Description>
|
||||||
<Archive sha1sum="212aab170aa34a71a592225eb9ceb486bfe4327b" type="targz">https://github.com/home-assistant-libs/pychromecast/archive/5.2.0.tar.gz</Archive>
|
<Archive sha1sum="104800be95b539b0ffd2a7f446cedfb386549665" type="targz">https://github.com/home-assistant-libs/pychromecast/archive/7.2.1.tar.gz</Archive>
|
||||||
<BuildDependencies>
|
<BuildDependencies>
|
||||||
<Dependency>python3-devel</Dependency>
|
<Dependency>python3-devel</Dependency>
|
||||||
<Dependency>python3-setuptools</Dependency>
|
<Dependency>python3-setuptools</Dependency>
|
||||||
@@ -38,6 +38,13 @@
|
|||||||
</Package>
|
</Package>
|
||||||
|
|
||||||
<History>
|
<History>
|
||||||
|
<Update release="5">
|
||||||
|
<Date>2020-07-21</Date>
|
||||||
|
<Version>7.2.1</Version>
|
||||||
|
<Comment>Major version bump.</Comment>
|
||||||
|
<Name>Blue Devil</Name>
|
||||||
|
<Email>bluedevil@sctzine.com</Email>
|
||||||
|
</Update>
|
||||||
<Update release="1">
|
<Update release="1">
|
||||||
<Date>2020-05-19</Date>
|
<Date>2020-05-19</Date>
|
||||||
<Version>5.2.0</Version>
|
<Version>5.2.0</Version>
|
||||||
|
|||||||
@@ -13,7 +13,7 @@
|
|||||||
<IsA>library</IsA>
|
<IsA>library</IsA>
|
||||||
<Summary>ISO country, subdivision, language, currency and script definitions and their translations.</Summary>
|
<Summary>ISO country, subdivision, language, currency and script definitions and their translations.</Summary>
|
||||||
<Description>This is the pycountry module, a Python library to access ISO country, subdivision, language, currency and script definitions and their translations.</Description>
|
<Description>This is the pycountry module, a Python library to access ISO country, subdivision, language, currency and script definitions and their translations.</Description>
|
||||||
<Archive sha1sum="3caf9b5f3dc8f6b939fedaf4fa3c0806bd1c2dac" type="targz">https://github.com/flyingcircusio/pycountry/archive/19.8.18.tar.gz</Archive>
|
<Archive sha1sum="87b0bc4d0e662d8b24c053b7787f6e9e7cc95577" type="targz">https://github.com/flyingcircusio/pycountry/archive/20.7.3.tar.gz</Archive>
|
||||||
<BuildDependencies>
|
<BuildDependencies>
|
||||||
<Dependency>python3-devel</Dependency>
|
<Dependency>python3-devel</Dependency>
|
||||||
<Dependency>python3-setuptools</Dependency>
|
<Dependency>python3-setuptools</Dependency>
|
||||||
@@ -25,6 +25,7 @@
|
|||||||
<Summary>ISO country, subdivision, language, currency and script definitions and their translations.</Summary>
|
<Summary>ISO country, subdivision, language, currency and script definitions and their translations.</Summary>
|
||||||
<RuntimeDependencies>
|
<RuntimeDependencies>
|
||||||
<Dependency>python3</Dependency>
|
<Dependency>python3</Dependency>
|
||||||
|
<Dependency>python3-setuptools</Dependency>
|
||||||
</RuntimeDependencies>
|
</RuntimeDependencies>
|
||||||
<Files>
|
<Files>
|
||||||
<Path fileType="library">/usr/lib/python3*</Path>
|
<Path fileType="library">/usr/lib/python3*</Path>
|
||||||
@@ -33,6 +34,13 @@
|
|||||||
</Package>
|
</Package>
|
||||||
|
|
||||||
<History>
|
<History>
|
||||||
|
<Update release="5">
|
||||||
|
<Date>2020-07-21</Date>
|
||||||
|
<Version>20.7.3</Version>
|
||||||
|
<Comment>Major version bump.</Comment>
|
||||||
|
<Name>Blue Devil</Name>
|
||||||
|
<Email>bluedevil@sctzine.com</Email>
|
||||||
|
</Update>
|
||||||
<Update release="1">
|
<Update release="1">
|
||||||
<Date>2020-02-10</Date>
|
<Date>2020-02-10</Date>
|
||||||
<Version>19.8.18</Version>
|
<Version>19.8.18</Version>
|
||||||
|
|||||||
@@ -13,7 +13,7 @@
|
|||||||
<IsA>library</IsA>
|
<IsA>library</IsA>
|
||||||
<Summary>A self-contained Python package of low-level cryptographic primitives</Summary>
|
<Summary>A self-contained Python package of low-level cryptographic primitives</Summary>
|
||||||
<Description>PyCryptodome is a self-contained Python package of low-level cryptographic primitives.PyCryptodome is a fork of PyCrypto. It brings several enhancements with respect to the last official version of PyCrypto (2.6.1)</Description>
|
<Description>PyCryptodome is a self-contained Python package of low-level cryptographic primitives.PyCryptodome is a fork of PyCrypto. It brings several enhancements with respect to the last official version of PyCrypto (2.6.1)</Description>
|
||||||
<Archive sha1sum="65c17bda5729dd849a5673e5d1c6e96448a7f970" type="targz">https://github.com/Legrandin/pycryptodome/archive/v3.9.7.tar.gz</Archive>
|
<Archive sha1sum="e67fb9cdea817c22c2611decb9bcf1859d2ad632" type="targz">https://github.com/Legrandin/pycryptodome/archive/v3.9.8.tar.gz</Archive>
|
||||||
<BuildDependencies>
|
<BuildDependencies>
|
||||||
<Dependency>python3-devel</Dependency>
|
<Dependency>python3-devel</Dependency>
|
||||||
<Dependency>python3-setuptools</Dependency>
|
<Dependency>python3-setuptools</Dependency>
|
||||||
@@ -25,8 +25,8 @@
|
|||||||
<Summary>A self-contained Python package of low-level cryptographic primitives</Summary>
|
<Summary>A self-contained Python package of low-level cryptographic primitives</Summary>
|
||||||
<RuntimeDependencies>
|
<RuntimeDependencies>
|
||||||
<!-- For faster public key operations we need GMP in our system. -->
|
<!-- For faster public key operations we need GMP in our system. -->
|
||||||
<Dependency>python3</Dependency>
|
|
||||||
<Dependency>gmp</Dependency>
|
<Dependency>gmp</Dependency>
|
||||||
|
<Dependency>python3</Dependency>
|
||||||
</RuntimeDependencies>
|
</RuntimeDependencies>
|
||||||
<Files>
|
<Files>
|
||||||
<Path fileType="library">/usr/lib/python3*</Path>
|
<Path fileType="library">/usr/lib/python3*</Path>
|
||||||
@@ -35,6 +35,13 @@
|
|||||||
</Package>
|
</Package>
|
||||||
|
|
||||||
<History>
|
<History>
|
||||||
|
<Update release="2">
|
||||||
|
<Date>2020-07-21</Date>
|
||||||
|
<Version>3.9.8</Version>
|
||||||
|
<Comment>Patch version bump.</Comment>
|
||||||
|
<Name>Blue Devil</Name>
|
||||||
|
<Email>bluedevil@sctzine.com</Email>
|
||||||
|
</Update>
|
||||||
<Update release="1">
|
<Update release="1">
|
||||||
<Date>2020-02-21</Date>
|
<Date>2020-02-21</Date>
|
||||||
<Version>3.9.7</Version>
|
<Version>3.9.7</Version>
|
||||||
|
|||||||
@@ -13,7 +13,7 @@
|
|||||||
<IsA>library</IsA>
|
<IsA>library</IsA>
|
||||||
<Summary>A self-contained Python package of low-level cryptographic primitives and doesn't conflict with pycrypto.</Summary>
|
<Summary>A self-contained Python package of low-level cryptographic primitives and doesn't conflict with pycrypto.</Summary>
|
||||||
<Description>PyCryptodomex is a self-contained Python package of low-level cryptographic primitives.PyCryptodome is a fork of PyCrypto. It brings several enhancements with respect to the last official version of PyCrypto (2.6.1)</Description>
|
<Description>PyCryptodomex is a self-contained Python package of low-level cryptographic primitives.PyCryptodome is a fork of PyCrypto. It brings several enhancements with respect to the last official version of PyCrypto (2.6.1)</Description>
|
||||||
<Archive sha1sum="274efa5d01753dda32530f037fc529fbe62ca431" type="targz">https://pypi.org/packages/source/p/pycryptodomex/pycryptodomex-3.9.7.tar.gz</Archive>
|
<Archive sha1sum="db245dcc8fc41874c706f54c213b13d03417d63a" type="targz">https://pypi.org/packages/source/p/pycryptodomex/pycryptodomex-3.9.8.tar.gz</Archive>
|
||||||
<BuildDependencies>
|
<BuildDependencies>
|
||||||
<Dependency>python3-devel</Dependency>
|
<Dependency>python3-devel</Dependency>
|
||||||
<Dependency>python3-setuptools</Dependency>
|
<Dependency>python3-setuptools</Dependency>
|
||||||
@@ -35,6 +35,13 @@
|
|||||||
</Package>
|
</Package>
|
||||||
|
|
||||||
<History>
|
<History>
|
||||||
|
<Update release="2">
|
||||||
|
<Date>2020-07-21</Date>
|
||||||
|
<Version>3.9.8</Version>
|
||||||
|
<Comment>Patch version bump.</Comment>
|
||||||
|
<Name>Blue Devil</Name>
|
||||||
|
<Email>bluedevil@sctzine.com</Email>
|
||||||
|
</Update>
|
||||||
<Update release="1">
|
<Update release="1">
|
||||||
<Date>2020-02-24</Date>
|
<Date>2020-02-24</Date>
|
||||||
<Version>3.9.7</Version>
|
<Version>3.9.7</Version>
|
||||||
|
|||||||
@@ -4,8 +4,8 @@
|
|||||||
# Licensed under the GNU General Public License, version 3.
|
# Licensed under the GNU General Public License, version 3.
|
||||||
# See the file http://www.gnu.org/licenses/gpl.txt
|
# See the file http://www.gnu.org/licenses/gpl.txt
|
||||||
|
|
||||||
from pisi.actionsapi import pythonmodules
|
|
||||||
from pisi.actionsapi import shelltools
|
from pisi.actionsapi import shelltools
|
||||||
|
from pisi.actionsapi import pythonmodules
|
||||||
|
|
||||||
def build():
|
def build():
|
||||||
# fix unused direct dependency analysis
|
# fix unused direct dependency analysis
|
||||||
|
|||||||
@@ -13,10 +13,10 @@
|
|||||||
<IsA>library</IsA>
|
<IsA>library</IsA>
|
||||||
<Summary>Python3 binding to the Networking and Cryptography (NaCl) library</Summary>
|
<Summary>Python3 binding to the Networking and Cryptography (NaCl) library</Summary>
|
||||||
<Description>python3-pynacl PyNaCl is a Python3 binding to libsodium, which is a fork of the Networking and Cryptography library. These libraries have a stated goal of improving usability, security and speed.</Description>
|
<Description>python3-pynacl PyNaCl is a Python3 binding to libsodium, which is a fork of the Networking and Cryptography library. These libraries have a stated goal of improving usability, security and speed.</Description>
|
||||||
<Archive sha1sum="f0b09d0168e8f6fbefb0cff0d6eb26ae484bee4e" type="targz">https://github.com/pyca/pynacl/archive/1.3.0.tar.gz</Archive>
|
<Archive sha1sum="e18c3803dd7944afd7b00c8c43c3c61fcb75136f" type="targz">https://github.com/pyca/pynacl/archive/1.4.0.tar.gz</Archive>
|
||||||
<BuildDependencies>
|
<BuildDependencies>
|
||||||
<Dependency>python3-setuptools</Dependency>
|
|
||||||
<Dependency>python3-devel</Dependency>
|
<Dependency>python3-devel</Dependency>
|
||||||
|
<Dependency>python3-setuptools</Dependency>
|
||||||
</BuildDependencies>
|
</BuildDependencies>
|
||||||
</Source>
|
</Source>
|
||||||
|
|
||||||
@@ -24,8 +24,8 @@
|
|||||||
<Name>python3-pynacl</Name>
|
<Name>python3-pynacl</Name>
|
||||||
<Summary>PyNaCl module for python3</Summary>
|
<Summary>PyNaCl module for python3</Summary>
|
||||||
<RuntimeDependencies>
|
<RuntimeDependencies>
|
||||||
<Dependency>python3-cffi</Dependency>
|
|
||||||
<Dependency>python3</Dependency>
|
<Dependency>python3</Dependency>
|
||||||
|
<Dependency>python3-cffi</Dependency>
|
||||||
</RuntimeDependencies>
|
</RuntimeDependencies>
|
||||||
<Files>
|
<Files>
|
||||||
<Path fileType="library">/usr/lib/python3*</Path>
|
<Path fileType="library">/usr/lib/python3*</Path>
|
||||||
@@ -34,6 +34,13 @@
|
|||||||
</Package>
|
</Package>
|
||||||
|
|
||||||
<History>
|
<History>
|
||||||
|
<Update release="3">
|
||||||
|
<Date>2020-07-21</Date>
|
||||||
|
<Version>1.4.0</Version>
|
||||||
|
<Comment>Minor version bump.</Comment>
|
||||||
|
<Name>Blue Devil</Name>
|
||||||
|
<Email>bluedevil@sctzine.com</Email>
|
||||||
|
</Update>
|
||||||
<Update release="2">
|
<Update release="2">
|
||||||
<Date>2019-12-11</Date>
|
<Date>2019-12-11</Date>
|
||||||
<Version>1.3.0</Version>
|
<Version>1.3.0</Version>
|
||||||
|
|||||||
@@ -13,10 +13,10 @@
|
|||||||
<IsA>library</IsA>
|
<IsA>library</IsA>
|
||||||
<Summary>Deal PySol FC Cards</Summary>
|
<Summary>Deal PySol FC Cards</Summary>
|
||||||
<Description>The pysol-cards python modules allow the python developer to generate the initial deals of some PySol FC games. It also supports PySol legacy deals and Microsoft FreeCell / Freecell Pro deals.</Description>
|
<Description>The pysol-cards python modules allow the python developer to generate the initial deals of some PySol FC games. It also supports PySol legacy deals and Microsoft FreeCell / Freecell Pro deals.</Description>
|
||||||
<Archive sha1sum="64ebfd66784f9bc6263c30a6830ff5972ffee3cd" type="targz">https://pypi.io/packages/source/p/pysol_cards/pysol_cards-0.8.9.tar.gz</Archive>
|
<Archive sha1sum="65096b12cb5f10d7c3163dd9489f0359cf39eba2" type="targz">https://pypi.io/packages/source/p/pysol_cards/pysol_cards-0.10.1.tar.gz</Archive>
|
||||||
<BuildDependencies>
|
<BuildDependencies>
|
||||||
<Dependency>python3-setuptools</Dependency>
|
|
||||||
<Dependency>python3-devel</Dependency>
|
<Dependency>python3-devel</Dependency>
|
||||||
|
<Dependency>python3-setuptools</Dependency>
|
||||||
</BuildDependencies>
|
</BuildDependencies>
|
||||||
</Source>
|
</Source>
|
||||||
|
|
||||||
@@ -24,17 +24,24 @@
|
|||||||
<Name>python3-pysol_cards</Name>
|
<Name>python3-pysol_cards</Name>
|
||||||
<Summary>Deal PySol FC Cards</Summary>
|
<Summary>Deal PySol FC Cards</Summary>
|
||||||
<RuntimeDependencies>
|
<RuntimeDependencies>
|
||||||
<Dependency>python3-pbr</Dependency>
|
|
||||||
<Dependency>python3</Dependency>
|
<Dependency>python3</Dependency>
|
||||||
|
<Dependency>python3-pbr</Dependency>
|
||||||
</RuntimeDependencies>
|
</RuntimeDependencies>
|
||||||
<Files>
|
<Files>
|
||||||
<Path fileType="doc">/usr/share/doc</Path>
|
|
||||||
<Path fileType="library">/usr/lib</Path>
|
|
||||||
<Path fileType="data">/usr/share</Path>
|
<Path fileType="data">/usr/share</Path>
|
||||||
|
<Path fileType="library">/usr/lib</Path>
|
||||||
|
<Path fileType="doc">/usr/share/doc</Path>
|
||||||
</Files>
|
</Files>
|
||||||
</Package>
|
</Package>
|
||||||
|
|
||||||
<History>
|
<History>
|
||||||
|
<Update release="4">
|
||||||
|
<Date>2020-07-21</Date>
|
||||||
|
<Version>0.10.1</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>0.8.9</Version>
|
<Version>0.8.9</Version>
|
||||||
|
|||||||
@@ -13,10 +13,10 @@
|
|||||||
<IsA>library</IsA>
|
<IsA>library</IsA>
|
||||||
<Summary>Requests is an Apache2 Licensed HTTP library, written in Python, for human beings.</Summary>
|
<Summary>Requests is an Apache2 Licensed HTTP library, written in Python, for human beings.</Summary>
|
||||||
<Description>Python’s standard urllib2 module provides most of the HTTP capabilities you need</Description>
|
<Description>Python’s standard urllib2 module provides most of the HTTP capabilities you need</Description>
|
||||||
<Archive sha1sum="c3684553fd2af62da6d91f35f04a6148d90e8d4f" type="targz">https://github.com/psf/requests/archive/v2.23.0.tar.gz</Archive>
|
<Archive sha1sum="eda0962925f7795887530d8a57309f43266d4571" type="targz">https://github.com/psf/requests/archive/v2.24.0.tar.gz</Archive>
|
||||||
<BuildDependencies>
|
<BuildDependencies>
|
||||||
<Dependency>python3-setuptools</Dependency>
|
|
||||||
<Dependency>python3-devel</Dependency>
|
<Dependency>python3-devel</Dependency>
|
||||||
|
<Dependency>python3-setuptools</Dependency>
|
||||||
</BuildDependencies>
|
</BuildDependencies>
|
||||||
<Patches>
|
<Patches>
|
||||||
<Patch>certs.patch</Patch>
|
<Patch>certs.patch</Patch>
|
||||||
@@ -27,10 +27,10 @@
|
|||||||
<Name>python3-requests</Name>
|
<Name>python3-requests</Name>
|
||||||
<Summary>Requests is an Apache2 Licensed HTTP library, written in Python, for human beings.</Summary>
|
<Summary>Requests is an Apache2 Licensed HTTP library, written in Python, for human beings.</Summary>
|
||||||
<RuntimeDependencies>
|
<RuntimeDependencies>
|
||||||
|
<Dependency>python3</Dependency>
|
||||||
|
<Dependency>python3-idna</Dependency>
|
||||||
<Dependency>python3-chardet</Dependency>
|
<Dependency>python3-chardet</Dependency>
|
||||||
<Dependency>python3-urllib3</Dependency>
|
<Dependency>python3-urllib3</Dependency>
|
||||||
<Dependency>python3-idna</Dependency>
|
|
||||||
<Dependency>python3</Dependency>
|
|
||||||
</RuntimeDependencies>
|
</RuntimeDependencies>
|
||||||
<Files>
|
<Files>
|
||||||
<Path fileType="doc">/usr/share/doc/python3-requests</Path>
|
<Path fileType="doc">/usr/share/doc/python3-requests</Path>
|
||||||
@@ -39,6 +39,13 @@
|
|||||||
</Package>
|
</Package>
|
||||||
|
|
||||||
<History>
|
<History>
|
||||||
|
<Update release="10">
|
||||||
|
<Date>2020-07-21</Date>
|
||||||
|
<Version>2.24.0</Version>
|
||||||
|
<Comment>Minor version bump.</Comment>
|
||||||
|
<Name>Blue Devil</Name>
|
||||||
|
<Email>bluedevil@sctzine.com</Email>
|
||||||
|
</Update>
|
||||||
<Update release="9">
|
<Update release="9">
|
||||||
<Date>2020-02-21</Date>
|
<Date>2020-02-21</Date>
|
||||||
<Version>2.23.0</Version>
|
<Version>2.23.0</Version>
|
||||||
|
|||||||
Reference in New Issue
Block a user