Date: Sunday, April 16, 2023 @ 08:04:07
  Author: arojas
Revision: 1446432

archrelease: copy trunk to community-x86_64

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

----------+
 PKGBUILD |   66 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 33 insertions(+), 33 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2023-04-16 08:03:54 UTC (rev 1446431)
+++ PKGBUILD    2023-04-16 08:04:07 UTC (rev 1446432)
@@ -1,33 +0,0 @@
-# Maintainer: Bruno Pagani <[email protected]>
-
-_pkg=pygeos
-pkgname=python-${_pkg}
-pkgver=0.13
-pkgrel=1
-pkgdesc="Wraps GEOS geometry functions in numpy ufuncs"
-arch=(x86_64)
-url="https://pygeos.readthedocs.io/";
-license=(BSD)
-depends=(geos python-numpy)
-makedepends=(cython python-setuptools)
-checkdepends=(python-pytest)
-source=(https://files.pythonhosted.org/packages/source/${_pkg::1}/${_pkg}/${_pkg}-${pkgver}.tar.gz)
-sha256sums=('1c373078aad5a2efed1c39cd71c797aa2033bf3087f35f7516bac89be50b9861')
-
-build() {
-  cd ${_pkg}-${pkgver}
-  python setup.py build
-}
-
-# ModuleNotFoundError: No module named 'pygeos.lib'
-#check() {
-#  cd ${_pkg}-${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 ${_pkg}-${pkgver}
-  python setup.py install --prefix=/usr --root="${pkgdir}" --skip-build 
--optimize=1
-  install -Dm644 LICENSE -t "${pkgdir}"/usr/share/licenses/${pkgname}
-}

Copied: python-pygeos/repos/community-x86_64/PKGBUILD (from rev 1446431, 
python-pygeos/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2023-04-16 08:04:07 UTC (rev 1446432)
@@ -0,0 +1,33 @@
+# Maintainer: Bruno Pagani <[email protected]>
+
+_pkg=pygeos
+pkgname=python-${_pkg}
+pkgver=0.14
+pkgrel=1
+pkgdesc="Wraps GEOS geometry functions in numpy ufuncs"
+arch=(x86_64)
+url="https://pygeos.readthedocs.io/";
+license=(BSD)
+depends=(geos python-numpy)
+makedepends=(cython python-setuptools)
+checkdepends=(python-pytest)
+source=(https://files.pythonhosted.org/packages/source/${_pkg::1}/${_pkg}/${_pkg}-${pkgver}.tar.gz)
+sha256sums=('30fbc17f64844200b85133b885fcfb65541b8779531f6ef4f8fe467d3fba7623')
+
+build() {
+  cd ${_pkg}-${pkgver}
+  python setup.py build
+}
+
+# ModuleNotFoundError: No module named 'pygeos.lib'
+#check() {
+#  cd ${_pkg}-${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 ${_pkg}-${pkgver}
+  python setup.py install --prefix=/usr --root="${pkgdir}" --skip-build 
--optimize=1
+  install -Dm644 LICENSE -t "${pkgdir}"/usr/share/licenses/${pkgname}
+}

Reply via email to