void-packages/srcpkgs/hatch-fancy-pypi-readme/template
Gonzalo Tornaría 00490e3e56 New package: hatch-fancy-pypi-readme-24.1.0
Closes: #51644 [via git-merge-pr]
2024-08-06 10:43:22 -04:00

19 lines
687 B
Bash

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