void-packages/srcpkgs/python3-smmap/template

19 lines
533 B
Bash

# Template file for 'python3-smmap'
pkgname=python3-smmap
version=5.0.0
revision=3
build_style=python3-module
hostmakedepends="python3-setuptools"
depends="python3"
checkdepends="python3-pytest"
short_desc="Sliding memory map manager (Python3)"
maintainer="Orphaned <orphan@voidlinux.org>"
license="BSD-3-Clause"
homepage="https://github.com/gitpython-developers/smmap"
distfiles="${homepage}/archive/v${version}.tar.gz"
checksum=265a54c1cc32742ac37204396f62680bf45295fe03a4ece82f9e63a5a08c9686
post_install() {
vlicense LICENSE
}