Changeset View
Changeset View
Standalone View
Standalone View
package.yml
| name : python-markdown | name : python-markdown | ||||
| version : 3.0.1 | version : 3.1.1 | ||||
| release : 4 | release : 5 | ||||
| source : | source : | ||||
| - https://github.com/Python-Markdown/markdown/archive/3.0.1.tar.gz : e45cda91bfd07195f17ca565226010238b8c90ccfa82a79b15f4379510576335 | - https://github.com/Python-Markdown/markdown/archive/3.1.1.tar.gz : 6a6733d333f9115c2653e0ebd486eae368861c2834dd8e809d2781f6cb0fedea | ||||
| license : BSD-3-Clause | license : BSD-3-Clause | ||||
| component : programming.python | component : programming.python | ||||
| summary : A Python implementation of Markdown | summary : A Python implementation of Markdown | ||||
| description: | | description: | | ||||
| This is a Python implementation of Markdown. | This is a Python implementation of Markdown. | ||||
| It is almost completely compliant with the reference implementation, though there are a few known issues. | It is almost completely compliant with the reference implementation, though there are a few known issues. | ||||
| builddeps : | builddeps : | ||||
| - pkgconfig(python3) | - pkgconfig(python3) | ||||
| - python-setuptools | |||||
| build : | | build : | | ||||
| %python_setup | |||||
| %python3_setup | %python3_setup | ||||
| install : | | install : | | ||||
| %python3_install | %python3_install | ||||
| for _f in "$installdir"/usr/bin/*; do | |||||
| mv -v "${_f}" "${_f}3" | |||||
| done | |||||
| %python_install | |||||
| check : | | check : | | ||||
| pushd $PKG_BUILD_DIR/py2build | %python3_test | ||||
| python setup.py test | |||||
| popd | |||||
| pushd $PKG_BUILD_DIR/py3build | |||||
| python3 setup.py test | |||||
| popd | |||||
Copyright © 2015-2021 Solus Project. The Solus logo is Copyright © 2016-2021 Solus Project. All Rights Reserved.