python3-recommonmark: remove package

This commit is contained in:
Đoàn Trần Công Danh
2025-11-13 20:40:28 +07:00
committed by Đoàn Trần Công Danh
parent acf4c6509b
commit 9ddd16d69f
-18
View File
@@ -1,18 +0,0 @@
# Template file for 'python3-recommonmark'
pkgname=python3-recommonmark
version=0.7.1
revision=5
build_style=python3-module
hostmakedepends="python3-setuptools python3-commonmark python3-docutils
python3-Sphinx"
depends="python3-commonmark python3-docutils python3-Sphinx"
short_desc="Markdown parser for docutils"
maintainer="Orphaned <orphan@voidlinux.org>"
license="MIT"
homepage="https://github.com/readthedocs/recommonmark"
distfiles="https://github.com/readthedocs/recommonmark/archive/refs/tags/${version}.tar.gz"
checksum=e5fb0f3965b86010976488589a45e48e9abb95101f2ddc2b3c31ca86d5261112
post_install() {
vlicense license.md
}