[arch-commits] Commit in python-cairosvg/repos/community-any (PKGBUILD PKGBUILD)

Felix Yan felixonmars at archlinux.org
Wed May 3 08:35:30 UTC 2017


    Date: Wednesday, May 3, 2017 @ 08:35:30
  Author: felixonmars
Revision: 226619

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2017-05-03 08:35:10 UTC (rev 226618)
+++ PKGBUILD	2017-05-03 08:35:30 UTC (rev 226619)
@@ -1,41 +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.2
-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
-}

Copied: python-cairosvg/repos/community-any/PKGBUILD (from rev 226618, python-cairosvg/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2017-05-03 08:35:30 UTC (rev 226619)
@@ -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.3
+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")
+sha512sums=('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