diff --git a/srcpkgs/python-contextlib2/template b/srcpkgs/python-contextlib2/template new file mode 100644 index 00000000000..6561c2730f7 --- /dev/null +++ b/srcpkgs/python-contextlib2/template @@ -0,0 +1,20 @@ +# Template file for 'python-contextlib2' +pkgname=python-contextlib2 +version=0.5.5 +revision=1 +noarch=yes +wrksrc="contextlib2-${version}" +build_style=python2-module +pycompile_module="contextlib2.py" +hostmakedepends="python-setuptools" +depends="python" +short_desc="Backports and enhancements for the contextlib module" +maintainer="Alessio Sergi " +homepage="https://contextlib2.readthedocs.io/" +license="PSF" +distfiles="${PYPI_SITE}/c/contextlib2/contextlib2-${version}.tar.gz" +checksum=509f9419ee91cdd00ba34443217d5ca51f5a364a404e1dce9e8979cea969ca48 + +post_install() { + vlicense LICENSE.txt +}