python-smmap: update to 2.0.5.
This commit is contained in:
parent
7479347248
commit
b32c4d2d14
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'python-smmap'
|
||||
pkgname=python-smmap
|
||||
version=2.0.4
|
||||
version=2.0.5
|
||||
revision=1
|
||||
noarch=yes
|
||||
wrksrc="smmap-${version}"
|
||||
|
@ -8,12 +8,17 @@ build_style=python-module
|
|||
pycompile_module="smmap"
|
||||
hostmakedepends="python-setuptools python3-setuptools"
|
||||
depends="python"
|
||||
checkdepends="python3-nose python3-coverage"
|
||||
short_desc="Sliding memory map manager (Python2)"
|
||||
maintainer="Joseph LaFreniere <joseph@lafreniere.xyz>"
|
||||
license="BSD-3-Clause"
|
||||
homepage="https://github.com/gitpython-developers/smmap"
|
||||
distfiles="${homepage}/archive/v${version}.tar.gz"
|
||||
checksum=88a0f04ab586dbcb1a13540ec979c687191918c0a0067899e228b3cbfbe05485
|
||||
checksum=e348efaf6ce81b8c923fb03d5b09f857c87605ff7f1d00b146d4aff9cf1fa776
|
||||
|
||||
do_check() {
|
||||
python3 setup.py test
|
||||
}
|
||||
|
||||
post_install() {
|
||||
vlicense LICENSE
|
||||
|
|
Loading…
Reference in New Issue