mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-11 01:23: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'
|
||||
pkgname=python-Markdown
|
||||
version=2.6.10
|
||||
version=2.6.11
|
||||
revision=1
|
||||
noarch=yes
|
||||
wrksrc="Markdown-${version}"
|
||||
build_style=python-module
|
||||
hostmakedepends="unzip python-setuptools python3-setuptools"
|
||||
depends="python"
|
||||
hostmakedepends="python-setuptools python3-setuptools"
|
||||
depends="python-setuptools"
|
||||
pycompile_module="markdown"
|
||||
short_desc="Python2 implementation of John Gruber's Markdown"
|
||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||
homepage="https://github.com/waylan/Python-Markdown"
|
||||
license="3-clause-BSD"
|
||||
distfiles="${PYPI_SITE}/M/Markdown/Markdown-${version}.zip"
|
||||
checksum=cfa536d1ee8984007fcecc5a38a493ff05c174cb74cb2341dafd175e6bc30851
|
||||
distfiles="${PYPI_SITE}/M/Markdown/Markdown-${version}.tar.gz"
|
||||
checksum=a856869c7ff079ad84a3e19cd87a64998350c2b94e9e08e44270faef33400f81
|
||||
alternatives="markdown:markdown_py:/usr/bin/markdown_py2"
|
||||
|
||||
post_install() {
|
||||
|
@ -22,7 +22,7 @@ post_install() {
|
|||
|
||||
python3-Markdown_package() {
|
||||
noarch=yes
|
||||
depends="python3"
|
||||
depends="python3-setuptools"
|
||||
pycompile_module="markdown"
|
||||
short_desc="${short_desc/Python2/Python3}"
|
||||
alternatives="markdown:markdown_py:/usr/bin/markdown_py3"
|
||||
|
|
Loading…
Add table
Reference in a new issue