New package: hatch-fancy-pypi-readme-24.1.0

Closes: #51644 [via git-merge-pr]
This commit is contained in:
Gonzalo Tornaría 2024-08-02 01:24:45 -03:00 committed by Andrew J. Hesford
parent d2dc3f4295
commit 00490e3e56
1 changed files with 19 additions and 0 deletions

View File

@ -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 <tornaria@cmat.edu.uy>"
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
}