mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-01 18:32:58 +02:00
qutebrowser: rebuild for Python 3.5
Switch to python3-module. Switch to python3-* pkgs.
This commit is contained in:
parent
61a3d11b17
commit
2ce61f0272
1 changed files with 5 additions and 7 deletions
|
@ -1,15 +1,13 @@
|
||||||
# Template file for 'qutebrowser'
|
# Template file for 'qutebrowser'
|
||||||
pkgname=qutebrowser
|
pkgname=qutebrowser
|
||||||
version=0.8.2
|
version=0.8.2
|
||||||
revision=2
|
revision=3
|
||||||
noarch=yes
|
noarch=yes
|
||||||
build_style=python-module
|
build_style=python3-module
|
||||||
python_versions="3.4"
|
|
||||||
pycompile_version="3.4"
|
|
||||||
pycompile_module="${pkgname}"
|
pycompile_module="${pkgname}"
|
||||||
hostmakedepends="python3.4-setuptools asciidoc"
|
hostmakedepends="python3-setuptools asciidoc"
|
||||||
depends="python3.4-setuptools python3.4-PyQt5-webkit python3.4-Jinja2
|
depends="python3-setuptools python3-PyQt5-webkit python3-Jinja2
|
||||||
python3.4-Pygments python3.4-pyPEG2 python3.4-yaml"
|
python3-Pygments python3-pyPEG2 python3-yaml"
|
||||||
short_desc="A keyboard-focused browser with a minimal GUI"
|
short_desc="A keyboard-focused browser with a minimal GUI"
|
||||||
maintainer="Eivind Uggedal <eivind@uggedal.com>"
|
maintainer="Eivind Uggedal <eivind@uggedal.com>"
|
||||||
license="GPL-3"
|
license="GPL-3"
|
||||||
|
|
Loading…
Add table
Reference in a new issue