community/python-cairosvg to 2.4.2-3.1

This commit is contained in:
Kevin Mihelich 2020-04-26 01:44:06 +00:00
parent 9d2dbb5687
commit 6488403a35

View file

@ -1,18 +1,17 @@
# Maintainer: Felix Yan <felixonmars@archlinux.org>
# Maintainer: Filipe Laíns (FFY00) <lains@archlinux.org>
# ALARM: Kevin Mihelich <kevin@archlinuxarm.org>
# - depend on python-cairo instead of python-cairocffi (haskell deps)
# remove when bumped upstream
pkgname=python-cairosvg
_pkgname=CairoSVG
pkgver=2.4.2
pkgrel=3
pkgrel=3.1
pkgdesc='SVG converter based on Cairo. It can export SVG files to PDF, PostScript and PNG files'
arch=('any')
url='https://cairosvg.org'
license=('LGPL3')
depends=('python' 'python-setuptools' 'python-cairo' 'python-pillow' 'python-cssselect2' 'python-defusedxml' 'python-tinycss2')
depends=('python' 'python-setuptools' 'python-cairocffi' 'python-pillow' 'python-cssselect2' 'python-defusedxml' 'python-tinycss2')
checkdepends=('python-pytest-runner' 'python-pytest-cov' 'python-pytest-flake8' 'python-pytest-isort')
replaces=('cairosvg')
source=("$pkgname-$pkgver.tar.gz::https://github.com/Kozea/CairoSVG/archive/$pkgver.tar.gz")