Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
aports
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Johannes Müller
aports
Commits
4d1648cd
Commit
4d1648cd
authored
Sep 15, 2019
by
Leo
Committed by
Natanael Copa
Sep 18, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
main/py-fuse: remove
- Python2 only
parent
2ff6c8d9
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
28 deletions
+0
-28
main/py-fuse/APKBUILD
main/py-fuse/APKBUILD
+0
-28
No files found.
main/py-fuse/APKBUILD
deleted
100644 → 0
View file @
2ff6c8d9
# Contributor: Fabian Affolter <fabian@affolter-engineering.ch>
# Maintainer: Fabian Affolter <fabian@affolter-engineering.ch>
pkgname
=
py-fuse
_pkgname
=
fuse-python
pkgver
=
0.2.1
pkgrel
=
1
pkgdesc
=
"Python bindings for FUSE - filesystem in userspace"
url
=
"https://github.com/libfuse/python-fuse/"
arch
=
"all"
license
=
"LGPL-2.0-or-later"
depends
=
"python2"
makedepends
=
"python2-dev py-setuptools fuse-dev"
source
=
"https://github.com/libfuse/python-fuse/releases/download/
$pkgver
/
$_pkgname
-
$pkgver
.tar.gz"
builddir
=
"
$srcdir
"
/
$_pkgname
-
$pkgver
build
()
{
cd
"
$builddir
"
python2 setup.py build
}
package
()
{
cd
"
$builddir
"
python2 setup.py
install
--prefix
=
/usr
--root
=
"
$pkgdir
"
}
md5sums
=
"9d9c5c2311ac04291ce822dfece108f8 fuse-python-0.2.1.tar.gz"
sha256sums
=
"11ead462f8d0f8302ee07b33fe93dc42c653861a16c8802a31903a7355b8351b fuse-python-0.2.1.tar.gz"
sha512sums
=
"f89c738352ca23e92b5c0222dde0a13bbee4d86432e9c339080203ed5bf4f885c42a0a3a252ed485f26b569d87e68dc0d78c55d8f7b2f3ce0cbac8afb251bdaa fuse-python-0.2.1.tar.gz"
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment