Date: Friday, November 25, 2022 @ 02:07:44
Author: kgizdov
Revision: 1353705
archrelease: copy trunk to community-x86_64
Added:
python-pyogrio/repos/community-x86_64/PKGBUILD
(from rev 1353704, python-pyogrio/trunk/PKGBUILD)
Deleted:
python-pyogrio/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 64 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 32 insertions(+), 32 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2022-11-25 02:07:38 UTC (rev 1353704)
+++ PKGBUILD 2022-11-25 02:07:44 UTC (rev 1353705)
@@ -1,32 +0,0 @@
-# Maintainer: Bruno Pagani <[email protected]>
-
-_pkg=pyogrio
-pkgname=python-${_pkg}
-pkgver=0.4.2
-pkgrel=1
-pkgdesc="Vectorized vector I/O using OGR"
-arch=(x86_64)
-url="https://pyogrio.readthedocs.io/"
-license=(MIT)
-depends=(gdal python-certifi python-numpy)
-makedepends=(cython python-setuptools)
-checkdepends=(python-pytest)
-source=(https://files.pythonhosted.org/packages/source/${_pkg::1}/${_pkg}/${_pkg}-${pkgver}.tar.gz)
-sha256sums=('a6d74a7b93cb165eee19beee380275d39eabd3f17cd1ecb9e67dfc340d5ba433')
-
-build() {
- cd ${_pkg}-${pkgver}
- python setup.py build
-}
-
-# ModuleNotFoundError: No module named 'pyogrio._ogr' even when setting
PYTHONPATH or using a venv
-#check() {
-# cd ${_pkg}-${pkgver}
-# 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-pyogrio/repos/community-x86_64/PKGBUILD (from rev 1353704,
python-pyogrio/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2022-11-25 02:07:44 UTC (rev 1353705)
@@ -0,0 +1,32 @@
+# Maintainer: Bruno Pagani <[email protected]>
+
+_pkg=pyogrio
+pkgname=python-${_pkg}
+pkgver=0.4.2
+pkgrel=2
+pkgdesc="Vectorized vector I/O using OGR"
+arch=(x86_64)
+url="https://pyogrio.readthedocs.io/"
+license=(MIT)
+depends=(gdal python-certifi python-numpy)
+makedepends=(cython python-setuptools)
+checkdepends=(python-pytest)
+source=(https://files.pythonhosted.org/packages/source/${_pkg::1}/${_pkg}/${_pkg}-${pkgver}.tar.gz)
+sha256sums=('a6d74a7b93cb165eee19beee380275d39eabd3f17cd1ecb9e67dfc340d5ba433')
+
+build() {
+ cd ${_pkg}-${pkgver}
+ python setup.py build
+}
+
+# ModuleNotFoundError: No module named 'pyogrio._ogr' even when setting
PYTHONPATH or using a venv
+#check() {
+# cd ${_pkg}-${pkgver}
+# 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}
+}