27 lines
774 B
Bash
27 lines
774 B
Bash
# Template file for 'python-fasteners'
|
|
pkgname=python-fasteners
|
|
version=0.14.1
|
|
revision=4
|
|
noarch=yes
|
|
wrksrc="fasteners-${version}"
|
|
build_style=python-module
|
|
hostmakedepends="python-setuptools python3-setuptools"
|
|
depends="python-monotonic python-six"
|
|
pycompile_module="fasteners"
|
|
short_desc="Python2 package that provides useful locks"
|
|
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
|
homepage="https://pypi.org/project/fasteners/"
|
|
license="Apache-2.0"
|
|
distfiles="${PYPI_SITE}/f/fasteners/fasteners-${version}.tar.gz"
|
|
checksum=427c76773fe036ddfa41e57d89086ea03111bbac57c55fc55f3006d027107e18
|
|
|
|
python3-fasteners_package() {
|
|
noarch=yes
|
|
depends="python3-six"
|
|
pycompile_module="fasteners"
|
|
short_desc="${short_desc/Python2/Python3}"
|
|
pkg_install() {
|
|
vmove usr/lib/python3*
|
|
}
|
|
}
|