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

Eli Schwartz eschwartz at archlinux.org
Mon Jul 16 15:57:28 UTC 2018


    Date: Monday, July 16, 2018 @ 15:57:27
  Author: eschwartz
Revision: 359904

archrelease: copy trunk to community-staging-any

Added:
  python-cairosvg/repos/community-staging-any/
  python-cairosvg/repos/community-staging-any/PKGBUILD
    (from rev 359903, python-cairosvg/trunk/PKGBUILD)

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

Copied: python-cairosvg/repos/community-staging-any/PKGBUILD (from rev 359903, python-cairosvg/trunk/PKGBUILD)
===================================================================
--- community-staging-any/PKGBUILD	                        (rev 0)
+++ community-staging-any/PKGBUILD	2018-07-16 15:57:27 UTC (rev 359904)
@@ -0,0 +1,44 @@
+# $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.1.3
+pkgrel=2
+pkgdesc="A Simple SVG Converter for Cairo"
+arch=('any')
+url="https://cairosvg.org/"
+license=('LGPL3')
+depends=('python-cairocffi' 'python-cssselect2' 'python-defusedxml' 'python-pillow'
+         'python-tinycss2')
+makedepends=('python-setuptools')
+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')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/Kozea/CairoSVG/archive/$pkgver.tar.gz")
+sha512sums=('2fe079be6e471ab28bbcd16d8dba00729ffc920163aa6a0fabf1223db21685a25fc03118e41f059e6164a3c1afd5375e05022954846fd75bc6b76ad122e90ef5')
+
+prepare() {
+  cd CairoSVG-$pkgver
+  rmdir test/cairosvg_reference
+  cp -a "$srcdir"/CairoSVG-$pkgver{,-copy}
+  mv "$srcdir"/CairoSVG-$pkgver-copy test/cairosvg_reference
+}
+
+build() {
+  cd CairoSVG-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd CairoSVG-$pkgver
+  python setup.py test
+}
+
+package() {
+  cd CairoSVG-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+}



More information about the arch-commits mailing list