python3-pylast: update to 3.0.0
python2 is no longer supported Signed-off-by: Jürgen Buchmüller <pullmoll@t-online.de>
This commit is contained in:
parent
3841239681
commit
3398418b63
3 changed files with 16 additions and 27 deletions
|
@ -1,26 +0,0 @@
|
|||
# Template file for 'python-pylast'
|
||||
pkgname=python-pylast
|
||||
version=2.4.0
|
||||
revision=1
|
||||
noarch=yes
|
||||
wrksrc="pylast-${version}"
|
||||
build_style=python-module
|
||||
pycompile_module="pylast"
|
||||
hostmakedepends="python-setuptools python3-setuptools"
|
||||
depends="python-six"
|
||||
short_desc="Python2 interface to last.fm and libre.fm"
|
||||
maintainer="Jürgen Buchmüller <pullmoll@t-online.de>"
|
||||
license="Apache-2.0"
|
||||
homepage="https://github.com/pylast/pylast"
|
||||
distfiles="${PYPI_SITE}/p/pylast/pylast-${version}.tar.gz"
|
||||
checksum=8e883f13b70c3879fc821bbee1accf27ea4e68898f4462cbbe358f615adcbbfb
|
||||
|
||||
python3-pylast_package() {
|
||||
noarch=yes
|
||||
depends="python3-six"
|
||||
pycompile_module="pylast"
|
||||
short_desc="${short_desc/Python2/Python3}"
|
||||
pkg_install() {
|
||||
vmove usr/lib/python3*
|
||||
}
|
||||
}
|
|
@ -1 +0,0 @@
|
|||
python-pylast
|
16
srcpkgs/python3-pylast/template
Normal file
16
srcpkgs/python3-pylast/template
Normal file
|
@ -0,0 +1,16 @@
|
|||
# Template file for 'python3-pylast'
|
||||
pkgname=python3-pylast
|
||||
version=3.0.0
|
||||
revision=1
|
||||
noarch=yes
|
||||
wrksrc="pylast-${version}"
|
||||
build_style=python3-module
|
||||
pycompile_module="pylast"
|
||||
hostmakedepends="python3-setuptools"
|
||||
depends="python-six"
|
||||
short_desc="Python3 interface to last.fm and libre.fm"
|
||||
maintainer="Jürgen Buchmüller <pullmoll@t-online.de>"
|
||||
license="Apache-2.0"
|
||||
homepage="https://github.com/pylast/pylast"
|
||||
distfiles="${PYPI_SITE}/p/pylast/pylast-${version}.tar.gz"
|
||||
checksum=24051c52011ff18bdeaee9df084ecc90da6c627da86f3cdcfec4af2928e9bc56
|
Loading…
Reference in a new issue