void-packages/srcpkgs/python3-pyproject-metadata/template
2025-03-18 09:35:52 -04:00

19 lines
692 B
Bash

# Template file for 'python3-pyproject-metadata'
pkgname=python3-pyproject-metadata
version=0.9.1
revision=1
build_style=python3-pep517
hostmakedepends="python3-flit_core python3-wheel"
depends="python3-packaging"
short_desc="PEP 621 metadata parsing"
maintainer="Andrew J. Hesford <ajh@sideband.org>"
license="MIT"
homepage="https://pep621.readthedocs.io/"
changelog="https://raw.githubusercontent.com/FFY00/python-pyproject-metadata/main/CHANGELOG.rst"
distfiles="${PYPI_SITE}/p/pyproject_metadata/pyproject_metadata-${version}.tar.gz"
checksum=b8b2253dd1b7062b78cf949a115f02ba7fa4114aabe63fa10528e9e1a954a816
make_check=no # tarball includes no tests
post_install() {
vlicense LICENSE
}