mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-06 23:23:51 +02:00
canto-curses: rebuild for Python 3.5
Switch to python3-module. Switch to python3-* pkgs.
This commit is contained in:
parent
112b3f9d19
commit
3e8b47ceaa
1 changed files with 4 additions and 5 deletions
|
@ -1,11 +1,10 @@
|
|||
# Template file for 'canto-curses'
|
||||
pkgname=canto-curses
|
||||
version=0.9.7
|
||||
revision=1
|
||||
build_style=python-module
|
||||
python_versions="3.4"
|
||||
hostmakedepends="python3.4-setuptools"
|
||||
makedepends="python3.4-devel ncurses-devel readline-devel"
|
||||
revision=2
|
||||
build_style=python3-module
|
||||
hostmakedepends="python3-setuptools"
|
||||
makedepends="python3-devel ncurses-devel readline-devel"
|
||||
depends="canto-next"
|
||||
pycompile_module="canto_curses"
|
||||
short_desc="An ncurses frontend for canto-next Atom/RSS feed reader"
|
||||
|
|
Loading…
Add table
Reference in a new issue