mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-16 03:53:51 +02:00
python-Markdown: update to 2.6.11
This commit is contained in:
parent
c454bf9827
commit
c320baebd3
1 changed files with 6 additions and 6 deletions
|
@ -1,19 +1,19 @@
|
||||||
# Template file for 'python-Markdown'
|
# Template file for 'python-Markdown'
|
||||||
pkgname=python-Markdown
|
pkgname=python-Markdown
|
||||||
version=2.6.10
|
version=2.6.11
|
||||||
revision=1
|
revision=1
|
||||||
noarch=yes
|
noarch=yes
|
||||||
wrksrc="Markdown-${version}"
|
wrksrc="Markdown-${version}"
|
||||||
build_style=python-module
|
build_style=python-module
|
||||||
hostmakedepends="unzip python-setuptools python3-setuptools"
|
hostmakedepends="python-setuptools python3-setuptools"
|
||||||
depends="python"
|
depends="python-setuptools"
|
||||||
pycompile_module="markdown"
|
pycompile_module="markdown"
|
||||||
short_desc="Python2 implementation of John Gruber's Markdown"
|
short_desc="Python2 implementation of John Gruber's Markdown"
|
||||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||||
homepage="https://github.com/waylan/Python-Markdown"
|
homepage="https://github.com/waylan/Python-Markdown"
|
||||||
license="3-clause-BSD"
|
license="3-clause-BSD"
|
||||||
distfiles="${PYPI_SITE}/M/Markdown/Markdown-${version}.zip"
|
distfiles="${PYPI_SITE}/M/Markdown/Markdown-${version}.tar.gz"
|
||||||
checksum=cfa536d1ee8984007fcecc5a38a493ff05c174cb74cb2341dafd175e6bc30851
|
checksum=a856869c7ff079ad84a3e19cd87a64998350c2b94e9e08e44270faef33400f81
|
||||||
alternatives="markdown:markdown_py:/usr/bin/markdown_py2"
|
alternatives="markdown:markdown_py:/usr/bin/markdown_py2"
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
|
@ -22,7 +22,7 @@ post_install() {
|
||||||
|
|
||||||
python3-Markdown_package() {
|
python3-Markdown_package() {
|
||||||
noarch=yes
|
noarch=yes
|
||||||
depends="python3"
|
depends="python3-setuptools"
|
||||||
pycompile_module="markdown"
|
pycompile_module="markdown"
|
||||||
short_desc="${short_desc/Python2/Python3}"
|
short_desc="${short_desc/Python2/Python3}"
|
||||||
alternatives="markdown:markdown_py:/usr/bin/markdown_py3"
|
alternatives="markdown:markdown_py:/usr/bin/markdown_py3"
|
||||||
|
|
Loading…
Add table
Reference in a new issue