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
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
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
knuxify
aports
Commits
c2dfcfa8
Commit
c2dfcfa8
authored
7 years ago
by
Fabian Affolter
Committed by
Francesco Colista
7 years ago
Browse files
Options
Downloads
Patches
Plain Diff
main/py-pillow: upgrade to 4.2.1
parent
42ef54bc
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
main/py-pillow/APKBUILD
+4
-5
4 additions, 5 deletions
main/py-pillow/APKBUILD
with
4 additions
and
5 deletions
main/py-pillow/APKBUILD
+
4
−
5
View file @
c2dfcfa8
...
@@ -2,7 +2,7 @@
...
@@ -2,7 +2,7 @@
# Maintainer: Fabian Affolter <fabian@affolter-engineering.ch>
# Maintainer: Fabian Affolter <fabian@affolter-engineering.ch>
pkgname
=
py-pillow
pkgname
=
py-pillow
_pkgname
=
Pillow
_pkgname
=
Pillow
pkgver
=
4.
1.0
pkgver
=
4.
2.1
pkgrel
=
0
pkgrel
=
0
pkgdesc
=
"A Python Imaging Library"
pkgdesc
=
"A Python Imaging Library"
url
=
"http://python-pillow.org/"
url
=
"http://python-pillow.org/"
...
@@ -17,11 +17,10 @@ builddir="$srcdir/$_pkgname-$pkgver"
...
@@ -17,11 +17,10 @@ builddir="$srcdir/$_pkgname-$pkgver"
build
()
{
build
()
{
cd
"
$builddir
"
cd
"
$builddir
"
# zlib resides in lib
# zlib resides in lib
export
CFLAGS
=
"
$CFLAGS
-L/lib"
export
CFLAGS
=
"
$CFLAGS
-L/lib"
python2 setup.py build
||
return
1
python2 setup.py build
python3 setup.py build
||
return
1
python3 setup.py build
}
}
package
()
{
package
()
{
...
@@ -58,4 +57,4 @@ doc() {
...
@@ -58,4 +57,4 @@ doc() {
install
-m
644 Scripts/
*
"
$destdir
"
/Scripts/
install
-m
644 Scripts/
*
"
$destdir
"
/Scripts/
}
}
sha512sums
=
"
aaa91e8908a65c8acd661de3f074a26e42a3b7c168276f6da4c58636fe3b5ee2b16614ad2e7efcf219a4f5e5fb70d75ae7fba775fb96c3b7ee92b53353b06845
Pillow-4.
1.0
.tar.gz"
sha512sums
=
"
8a1c691f067c1127b941a94ae991c728c94eab876fe2a511ed0ad8af9702d4969325bd565b11e656ffefe867bf385725a5c14e3c28f8945730fa21986f934f69
Pillow-4.
2.1
.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