python3-smmap: update to 5.0.0.
This commit is contained in:
parent
bccce7a173
commit
7904fba225
1 changed files with 5 additions and 9 deletions
|
@ -1,22 +1,18 @@
|
|||
# Template file for 'python3-smmap'
|
||||
pkgname=python3-smmap
|
||||
version=2.0.5
|
||||
revision=5
|
||||
version=5.0.0
|
||||
revision=1
|
||||
wrksrc="smmap-${version}"
|
||||
build_style=python3-module
|
||||
hostmakedepends="python3-setuptools"
|
||||
depends="python3"
|
||||
checkdepends="python3-nose"
|
||||
checkdepends="python3-pytest"
|
||||
short_desc="Sliding memory map manager (Python3)"
|
||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||
maintainer="Jan Christian Grünhage <jan.christian@gruenhage.xyz>"
|
||||
license="BSD-3-Clause"
|
||||
homepage="https://github.com/gitpython-developers/smmap"
|
||||
distfiles="${homepage}/archive/v${version}.tar.gz"
|
||||
checksum=e348efaf6ce81b8c923fb03d5b09f857c87605ff7f1d00b146d4aff9cf1fa776
|
||||
|
||||
do_check() {
|
||||
nosetests3 -v
|
||||
}
|
||||
checksum=265a54c1cc32742ac37204396f62680bf45295fe03a4ece82f9e63a5a08c9686
|
||||
|
||||
post_install() {
|
||||
vlicense LICENSE
|
||||
|
|
Loading…
Reference in a new issue