I have taken over this package. I've upgraded it to the latest version and everything seems to be working on my instance of ISSO. Please don't hesitate to report problems if you encounter one.
Search Criteria
Package Details: isso 0.12.2-2
Git Clone URL: | https://aur.archlinux.org/isso.git (read-only) |
---|---|
Package Base: | isso |
Description: | A commenting python server similar to Disqus |
Upstream URL: | http://posativ.org/isso/ |
Licenses: | |
Submitter: | None |
Maintainer: | petercxy (lilac) |
Last Packager: | petercxy |
Votes: | 6 |
Popularity: | 0.000012 |
First Submitted: | 2014-06-07 10:21 |
Last Updated: | 2019-02-06 07:54 |
Dependencies (12)
Required by (0)
Sources (3)
petercxy commented on 2019-02-05 13:16
yhaupenthal commented on 2019-01-03 18:39
Unfortunately I don't have the time anymore to maintain this package, so I'll disown it. Maybe there will be someone out there using isso and willing to maintain it :)
yhaupenthal commented on 2018-01-04 00:17
To all the people flagging this version: 0.10.6 isn't officially released yet, so I'm not updating. The tagged "release" 0.10.6 also contains basically only one change: https://github.com/posativ/isso/commit/339318eb92de173d405cbf20843e0df386f855ca
Tetsumaki commented on 2017-08-15 05:07
Hello,
If smtp is used and isso start before postfix (internal smtp) or network (external smtp), error is generated in journald on boot :
For fix this, add this line in isso.service : After=network.target network-online.target nss-lookup.target
[Unit]
Description=Isso Comment Server
After=network.target network-online.target nss-lookup.target
[Service]
Environment="ISSO_SETTINGS=/etc/isso.conf"
ExecStart=/usr/bin/isso run
[Install]
WantedBy=multi-user.target
NickHu commented on 2017-04-01 12:07
Doesn't seem to work anymore:
pkg_resources.DistributionNotFound: The 'html5lib==0.9999999' distribution was not found and is required by isso
Fixed by replacing dependency of python-html5lib with python-html5lib-9x07
izahn commented on 2016-06-20 16:14
A simple version bump and updated misaka dependency are all that are needed to bring this package up to date. Here is a diff;
---
PKGBUILD | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/PKGBUILD b/PKGBUILD
index 14dffd5..0cfdb35 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,12 +1,12 @@
# Maintainer: Reventlov <contact+aur@volcanis.me>
pkgname=isso
-pkgver=0.9.9
+pkgver=0.10.4
pkgrel=1
pkgdesc="A commenting python server similar to disqus"
arch=('any')
url="http://posativ.org/isso/"
license=('MIT')
-depends=('python-werkzeug' 'python-html5lib' 'python-misaka' 'python-itsdangerous' 'python-six' 'sqlite' 'python-setuptools')
+depends=('python-werkzeug' 'python-html5lib' 'python-misaka-v1' 'python-itsdangerous' 'python-six' 'sqlite' 'python-setuptools')
makedepends=('git' 'python')
backup=('etc/conf.d/isso')
source=("https://pypi.python.org/packages/source/i/isso/isso-$pkgver.tar.gz"
@@ -17,7 +17,7 @@ source=("https://pypi.python.org/packages/source/i/isso/isso-$pkgver.tar.gz"
install=$pkgname.install
validpgpkeys=("7757B21C0C6E5AE4BC6F6462FD1BA15E0E87FE5C")
noextract=()
-sha1sums=('b6fa8b1c05e1edcd2089c1512ce6f8e0cd2acdaa'
+sha1sums=('f2889609b200b09397b3e7fc555885cfad8c6eee'
'SKIP'
'f3ca306eee19b55b14b791c728e4c57d6fd4a970'
'aed76333e2abcfe6e977965444de8f23596d533d'
--
tohojo commented on 2016-05-27 13:56
This probably needs to depend on python-misaka-v1 instead :)
milouse commented on 2015-05-10 07:35
Be warned that after a recent python upgrade, you need to rebuild the misaka package (even if it does not have changed) in order to have it working again.
bricewge commented on 2015-03-25 08:29
Yes, the service file work well, this one doesn't need the /etc/conf.d/isso file anymore.
By the way I have modified the service file since then. Feel free to drop some of the modifications of the package.
rhester72 commented on 2015-03-25 03:14
bricewge, what is the change to the service file? Seems to work (reasonably) well as-is.
Pinned Comments
petercxy commented on 2019-02-05 13:16
I have taken over this package. I've upgraded it to the latest version and everything seems to be working on my instance of ISSO. Please don't hesitate to report problems if you encounter one.