mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-02 10:52:57 +02:00
python3-shiboken{,-devel} -> python3.4-shiboken{,-devel}
This commit is contained in:
parent
519d7d185f
commit
6c5be35066
3 changed files with 8 additions and 8 deletions
|
@ -1 +0,0 @@
|
||||||
python3-shiboken
|
|
1
srcpkgs/python3.4-shiboken-devel
Symbolic link
1
srcpkgs/python3.4-shiboken-devel
Symbolic link
|
@ -0,0 +1 @@
|
||||||
|
python3.4-shiboken
|
|
@ -1,12 +1,12 @@
|
||||||
# Template file for 'python3-shiboken'
|
# Template file for 'python3.4-shiboken'
|
||||||
pkgname=python3-shiboken
|
pkgname=python3.4-shiboken
|
||||||
_realname=shiboken
|
_realname=shiboken
|
||||||
version=1.2.2
|
version=1.2.2
|
||||||
revision=1
|
revision=1
|
||||||
build_style="cmake"
|
build_style="cmake"
|
||||||
hostmakedepends="python3 cmake"
|
hostmakedepends="cmake python3.4"
|
||||||
makedepends="python3-devel qt-devel"
|
makedepends="python3.4-devel qt-devel"
|
||||||
depends="python3"
|
depends="python3.4"
|
||||||
short_desc="Support library for Python3 bindings"
|
short_desc="Support library for Python3 bindings"
|
||||||
maintainer="Enno Boland <eb@s01.de>"
|
maintainer="Enno Boland <eb@s01.de>"
|
||||||
homepage="http://www.pyside.org"
|
homepage="http://www.pyside.org"
|
||||||
|
@ -16,8 +16,8 @@ checksum=7625bbcf1fe313fd910c6b8c9cf49ac5495499f9d00867115a2f1f2a69fce5c4
|
||||||
wrksrc=${_realname}-${version}
|
wrksrc=${_realname}-${version}
|
||||||
configure_args="-DUSE_PYTHON3=yes"
|
configure_args="-DUSE_PYTHON3=yes"
|
||||||
|
|
||||||
python3-shiboken-devel_package() {
|
python3.4-shiboken-devel_package() {
|
||||||
depends="python3-shiboken>=${version}_${revision}"
|
depends="${sourcepkg}>=${version}_${revision}"
|
||||||
short_desc+=" - development files"
|
short_desc+=" - development files"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove usr/include
|
vmove usr/include
|
Loading…
Add table
Reference in a new issue