From b6a5bf7c854ebbd9e5601f7c7111269727894607 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 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/python3-eliot/template b/srcpkgs/python3-eliot/template index 15b05dd7331..f859861c87b 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" + 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 61a0429e75267e2a4ac7d9f18925669db570ec77 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 | 23 +++++++++++++++++++++++ 1 file changed, 23 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..9d7b420b6ad --- /dev/null +++ b/srcpkgs/python3-aiocontextvars/template @@ -0,0 +1,23 @@ +# 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 + +pre_check() { + vsed -i -e "s/'pytest-asyncio==0.8.0',/'pytest-asyncio',/" setup.py +} + +post_install() { + vlicense LICENSE +}