summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOmar Vega Ramos <ovruni@gnu.org.pe>2018-01-25 00:46:38 -0500
committerOmar Vega Ramos <ovruni@gnu.org.pe>2018-01-25 00:46:38 -0500
commit6e36fdc3e88e18ac501292d2d9e18ff92600465a (patch)
treecfe89638662f4fd2e5c47576739e061f0e05d871
parenta86311e1d252062c409989e57a2c6e2bcfb25e2e (diff)
downloadabslibre-6e36fdc3e88e18ac501292d2d9e18ff92600465a.tar.gz
abslibre-6e36fdc3e88e18ac501292d2d9e18ff92600465a.tar.bz2
abslibre-6e36fdc3e88e18ac501292d2d9e18ff92600465a.zip
Removing python-owslib
-rw-r--r--pcr/python-owslib/PKGBUILD35
1 files changed, 0 insertions, 35 deletions
diff --git a/pcr/python-owslib/PKGBUILD b/pcr/python-owslib/PKGBUILD
deleted file mode 100644
index 32efd8620..000000000
--- a/pcr/python-owslib/PKGBUILD
+++ /dev/null
@@ -1,35 +0,0 @@
-# Maintainer (Arch): Doug Newgard <scimmia at archlinux dot info>
-# Maintainer: Omar Vega Ramos <ovruni@gnu.org.pe>
-
-pkgbase=python-owslib
-pkgname=('python-owslib' 'python2-owslib')
-pkgver=0.11.2
-pkgrel=1
-arch=('any')
-url='http://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=('df3a3a40b57b9b53c1dfbc8b27388453e2f92ed008fadda883a8376d67882a6a')
-
-package_python-owslib() {
- pkgdesc='Python package for client programming with Open Geospatial Consortium (OGC) web service interface standards, and their related content models'
- depends=('python-dateutil' 'python-pytz' 'python-requests' 'python-pyproj')
-
- cd OWSLib-$pkgver
-
- python setup.py install --root="$pkgdir" --optimize=1
-
- install -Dm644 LICENSE.txt "$pkgdir/usr/share/licenses/$pkgname/LICENSE.txt"
-}
-
-package_python2-owslib() {
- pkgdesc='Python2 package for client programming with Open Geospatial Consortium (OGC) web service interface standards, and their related content models'
- depends=('python2-dateutil' 'python2-pytz' 'python2-requests' 'python2-pyproj')
-
- cd OWSLib-$pkgver
-
- python2 setup.py install --root="$pkgdir" --optimize=1
-
- install -Dm644 LICENSE.txt "$pkgdir/usr/share/licenses/$pkgname/LICENSE.txt"
-}