19 lines
573 B
Bash
19 lines
573 B
Bash
# Template file for 'python-contextlib2'
|
|
pkgname=python-contextlib2
|
|
version=0.6.0.post1
|
|
revision=1
|
|
wrksrc="contextlib2-${version}"
|
|
build_style=python2-module
|
|
hostmakedepends="python-setuptools"
|
|
depends="python"
|
|
short_desc="Backports and enhancements for the contextlib module"
|
|
maintainer="Alessio Sergi <al3hex@gmail.com>"
|
|
license="PSF-2.0"
|
|
homepage="https://contextlib2.readthedocs.io/"
|
|
distfiles="${PYPI_SITE}/c/contextlib2/contextlib2-${version}.tar.gz"
|
|
checksum=01f490098c18b19d2bd5bb5dc445b2054d2fa97f09a4280ba2c5f3c394c8162e
|
|
|
|
post_install() {
|
|
vlicense LICENSE.txt
|
|
}
|