python3-sphinx-markdown-tables: remove unnecessary files

This commit is contained in:
Đoàn Trần Công Danh 2025-08-12 20:34:11 +07:00
parent 0e314cd1cb
commit 9f1b20fd35

View file

@ -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
}