vp-build/srcpkgs/python-smmap/template

32 lines
774 B
Bash

# Template file for 'python-smmap'
pkgname=python-smmap
version=2.0.3
revision=2
noarch=yes
wrksrc="smmap-${version}"
build_style=python-module
pycompile_module="smmap"
hostmakedepends="python-setuptools python3-setuptools"
depends="python"
short_desc="Sliding memory map manager (Python2)"
maintainer="Joseph LaFreniere <joseph@lafreniere.xyz>"
homepage="https://github.com/gitpython-developers/smmap"
license="BSD"
distfiles="${homepage}/archive/v${version}.tar.gz"
checksum=0ee6d3d1b406ef2d591bb6c1a094363dfda34bf5313eda8a65946a19228ef208
post_install() {
vlicense LICENSE
}
python3-smmap_package() {
noarch=yes
pycompile_module="smmap"
depends="python3"
short_desc="${short_desc/Python2/Python3}"
pkg_install() {
vmove usr/lib/python3*
vlicense LICENSE
}
}