summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSpyros Stathopoulos2016-12-25 15:58:59 +0000
committerSpyros Stathopoulos2016-12-25 15:58:59 +0000
commit7a8effa850eae2a681673c2ba2c23c026d5bbd1b (patch)
tree5cc742cdfee9d4295c53bff57746be26d1a7b871
parentd363e2cf930814138a2c710e277aef1936818dd0 (diff)
downloadaur-7a8effa850eae2a681673c2ba2c23c026d5bbd1b.tar.gz
Remove unneeded dependencies
-rw-r--r--.SRCINFO9
-rw-r--r--.gitignore1
-rw-r--r--PKGBUILD6
3 files changed, 6 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index cbdf9674c47e..d5e4a69a0ffa 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Sat Dec 10 20:51:21 UTC 2016
+# Sun Dec 25 15:58:05 UTC 2016
pkgbase = python-netcdf4
pkgdesc = A python3 library for reading, manpiulating and creating netcdf files
pkgver = 1.2.6
- pkgrel = 1
+ pkgrel = 2
url = https://unidata.github.io/netcdf4-python/
arch = x86_64
arch = i686
@@ -13,11 +13,6 @@ pkgbase = python-netcdf4
depends = python-numpy
depends = netcdf>=4.1.2
depends = hdf5
- depends = curl
- depends = zlib
- depends = libssh2
- depends = openssl
- depends = python-dateutil
optdepends = python2-netcdf4: python 2 version, includes docs and examples
source = https://github.com/Unidata/netcdf4-python/archive/v1.2.6rel.tar.gz
md5sums = 2f131c845b279d233105b226bc632798
diff --git a/.gitignore b/.gitignore
index 995bbc514134..aa1165d3149a 100644
--- a/.gitignore
+++ b/.gitignore
@@ -5,3 +5,4 @@ src/*
*.tar.bz2
*.zip
*.swp
+*.log
diff --git a/PKGBUILD b/PKGBUILD
index 9f0bf0400d3a..d00a65437974 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,14 +4,14 @@
pkgname=python-netcdf4
pkgver=1.2.6
-pkgrel=1
+pkgrel=2
pkgdesc="A python3 library for reading, manpiulating and creating netcdf files"
arch=('x86_64' 'i686')
url="https://unidata.github.io/netcdf4-python/"
license=('MIT')
-depends=('python' 'python-numpy' 'netcdf>=4.1.2' 'hdf5'
- 'curl' 'zlib' 'libssh2' 'openssl' 'python-dateutil')
+depends=('python' 'python-numpy' 'netcdf>=4.1.2' 'hdf5')
+
makedepends=('cython')
optdepends=('python2-netcdf4: python 2 version, includes docs and examples')
source=(https://github.com/Unidata/netcdf4-python/archive/v${pkgver}rel.tar.gz)