mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-30 17:33:03 +02:00
python-blinker: rebuild for Python 3.5
Switch to python3-* pkgs. Convert python3.4-* pkg into dummy pkg.
This commit is contained in:
parent
3c9112a27a
commit
8cdba18576
2 changed files with 18 additions and 12 deletions
|
@ -1,14 +1,13 @@
|
||||||
# Template file for 'python-blinker'
|
# Template file for 'python-blinker'
|
||||||
pkgname=python-blinker
|
pkgname=python-blinker
|
||||||
version=1.4
|
version=1.4
|
||||||
revision=1
|
revision=2
|
||||||
noarch=yes
|
noarch=yes
|
||||||
wrksrc="blinker-${version}"
|
wrksrc="blinker-${version}"
|
||||||
build_style=python-module
|
build_style=python-module
|
||||||
python_versions="2.7 3.4"
|
hostmakedepends="python-setuptools python3-setuptools"
|
||||||
hostmakedepends="python-setuptools python3.4-setuptools"
|
makedepends="python-devel python3-devel"
|
||||||
makedepends="python-devel python3.4-devel"
|
depends="python"
|
||||||
depends="python>=2.7"
|
|
||||||
pycompile_module="blinker"
|
pycompile_module="blinker"
|
||||||
short_desc="Fast, simple object-to-object and broadcast signaling for Python2"
|
short_desc="Fast, simple object-to-object and broadcast signaling for Python2"
|
||||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||||
|
@ -18,17 +17,23 @@ distfiles="${PYPI_SITE}/b/blinker/blinker-${version}.tar.gz"
|
||||||
checksum=471aee25f3992bd325afa3772f1063dbdbbca947a041b8b89466dc00d606f8b6
|
checksum=471aee25f3992bd325afa3772f1063dbdbbca947a041b8b89466dc00d606f8b6
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vinstall LICENSE 644 usr/share/licenses/${pkgname}
|
vlicense LICENSE
|
||||||
}
|
}
|
||||||
|
|
||||||
python3.4-blinker_package() {
|
python3-blinker_package() {
|
||||||
noarch=yes
|
noarch=yes
|
||||||
depends="python3.4"
|
depends="python3"
|
||||||
pycompile_version="3.4"
|
|
||||||
pycompile_module="blinker"
|
pycompile_module="blinker"
|
||||||
short_desc="${short_desc/Python2/Python3.4}"
|
replaces="python3.4-blinker>=0"
|
||||||
|
short_desc="${short_desc/Python2/Python3}"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove usr/lib/python3.4
|
vmove usr/lib/python3*
|
||||||
vinstall ${wrksrc}/LICENSE 644 usr/share/licenses/${pkgname}
|
vlicense LICENSE
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
python3.4-blinker_package() {
|
||||||
|
noarch=yes
|
||||||
|
build_style=meta
|
||||||
|
short_desc="${short_desc/Python2/Python3.4} (transitional dummy package)"
|
||||||
|
depends="python3-blinker>=${version}_${revision}"
|
||||||
|
}
|
||||||
|
|
1
srcpkgs/python3-blinker
Symbolic link
1
srcpkgs/python3-blinker
Symbolic link
|
@ -0,0 +1 @@
|
||||||
|
python-blinker
|
Loading…
Add table
Reference in a new issue