summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorHLFH2022-10-14 13:24:32 +0100
committerHLFH2022-10-14 13:24:32 +0100
commita8405420eb6ce9bdd91791e02191712c5fa19d0d (patch)
treee3ca66a0cb15b27a4eb516b8ce946bf7937733be
parentba13ddaa725008d3d654a5dbb6c7bef529088ee7 (diff)
downloadaur-a8405420eb6ce9bdd91791e02191712c5fa19d0d.tar.gz
remove python-six dep
-rw-r--r--.SRCINFO3
-rw-r--r--.gitignore1
-rw-r--r--PKGBUILD4
3 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1abaa1988398..85bf87e27269 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = isso
pkgdesc = A commenting python server similar to Disqus
pkgver = 0.13.0
- pkgrel = 1
+ pkgrel = 2
url = http://posativ.org/isso/
install = isso.install
arch = any
@@ -14,7 +14,6 @@ pkgbase = isso
depends = python-html5lib
depends = python-misaka
depends = python-itsdangerous
- depends = python-six
depends = python-flask-caching
depends = python-cffi
depends = sqlite
diff --git a/.gitignore b/.gitignore
index 2a49c8b6977c..b209348c683f 100644
--- a/.gitignore
+++ b/.gitignore
@@ -3,3 +3,4 @@ LICENSE
*.gz
pkg
src
+*.tar.zst
diff --git a/PKGBUILD b/PKGBUILD
index c8dde3bcc7fe..8c5246df9989 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,12 +4,12 @@
# Contributor: Reventlov <contact+aur@volcanis.me>
pkgname=isso
pkgver=0.13.0
-pkgrel=1
+pkgrel=2
pkgdesc="A commenting python server similar to Disqus"
arch=('any')
url="http://posativ.org/isso/"
license=('MIT')
-depends=('python-bleach' 'python-jinja' 'python-werkzeug' 'python-html5lib' 'python-misaka' 'python-itsdangerous' 'python-six' 'python-flask-caching' 'python-cffi' 'sqlite' 'python-setuptools')
+depends=('python-bleach' 'python-jinja' 'python-werkzeug' 'python-html5lib' 'python-misaka' 'python-itsdangerous' 'python-flask-caching' 'python-cffi' 'sqlite' 'python-setuptools')
makedepends=('git' 'python')
backup=('etc/isso.cfg')
source=("isso-${pkgver}-pypi.tar.gz::https://files.pythonhosted.org/packages/source/i/isso/isso-${pkgver}.tar.gz"