[arch-commits] Commit in python-owslib/repos/community-any (PKGBUILD PKGBUILD)
Antonio Rojas
arojas at archlinux.org
Wed Feb 27 22:16:15 UTC 2019
Date: Wednesday, February 27, 2019 @ 22:16:13
Author: arojas
Revision: 436910
archrelease: copy trunk to community-any
Added:
python-owslib/repos/community-any/PKGBUILD
(from rev 436909, python-owslib/trunk/PKGBUILD)
Deleted:
python-owslib/repos/community-any/PKGBUILD
----------+
PKGBUILD | 52 ++++++++++++++++++++--------------------------------
1 file changed, 20 insertions(+), 32 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2019-02-27 22:15:49 UTC (rev 436909)
+++ PKGBUILD 2019-02-27 22:16:13 UTC (rev 436910)
@@ -1,32 +0,0 @@
-# Maintainer: Balló György <ballogyor+arch at gmail dot com>
-# Contributor: Doug Newgard <scimmia at archlinux dot info>
-
-pkgbase=python-owslib
-pkgname=('python-owslib' 'python2-owslib')
-pkgver=0.17.0
-pkgrel=3
-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)
-makedepends=(python-setuptools python2-setuptools)
-source=("$pkgbase-$pkgver.tar.gz::https://github.com/geopython/OWSLib/archive/$pkgver.tar.gz")
-sha256sums=('58967ef3ffacf82d53090ee1e4140cd176cbcfffbd2d93d0b0971de7c5db2b92')
-
-package_python-owslib() {
- pkgdesc+=' (Python 3 version)'
- depends=(python-dateutil python-pyproj python-pytz python-requests)
-
- cd OWSLib-$pkgver
- python setup.py install --root="$pkgdir" --optimize=1
- install -Dm644 LICENSE -t "$pkgdir/usr/share/licenses/$pkgname/"
-}
-
-package_python2-owslib() {
- pkgdesc+=' (Python 2 version)'
- depends=(python2-dateutil python2-pyproj python2-pytz python2-requests)
-
- cd OWSLib-$pkgver
- python2 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 436909, python-owslib/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2019-02-27 22:16:13 UTC (rev 436910)
@@ -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.17.1
+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=('ee39cfa8711e78d29b10929d17b9a142e4d836c23f46cc888203e35316b76332')
+
+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