Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
aports
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Bart Ribbers
aports
Commits
66a09a58
Commit
66a09a58
authored
4 years ago
by
Drew DeVault
Committed by
Leo
4 years ago
Browse files
Options
Downloads
Patches
Plain Diff
testing/py3-cairosvg: upgrade to 2.5.0
parent
39ea64e0
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
testing/py3-cairosvg/APKBUILD
+8
-8
8 additions, 8 deletions
testing/py3-cairosvg/APKBUILD
with
8 additions
and
8 deletions
testing/py3-cairosvg/APKBUILD
+
8
−
8
View file @
66a09a58
# Maintainer: Drew DeVault <sir@cmpwn.com>
pkgname
=
py3-cairosvg
_pyname
=
CairoSVG
pkgver
=
2.
4.2
pkgrel
=
2
pkgver
=
2.
5.0
pkgrel
=
0
pkgdesc
=
"Cairo-based SVG renderer for python"
url
=
"https://cairosvg.org"
arch
=
"noarch"
license
=
"LGPL-3.0-or-later"
depends
=
"python3 py3-tinycss2 py3-cssselect2 py3-defusedxml py3-cairocffi py3-pillow"
depends
=
"
python3 py3-tinycss2 py3-cssselect2 py3-defusedxml py3-cairocffi
py3-webencodings
"
checkdepends
=
"py3-pytest py3-pillow py3-pytest-flake8 py3-pytest-isort"
makedepends
=
"python3-dev py3-setuptools cairo-dev"
_pypiprefix
=
"
${
_pyname
%
${
_pyname
#?
}}
"
source
=
"
https://files.pythonhosted.org/packages/source/
$_pypiprefix
/
$_pyname
/
$_pyname
-
$pkgver
.tar.gz
"
source
=
"https://files.pythonhosted.org/packages/source/
$_pypiprefix
/
$_pyname
/
$_pyname
-
$pkgver
.tar.gz"
builddir
=
"
$srcdir
"
/CairoSVG-
$pkgver
replaces
=
"py-cairosvg"
# Backwards compat
provides
=
"py-cairosvg=
$pkgver
-r
$pkgrel
"
# Backwards compat
options
=
"!check"
build
()
{
python3 setup.py build
...
...
@@ -31,4 +31,4 @@ package() {
python3 setup.py
install
--prefix
=
/usr
--root
=
"
$pkgdir
"
}
sha512sums
=
"
0d6dd22d9569fd3849cf7f6594c86bed719169dac1f0f3219e88d82f9d245bf29d51715159085cb26c0340c8f0dcb88412d141ec0ee3710b1477626f5a578441
CairoSVG-2.
4.2
.tar.gz"
sha512sums
=
"
9387273a5531f2e055871d3ccc3b770a46e549dceb443d9d7dbf3635f44da4a752f06ece2f86582f57eac08d59d78f833e1ed2e7badea340d5a0f1eb31beb24c
CairoSVG-2.
5.0
.tar.gz"
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment