summaryrefslogtreecommitdiffstats
path: root/abs/core/python_modules
diff options
context:
space:
mode:
authorBritney Fransen <brfransen@gmail.com>2018-04-11 20:15:00 (GMT)
committerBritney Fransen <brfransen@gmail.com>2018-04-11 20:15:00 (GMT)
commit2ee2839de9bc01dc2591f75b65eb1a3cf57b7a96 (patch)
tree959db39c58f4694399cd85ba9efebef2fd2b6827 /abs/core/python_modules
parentd28345e2dcb4b1d910dc3a91421c791b00967a4e (diff)
downloadlinhes_pkgbuild-2ee2839de9bc01dc2591f75b65eb1a3cf57b7a96.zip
linhes_pkgbuild-2ee2839de9bc01dc2591f75b65eb1a3cf57b7a96.tar.gz
linhes_pkgbuild-2ee2839de9bc01dc2591f75b65eb1a3cf57b7a96.tar.bz2
python-itsdangerous: rebuild
Diffstat (limited to 'abs/core/python_modules')
-rw-r--r--abs/core/python_modules/python-itsdangerous/PKGBUILD6
-rw-r--r--abs/core/python_modules/python-itsdangerous/__changelog1
2 files changed, 3 insertions, 4 deletions
diff --git a/abs/core/python_modules/python-itsdangerous/PKGBUILD b/abs/core/python_modules/python-itsdangerous/PKGBUILD
index 4b643d8..4e575b0 100644
--- a/abs/core/python_modules/python-itsdangerous/PKGBUILD
+++ b/abs/core/python_modules/python-itsdangerous/PKGBUILD
@@ -2,14 +2,14 @@
# Maintainer: Sven-Hendrik Haase <sh@lutzhaase.com>
# Contributor: Alexander Rødseth <rodseth@gmail.com>
-pkgname=('python2-itsdangerous')
+pkgname=('python-itsdangerous' 'python2-itsdangerous')
pkgver=0.24
-pkgrel=3
+pkgrel=4
pkgdesc='Various helpers to pass trusted data to untrusted environments'
arch=('any')
url="http://pypi.python.org/pypi/itsdangerous"
license=('BSD')
-makedepends=('python2')
+makedepends=('python' 'python2')
source=("$pkgname-$pkgver.tar.gz::https://github.com/mitsuhiko/itsdangerous/archive/${pkgver}.tar.gz")
sha256sums=('b035b2da1d493b00a5ee7a5b750f96929de87b610643939fbe382902774626fc')
diff --git a/abs/core/python_modules/python-itsdangerous/__changelog b/abs/core/python_modules/python-itsdangerous/__changelog
deleted file mode 100644
index 60db758..0000000
--- a/abs/core/python_modules/python-itsdangerous/__changelog
+++ /dev/null
@@ -1 +0,0 @@
-PKGBUILD: remove py3 stuff