vp-build/srcpkgs/python3-pickleshare/template

19 lines
579 B
Bash

# Template file for 'python3-pickleshare'
pkgname=python3-pickleshare
version=0.7.5
revision=5
wrksrc="pickleshare-${version}"
build_style=python3-module
hostmakedepends="python3-setuptools"
depends="python3"
short_desc="Small shelve-like datastore with concurrency support (Python3)"
maintainer="Orphaned <orphan@voidlinux.org>"
license="MIT"
homepage="https://github.com/pickleshare/pickleshare"
distfiles="${PYPI_SITE}/p/pickleshare/pickleshare-${version}.tar.gz"
checksum=87683d47965c1da65cdacaf31c8441d12b8044cdec9aca500cd78fc2c683afca
post_install() {
vlicense LICENSE
}