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