mirror of
https://github.com/void-linux/void-packages.git
synced 2025-09-02 10:02:58 +02:00
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'
|
# Template file for 'python3-smmap'
|
||||||
pkgname=python3-smmap
|
pkgname=python3-smmap
|
||||||
version=2.0.5
|
version=5.0.0
|
||||||
revision=5
|
revision=1
|
||||||
wrksrc="smmap-${version}"
|
wrksrc="smmap-${version}"
|
||||||
build_style=python3-module
|
build_style=python3-module
|
||||||
hostmakedepends="python3-setuptools"
|
hostmakedepends="python3-setuptools"
|
||||||
depends="python3"
|
depends="python3"
|
||||||
checkdepends="python3-nose"
|
checkdepends="python3-pytest"
|
||||||
short_desc="Sliding memory map manager (Python3)"
|
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"
|
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=e348efaf6ce81b8c923fb03d5b09f857c87605ff7f1d00b146d4aff9cf1fa776
|
checksum=265a54c1cc32742ac37204396f62680bf45295fe03a4ece82f9e63a5a08c9686
|
||||||
|
|
||||||
do_check() {
|
|
||||||
nosetests3 -v
|
|
||||||
}
|
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
|
|
Loading…
Add table
Reference in a new issue