From 00490e3e560abb6c32b12dd35a6900a925eceade Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gonzalo=20Tornar=C3=ADa?= Date: Fri, 2 Aug 2024 01:24:45 -0300 Subject: [PATCH] New package: hatch-fancy-pypi-readme-24.1.0 Closes: #51644 [via git-merge-pr] --- srcpkgs/hatch-fancy-pypi-readme/template | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 srcpkgs/hatch-fancy-pypi-readme/template diff --git a/srcpkgs/hatch-fancy-pypi-readme/template b/srcpkgs/hatch-fancy-pypi-readme/template new file mode 100644 index 00000000000..1fcd9bd5f13 --- /dev/null +++ b/srcpkgs/hatch-fancy-pypi-readme/template @@ -0,0 +1,19 @@ +# Template file for 'hatch-fancy-pypi-readme' +pkgname=hatch-fancy-pypi-readme +version=24.1.0 +revision=1 +build_style=python3-pep517 +hostmakedepends="hatchling" +depends="hatchling" +checkdepends="python3-pytest python3-wheel" +short_desc="Fancy PyPI READMEs with Hatch" +maintainer="Gonzalo TornarĂ­a " +license="MIT" +homepage="https://github.com/hynek/hatch-fancy-pypi-readme" +changelog="https://github.com/hynek/hatch-fancy-pypi-readme/blob/main/CHANGELOG.md" +distfiles="${PYPI_SITE}/h/hatch-fancy-pypi-readme/hatch_fancy_pypi_readme-${version}.tar.gz" +checksum=44dd239f1a779b9dcf8ebc9401a611fd7f7e3e14578dcf22c265dfaf7c1514b8 + +post_install() { + vlicense LICENSE.txt +}