[arch-commits] Commit in python-xcffib/trunk (2 files)

Felix Yan felixonmars at archlinux.org
Sat Feb 16 15:54:44 UTC 2019


    Date: Saturday, February 16, 2019 @ 15:54:43
  Author: felixonmars
Revision: 433510

upgpkg: python-xcffib 0.7.0-1

Modified:
  python-xcffib/trunk/PKGBUILD
Deleted:
  python-xcffib/trunk/optparse-applicative-0.13.patch

---------------------------------+
 PKGBUILD                        |    6 ++---
 optparse-applicative-0.13.patch |   39 --------------------------------------
 2 files changed, 3 insertions(+), 42 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-02-16 15:51:29 UTC (rev 433509)
+++ PKGBUILD	2019-02-16 15:54:43 UTC (rev 433510)
@@ -3,8 +3,8 @@
 
 pkgbase=python-xcffib
 pkgname=(python-xcffib python2-xcffib)
-pkgver=0.6.0
-pkgrel=3
+pkgver=0.7.0
+pkgrel=1
 pkgdesc="Python3 drop in replacement for xpyb, an XCB python binding"
 arch=('any')
 url="https://pypi.python.org/pypi/xcffib"
@@ -13,7 +13,7 @@
              'python2-six' 'libxcb' 'haskell-xcffib')
 checkdepends=('python-nose' 'python2-nose' 'xorg-server-xvfb' 'xorg-xeyes')
 source=("$pkgbase-$pkgver.tar.gz::https://github.com/tych0/xcffib/archive/v$pkgver.tar.gz")
-sha512sums=('be163991bc68d7e6c08420b97afe227f013014b64a4ab84b44101c01252dbc90778dfc55d1d8a8cc7dc7bdd5209403d4536cddeeac1591be940e915e76daddcf')
+sha512sums=('e0c1eb7fd86baf5e9f0f0916651cebc41bc18de3594b76da299967363492ac86499082872ba4dff8cf776354fc35accbd4d2f86ed4570f0d8f77bd5d20ddf1d8')
 
 prepare() {
   cp -a xcffib-$pkgver{,-py2}

Deleted: optparse-applicative-0.13.patch
===================================================================
--- optparse-applicative-0.13.patch	2019-02-16 15:51:29 UTC (rev 433509)
+++ optparse-applicative-0.13.patch	2019-02-16 15:54:43 UTC (rev 433510)
@@ -1,39 +0,0 @@
-From e0bd193a756235e3186b2b7464ee61025ff3e344 Mon Sep 17 00:00:00 2001
-From: Tycho Andersen <tycho at tycho.ws>
-Date: Sun, 18 Sep 2016 19:30:32 -0600
-Subject: [PATCH] fix build with latest verison of optparse-applicative
-
-Apparently it stopped exporting <>, so let's import that by hand.
-
-Signed-off-by: Tycho Andersen <tycho at tycho.ws>
----
- generator/xcffibgen.hs | 1 +
- xcffib.cabal           | 3 ++-
- 2 files changed, 3 insertions(+), 1 deletion(-)
-
-diff --git a/generator/xcffibgen.hs b/generator/xcffibgen.hs
-index 52d89a5..bbad4de 100644
---- a/generator/xcffibgen.hs
-+++ b/generator/xcffibgen.hs
-@@ -16,6 +16,7 @@
- module Main where
- 
- 
-+import Data.Semigroup
- import Data.XCB.Types
- import Data.XCB.Python.Parse
- 
-diff --git a/xcffib.cabal b/xcffib.cabal
-index 711cae3..8ee3222 100644
---- a/xcffib.cabal
-+++ b/xcffib.cabal
-@@ -54,7 +54,8 @@ executable xcffibgen
-                  containers,
-                  mtl >= 2.1,
-                  attoparsec,
--                 bytestring
-+                 bytestring,
-+                 semigroups
-   ghc-options: -Wall
- 
- test-suite PyHelpersTests



More information about the arch-commits mailing list