summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFlorian Jacob2019-02-03 21:49:39 +0100
committerFlorian Jacob2019-02-03 21:49:39 +0100
commit6bc2f550a5723989284410e5ba3bef45eeabdd71 (patch)
treeca1a8f72e03586636a884d2fce5cc1df41b3ef54
parent49db54636c499f4c83bd57b996177c2102347072 (diff)
downloadaur-6bc2f550a5723989284410e5ba3bef45eeabdd71.tar.gz
remove dependency to python2-six
see https://github.com/tomerfiliba/plumbum/commit/6bc56780e8bf10c39b2d795c07e3bced01d5c9df
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5439d1d9136b..4026ec89812e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,11 @@
pkgbase = python2-plumbum
pkgdesc = Shell combinators library.
pkgver = 1.6.7
- pkgrel = 1
+ pkgrel = 2
url = https://pypi.python.org/pypi/plumbum
arch = any
license = GPL
depends = python2
- depends = python2-six
options = !emptydirs
options = !strip
source = https://files.pythonhosted.org/packages/source/p/plumbum/plumbum-1.6.7.tar.gz
diff --git a/PKGBUILD b/PKGBUILD
index fb879e3d1626..734954d645b8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,13 +3,13 @@
_pkgname=plumbum
pkgname=python2-plumbum
pkgver=1.6.7
-pkgrel=1
+pkgrel=2
pkgdesc="Shell combinators library."
arch=('any')
url="https://pypi.python.org/pypi/plumbum"
license=('MIT')
groups=()
-depends=('python2' 'python2-six')
+depends=('python2')
makedepends=()
provides=()
conflicts=()