[arch-commits] Commit in python-owslib/repos/community-any (PKGBUILD PKGBUILD)

Antonio Rojas arojas at gemini.archlinux.org
Mon Jul 18 20:33:18 UTC 2022


    Date: Monday, July 18, 2022 @ 20:33:17
  Author: arojas
Revision: 1254470

archrelease: copy trunk to community-any

Added:
  python-owslib/repos/community-any/PKGBUILD
    (from rev 1254469, python-owslib/trunk/PKGBUILD)
Deleted:
  python-owslib/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-07-18 20:33:09 UTC (rev 1254469)
+++ PKGBUILD	2022-07-18 20:33:17 UTC (rev 1254470)
@@ -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.25.0
-pkgrel=1
-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=('6ec4fd6545fd255304b87a4a1a4676c48f8b1a898ffa0b97128ade1d46ba9726')
-
-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-any/PKGBUILD (from rev 1254469, python-owslib/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-07-18 20:33:17 UTC (rev 1254470)
@@ -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.26.0
+pkgrel=1
+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=('3d8ca9123c5e1b002aaf6c0d33bd6e04d306247fb24534fbe721146a7c8bc0c3')
+
+package() {
+  cd OWSLib-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+  install -Dm644 LICENSE -t "$pkgdir/usr/share/licenses/$pkgname/"
+}



More information about the arch-commits mailing list