python3-pyrsistent: update to 0.18
This commit is contained in:
parent
c0c747d747
commit
b51630ddcc
1 changed files with 4 additions and 4 deletions
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'python3-pyrsistent'
|
||||
pkgname=python3-pyrsistent
|
||||
version=0.17.3
|
||||
revision=2
|
||||
version=0.18.0
|
||||
revision=1
|
||||
wrksrc="pyrsistent-${version}"
|
||||
build_style=python3-module
|
||||
hostmakedepends="python3-setuptools python3-devel"
|
||||
|
@ -12,10 +12,10 @@ maintainer="dkwo <nicolopiazzalunga@gmail.com>"
|
|||
license="MIT"
|
||||
homepage="https://github.com/tobgu/pyrsistent/"
|
||||
distfiles="${PYPI_SITE}/p/pyrsistent/pyrsistent-${version}.tar.gz"
|
||||
checksum=2e636185d9eb976a18a8a8e96efce62f2905fea90041958d8cc2a189756ebf3e
|
||||
checksum=773c781216f8c2900b42a7b638d5b517bb134ae1acbebe4d1e8f1f41ea60eb4b
|
||||
|
||||
post_install() {
|
||||
vlicense LICENCE.mit LICENSE
|
||||
vlicense LICENSE.mit LICENSE
|
||||
}
|
||||
|
||||
python3-rsistent_package() {
|
||||
|
|
Loading…
Reference in a new issue