[arch-commits] Commit in python-owslib/repos (2 files)

Felix Yan felixonmars at archlinux.org
Mon Nov 4 09:43:47 UTC 2019


    Date: Monday, November 4, 2019 @ 09:43:46
  Author: felixonmars
Revision: 523947

archrelease: copy trunk to community-staging-any

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

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

Copied: python-owslib/repos/community-staging-any/PKGBUILD (from rev 523946, python-owslib/trunk/PKGBUILD)
===================================================================
--- community-staging-any/PKGBUILD	                        (rev 0)
+++ community-staging-any/PKGBUILD	2019-11-04 09:43:46 UTC (rev 523947)
@@ -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.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/"
+}



More information about the arch-commits mailing list