New package: hatch-nodejs-version-0.3.1

This commit is contained in:
Gonzalo Tornaría 2023-05-23 18:18:06 -03:00 committed by Andrew J. Hesford
parent 03994996cf
commit bfbf7ec18e

View file

@ -0,0 +1,19 @@
# Template file for 'hatch-nodejs-version'
pkgname=hatch-nodejs-version
version=0.3.1
revision=1
build_style=python3-pep517
hostmakedepends="hatchling"
depends="hatchling"
checkdepends="python3-pytest"
short_desc="Hatch plugin to read pyproject.toml metadata from package.json"
maintainer="Gonzalo Tornaría <tornaria@cmat.edu.uy>"
license="MIT"
homepage="https://github.com/agoose77/hatch-nodejs-version"
changelog="https://github.com/agoose77/hatch-nodejs-version/releases"
distfiles="https://github.com/agoose77/hatch-nodejs-version/archive/refs/tags/v${version}.tar.gz"
checksum=9959efbee3021dba4da7f8c152cacf104c746341ed176cd0488cbf3b45deba4d
post_install() {
vlicense LICENSE.txt
}