mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-08 16:13:50 +02:00
python-Markdown: drop package
Nothing else requires this package
This commit is contained in:
parent
dd03f9cc00
commit
279c7be5b0
1 changed files with 0 additions and 20 deletions
|
@ -1,20 +0,0 @@
|
||||||
# Template file for 'python-Markdown'
|
|
||||||
pkgname=python-Markdown
|
|
||||||
version=3.1.1
|
|
||||||
revision=4
|
|
||||||
wrksrc="Markdown-${version}"
|
|
||||||
build_style=python2-module
|
|
||||||
hostmakedepends="python-setuptools"
|
|
||||||
depends="python-setuptools"
|
|
||||||
short_desc="Python2 implementation of John Gruber's Markdown"
|
|
||||||
maintainer="Peter Bui <pbui@github.bx612.space>"
|
|
||||||
license="BSD-3-Clause"
|
|
||||||
homepage="https://github.com/waylan/Python-Markdown"
|
|
||||||
distfiles="${PYPI_SITE}/M/Markdown/Markdown-${version}.tar.gz"
|
|
||||||
checksum=2e50876bcdd74517e7b71f3e7a76102050edec255b3983403f1a63e7c8a41e7a
|
|
||||||
alternatives="markdown:markdown_py:/usr/bin/markdown_py2"
|
|
||||||
|
|
||||||
post_install() {
|
|
||||||
vlicense LICENSE.md LICENSE
|
|
||||||
mv ${DESTDIR}/usr/bin/markdown_py ${DESTDIR}/usr/bin/markdown_py2
|
|
||||||
}
|
|
Loading…
Add table
Reference in a new issue