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

Felix Yan felixonmars at gemini.archlinux.org
Thu Dec 2 20:05:47 UTC 2021


    Date: Thursday, December 2, 2021 @ 20:05:46
  Author: felixonmars
Revision: 1062522

archrelease: copy trunk to community-staging-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-12-02 20:05:44 UTC (rev 1062521)
+++ PKGBUILD	2021-12-02 20:05:46 UTC (rev 1062522)
@@ -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.24.1
-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=('e511ffbba7bdc9fa9169d4acb3029c846fd1292554f13563fe0d97ba4ab63972')
-
-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-staging-any/PKGBUILD (from rev 1062520, python-owslib/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-12-02 20:05:46 UTC (rev 1062522)
@@ -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.24.1
+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)
+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=('e511ffbba7bdc9fa9169d4acb3029c846fd1292554f13563fe0d97ba4ab63972')
+
+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