Search Criteria
Package Details: rst2ctags 0.2.2-1
Git Clone URL: | https://aur.archlinux.org/rst2ctags.git (read-only) |
---|---|
Package Base: | rst2ctags |
Description: | Generates ctags-compatible output for the sections of a reStructuredText document |
Upstream URL: | https://github.com/jszakmeister/rst2ctags |
Licenses: | |
Submitter: | atweiden |
Maintainer: | polyzen |
Last Packager: | polyzen |
Votes: | 1 |
Popularity: | 0.000000 |
First Submitted: | 2014-11-29 23:29 |
Last Updated: | 2018-12-31 01:11 |
Latest Comments
dave_v commented on 2015-12-16 12:04
This script fails on my python3 install with "TypeError: unorderable types: Tag() < Tag()"
However, it seems to work with python2. Therefore, could you change the dependency from python to python2, and add something like the following line in the build() function?
sed -i -e 's,^#!/usr/bin/env python,#!/usr/bin/env python2,' rst2ctags.py
Cheers!