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

Balló György bgyorgy at archlinux.org
Thu Jan 9 01:41:08 UTC 2020


    Date: Thursday, January 9, 2020 @ 01:41:07
  Author: bgyorgy
Revision: 550960

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-01-09 01:41:04 UTC (rev 550959)
+++ PKGBUILD	2020-01-09 01:41:07 UTC (rev 550960)
@@ -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.18.0
-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=("$pkgname-$pkgver.tar.gz::https://github.com/geopython/OWSLib/archive/$pkgver.tar.gz")
-sha256sums=('4b304551bf9ecd0e13daedb19f97cddebfe3fa9e80b324749fc436d6f526e313')
-
-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 550959, python-owslib/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-01-09 01:41:07 UTC (rev 550960)
@@ -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.19.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=("$pkgname-$pkgver.tar.gz::https://github.com/geopython/OWSLib/archive/$pkgver.tar.gz")
+sha256sums=('a28758ab1b04f53b023a1f45070aecafd1189d3237ef316b3b369c6a13be2f4d')
+
+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