14 lines
514 B
Bash
14 lines
514 B
Bash
# Template file for 'python3-fasteners'
|
|
pkgname=python3-fasteners
|
|
version=0.15
|
|
revision=4
|
|
wrksrc="fasteners-${version}"
|
|
build_style=python3-module
|
|
hostmakedepends="python3-setuptools"
|
|
depends="python3-six"
|
|
short_desc="Python3 package that provides useful locks"
|
|
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
|
license="Apache-2.0"
|
|
homepage="https://pypi.org/project/fasteners/"
|
|
distfiles="${PYPI_SITE}/f/fasteners/fasteners-${version}.tar.gz"
|
|
checksum=3a176da6b70df9bb88498e1a18a9e4a8579ed5b9141207762368a1017bf8f5ef
|