[arch-commits] Commit in python2-rst2pdf/repos/community-any (PKGBUILD PKGBUILD)

2018-01-11 Thread Alexander Rødseth via arch-commits
Date: Thursday, January 11, 2018 @ 12:32:37
  Author: arodseth
Revision: 281323

archrelease: copy trunk to community-any

Added:
  python2-rst2pdf/repos/community-any/PKGBUILD
(from rev 281322, python2-rst2pdf/trunk/PKGBUILD)
Deleted:
  python2-rst2pdf/repos/community-any/PKGBUILD

--+
 PKGBUILD |   92 +
 1 file changed, 44 insertions(+), 48 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-01-11 12:32:27 UTC (rev 281322)
+++ PKGBUILD2018-01-11 12:32:37 UTC (rev 281323)
@@ -1,48 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth 
-# Contributor: Angel Velasquez 
-# Contributor: Roberto Alsina 
-
-pkgname=python2-rst2pdf
-pkgver=0.93
-pkgrel=8
-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'
-'python2-pillow: non-JPEG bitmap image formats')
-source=("git://github.com/ralsina/rst2pdf.git#tag=$pkgver")
-md5sums=('SKIP')
-
-prepare() {
-  cd rst2pdf
-
-  find . -name "*.py" -exec sed -i '0,/env python/s//env python2/' {} \;
-  sed -i 's/import Image/from PIL import Image/' rst2pdf/math_flowable.py
-}
-
-build() {
-  cd rst2pdf
-
-  python2 setup.py build
-  cd doc 
-  rst2man2 rst2pdf.txt rst2pdf.1
-}
-
-package() {
-  cd rst2pdf
-
-  python2 setup.py install --root="$pkgdir" --optimize=1
-  install -Dm644 LICENSE.txt "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-  install -Dm644 doc/rst2pdf.1 "$pkgdir/usr/share/man/man1/rst2pdf.1"
-}
-
-# getver: raw.githubusercontent.com/ralsina/rst2pdf/master/setup.py
-# vim:set ts=2 sw=2 et:

