python-fuse: drop package
This commit is contained in:
parent
55aaf857d0
commit
3bdf24b91b
|
@ -1,22 +0,0 @@
|
|||
# Template file for 'python-fuse'
|
||||
pkgname=python-fuse
|
||||
version=0.3.1
|
||||
revision=4
|
||||
build_style=python-module
|
||||
pycompile_module="fuseparts fuse.py"
|
||||
hostmakedepends="pkg-config python-setuptools python3-setuptools"
|
||||
makedepends="fuse-devel python-devel python3-devel"
|
||||
short_desc="FUSE bindings for Python2"
|
||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||
license="LGPL-2.1-or-later"
|
||||
homepage="https://github.com/libfuse/python-fuse"
|
||||
distfiles="https://github.com/libfuse/python-fuse/archive/v${version}.tar.gz"
|
||||
checksum=243cfab15ee357dbcdac98c2ee5929f6e8c65d2ec9d77597e3732f79ce649eec
|
||||
|
||||
python3-fuse_package() {
|
||||
pycompile_module="fuseparts fuse.py"
|
||||
short_desc="${short_desc/Python2/Python3}"
|
||||
pkg_install() {
|
||||
vmove usr/lib/python3*
|
||||
}
|
||||
}
|
|
@ -1 +0,0 @@
|
|||
python-fuse
|
|
@ -0,0 +1,13 @@
|
|||
# Template file for 'python3-fuse'
|
||||
pkgname=python3-fuse
|
||||
version=0.3.1
|
||||
revision=5
|
||||
build_style=python3-module
|
||||
hostmakedepends="pkg-config python3-setuptools"
|
||||
makedepends="fuse-devel python3-devel"
|
||||
short_desc="FUSE bindings for Python3"
|
||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||
license="LGPL-2.1-or-later"
|
||||
homepage="https://github.com/libfuse/python-fuse"
|
||||
distfiles="https://github.com/libfuse/python-fuse/archive/v${version}.tar.gz"
|
||||
checksum=243cfab15ee357dbcdac98c2ee5929f6e8c65d2ec9d77597e3732f79ce649eec
|
Loading…
Reference in New Issue