Date: Tuesday, November 1, 2022 @ 19:12:53
  Author: arojas
Revision: 1340266

archrelease: copy trunk to community-x86_64

Added:
  python-pyproj/repos/community-x86_64/PKGBUILD
    (from rev 1340265, python-pyproj/trunk/PKGBUILD)
Deleted:
  python-pyproj/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   80 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 40 insertions(+), 40 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2022-11-01 19:12:45 UTC (rev 1340265)
+++ PKGBUILD    2022-11-01 19:12:53 UTC (rev 1340266)
@@ -1,40 +0,0 @@
-# Maintainer: Jaroslav Lichtblau <[email protected]>
-# Maintainer: Bruno Pagani <[email protected]>
-# Contributor: Stéphane Gaudreault <[email protected]>
-
-pkgname=python-pyproj
-pkgver=3.3.1
-pkgrel=1
-pkgdesc="Python interfaces to PROJ.4 library"
-arch=(x86_64)
-url="https://github.com/pyproj4/pyproj";
-license=(custom)
-depends=(proj python)
-makedepends=(python-setuptools cython)
-checkdepends=(python-pytest python-certifi python-numpy python-pandas 
python-shapely python-xarray)
-source=(https://github.com/pyproj4/pyproj/archive/$pkgver/$pkgname-$pkgver.tar.gz)
-sha256sums=('f4201ea962458c4da927ddd19f92fff3d81db8a78a9297269f56810dab01700c')
-
-prepare() {
-  # Remove RPATH
-  sed -i '/runtime_library_dirs/d' pyproj-$pkgver/setup.py
-}
-
-build() {
-  export PROJ_DIR=/usr
-  cd pyproj-$pkgver
-  python setup.py build
-}
-
-# Import issues, no time to investigate
-#check() {
-#  cd pyproj-$pkgver
-#  local python_version=$(python -c 'import sys; print(".".join(map(str, 
sys.version_info[:2])))')
-#  PYTHONPATH="${PWD}"/build/lib.linux-$CARCH-${python_version} pytest -vv 
--color=yes
-#}
-
-package() {
-  cd pyproj-$pkgver
-  python setup.py install --prefix=/usr --root="${pkgdir}" --optimize=1 
--skip-build
-  install -Dm644 LICENSE_proj4 
"${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
-}

Copied: python-pyproj/repos/community-x86_64/PKGBUILD (from rev 1340265, 
python-pyproj/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2022-11-01 19:12:53 UTC (rev 1340266)
@@ -0,0 +1,40 @@
+# Maintainer: Jaroslav Lichtblau <[email protected]>
+# Maintainer: Bruno Pagani <[email protected]>
+# Contributor: Stéphane Gaudreault <[email protected]>
+
+pkgname=python-pyproj
+pkgver=3.4.0
+pkgrel=1
+pkgdesc="Python interfaces to PROJ.4 library"
+arch=(x86_64)
+url="https://github.com/pyproj4/pyproj";
+license=(custom)
+depends=(proj python)
+makedepends=(python-setuptools cython)
+checkdepends=(python-pytest python-certifi python-numpy python-pandas 
python-shapely python-xarray)
+source=(https://github.com/pyproj4/pyproj/archive/$pkgver/$pkgname-$pkgver.tar.gz)
+sha256sums=('93cc66cdd3b261b78513e85ab42642a4b5e92e05b4bcca92b1adf8a8356bb0c8')
+
+prepare() {
+  # Remove RPATH
+  sed -i 's/library_dirs if os.name.*/None/' pyproj-$pkgver/setup.py
+}
+
+build() {
+  export PROJ_DIR=/usr
+  cd pyproj-$pkgver
+  python setup.py build
+}
+
+# Import issues, no time to investigate
+#check() {
+#  cd pyproj-$pkgver
+#  local python_version=$(python -c 'import sys; print(".".join(map(str, 
sys.version_info[:2])))')
+#  PYTHONPATH="${PWD}"/build/lib.linux-$CARCH-${python_version} pytest -vv 
--color=yes
+#}
+
+package() {
+  cd pyproj-$pkgver
+  python setup.py install --prefix=/usr --root="${pkgdir}" --optimize=1 
--skip-build
+  install -Dm644 LICENSE_proj4 
"${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
+}

Reply via email to