Date: Sunday, April 16, 2023 @ 08:02:16
  Author: arojas
Revision: 1446430

archrelease: copy trunk to community-staging-x86_64

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2023-04-16 08:02:00 UTC (rev 1446429)
+++ PKGBUILD    2023-04-16 08:02:16 UTC (rev 1446430)
@@ -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.4.1
-pkgrel=2
-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=('4248cd0c1e0ba8b78600a35ce3c4d6d92a8ef5e9e275dbe843cc22c7bdaa7362')
-
-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
-}

Copied: python-pyproj/repos/community-staging-x86_64/PKGBUILD (from rev 
1446429, python-pyproj/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2023-04-16 08:02:16 UTC (rev 1446430)
@@ -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.5.0
+pkgrel=2
+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=('7cfd001b6af602cace31895c98a486e0570b8a2f4e7c8bb97a0e9f64e8cf029f')
+
+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_proj "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
+}

Reply via email to