[arch-commits] Commit in python2-genshi/repos (2 files)

Eli Schwartz eschwartz at archlinux.org
Sun Jun 3 06:28:09 UTC 2018


    Date: Sunday, June 3, 2018 @ 06:28:08
  Author: eschwartz
Revision: 338651

archrelease: copy trunk to community-x86_64

Added:
  python2-genshi/repos/community-x86_64/
  python2-genshi/repos/community-x86_64/PKGBUILD
    (from rev 338650, python2-genshi/trunk/PKGBUILD)

----------+
 PKGBUILD |   28 ++++++++++++++++++++++++++++
 1 file changed, 28 insertions(+)

Copied: python2-genshi/repos/community-x86_64/PKGBUILD (from rev 338650, python2-genshi/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2018-06-03 06:28:08 UTC (rev 338651)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
+# Contributor : Todd Maynard <arch at toddmaynard.com>
+
+pkgname=python2-genshi
+pkgver=0.7
+pkgrel=4
+pkgdesc="Python toolkit for stream-based generation of output for the web."
+url="https://genshi.edgewall.org/"
+license=("BSD")
+arch=('x86_64')
+depends=('python2')
+makedepends=('python2-setuptools')
+conflicts=('python-genshi<=0.6-3')
+replaces=('python-genshi<=0.6-3')
+source=("https://ftp.edgewall.org/pub/genshi/Genshi-$pkgver.tar.gz")
+md5sums=('54e64dd69da3ec961f86e686e0848a82')
+
+build() {
+  cd "$srcdir"/Genshi-${pkgver}
+  python2 setup.py build
+}
+
+package() {
+  cd "$srcdir"/Genshi-${pkgver}
+  python2 setup.py install --root="$pkgdir" --optimize=1 --skip-build
+  install -Dm644 COPYING "$pkgdir"/usr/share/licenses/$pkgname/COPYING
+}



More information about the arch-commits mailing list