Search Criteria
Package Details: python2-markdown2-git 2.3.6.r21.gdb84b92-1
Git Clone URL: | https://aur.archlinux.org/python2-markdown2-git.git (read-only) |
---|---|
Package Base: | python2-markdown2-git |
Description: | A fast and complete implementation of Markdown in Python 2 |
Upstream URL: | https://github.com/trentm/python-markdown2 |
Licenses: | |
Conflicts: | |
Provides: | |
Submitter: | jyantis |
Maintainer: | gin078 |
Last Packager: | gin078 |
Votes: | 9 |
Popularity: | 0.249646 |
First Submitted: | 2014-10-08 17:12 |
Last Updated: | 2018-10-12 07:00 |
Dependencies (5)
- python2 (pypy19, stackless-python2)
- git (git-git) (make)
- python2-setuptools (make)
- python2-wheel (make)
- python2-pygments (optional) – testing
Required by (3)
- geeknote
- geeknote-git (requires python2-markdown2)
- geeknote-improved-git
Latest Comments
WhyNotHugo commented on 2018-10-11 23:05
The packaging process shouldn't delete
.git
. This makes subsequent builds fail, and doesn't really add any value.WhyNotHugo commented on 2018-10-11 23:03
python2-wheel is missing as a makedepends.
jyantis commented on 2016-05-29 08:36
This should be working and fixed now.
thrtx commented on 2016-03-08 03:14
Headings provided by 6 failures:
(I'm leaving out a lot of details)
======================================================================
FAIL: markdown2/tm/fenced_code_blocks_safe_highlight [extra, fenced-code-bl
ocks, pygments]
[heaps of code]
======================================================================
FAIL: markdown2/tm/fenced_code_blocks_syntax_highlighting [extra, fenced-co
de-blocks, pygments]
[heaps more code]
======================================================================
FAIL: markdown2/tm/fenced_code_blocks_syntax_indentation [extra, fenced-cod
e-blocks, pygments, indentation]
[more code]
======================================================================
FAIL: markdown2/tm/issue3_bad_code_color_hack [extra, code-color, unicode, pygments, issue3]
----------------------------------------------------------------------
[...]
======================================================================
FAIL: markdown2/tm/syntax_color [extra, code-color, pygments]
----------------------------------------------------------------------
[...]
======================================================================
FAIL: markdown2/tm/syntax_color_opts [extra, code-color, pygments]
----------------------------------------------------------------------
thrtx commented on 2016-03-08 03:09
getting an error when building:
Ran 129 tests in 0.564s
FAILED (6 failures)
==> ERROR: A failure occurred in check().
Aborting...
==> ERROR: Makepkg was unable to build python2-markdown2-git.
Would it help to post more errors?
jyantis commented on 2015-05-11 05:46
bu.domino: I just tested it on a fresh install. I was unable to reproduce your problem though. It doesn't make a lot of sense on why commenting out those lines would have that effect. Please let me know if this happens again.
bu.domino commented on 2015-05-10 14:59
# Patch any #!/usr/bin/python to #!/usr/bin/python2
for file in $(find . -name '*.py' -print); do
sed -r -i 's_^#!.*/usr/bin/python(\s|$)_#!/usr/bin/python2_' $file
sed -r -i 's_^#!.*/usr/bin/env(\s)*python(\s|$)_#!/usr/bin/env python2_' $file
done
I had to comment those out to keep it from getting a "fatal: Not a git repository"
Still don't know why, but it seems to work well enough without it.