Merge pull request #8223 from blue-devil/master

python modules ver bumps
This commit is contained in:
Kamil ATLI
2020-03-26 01:26:57 +03:00
committed by GitHub
7 changed files with 43 additions and 17 deletions
@@ -13,7 +13,7 @@
<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="c85c118621ebbd15eec4987d05318d983b5f132e" type="targz">https://github.com/matplotlib/matplotlib/archive/v3.2.0.tar.gz</Archive> <Archive sha1sum="e5c48e2a4d59694bcb11e5c7495e9cb28492f75b" type="targz">https://github.com/matplotlib/matplotlib/archive/v3.2.1.tar.gz</Archive>
<BuildDependencies> <BuildDependencies>
<Dependency>python3-setuptools</Dependency> <Dependency>python3-setuptools</Dependency>
<Dependency>freetype-devel</Dependency> <Dependency>freetype-devel</Dependency>
@@ -42,6 +42,13 @@
</Package> </Package>
<History> <History>
<Update release="2">
<Date>2020-03-18</Date>
<Version>3.2.1</Version>
<Comment>Patch version bump.</Comment>
<Name>Blue Devil</Name>
<Email>bluedevil@sctzine.com</Email>
</Update>
<Update release="1"> <Update release="1">
<Date>2020-03-05</Date> <Date>2020-03-05</Date>
<Version>3.2.0</Version> <Version>3.2.0</Version>
@@ -13,6 +13,7 @@ WorkDir = "numpy-%s" % get.srcVERSION()
shelltools.export("ATLAS", "None") shelltools.export("ATLAS", "None")
shelltools.export("PTATLAS", "None") shelltools.export("PTATLAS", "None")
# fix unused direct dependency analysis
shelltools.export("LDSHARED", "x86_64-pc-linux-gnu-gcc -Wl,-O1,--as-needed -shared -lpthread") shelltools.export("LDSHARED", "x86_64-pc-linux-gnu-gcc -Wl,-O1,--as-needed -shared -lpthread")
def build(): def build():
@@ -23,4 +24,4 @@ def install():
pisitools.dodoc("LICENSE*") pisitools.dodoc("LICENSE*")
for dirs in ["doc"]: for dirs in ["doc"]:
pisitools.insinto("%s/%s" % (get.docDIR(), get.srcNAME()), dirs) pisitools.insinto("%s/%s" % (get.docDIR(), get.srcNAME()), dirs)
@@ -8,12 +8,12 @@
<Name>PisiLinux Community</Name> <Name>PisiLinux Community</Name>
<Email>admins@pisilinux.org</Email> <Email>admins@pisilinux.org</Email>
</Packager> </Packager>
<License>BSD</License>
<PartOf>programming.language.python3</PartOf> <PartOf>programming.language.python3</PartOf>
<License>BSD</License>
<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="e5039bd773c5aa0eb964f6dbb00c9e654a89e294" type="targz">https://github.com/numpy/numpy/archive/v1.18.1.tar.gz</Archive> <Archive sha1sum="398269c474b6aa599a0d8d784e9af0d8a8ee7882" type="targz">https://github.com/numpy/numpy/archive/v1.18.2.tar.gz</Archive>
<BuildDependencies> <BuildDependencies>
<Dependency>python3-setuptools</Dependency> <Dependency>python3-setuptools</Dependency>
<Dependency>python3-devel</Dependency> <Dependency>python3-devel</Dependency>
@@ -28,15 +28,18 @@
<Name>python3-numpy</Name> <Name>python3-numpy</Name>
<Summary>The fundamental package needed for scientific computing with Python</Summary> <Summary>The fundamental package needed for scientific computing with Python</Summary>
<RuntimeDependencies> <RuntimeDependencies>
<Dependency>python3-setuptools</Dependency>
<Dependency>libquadmath</Dependency>
<Dependency>python3</Dependency> <Dependency>python3</Dependency>
<Dependency>lapack</Dependency> <Dependency>lapack</Dependency>
<Dependency>cblas</Dependency>
<Dependency>blas</Dependency> <Dependency>blas</Dependency>
</RuntimeDependencies> </RuntimeDependencies>
<Files> <Files>
<Path fileType="library">/usr/lib</Path>
<Path fileType="doc">/usr/share/doc</Path>
<Path fileType="executable">/usr/bin</Path>
<Path fileType="doc">/usr/share/doc/python3-numpy/LICENSE*</Path> <Path fileType="doc">/usr/share/doc/python3-numpy/LICENSE*</Path>
<Path fileType="executable">/usr/bin</Path>
<Path fileType="doc">/usr/share/doc</Path>
<Path fileType="library">/usr/lib</Path>
</Files> </Files>
</Package> </Package>
@@ -52,6 +55,13 @@
</Package> </Package>
<History> <History>
<Update release="7">
<Date>2020-03-24</Date>
<Version>1.18.2</Version>
<Comment>Patch version bump</Comment>
<Name>Blue Devil</Name>
<Email>bluedevil@sctzine.com</Email>
</Update>
<Update release="6"> <Update release="6">
<Date>2020-01-11</Date> <Date>2020-01-11</Date>
<Version>1.18.1</Version> <Version>1.18.1</Version>
@@ -74,4 +84,4 @@
<Email>muscnsl@gmail.com</Email> <Email>muscnsl@gmail.com</Email>
</Update> </Update>
</History> </History>
</PISI> </PISI>
@@ -12,4 +12,4 @@
<Summary xml:lang="tr">python3-numpy için belgelendirme dosyaları</Summary> <Summary xml:lang="tr">python3-numpy için belgelendirme dosyaları</Summary>
<Description xml:lang="tr">python3-numpy-docs, python3-numpy için belgelendirme dosyalarını içerir.</Description> <Description xml:lang="tr">python3-numpy-docs, python3-numpy için belgelendirme dosyalarını içerir.</Description>
</Package> </Package>
</PISI> </PISI>
@@ -18,4 +18,5 @@ def build():
autotools.make() autotools.make()
def install(): def install():
autotools.rawInstall("DESTDIR=%s" % get.installDIR()) autotools.rawInstall("DESTDIR=%s" % get.installDIR())
pisitools.dodoc("COPYING*", "README")
@@ -8,16 +8,16 @@
<Name>Kamil Atlı</Name> <Name>Kamil Atlı</Name>
<Email>suvari@pisilinux.org</Email> <Email>suvari@pisilinux.org</Email>
</Packager> </Packager>
<License>LGPLv2+</License>
<PartOf>programming.language.python3</PartOf> <PartOf>programming.language.python3</PartOf>
<License>LGPLv2+</License>
<IsA>library</IsA> <IsA>library</IsA>
<Summary>Python bindings for at-spi2-core</Summary> <Summary>Python bindings for at-spi2-core</Summary>
<Description>python3-pyatspi provides a python client library for the AT-SPI D-Bus accessibility infrastructure.</Description> <Description>python3-pyatspi provides a python client library for the AT-SPI D-Bus accessibility infrastructure.</Description>
<Archive sha1sum="dfeba1b19039217bacbf7e26ed9f0550869b4125" type="tarxz">http://ftp.acc.umu.se/pub/GNOME/sources/pyatspi/2.34/pyatspi-2.34.0.tar.xz</Archive> <Archive sha1sum="5f6c87474f1475cfb39ad9497be6237d50cd4640" type="tarxz">http://ftp.acc.umu.se/pub/GNOME/sources/pyatspi/2.36/pyatspi-2.36.0.tar.xz</Archive>
<BuildDependencies> <BuildDependencies>
<Dependency>at-spi2-core-devel</Dependency>
<Dependency>python-pygobject3-devel</Dependency>
<Dependency>python3-pygobject3-devel</Dependency> <Dependency>python3-pygobject3-devel</Dependency>
<Dependency>python-pygobject3-devel</Dependency>
<Dependency>at-spi2-core-devel</Dependency>
</BuildDependencies> </BuildDependencies>
</Source> </Source>
@@ -25,9 +25,9 @@
<Name>python3-pyatspi</Name> <Name>python3-pyatspi</Name>
<Summary>Python bindings for at-spi2-core</Summary> <Summary>Python bindings for at-spi2-core</Summary>
<RuntimeDependencies> <RuntimeDependencies>
<Dependency>python3</Dependency>
<Dependency>at-spi2-core</Dependency>
<Dependency>python3-pygobject3</Dependency> <Dependency>python3-pygobject3</Dependency>
<Dependency>at-spi2-core</Dependency>
<Dependency>python3</Dependency>
</RuntimeDependencies> </RuntimeDependencies>
<Files> <Files>
<Path fileType="executable">/usr/lib/python*</Path> <Path fileType="executable">/usr/lib/python*</Path>
@@ -36,6 +36,13 @@
</Package> </Package>
<History> <History>
<Update release="3">
<Date>2020-03-17</Date>
<Version>2.36.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-01-15</Date> <Date>2020-01-15</Date>
<Version>2.34.0</Version> <Version>2.34.0</Version>
@@ -1,7 +1,7 @@
<?xml version="1.0" ?> <?xml version="1.0" ?>
<PISI> <PISI>
<Source> <Source>
<Name>python-pyatspi</Name> <Name>python3-pyatspi</Name>
<Summary xml:lang="tr">at-spi2-core altyapısı için Python bağlayıcısı</Summary> <Summary xml:lang="tr">at-spi2-core altyapısı için Python bağlayıcısı</Summary>
<Description xml:lang="tr">python3-pyatspi AT-SPI D-Bus erişilebilirlik altyapısı için python istemci kitaplığıdır.</Description> <Description xml:lang="tr">python3-pyatspi AT-SPI D-Bus erişilebilirlik altyapısı için python istemci kitaplığıdır.</Description>
</Source> </Source>