Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
P
packages
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
APK Fission
packages
Commits
2d642151
Commit
2d642151
authored
6 years ago
by
Síle Ekaterin Liszka
Browse files
Options
Downloads
Patches
Plain Diff
main/py3-cairocffi: new package
parent
78a65d0c
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
main/py3-cairocffi/APKBUILD
+30
-0
30 additions, 0 deletions
main/py3-cairocffi/APKBUILD
with
30 additions
and
0 deletions
main/py3-cairocffi/APKBUILD
0 → 100644
+
30
−
0
View file @
2d642151
# Contributor: Kiyoshi Aman <kiyoshi.aman+adelie@gmail.com>
# Maintainer: Kiyoshi Aman <kiyoshi.aman+adelie@gmail.com>
pkgname
=
py3-cairocffi
pkgver
=
0.9.0
pkgrel
=
0
pkgdesc
=
"CFFI-based drop-in replacement for py3-pycairo"
url
=
"https://cairocffi.readthedocs.io/en/stable/"
arch
=
"all"
license
=
"BSD-3-Clause"
depends
=
"py3-pycparser python3"
makedepends
=
"python3-dev gdk-pixbuf-dev cairo-dev"
source
=
"py3-cairocffi-
$pkgver
.tar.gz::https://github.com/Kozea/cairocffi/archive/v
$pkgver
.tar.gz"
builddir
=
"
$srcdir
/cairocffi-
$pkgver
"
build
()
{
cd
"
$builddir
"
python3 setup.py build
}
check
()
{
cd
"
$builddir
"
python3 setup.py check
}
package
()
{
cd
"
$builddir
"
python3 setup.py
install
--prefix
=
/usr
--root
=
"
$pkgdir
"
}
sha512sums
=
"a1a4d2ccb5885798f8889bbc181f6325fc0fff88065d01dd1dc2936dbd5ac71e959bb28516864ffd9244de13fba87c2c99028cea708476e8cf378f5538f5496c py3-cairocffi-0.9.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