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

Balló György bgyorgy at archlinux.org
Fri Jul 10 20:57:47 UTC 2020


    Date: Friday, July 10, 2020 @ 20:57:47
  Author: bgyorgy
Revision: 663177

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-07-10 20:57:44 UTC (rev 663176)
+++ PKGBUILD	2020-07-10 20:57:47 UTC (rev 663177)
@@ -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.19.2
-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=("$pkgname-$pkgver.tar.gz::https://github.com/geopython/OWSLib/archive/$pkgver.tar.gz")
-sha256sums=('5644b6b7ce666c4666eddd6bf7b53aa84c0123d7c794d32ab95a33a35785be09')
-
-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 663176, python-owslib/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-07-10 20:57:47 UTC (rev 663177)
@@ -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.20.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=('24dfed7372449a942d7d5090df3021f090c2bb52189b3f0044405d7b98c3bf66')
+
+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