Date: Tuesday, March 21, 2017 @ 07:48:31
  Author: felixonmars
Revision: 217948

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2017-03-21 07:48:14 UTC (rev 217947)
+++ PKGBUILD    2017-03-21 07:48:31 UTC (rev 217948)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan <[email protected]>
-# Contributor: razer <razer[at]neuf[dot]fr>
-# Contributor: pzl <[email protected]>
-# Contributor: Dennis Fink <[email protected]>
-# 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
-}

Copied: python-cairosvg/repos/community-any/PKGBUILD (from rev 217947, 
python-cairosvg/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2017-03-21 07:48:31 UTC (rev 217948)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Felix Yan <[email protected]>
+# Contributor: razer <razer[at]neuf[dot]fr>
+# Contributor: pzl <[email protected]>
+# Contributor: Dennis Fink <[email protected]>
+# 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
+}

Reply via email to