mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
New package: python3-immutabledict-2.2.4
This commit is contained in:
parent
860fd6482a
commit
0910aed918
1 changed files with 20 additions and 0 deletions
20
srcpkgs/python3-immutabledict/template
Normal file
20
srcpkgs/python3-immutabledict/template
Normal file
|
@ -0,0 +1,20 @@
|
||||||
|
# Template file for 'python3-immutabledict'
|
||||||
|
pkgname=python3-immutabledict
|
||||||
|
version=2.2.4
|
||||||
|
revision=1
|
||||||
|
build_style=python3-pep517
|
||||||
|
hostmakedepends="python3-poetry-core"
|
||||||
|
makedepends="python3-devel"
|
||||||
|
depends="python3"
|
||||||
|
checkdepends="python3-pytest"
|
||||||
|
short_desc="Immutable wrapper around dictionaries"
|
||||||
|
maintainer="Joel Beckmeyer <joel@beckmeyer.us>"
|
||||||
|
license="MIT"
|
||||||
|
homepage="https://github.com/corenting/immutabledict"
|
||||||
|
changelog="https://raw.githubusercontent.com/corenting/immutabledict/master/CHANGELOG.md"
|
||||||
|
distfiles="${PYPI_SITE}/i/immutabledict/immutabledict-${version}.tar.gz"
|
||||||
|
checksum=3bedc0741faaa2846f6edf5c29183f993da3abaff6a5961bb70a5659bb9e68ab
|
||||||
|
|
||||||
|
post_install() {
|
||||||
|
vlicense LICENSE
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue