[arch-commits] Commit in python-owslib/repos (2 files)
Evangelos Foutras
foutrelis at archlinux.org
Tue Nov 10 05:05:40 UTC 2020
Date: Tuesday, November 10, 2020 @ 05:05:39
Author: foutrelis
Revision: 749292
archrelease: copy trunk to community-staging-any
Added:
python-owslib/repos/community-staging-any/
python-owslib/repos/community-staging-any/PKGBUILD
(from rev 749291, python-owslib/trunk/PKGBUILD)
----------+
PKGBUILD | 20 ++++++++++++++++++++
1 file changed, 20 insertions(+)
Copied: python-owslib/repos/community-staging-any/PKGBUILD (from rev 749291, python-owslib/trunk/PKGBUILD)
===================================================================
--- community-staging-any/PKGBUILD (rev 0)
+++ community-staging-any/PKGBUILD 2020-11-10 05:05:39 UTC (rev 749292)
@@ -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=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=('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