python-pyte: update to 0.8.0

This commit is contained in:
Alessio Sergi 2018-05-30 20:04:20 +02:00
parent fffc4ca7e0
commit 7139da3319

View file

@ -1,6 +1,6 @@
# Template file for 'python-pyte'
pkgname=python-pyte
version=0.7.0
version=0.8.0
revision=1
noarch=yes
wrksrc="pyte-${version}"
@ -10,10 +10,10 @@ hostmakedepends="python-setuptools python3-setuptools"
depends="python-wcwidth"
short_desc="Simple Python2 VTXXX-compatible linux terminal emulator"
maintainer="Sir_Boops <admin@boops.me>"
license="LGPL-3"
license="LGPL-3.0-or-later"
homepage="https://github.com/selectel/pyte"
distfiles="https://github.com/selectel/pyte/archive/${version}.tar.gz"
checksum=3d0b6909a68fac1856f325c7d0d7434e13ee2ab91ca09fcc762ee03a64e5fdee
checksum=80f77a4f8a325faf761c22eb8ad597671e25d0de524c68d42dc765c52bf5be70
pre_build() {
sed -i '/setup_requires/d' setup.py