diff --git a/Makefile b/Makefile new file mode 100644 --- /dev/null +++ b/Makefile @@ -0,0 +1 @@ +include ../Makefile.common diff --git a/abi_used_libs b/abi_used_libs new file mode 100644 --- /dev/null +++ b/abi_used_libs @@ -0,0 +1,5 @@ +libc.so.6 +libproj.so.12 +libpthread.so.0 +libpython2.7.so.1.0 +libpython3.5m.so.1.0 diff --git a/package.yml b/package.yml new file mode 100644 --- /dev/null +++ b/package.yml @@ -0,0 +1,45 @@ +name : python-pyproj +version : 1.9.5.1 +release : 1 +source : + - https://github.com/jswhit/pyproj/archive/v1.9.5.1rel.tar.gz : 0e19f02ebbf4c253813142ffe06e12489f3861877c3fab75b6c769c1a1960cac +license : ISC +component : programming.python +summary : Python interface to PROJ.4 library for cartographic transformations +description: | + Cython wrapper to provide python interfaces to Proj. + Performs cartographic transformations between geographic (Lat/Lon) + and map projection (x/y) coordinates. Can also transform directly + from one map projection coordinate system to another. + Coordinates can be given as numpy arrays, python arrays, lists or scalars. + Optimized for numpy arrays. +builddeps : + - pkgconfig(proj) + - pkgconfig(python-3.5) + - python-setuptools +setup : | + # Remove RPATH + sed -i "s/runtime_library_dirs=libdirs,//" setup.py + + cp -a . ../py3build + mv $PWD ${PWD%/*}/py2build +build : | + export PROJ_DIR=/usr + + pushd py2build + CFLAGS="$CFLAGS" %python_setup + popd + + pushd py3build + CFLAGS="$CFLAGS" %python3_setup + popd +install : | + export PROJ_DIR=/usr + + pushd py2build + %python_install --skip-build + popd + + pushd py3build + %python3_install --skip-build + popd diff --git a/pspec_x86_64.xml b/pspec_x86_64.xml new file mode 100644 --- /dev/null +++ b/pspec_x86_64.xml @@ -0,0 +1,61 @@ + + + python-pyproj + + Pierre-Yves + pyu@riseup.net + + ISC + programming.python + Python interface to PROJ.4 library for cartographic transformations + Cython wrapper to provide python interfaces to Proj. +Performs cartographic transformations between geographic (Lat/Lon) +and map projection (x/y) coordinates. Can also transform directly +from one map projection coordinate system to another. +Coordinates can be given as numpy arrays, python arrays, lists or scalars. +Optimized for numpy arrays. + + https://solus-project.com/sources/README.Solus + + + python-pyproj + Python interface to PROJ.4 library for cartographic transformations + Cython wrapper to provide python interfaces to Proj. +Performs cartographic transformations between geographic (Lat/Lon) +and map projection (x/y) coordinates. Can also transform directly +from one map projection coordinate system to another. +Coordinates can be given as numpy arrays, python arrays, lists or scalars. +Optimized for numpy arrays. + + programming.python + + /usr/lib/python2.7/site-packages/pyproj-1.9.5.1-py2.7.egg-info/PKG-INFO + /usr/lib/python2.7/site-packages/pyproj-1.9.5.1-py2.7.egg-info/SOURCES.txt + /usr/lib/python2.7/site-packages/pyproj-1.9.5.1-py2.7.egg-info/dependency_links.txt + /usr/lib/python2.7/site-packages/pyproj-1.9.5.1-py2.7.egg-info/top_level.txt + /usr/lib/python2.7/site-packages/pyproj/__init__.py + /usr/lib/python2.7/site-packages/pyproj/__init__.pyc + /usr/lib/python2.7/site-packages/pyproj/_proj.so + /usr/lib/python2.7/site-packages/pyproj/datadir.py + /usr/lib/python2.7/site-packages/pyproj/datadir.pyc + /usr/lib/python3.5/site-packages/pyproj-1.9.5.1-py3.5.egg-info/PKG-INFO + /usr/lib/python3.5/site-packages/pyproj-1.9.5.1-py3.5.egg-info/SOURCES.txt + /usr/lib/python3.5/site-packages/pyproj-1.9.5.1-py3.5.egg-info/dependency_links.txt + /usr/lib/python3.5/site-packages/pyproj-1.9.5.1-py3.5.egg-info/top_level.txt + /usr/lib/python3.5/site-packages/pyproj/__init__.py + /usr/lib/python3.5/site-packages/pyproj/__pycache__/__init__.cpython-35.pyc + /usr/lib/python3.5/site-packages/pyproj/__pycache__/datadir.cpython-35.pyc + /usr/lib/python3.5/site-packages/pyproj/_proj.cpython-35m-x86_64-linux-gnu.so + /usr/lib/python3.5/site-packages/pyproj/datadir.py + + + + + 2017-09-18 + 1.9.5.1 + Packaging update + Pierre-Yves + pyu@riseup.net + + + \ No newline at end of file