19 lines
578 B
Bash
19 lines
578 B
Bash
|
# Template file for 'python3-zc.lockfile'
|
||
|
pkgname=python3-zc.lockfile
|
||
|
version=2.0
|
||
|
revision=3
|
||
|
wrksrc="${pkgname#*-}-${version}"
|
||
|
build_style=python3-module
|
||
|
hostmakedepends="python3-setuptools"
|
||
|
depends="python3-setuptools"
|
||
|
short_desc="Basic inter-process locks (Python3)"
|
||
|
maintainer="Lon Willett <xgit@lonw.net>"
|
||
|
license="ZPL-2.1"
|
||
|
homepage="https://github.com/zopefoundation/zc.lockfile"
|
||
|
distfiles="${PYPI_SITE}/z/zc.lockfile/zc.lockfile-${version}.tar.gz"
|
||
|
checksum=307ad78227e48be260e64896ec8886edc7eae22d8ec53e4d528ab5537a83203b
|
||
|
|
||
|
post_install() {
|
||
|
vlicense LICENSE.txt LICENSE
|
||
|
}
|