Open GoogleCodeExporter opened 8 years ago
It seems the problem is that the seqdiag package from Arch AUR repository
https://aur.archlinux.org/packages/seqdiag/ installs seqdiag only for phyton3.
Other dependencies have the same problem (blockdiag, python-webcolors).
Updating the PKGBUILD file for python2 also, fixes the problem.
So this was not an issue with asciidoc-diag-filter, the issue can be closed.
Original comment by gigi...@gmail.com
on 3 Apr 2014 at 9:36
Dear Gigi,
Can you please publish the modifications you made to the PKGBUILD files ?
Original comment by cky...@changamuka.com
on 4 Apr 2014 at 5:50
[deleted comment]
Sorry for the delay, I basically added one more line for python2, updating the
function package() to look like this (for every PKGBUILD):
package() {
cd "${srcdir}/${pkgname}-${pkgver}"
python3 setup.py install --root="$pkgdir/" --optimize=1
python2 setup.py install --root="$pkgdir/" --optimize=1
}
Original comment by gigi...@gmail.com
on 9 Apr 2014 at 5:13
@Gigi Belated but sincere thank you!
I will try to convince the maintainer of the AUR package to include the missing
lines in the package
Original comment by cky...@changamuka.com
on 4 Jun 2015 at 12:32
Original issue reported on code.google.com by
gigi...@gmail.com
on 3 Apr 2014 at 7:40Attachments: