mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 15:43:49 +02:00
New package: python3-hjson-3.0.1
This commit is contained in:
parent
9fd4b4a8bd
commit
7dfbb73f50
1 changed files with 19 additions and 0 deletions
19
srcpkgs/python3-hjson/template
Normal file
19
srcpkgs/python3-hjson/template
Normal file
|
@ -0,0 +1,19 @@
|
||||||
|
# Template file for 'python3-hjson'
|
||||||
|
pkgname=python3-hjson
|
||||||
|
version=3.0.1
|
||||||
|
revision=1
|
||||||
|
archs=noarch
|
||||||
|
wrksrc="hjson-${version}"
|
||||||
|
build_style=python3-module
|
||||||
|
hostmakedepends="python3-setuptools"
|
||||||
|
depends="python3"
|
||||||
|
short_desc="User interface for JSON"
|
||||||
|
maintainer="RinsedSloth <afernandezh@protonmail.com>"
|
||||||
|
license="MIT"
|
||||||
|
homepage="https://github.com/hjson/hjson-py"
|
||||||
|
distfiles="${PYPI_SITE}/h/hjson/hjson-${version}.tar.gz"
|
||||||
|
checksum=1d1727faa6aaef2973921877125a3ab7c5f6d34b93233179d01770f41fab51f9
|
||||||
|
|
||||||
|
post_install() {
|
||||||
|
vlicense LICENSE.txt
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue