mirror of
https://github.com/void-linux/void-packages.git
synced 2025-09-04 11:03:06 +02:00
python3-sphinx-markdown-tables: remove unnecessary files
This commit is contained in:
parent
0e314cd1cb
commit
9f1b20fd35
1 changed files with 5 additions and 2 deletions
|
@ -1,10 +1,9 @@
|
|||
# Template file for 'python3-sphinx-markdown-tables'
|
||||
pkgname=python3-sphinx-markdown-tables
|
||||
version=0.0.17
|
||||
revision=2
|
||||
revision=3
|
||||
build_style=python3-module
|
||||
hostmakedepends="python3-setuptools python3-Markdown"
|
||||
makedepends=""
|
||||
depends="python3-Markdown"
|
||||
short_desc="Sphinx extension for rendering tables written in markdown"
|
||||
maintainer="Đoàn Trần Công Danh <congdanhqx@gmail.com>"
|
||||
|
@ -12,3 +11,7 @@ license="GPL-3.0-or-later"
|
|||
homepage="https://github.com/ryanfox/sphinx-markdown-tables"
|
||||
distfiles="${PYPI_SITE}/s/sphinx-markdown-tables/sphinx-markdown-tables-${version}.tar.gz"
|
||||
checksum=6bc6d3d400eaccfeebd288446bc08dd83083367c58b85d40fe6c12d77ef592f1
|
||||
|
||||
post_install() {
|
||||
rm -f ${DESTDIR}/usr/LICENSE
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue