From 91c898a12547e79c9d66340e81c2cc70295cd0ad Mon Sep 17 00:00:00 2001 From: tibequadorian Date: Wed, 23 Mar 2022 21:16:37 +0100 Subject: [PATCH] New package: python3-jaraco.context-4.1.1 --- srcpkgs/python3-jaraco.context/template | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 srcpkgs/python3-jaraco.context/template diff --git a/srcpkgs/python3-jaraco.context/template b/srcpkgs/python3-jaraco.context/template new file mode 100644 index 00000000000..dcd72f5723d --- /dev/null +++ b/srcpkgs/python3-jaraco.context/template @@ -0,0 +1,18 @@ +# Template file for 'python3-jaraco.context' +pkgname=python3-jaraco.context +version=4.1.1 +revision=1 +wrksrc="jaraco.context-${version}" +build_style=python3-pep517 +hostmakedepends="python3-wheel python3-setuptools_scm" +short_desc="Context managers by jaraco" +maintainer="Orphaned " +license="MIT" +homepage="https://github.com/jaraco/jaraco.context" +changelog="https://raw.githubusercontent.com/jaraco/jaraco.context/master/CHANGES.rst" +distfiles="${PYPI_SITE}/j/jaraco.context/jaraco.context-${version}.tar.gz" +checksum=f0d4d82ffbbbff680384eba48a32a3167f12a91a30a7db56fd97b87e73a87241 + +post_install() { + vlicense LICENSE +}