mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
New package: python3-jsondiff-1.2.0
This commit is contained in:
parent
44217ffc70
commit
1d779ee6b2
1 changed files with 20 additions and 0 deletions
20
srcpkgs/python3-jsondiff/template
Normal file
20
srcpkgs/python3-jsondiff/template
Normal file
|
@ -0,0 +1,20 @@
|
||||||
|
# Template file for 'python3-jsondiff'
|
||||||
|
pkgname=python3-jsondiff
|
||||||
|
version=1.2.0
|
||||||
|
revision=1
|
||||||
|
archs=noarch
|
||||||
|
wrksrc="jsondiff-${version}"
|
||||||
|
build_style=python3-module
|
||||||
|
hostmakedepends="python3-setuptools"
|
||||||
|
depends="python3"
|
||||||
|
checkdepends="python3-nose-random"
|
||||||
|
short_desc="Diff JSON and JSON-like structures in Python"
|
||||||
|
maintainer="Piotr Wójcik <chocimier@tlen.pl>"
|
||||||
|
license="MIT"
|
||||||
|
homepage="https://github.com/ZoomerAnalytics/jsondiff"
|
||||||
|
distfiles="${PYPI_SITE}/j/jsondiff/jsondiff-${version}.tar.gz"
|
||||||
|
checksum=34941bc431d10aa15828afe1cbb644977a114e75eef6cc74fb58951312326303
|
||||||
|
|
||||||
|
post_install() {
|
||||||
|
vlicense LICENSE
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue