mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-29 08:52:56 +02:00
python-llfuse: rebuild for Python 3.5
Switch to python3-* pkgs. Convert python3.4-* pkg into dummy pkg.
This commit is contained in:
parent
1a963d25b7
commit
5e952b202d
2 changed files with 14 additions and 9 deletions
|
@ -1,13 +1,12 @@
|
||||||
# Template file for 'python-llfuse'
|
# Template file for 'python-llfuse'
|
||||||
pkgname=python-llfuse
|
pkgname=python-llfuse
|
||||||
version=1.1.1
|
version=1.1.1
|
||||||
revision=1
|
revision=2
|
||||||
wrksrc="llfuse-${version}"
|
wrksrc="llfuse-${version}"
|
||||||
build_style=python-module
|
build_style=python-module
|
||||||
python_versions="2.7 3.4"
|
|
||||||
pycompile_module="llfuse"
|
pycompile_module="llfuse"
|
||||||
hostmakedepends="python-setuptools python3.4-setuptools pkg-config"
|
hostmakedepends="python-setuptools python3-setuptools pkg-config"
|
||||||
makedepends="python-devel python3.4-devel fuse-devel attr-devel"
|
makedepends="python-devel python3-devel fuse-devel attr-devel"
|
||||||
depends="python"
|
depends="python"
|
||||||
short_desc="Python2 bindings for the low level FUSE API"
|
short_desc="Python2 bindings for the low level FUSE API"
|
||||||
maintainer="Christian Neukirchen <chneukirchen@gmail.com>"
|
maintainer="Christian Neukirchen <chneukirchen@gmail.com>"
|
||||||
|
@ -16,12 +15,17 @@ homepage="https://bitbucket.org/nikratio/python-llfuse/"
|
||||||
distfiles="${PYPI_SITE}/l/llfuse/llfuse-${version}.tar.bz2"
|
distfiles="${PYPI_SITE}/l/llfuse/llfuse-${version}.tar.bz2"
|
||||||
checksum=1b84b1152ae461e66ecc526d0de71eaec086c587e97d1dda93d620b16a92db6c
|
checksum=1b84b1152ae461e66ecc526d0de71eaec086c587e97d1dda93d620b16a92db6c
|
||||||
|
|
||||||
python3.4-llfuse_package() {
|
python3-llfuse_package() {
|
||||||
depends="python3.4"
|
depends="python3"
|
||||||
pycompile_version="3.4"
|
|
||||||
pycompile_module="llfuse"
|
pycompile_module="llfuse"
|
||||||
short_desc="${short_desc/Python2/Python3.4}"
|
replaces="python3.4-llfuse>=0"
|
||||||
|
short_desc="${short_desc/Python2/Python3}"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove usr/lib/python3.4
|
vmove usr/lib/python3*
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
python3.4-llfuse_package() {
|
||||||
|
build_style=meta
|
||||||
|
short_desc="${short_desc/Python2/Python3.4} (transitional dummy package)"
|
||||||
|
depends="python3-llfuse>=${version}_${revision}"
|
||||||
|
}
|
||||||
|
|
1
srcpkgs/python3-llfuse
Symbolic link
1
srcpkgs/python3-llfuse
Symbolic link
|
@ -0,0 +1 @@
|
||||||
|
python-llfuse
|
Loading…
Add table
Reference in a new issue