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
Model registry
Monitor
Service Desk
Analyze
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
alpine
aports
Commits
cf33aad5
Unverified
Commit
cf33aad5
authored
5 years ago
by
prspkt
Browse files
Options
Downloads
Patches
Plain Diff
community/libplist: drop python2 bindings
parent
45498ea0
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
community/libplist/APKBUILD
+3
-3
3 additions, 3 deletions
community/libplist/APKBUILD
with
3 additions
and
3 deletions
community/libplist/APKBUILD
+
3
−
3
View file @
cf33aad5
...
@@ -7,8 +7,8 @@ pkgdesc="A library to handle Apple Property List format whereas it's binary or X
...
@@ -7,8 +7,8 @@ pkgdesc="A library to handle Apple Property List format whereas it's binary or X
url
=
"http://libimobiledevice.org/"
url
=
"http://libimobiledevice.org/"
arch
=
"all"
arch
=
"all"
license
=
"GPL-2.0-or-later LGPL-2.1-or-later"
license
=
"GPL-2.0-or-later LGPL-2.1-or-later"
makedepends
=
"py
2
-setuptools swig python
2
-dev glib-dev cython"
makedepends
=
"py
3
-setuptools swig python
3
-dev glib-dev cython
3
"
subpackages
=
"
$pkgname
-static
$pkgname
-dev py-
$pkgname
:py
$pkgname
-util
$pkgname
++:cxx"
subpackages
=
"
$pkgname
-static
$pkgname
-dev py
3
-
$pkgname
:
_
py
3
$pkgname
-util
$pkgname
++:cxx"
source
=
"http://www.libimobiledevice.org/downloads/libplist-
$pkgver
.tar.bz2"
source
=
"http://www.libimobiledevice.org/downloads/libplist-
$pkgver
.tar.bz2"
build
()
{
build
()
{
...
@@ -39,7 +39,7 @@ util() {
...
@@ -39,7 +39,7 @@ util() {
mv
"
$pkgdir
"
/usr/bin
"
$subpkgdir
"
/usr/
mv
"
$pkgdir
"
/usr/bin
"
$subpkgdir
"
/usr/
}
}
py
()
{
_
py
3
()
{
pkgdesc
=
"Python bindings for libplist"
pkgdesc
=
"Python bindings for libplist"
mkdir
-p
"
$subpkgdir
"
/usr/lib
mkdir
-p
"
$subpkgdir
"
/usr/lib
mv
"
$pkgdir
"
/usr/lib/python
*
"
$subpkgdir
"
/usr/lib/
mv
"
$pkgdir
"
/usr/lib/python
*
"
$subpkgdir
"
/usr/lib/
...
...
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