mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 07:33:48 +02:00
New package: python3-pyrsistent-0.17.3
This commit is contained in:
parent
cb2d2a25f5
commit
fc0abefe46
1 changed files with 19 additions and 0 deletions
19
srcpkgs/python3-pyrsistent/template
Normal file
19
srcpkgs/python3-pyrsistent/template
Normal file
|
@ -0,0 +1,19 @@
|
||||||
|
# Template file for 'python3-pyrsistent'
|
||||||
|
pkgname=python3-pyrsistent
|
||||||
|
version=0.17.3
|
||||||
|
revision=1
|
||||||
|
wrksrc="pyrsistent-${version}"
|
||||||
|
build_style=python3-module
|
||||||
|
hostmakedepends="python3-setuptools python3-devel"
|
||||||
|
depends="python3"
|
||||||
|
checkdepends="python3-pytest python3-hypothesis"
|
||||||
|
short_desc="Python persistent immutable data structures"
|
||||||
|
maintainer="dkwo <nicolopiazzalunga@gmail.com>"
|
||||||
|
license="MIT"
|
||||||
|
homepage="https://github.com/tobgu/pyrsistent/"
|
||||||
|
distfiles="${PYPI_SITE}/p/pyrsistent/pyrsistent-${version}.tar.gz"
|
||||||
|
checksum=2e636185d9eb976a18a8a8e96efce62f2905fea90041958d8cc2a189756ebf3e
|
||||||
|
|
||||||
|
post_install() {
|
||||||
|
vlicense LICENCE.mit LICENSE
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue