[arch-commits] Commit in python-cairosvg/repos/community-testing-any (2 files)

Felix Yan felixonmars at archlinux.org
Wed Jan 4 10:17:38 UTC 2017


    Date: Wednesday, January 4, 2017 @ 10:17:37
  Author: felixonmars
Revision: 204853

archrelease: copy trunk to community-testing-any

Added:
  python-cairosvg/repos/community-testing-any/PKGBUILD
    (from rev 204852, python-cairosvg/trunk/PKGBUILD)
Deleted:
  python-cairosvg/repos/community-testing-any/PKGBUILD

----------+
 PKGBUILD |   83 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 41 insertions(+), 42 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2017-01-04 10:17:19 UTC (rev 204852)
+++ PKGBUILD	2017-01-04 10:17:37 UTC (rev 204853)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Contributor: razer <razer[at]neuf[dot]fr>
-# Contributor: pzl <alsoelp at gmail.com>
-# Contributor: Dennis Fink <dennis.fink at c3l.lu>
-# Contributor: Simon Sapin <simon dot sapin at exyr dot org>
-
-pkgname=python-cairosvg
-pkgver=2.0.0
-pkgrel=2
-pkgdesc="A Simple SVG Converter for Cairo"
-arch=('any')
-url="http://cairosvg.org/"
-license=('LGPL3')
-depends=('python-cairocffi' 'python-lxml' 'python-tinycss' 'python-cssselect' 'python-pillow')
-makedepends=('git')
-checkdepends=('python-pytest-runner' 'python2-pytest-runner' 'python-pytest-isort'
-              'python2-pytest-isort' 'python-pytest-flake8' 'python2-pytest-flake8'
-              'python-pytest-cov' 'python2-pytest-cov' 'gnu-free-fonts')
-source=("git+https://github.com/Kozea/CairoSVG.git#tag=$pkgver")
-md5sums=('SKIP')
-
-prepare() {
-  cd CairoSVG
-  git submodule update --init
-}
-
-build() {
-  cd CairoSVG
-  python setup.py build
-}
-
-check() {
-  cd CairoSVG
-  python setup.py test || warning "Tests failed"
-  # Tests require special fonts that are not in the repos
-}
-
-package() {
-  cd CairoSVG
-  python setup.py install --root="$pkgdir/" --optimize=1
-}

Copied: python-cairosvg/repos/community-testing-any/PKGBUILD (from rev 204852, python-cairosvg/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2017-01-04 10:17:37 UTC (rev 204853)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: razer <razer[at]neuf[dot]fr>
+# Contributor: pzl <alsoelp at gmail.com>
+# Contributor: Dennis Fink <dennis.fink at c3l.lu>
+# Contributor: Simon Sapin <simon dot sapin at exyr dot org>
+
+pkgname=python-cairosvg
+pkgver=2.0.1
+pkgrel=1
+pkgdesc="A Simple SVG Converter for Cairo"
+arch=('any')
+url="http://cairosvg.org/"
+license=('LGPL3')
+depends=('python-cairocffi' 'python-lxml' 'python-tinycss' 'python-cssselect' 'python-pillow')
+makedepends=('git')
+checkdepends=('python-pytest-runner' 'python2-pytest-runner' 'python-pytest-isort'
+              'python2-pytest-isort' 'python-pytest-flake8' 'python2-pytest-flake8'
+              'python-pytest-cov' 'python2-pytest-cov' 'gnu-free-fonts')
+source=("git+https://github.com/Kozea/CairoSVG.git#tag=$pkgver")
+md5sums=('SKIP')
+
+prepare() {
+  cd CairoSVG
+  git submodule update --init
+}
+
+build() {
+  cd CairoSVG
+  python setup.py build
+}
+
+check() {
+  cd CairoSVG
+  python setup.py test
+}
+
+package() {
+  cd CairoSVG
+  python setup.py install --root="$pkgdir/" --optimize=1
+}



More information about the arch-commits mailing list