mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-19 00:21:40 +00:00
community/python-cairosvg to 2.4.2-3.1
This commit is contained in:
parent
9d2dbb5687
commit
6488403a35
1 changed files with 3 additions and 4 deletions
|
@ -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")
|
||||
|
|
Loading…
Reference in a new issue