Merge pull request #2675 from alihanozturk/master

python-* fix and v.bump
This commit is contained in:
Alihan Öztürk
2017-01-29 20:21:22 +02:00
committed by GitHub
4 changed files with 8 additions and 6 deletions
@@ -17,6 +17,7 @@
<Dependency>python-websocket-client</Dependency>
<Dependency>python-six</Dependency>
<Dependency>python-requests</Dependency>
<Dependency>pip</Dependency>
</BuildDependencies>
</Source>
<Package>
@@ -13,7 +13,7 @@
<IsA>library</IsA>
<Summary>lxml is the most feature-rich and easy-to-use library</Summary>
<Description>lxml is the most feature-rich and easy-to-use library for working with XML and HTML in the Python language.</Description>
<Archive sha1sum="c23051e339242773ab5ce4201ff5cc0c86a880ca" type="targz">http://lxml.de/files/lxml-3.7.2.tgz</Archive>
<Archive sha1sum="8fdc03e1c961d16eacb17a6a96dcf5ea1290e09a" type="targz">https://files.pythonhosted.org/packages/66/45/f11fc376f784c6f2e77ffc7a9d02374ff3ceb07ede8c56f918939409577c/lxml-3.7.2.tar.gz</Archive>
<BuildDependencies>
<Dependency>libxml2-devel</Dependency>
<Dependency>python-devel</Dependency>
@@ -24,7 +24,7 @@ def build():
def install():
pythonmodules.install(NUMPY_FCONFIG)
pisitools.doman("numpy/f2py/f2py.1")
pisitools.doman("doc/f2py/f2py.1")
pisitools.insinto(f2py_docs, "numpy/f2py/docs/*.txt")
pisitools.insinto(f2py_docs, "doc/f2py/*.txt")
pisitools.dodoc("COMPATIBILITY", "DEV_README.txt", "LICENSE.txt", "THANKS.txt")
@@ -12,10 +12,11 @@
<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="b275752aa4855c9e3ed1689bbaa4491bc4b5f716" type="targz">mirrors://sourceforge/numpy/numpy-1.11.2.tar.gz</Archive>
<Archive sha1sum="e72916cc72bb6473edff7ab7cc4e7aebdc67517f" type="targz">https://github.com/numpy/numpy/releases/download/v1.12.0/numpy-1.12.0.tar.gz</Archive>
<BuildDependencies>
<Dependency>python-devel</Dependency>
<Dependency>python-nose</Dependency>
<Dependency>python-setuptools</Dependency>
<Dependency>libgfortran</Dependency>
<Dependency>lapack-devel</Dependency>
</BuildDependencies>
@@ -46,8 +47,8 @@
<History>
<Update release="3">
<Date>2017-01-25</Date>
<Version>1.11.2</Version>
<Date>2017-01-29</Date>
<Version>1.12.0</Version>
<Comment>Version Bump</Comment>
<Name>Pisi Linux Community</Name>
<Email>admin@pisilinux.org</Email>