Date: Saturday, April 15, 2023 @ 21:52:09
Author: arojas
Revision: 1446215
archrelease: copy trunk to community-staging-any
Added:
python-owslib/repos/community-staging-any/PKGBUILD
(from rev 1446214, python-owslib/trunk/PKGBUILD)
Deleted:
python-owslib/repos/community-staging-any/PKGBUILD
----------+
PKGBUILD | 40 ++++++++++++++++++++--------------------
1 file changed, 20 insertions(+), 20 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2023-04-15 21:51:57 UTC (rev 1446214)
+++ PKGBUILD 2023-04-15 21:52:09 UTC (rev 1446215)
@@ -1,20 +0,0 @@
-# Maintainer: Balló György <ballogyor+arch at gmail dot com>
-# Contributor: Doug Newgard <scimmia at archlinux dot info>
-
-pkgname=python-owslib
-pkgver=0.27.2
-pkgrel=2
-pkgdesc='Python package for client programming with Open Geospatial Consortium
(OGC) web service interface standards, and their related content models'
-arch=(any)
-url='https://geopython.github.io/OWSLib/'
-license=(BSD)
-depends=(python-dateutil python-pyproj python-pytz python-requests)
-makedepends=(python-setuptools)
-source=(https://github.com/geopython/OWSLib/archive/$pkgver/$pkgname-$pkgver.tar.gz)
-sha256sums=('3a8461e39fb9c5be5abb1f5a07fffbf688300c970ec553f256c9e664603657b1')
-
-package() {
- cd OWSLib-$pkgver
- python setup.py install --root="$pkgdir" --optimize=1
- install -Dm644 LICENSE -t "$pkgdir/usr/share/licenses/$pkgname/"
-}
Copied: python-owslib/repos/community-staging-any/PKGBUILD (from rev 1446214,
python-owslib/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2023-04-15 21:52:09 UTC (rev 1446215)
@@ -0,0 +1,20 @@
+# Maintainer: Balló György <ballogyor+arch at gmail dot com>
+# Contributor: Doug Newgard <scimmia at archlinux dot info>
+
+pkgname=python-owslib
+pkgver=0.29.1
+pkgrel=2
+pkgdesc='Python package for client programming with Open Geospatial Consortium
(OGC) web service interface standards, and their related content models'
+arch=(any)
+url='https://geopython.github.io/OWSLib/'
+license=(BSD)
+depends=(python-dateutil python-pyproj python-pytz python-requests)
+makedepends=(python-setuptools)
+source=(https://github.com/geopython/OWSLib/archive/$pkgver/$pkgname-$pkgver.tar.gz)
+sha256sums=('d052b90bd495402fee3d31b0ac648b1c7e784adea64d04d17519e158c9ef07f3')
+
+package() {
+ cd OWSLib-$pkgver
+ python setup.py install --root="$pkgdir" --optimize=1
+ install -Dm644 LICENSE -t "$pkgdir/usr/share/licenses/$pkgname/"
+}