yturl: build against python3
This commit is contained in:
parent
3a0c872b9b
commit
f92fc57f97
|
@ -1,11 +1,10 @@
|
||||||
# Template file for 'yturl'
|
# Template file for 'yturl'
|
||||||
pkgname=yturl
|
pkgname=yturl
|
||||||
version=2.0.2
|
version=2.0.2
|
||||||
revision=1
|
revision=2
|
||||||
noarch=yes
|
build_style=python3-module
|
||||||
build_style=python2-module
|
hostmakedepends="python3-setuptools"
|
||||||
hostmakedepends="python-setuptools"
|
depends="python3-requests"
|
||||||
depends="python-setuptools python-requests python-six"
|
|
||||||
pycompile_module="yturl.py"
|
pycompile_module="yturl.py"
|
||||||
short_desc="YouTube videos on the command line"
|
short_desc="YouTube videos on the command line"
|
||||||
maintainer="Diogo Leal <diogo@diogoleal.com>"
|
maintainer="Diogo Leal <diogo@diogoleal.com>"
|
||||||
|
@ -13,3 +12,4 @@ license="Public Domain"
|
||||||
homepage="https://github.com/cdown/yturl"
|
homepage="https://github.com/cdown/yturl"
|
||||||
distfiles="https://github.com/cdown/yturl/archive/${version}.tar.gz"
|
distfiles="https://github.com/cdown/yturl/archive/${version}.tar.gz"
|
||||||
checksum=0fb50a9cf7137a95eaa4df34c6a35944eb0a8baacfc04436c9644e968a6604a3
|
checksum=0fb50a9cf7137a95eaa4df34c6a35944eb0a8baacfc04436c9644e968a6604a3
|
||||||
|
noarch=yes
|
||||||
|
|
Loading…
Reference in New Issue