19 lines
569 B
Bash
19 lines
569 B
Bash
# Template file for 'python3-atomicwrites'
|
|
pkgname=python3-atomicwrites
|
|
version=1.4.0
|
|
revision=3
|
|
wrksrc="atomicwrites-${version}"
|
|
build_style=python3-module
|
|
hostmakedepends="python3-setuptools"
|
|
depends="python3"
|
|
short_desc="Simple Python3 API for atomic file writes"
|
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
|
license="MIT"
|
|
homepage="https://github.com/untitaker/python-atomicwrites"
|
|
distfiles="${PYPI_SITE}/a/atomicwrites/atomicwrites-${version}.tar.gz"
|
|
checksum=ae70396ad1a434f9c7046fd2dd196fc04b12f9e91ffb859164193be8b6168a7a
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|