[arch-commits] Commit in python2-rst2pdf/trunk (PKGBUILD)

Alexander Rødseth arodseth at archlinux.org
Thu Jan 11 12:32:28 UTC 2018


    Date: Thursday, January 11, 2018 @ 12:32:27
  Author: arodseth
Revision: 281322

upgpkg: python2-rst2pdf 0.93-9

Modified:
  python2-rst2pdf/trunk/PKGBUILD

----------+
 PKGBUILD |   22 +++++++++-------------
 1 file changed, 9 insertions(+), 13 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-01-11 12:18:02 UTC (rev 281321)
+++ PKGBUILD	2018-01-11 12:32:27 UTC (rev 281322)
@@ -1,24 +1,21 @@
 # $Id$
-# Maintainer: Alexander Rødseth <rodseth at gmail.com>
+# Maintainer: Alexander F Rødseth <xyproto at archlinux.org>
 # Contributor: Angel Velasquez <angvp at archlinux.org>
 # Contributor: Roberto Alsina <ralsina at kde.org>
 
 pkgname=python2-rst2pdf
 pkgver=0.93
-pkgrel=8
+pkgrel=9
 pkgdesc='Create PDFs from simple text markup, no LaTeX required'
 arch=('any')
 url='https://github.com/ralsina/rst2pdf'
 license=('MIT')
-makedepends=('python2-setuptools' 'git')
-depends=('python2-docutils' 'python2-reportlab' 'python2-pygments' 'pygmentize'
-         'python2-pdfrw')
-optdepends=('uniconvertor: vector images support'
-            #'python2-svglib: some SVG support'
-            'inkscape: best SVG support'
-            #'python2-wordaxe: hyphenation'
+makedepends=('git' 'python2-setuptools')
+depends=('pygmentize' 'python2-docutils' 'python2-pdfrw' 'python2-pygments' 'python2-reportlab')
+optdepends=('inkscape: SVG support'
             'python2-pillow: non-JPEG bitmap image formats')
-source=("git://github.com/ralsina/rst2pdf.git#tag=$pkgver")
+# previous optdeps: python2-svglib python2-wordaxe uniconvertor
+source=("git+https://github.com/ralsina/rst2pdf.git#tag=$pkgver")
 md5sums=('SKIP')
 
 prepare() {
@@ -32,8 +29,7 @@
   cd rst2pdf
 
   python2 setup.py build
-  cd doc 
-  rst2man2 rst2pdf.txt rst2pdf.1
+  rst2man2 doc/rst2pdf.txt doc/rst2pdf.1
 }
 
 package() {
@@ -45,4 +41,4 @@
 }
 
 # getver: raw.githubusercontent.com/ralsina/rst2pdf/master/setup.py
-# vim:set ts=2 sw=2 et:
+# vim: ts=2 sw=2 et:



More information about the arch-commits mailing list