python-markdown2: update to 2.3.8.
This commit is contained in:
parent
ed85202999
commit
0600d0af3b
|
@ -1,10 +0,0 @@
|
|||
diff --git setup.cfg setup.cfg
|
||||
index 4fe3b74..139986d 100644
|
||||
--- setup.cfg
|
||||
+++ setup.cfg
|
||||
@@ -1,5 +1,4 @@
|
||||
[aliases]
|
||||
-build=sdist bdist_wheel
|
||||
|
||||
[wheel]
|
||||
universal = 1
|
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'python-markdown2'
|
||||
pkgname=python-markdown2
|
||||
version=2.3.7
|
||||
version=2.3.8
|
||||
revision=1
|
||||
archs=noarch
|
||||
build_style=python-module
|
||||
|
@ -11,7 +11,19 @@ maintainer="Aluísio Augusto Silva Gonçalves <aluisio@aasg.name>"
|
|||
license="MIT"
|
||||
homepage="https://github.com/trentm/python-markdown2"
|
||||
distfiles="https://github.com/trentm/python-markdown2/archive/${version}.tar.gz"
|
||||
checksum=@4576ebde09526f20c873a73775192851b7e9ed5f521fac34303ed0a8b8eda1ed
|
||||
checksum=@f2439906b925fb3991b8e4c01909bd2e6cb3aa75ce64a053b5495f9c72726f77
|
||||
|
||||
do_check() {
|
||||
PY2PATH="${PWD}/build-2.7/lib"
|
||||
PY3PATH="${PWD}/build-${py3_ver}/lib"
|
||||
|
||||
cd test
|
||||
# On python2 markdown2/phpmarkdown/email_auto_links is broken;
|
||||
# cf. https://github.com/trentm/python-markdown2/issues/5
|
||||
#PYTHONPATH="${PY2PATH}" python2 test.py -- -knownfailure
|
||||
PYTHONPATH="${PY3PATH}" python3 test.py -- -knownfailure
|
||||
}
|
||||
|
||||
|
||||
post_install() {
|
||||
vlicense LICENSE.txt
|
||||
|
|
Loading…
Reference in New Issue