From 33dd7a3a14fa58fb1bf81d48c8e0495b5022421b Mon Sep 17 00:00:00 2001 From: mobinmob Date: Sat, 12 Oct 2019 18:03:12 +0300 Subject: [PATCH 1/2] python3-eliot: update to 1.9.0. --- srcpkgs/python3-eliot/template | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/srcpkgs/python3-eliot/template b/srcpkgs/python3-eliot/template index 15b05dd7331..abbe20f4897 100644 --- a/srcpkgs/python3-eliot/template +++ b/srcpkgs/python3-eliot/template @@ -1,6 +1,6 @@ # Template file for 'python3-eliot' pkgname=python3-eliot -version=1.7.0 +version=1.9.0 revision=1 archs=noarch wrksrc="eliot-${version}" @@ -8,10 +8,10 @@ build_style=python3-module pycompile_module="eliot" hostmakedepends="python3-setuptools" depends="python3-setuptools python3-six python3-zope.interface python3-rsistent - python3-boltons" -short_desc="Logging library that tells you why it happened" + python3-boltons python3-aiocontextvars" + short_desc="Logging library that tells you why it happened" maintainer="Orphaned " license="Apache-2.0" homepage="https://github.com/itamarst/eliot/" distfiles="${PYPI_SITE}/e/eliot/eliot-${version}.tar.gz" -checksum=68f3901211288c6c3cb2d05124069a42fa8d4635362dd4b3c6459f701cf39e7a +checksum=9f0e32a5aa678b90660c94f1cfee61b0244a6d91ace294d5ea42fb7163af73b9 From 6b35f756480a793392eda3e50a131e6a107ab6e5 Mon Sep 17 00:00:00 2001 From: mobinmob Date: Tue, 15 Oct 2019 18:24:46 +0300 Subject: [PATCH 2/2] New package: python3-aiocontextvars-0.2.2 --- srcpkgs/python3-aiocontextvars/template | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 srcpkgs/python3-aiocontextvars/template diff --git a/srcpkgs/python3-aiocontextvars/template b/srcpkgs/python3-aiocontextvars/template new file mode 100644 index 00000000000..3fbe077840c --- /dev/null +++ b/srcpkgs/python3-aiocontextvars/template @@ -0,0 +1,19 @@ +# Template file for 'python3-aiocontextvars' +pkgname=python3-aiocontextvars +version=0.2.2 +revision=1 +wrksrc="aiocontextvars-${version}" +build_style=python3-module +pycompile_module="aiocontextvars" +hostmakedepends="python3-setuptools" +depends="python3-setuptools" +short_desc="PEP-550 polyfill, execution context for asyncio" +maintainer="mobinmob " +license="BSD-3-Clause" +homepage="https://github.com/fantix/aiocontextvars" +distfiles="${PYPI_SITE}/a/aiocontextvars/aiocontextvars-${version}.tar.gz" +checksum=f027372dc48641f683c559f247bd84962becaacdc9ba711d583c3871fb5652aa + +post_install() { + vlicense LICENSE +}