]> git.pld-linux.org Git - packages/python-markdown.git/commitdiff
- disable python3 here, use py2 mkdocs
authorJakub Bogusz <qboosh@pld-linux.org>
Mon, 18 Jan 2021 18:15:34 +0000 (19:15 +0100)
committerJakub Bogusz <qboosh@pld-linux.org>
Mon, 18 Jan 2021 18:15:34 +0000 (19:15 +0100)
python-markdown.spec

index 162aff24afbffc664aed95bf5e93b095a7c80504..9beec6abee0c9ffc154ab977d3cd3afb11e395db 100644 (file)
@@ -1,14 +1,16 @@
+# NOTE: for versions >= 3.2 (for python 3.6+) see python3-markdown.spec
 #
 # Conditional build:
 %bcond_with    doc     # documentation
 %bcond_without tests   # unit tests
 %bcond_without python2 # python2 package
-%bcond_without python3 # python3 package
+%bcond_with    python3 # python3 package (built from python3-markdown.spec)
 
 %define        module  markdown
 Summary:       Markdown implementation in Python 2
 Summary(pl.UTF-8):     Implementacja formatu Markdown w Pythonie 2
 Name:          python-%{module}
+# keep 3.1.x here for python2 support
 Version:       3.1.1
 Release:       1
 License:       BSD
@@ -89,8 +91,7 @@ choć jest kilka znanych problemów.
 %endif
 
 %if %{with doc}
-mkdocs
-mkdocs_nature
+mkdocs-2
 %endif
 
 %install
This page took 0.036829 seconds and 4 git commands to generate.