From dc373583354cc9ef4ccacf655bdf800086c7a357 Mon Sep 17 00:00:00 2001 From: maxice8 Date: Sat, 24 Mar 2018 00:25:11 -0300 Subject: [PATCH] python-xlib: update to 0.23. Closes: #12866 [via git-merge-pr] --- srcpkgs/python-xlib/template | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/srcpkgs/python-xlib/template b/srcpkgs/python-xlib/template index 3e58499a1df..dc03e3bfef4 100644 --- a/srcpkgs/python-xlib/template +++ b/srcpkgs/python-xlib/template @@ -1,18 +1,18 @@ # Template file for 'python-xlib' pkgname=python-xlib -version=0.22 +version=0.23 revision=1 -noarch=yes build_style=python-module +pycompile_module="Xlib" hostmakedepends="python-setuptools python3-setuptools" depends="python-six" -pycompile_module="Xlib" short_desc="Fully functional X client library for Python2" maintainer="Enno Boland " license="LGPL-2.1-or-later" homepage="https://github.com/python-xlib/python-xlib" distfiles="${homepage}/releases/download/${version}/python-xlib-${version}.tar.bz2" -checksum=42dece002a6d6b5f864c11e65decdf1e78f498023551bab45c1cb133bb65cfc1 +checksum=c3deb8329038620d07b21be05673fa5a495dd8b04a2d9f4dca37a3811d192ae4 +noarch=yes pre_build() { sed -i '/setup_requires/d' setup.py