python-backports_abc: update to 0.5
This commit is contained in:
parent
cea9f8ab2f
commit
60bd9a57fe
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'python-backports_abc'
|
||||
pkgname=python-backports_abc
|
||||
version=0.4
|
||||
revision=3
|
||||
version=0.5
|
||||
revision=1
|
||||
noarch=yes
|
||||
wrksrc="backports_abc-${version}"
|
||||
build_style=python2-module
|
||||
|
@ -13,4 +13,8 @@ maintainer="Alessio Sergi <al3hex@gmail.com>"
|
|||
homepage="https://github.com/cython/backports_abc"
|
||||
license="PSF"
|
||||
distfiles="${PYPI_SITE}/b/backports_abc/backports_abc-${version}.tar.gz"
|
||||
checksum=8b3e4092ba3d541c7a2f9b7d0d9c0275b21c6a01c53a61c731eba6686939d0a5
|
||||
checksum=033be54514a03e255df75c5aee8f9e672f663f93abb723444caec8fe43437bde
|
||||
|
||||
post_install() {
|
||||
vlicense LICENSE
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue