From 9f1b20fd3553106a57e5b470245b6b14d542659f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C4=90o=C3=A0n=20Tr=E1=BA=A7n=20C=C3=B4ng=20Danh?= Date: Tue, 12 Aug 2025 20:34:11 +0700 Subject: [PATCH] python3-sphinx-markdown-tables: remove unnecessary files --- srcpkgs/python3-sphinx-markdown-tables/template | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/srcpkgs/python3-sphinx-markdown-tables/template b/srcpkgs/python3-sphinx-markdown-tables/template index 5377ab598aa..493747fe6aa 100644 --- a/srcpkgs/python3-sphinx-markdown-tables/template +++ b/srcpkgs/python3-sphinx-markdown-tables/template @@ -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 " @@ -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 +}