[arch-commits] Commit in python-genshi/trunk (PKGBUILD)

Eli Schwartz eschwartz at archlinux.org
Wed Mar 3 05:31:53 UTC 2021


    Date: Wednesday, March 3, 2021 @ 05:31:52
  Author: eschwartz
Revision: 878821

upgpkg: python-genshi 0.7.5-1: upstream release plus fix for FS#69724

In the previous release, the six module got added as a replacement for running
2to3, and I neglected to add it as a dependency.

Even though the current version now supports compiling the C extension on
modern python versions, it doesn't support it on modern setuptools versions
so... so much for that.

Modified:
  python-genshi/trunk/PKGBUILD

----------+
 PKGBUILD |    8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-03-03 02:26:08 UTC (rev 878820)
+++ PKGBUILD	2021-03-03 05:31:52 UTC (rev 878821)
@@ -1,16 +1,16 @@
 # Maintainer : Eli Schwartz <eschwartz at archlinux.org>
 
 pkgname=python-genshi
-pkgver=0.7.4
-pkgrel=2
+pkgver=0.7.5
+pkgrel=1
 pkgdesc="Python toolkit for stream-based generation of output for the web."
 arch=('any')
 url="https://genshi.edgewall.org/"
 license=("BSD")
-depends=('python')
+depends=('python-six')
 makedepends=('python-setuptools')
 source=("${pkgname}-${pkgver}.tar.gz::https://github.com/edgewall/genshi/archive/${pkgver}.tar.gz")
-sha256sums=('864d7dc47635950809639b13ad5d604984702fca335565636284cc6af478f454')
+sha256sums=('3c9419a4988a59c566b43e60980a28f63b6850c3fd8e1e513f8ca415be7e5081')
 
 build() {
     cd "${srcdir}"/genshi-${pkgver}



More information about the arch-commits mailing list