Copied: python2-rst2pdf/repos/community-any/PKGBUILD (from rev 281322, 
python2-rst2pdf/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-01-11 12:32:37 UTC (rev 281323)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Alexander F Rødseth 
+# Contributor: Angel Velasquez 
+# Contributor: Roberto Alsina 
+
+pkgname=python2-rst2pdf
+pkgver=0.93
+pkgrel=9
+pkgdesc='Create PDFs from simple text markup, no LaTeX required'
+arch=('any')
+url='https://github.com/ralsina/rst2pdf'
+license=('MIT')
+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')
+# previous optdeps: python2-svglib python2-wordaxe uniconvertor
+source=("git+https://github.com/ralsina/rst2pdf.git#tag=$pkgver;)
+md5sums=('SKIP')
+
+prepare() {
+  cd rst2pdf
+
+  find . -name "*.py" -exec sed -i '0,/env python/s//env python2/' {} \;
+  sed -i 's/import Image/from PIL import Image/' rst2pdf/math_flowable.py
+}
+
+build() {
+  cd rst2pdf
+
+  python2 setup.py build
+  rst2man2 doc/rst2pdf.txt doc/rst2pdf.1
+}
+
+package() {
+  cd rst2pdf
+
+  python2 setup.py install --root="$pkgdir" --optimize=1
+  install -Dm644 LICENSE.txt "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+  install -Dm644 doc/rst2pdf.1 "$pkgdir/usr/share/man/man1/rst2pdf.1"
+}
+
+# getver: raw.githubusercontent.com/ralsina/rst2pdf/master/setup.py
+# vim: ts=2 sw=2 et:


[arch-commits] Commit in python2-rst2pdf/repos/community-any (PKGBUILD PKGBUILD)

2015-06-30 Thread Alexander Rødseth
Date: Tuesday, June 30, 2015 @ 12:30:44
  Author: arodseth
Revision: 136153

archrelease: copy trunk to community-any

Added:
  python2-rst2pdf/repos/community-any/PKGBUILD
(from rev 136152, python2-rst2pdf/trunk/PKGBUILD)
Deleted:
  python2-rst2pdf/repos/community-any/PKGBUILD

--+
 PKGBUILD |   95 ++---
 1 file changed, 48 insertions(+), 47 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-06-30 10:30:37 UTC (rev 136152)
+++ PKGBUILD2015-06-30 10:30:44 UTC (rev 136153)
@@ -1,47 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth rods...@gmail.com
-# Contributor: Angel Velasquez an...@archlinux.org
-# Contributor: Roberto Alsina rals...@kde.org
-
-pkgname=python2-rst2pdf
-pkgver=0.93
-pkgrel=7
-pkgdesc='Create PDFs from simple text markup, no LaTeX required'
-arch=('any')
-url='http://rst2pdf.googlecode.com/'
-license=('MIT')
-makedepends=('python2-setuptools')
-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'
-'python2-pillow: non-JPEG bitmap image formats')
-source=(http://rst2pdf.googlecode.com/files/rst2pdf-$pkgver.tar.gz;)
-sha256sums=('3af44283ced19030a8286e8f8d71106ca6c78efe4bc95e9af42d678c363efcbc')
-
-prepare() {
-  cd rst2pdf-$pkgver
-
-  find . -name *.py -exec sed -i '0,/env python/s//env python2/' {} \;
-  sed -i 's/import Image/from PIL import Image/' rst2pdf/math_flowable.py
-}
-
-build() {
-  cd rst2pdf-$pkgver
-
-  python2 setup.py build
-  cd doc 
-  rst2man2 rst2pdf.txt rst2pdf.1
-}
-
-package() {
-  cd rst2pdf-$pkgver
-
-  python2 setup.py install --root=$pkgdir --optimize=1
-  install -Dm644 LICENSE.txt $pkgdir/usr/share/licenses/$pkgname/LICENSE
-  install -Dm644 doc/rst2pdf.1 $pkgdir/usr/share/man/man1/rst2pdf.1
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python2-rst2pdf/repos/community-any/PKGBUILD (from rev 136152, 
python2-rst2pdf/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-06-30 10:30:44 UTC (rev 136153)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Alexander Rødseth rods...@gmail.com
+# Contributor: Angel Velasquez an...@archlinux.org
+# Contributor: Roberto Alsina rals...@kde.org
+
+pkgname=python2-rst2pdf
+pkgver=0.93
+pkgrel=8
+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'
+'python2-pillow: non-JPEG bitmap image formats')
+source=(git://github.com/ralsina/rst2pdf.git#tag=$pkgver)
+md5sums=('SKIP')
+
+prepare() {
+  cd rst2pdf
+
+  find . -name *.py -exec sed -i '0,/env python/s//env python2/' {} \;
+  sed -i 's/import Image/from PIL import Image/' rst2pdf/math_flowable.py
+}
+
+build() {
+  cd rst2pdf
+
+  python2 setup.py build
+  cd doc 
+  rst2man2 rst2pdf.txt rst2pdf.1
+}
+
+package() {
+  cd rst2pdf
+
+  python2 setup.py install --root=$pkgdir --optimize=1
+  install -Dm644 LICENSE.txt $pkgdir/usr/share/licenses/$pkgname/LICENSE
+  install -Dm644 doc/rst2pdf.1 $pkgdir/usr/share/man/man1/rst2pdf.1
+}
+
+# getver: raw.githubusercontent.com/ralsina/rst2pdf/master/setup.py
+# vim:set ts=2 sw=2 et:


[arch-commits] Commit in python2-rst2pdf/repos/community-any (PKGBUILD PKGBUILD)

2013-06-02 Thread Alexander Rødseth
Date: Sunday, June 2, 2013 @ 20:25:36
  Author: arodseth
Revision: 92200

archrelease: copy trunk to community-any

Added:
  python2-rst2pdf/repos/community-any/PKGBUILD
(from rev 92199, python2-rst2pdf/trunk/PKGBUILD)
Deleted:
  python2-rst2pdf/repos/community-any/PKGBUILD

--+
 PKGBUILD |   90 ++---
 1 file changed, 45 insertions(+), 45 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-06-02 18:25:28 UTC (rev 92199)
+++ PKGBUILD2013-06-02 18:25:36 UTC (rev 92200)
@@ -1,45 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth rods...@gmail.com
-# Contributor: Angel Velasquez an...@archlinux.org
-# Contributor: Roberto Alsina rals...@kde.org
-
-pkgname=python2-rst2pdf
-pkgver=0.93
-pkgrel=3
-pkgdesc='Create PDFs from simple text markup, no LaTeX required'
-arch=('any')
-url='http://rst2pdf.googlecode.com/'
-license=('MIT')
-makedepends=('python2-distribute')
-depends=('python2-docutils' 'python2-reportlab' 'python2-pygments' 
'python2-pdfrw')
-optdepends=('uniconvertor: vector images support'
-#'python2-svglib: some SVG support'
-'inkscape: best SVG support'
-#'python2-wordaxe: hyphenation'
-'python2-imaging: non-JPEG bitmap image formats')
-source=(http://rst2pdf.googlecode.com/files/rst2pdf-$pkgver.tar.gz;)
-sha256sums=('3af44283ced19030a8286e8f8d71106ca6c78efe4bc95e9af42d678c363efcbc')
-
-prepare() {
-  cd rst2pdf-$pkgver
-
-  find . -name *.py -exec sed -i '0,/on/s//on2/' {} \;
-}
-
-build() {
-  cd rst2pdf-$pkgver
-
-  python2 setup.py build
-  cd doc 
-  rst2man2 rst2pdf.txt rst2pdf.1
-}
-
-package() {
-  cd rst2pdf-$pkgver
-
-  python2 setup.py install --root=$pkgdir --optimize=1
-  install -Dm644 LICENSE.txt $pkgdir/usr/share/licenses/$pkgname/LICENSE
-  install -Dm644 doc/rst2pdf.1 $pkgdir/usr/share/man/man1/rst2pdf.1
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python2-rst2pdf/repos/community-any/PKGBUILD (from rev 92199, 
python2-rst2pdf/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-06-02 18:25:36 UTC (rev 92200)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Alexander Rødseth rods...@gmail.com
+# Contributor: Angel Velasquez an...@archlinux.org
+# Contributor: Roberto Alsina rals...@kde.org
+
+pkgname=python2-rst2pdf
+pkgver=0.93
+pkgrel=4
+pkgdesc='Create PDFs from simple text markup, no LaTeX required'
+arch=('any')
+url='http://rst2pdf.googlecode.com/'
+license=('MIT')
+makedepends=('python2-distribute')
+depends=('python2-docutils' 'python2-reportlab' 'python2-pygments' 
'python2-pdfrw')
+optdepends=('uniconvertor: vector images support'
+#'python2-svglib: some SVG support'
+'inkscape: best SVG support'
+#'python2-wordaxe: hyphenation'
+'python2-imaging: non-JPEG bitmap image formats')
+source=(http://rst2pdf.googlecode.com/files/rst2pdf-$pkgver.tar.gz;)
+sha256sums=('3af44283ced19030a8286e8f8d71106ca6c78efe4bc95e9af42d678c363efcbc')
+
+prepare() {
+  cd rst2pdf-$pkgver
+
+  find . -name *.py -exec sed -i '0,/env python/s//env python2/' {} \;
+}
+
+build() {
+  cd rst2pdf-$pkgver
+
+  python2 setup.py build
+  cd doc 
+  rst2man2 rst2pdf.txt rst2pdf.1
+}
+
+package() {
+  cd rst2pdf-$pkgver
+
+  python2 setup.py install --root=$pkgdir --optimize=1
+  install -Dm644 LICENSE.txt $pkgdir/usr/share/licenses/$pkgname/LICENSE
+  install -Dm644 doc/rst2pdf.1 $pkgdir/usr/share/man/man1/rst2pdf.1
+}
+
+# vim:set ts=2 sw=2 et:



[arch-commits] Commit in python2-rst2pdf/repos/community-any (PKGBUILD PKGBUILD)

2013-05-23 Thread Alexander Rødseth
Date: Thursday, May 23, 2013 @ 13:23:27
  Author: arodseth
Revision: 91538

archrelease: copy trunk to community-any

Added:
  python2-rst2pdf/repos/community-any/PKGBUILD
(from rev 91537, python2-rst2pdf/trunk/PKGBUILD)
Deleted:
  python2-rst2pdf/repos/community-any/PKGBUILD

--+
 PKGBUILD |   83 +
 1 file changed, 45 insertions(+), 38 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-05-23 11:23:20 UTC (rev 91537)
+++ PKGBUILD2013-05-23 11:23:27 UTC (rev 91538)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth rods...@gmail.com
-# Contributor: Angel Velasquez an...@archlinux.org
-# Contributor: Roberto Alsina rals...@kde.org
-
-pkgname=python2-rst2pdf
-pkgver=0.93
-pkgrel=2
-pkgdesc='Create PDFs from simple text markup, no LaTeX required'
-arch=('any')
-url='http://rst2pdf.googlecode.com/'
-license=('MIT')
-depends=('python2-distribute' 'python2-docutils' 'python2-reportlab' 
'python2-pygments' 'python2-pdfrw')
-optdepends=('uniconvertor: vector images support'
-#'python2-svglib: some SVG support'
-'inkscape: best SVG support'
-#'python2-wordaxe: hyphenation'
-'python2-imaging: non-JPEG bitmap image formats')
-source=(http://rst2pdf.googlecode.com/files/rst2pdf-$pkgver.tar.gz;)
-sha256sums=('3af44283ced19030a8286e8f8d71106ca6c78efe4bc95e9af42d678c363efcbc')
-
-build() {
-  cd rst2pdf-$pkgver
-
-  python2 setup.py build
-  cd doc 
-  rst2man2 rst2pdf.txt rst2pdf.1
-}
-
-package() {
-  cd rst2pdf-$pkgver
-
-  python2 setup.py install --root=$pkgdir --optimize=1
-  install -Dm644 LICENSE.txt $pkgdir/usr/share/licenses/$pkgname/LICENSE
-  install -Dm644 doc/rst2pdf.1 $pkgdir/usr/share/man/man1/rst2pdf.1
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python2-rst2pdf/repos/community-any/PKGBUILD (from rev 91537, 
python2-rst2pdf/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-05-23 11:23:27 UTC (rev 91538)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Alexander Rødseth rods...@gmail.com
+# Contributor: Angel Velasquez an...@archlinux.org
+# Contributor: Roberto Alsina rals...@kde.org
+
+pkgname=python2-rst2pdf
+pkgver=0.93
+pkgrel=3
+pkgdesc='Create PDFs from simple text markup, no LaTeX required'
+arch=('any')
+url='http://rst2pdf.googlecode.com/'
+license=('MIT')
+makedepends=('python2-distribute')
+depends=('python2-docutils' 'python2-reportlab' 'python2-pygments' 
'python2-pdfrw')
+optdepends=('uniconvertor: vector images support'
+#'python2-svglib: some SVG support'
+'inkscape: best SVG support'
+#'python2-wordaxe: hyphenation'
+'python2-imaging: non-JPEG bitmap image formats')
+source=(http://rst2pdf.googlecode.com/files/rst2pdf-$pkgver.tar.gz;)
+sha256sums=('3af44283ced19030a8286e8f8d71106ca6c78efe4bc95e9af42d678c363efcbc')
+
+prepare() {
+  cd rst2pdf-$pkgver
+
+  find . -name *.py -exec sed -i '0,/on/s//on2/' {} \;
+}
+
+build() {
+  cd rst2pdf-$pkgver
+
+  python2 setup.py build
+  cd doc 
+  rst2man2 rst2pdf.txt rst2pdf.1
+}
+
+package() {
+  cd rst2pdf-$pkgver
+
+  python2 setup.py install --root=$pkgdir --optimize=1
+  install -Dm644 LICENSE.txt $pkgdir/usr/share/licenses/$pkgname/LICENSE
+  install -Dm644 doc/rst2pdf.1 $pkgdir/usr/share/man/man1/rst2pdf.1
+}
+
+# vim:set ts=2 sw=2 et:



[arch-commits] Commit in python2-rst2pdf/repos/community-any (PKGBUILD PKGBUILD)

2013-02-05 Thread Alexander Rødseth
Date: Wednesday, February 6, 2013 @ 00:17:33
  Author: arodseth
Revision: 83872

archrelease: copy trunk to community-any

Added:
  python2-rst2pdf/repos/community-any/PKGBUILD
(from rev 83871, python2-rst2pdf/trunk/PKGBUILD)
Deleted:
  python2-rst2pdf/repos/community-any/PKGBUILD

--+
 PKGBUILD |   76 ++---
 1 file changed, 38 insertions(+), 38 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-02-05 23:13:32 UTC (rev 83871)
+++ PKGBUILD2013-02-05 23:17:33 UTC (rev 83872)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth rods...@gmail.com
-# Contributor: Angel Velasquez an...@archlinux.org
-# Contributor: Roberto Alsina rals...@kde.org
-
-pkgname=python2-rst2pdf
-pkgver=0.93
-pkgrel=1
-pkgdesc='Create PDFs from simple text markup, no LaTeX required'
-arch=('any')
-url='http://rst2pdf.googlecode.com/'
-license=('MIT')
-depends=('python2-distribute' 'python2-docutils' 'python2-reportlab' 
'python2-pygments')
-optdepends=('uniconvertor: vector images support'
-#'python2-svglib: some SVG support'
-'inkscape: best SVG support'
-#'python2-wordaxe: hyphenation'
-'python2-imaging: non-JPEG bitmap image formats')
-source=(http://rst2pdf.googlecode.com/files/rst2pdf-$pkgver.tar.gz;)
-sha256sums=('3af44283ced19030a8286e8f8d71106ca6c78efe4bc95e9af42d678c363efcbc')
-
-build() {
-  cd rst2pdf-$pkgver
-
-  python2 setup.py build
-  cd doc 
-  rst2man2 rst2pdf.txt rst2pdf.1
-}
-
-package() {
-  cd rst2pdf-$pkgver
-
-  python2 setup.py install --root=$pkgdir --optimize=1
-  install -Dm644 LICENSE.txt $pkgdir/usr/share/licenses/$pkgname/LICENSE
-  install -Dm644 doc/rst2pdf.1 $pkgdir/usr/share/man/man1/rst2pdf.1
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python2-rst2pdf/repos/community-any/PKGBUILD (from rev 83871, 
python2-rst2pdf/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-02-05 23:17:33 UTC (rev 83872)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Alexander Rødseth rods...@gmail.com
+# Contributor: Angel Velasquez an...@archlinux.org
+# Contributor: Roberto Alsina rals...@kde.org
+
+pkgname=python2-rst2pdf
+pkgver=0.93
+pkgrel=2
+pkgdesc='Create PDFs from simple text markup, no LaTeX required'
+arch=('any')
+url='http://rst2pdf.googlecode.com/'
+license=('MIT')
+depends=('python2-distribute' 'python2-docutils' 'python2-reportlab' 
'python2-pygments' 'python2-pdfrw')
+optdepends=('uniconvertor: vector images support'
+#'python2-svglib: some SVG support'
+'inkscape: best SVG support'
+#'python2-wordaxe: hyphenation'
+'python2-imaging: non-JPEG bitmap image formats')
+source=(http://rst2pdf.googlecode.com/files/rst2pdf-$pkgver.tar.gz;)
+sha256sums=('3af44283ced19030a8286e8f8d71106ca6c78efe4bc95e9af42d678c363efcbc')
+
+build() {
+  cd rst2pdf-$pkgver
+
+  python2 setup.py build
+  cd doc 
+  rst2man2 rst2pdf.txt rst2pdf.1
+}
+
+package() {
+  cd rst2pdf-$pkgver
+
+  python2 setup.py install --root=$pkgdir --optimize=1
+  install -Dm644 LICENSE.txt $pkgdir/usr/share/licenses/$pkgname/LICENSE
+  install -Dm644 doc/rst2pdf.1 $pkgdir/usr/share/man/man1/rst2pdf.1
+}
+
+# vim:set ts=2 sw=2 et: