From 3398418b630b30e5e40e900b65397abba06e20bb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BCrgen=20Buchm=C3=BCller?= Date: Wed, 2 Jan 2019 16:50:16 +0100 Subject: [PATCH] python3-pylast: update to 3.0.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit python2 is no longer supported Signed-off-by: Jürgen Buchmüller --- srcpkgs/python-pylast/template | 26 -------------------------- srcpkgs/python3-pylast | 1 - srcpkgs/python3-pylast/template | 16 ++++++++++++++++ 3 files changed, 16 insertions(+), 27 deletions(-) delete mode 100644 srcpkgs/python-pylast/template delete mode 120000 srcpkgs/python3-pylast create mode 100644 srcpkgs/python3-pylast/template diff --git a/srcpkgs/python-pylast/template b/srcpkgs/python-pylast/template deleted file mode 100644 index 92670a9252..0000000000 --- a/srcpkgs/python-pylast/template +++ /dev/null @@ -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 " -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* - } -} diff --git a/srcpkgs/python3-pylast b/srcpkgs/python3-pylast deleted file mode 120000 index d76d8a0567..0000000000 --- a/srcpkgs/python3-pylast +++ /dev/null @@ -1 +0,0 @@ -python-pylast \ No newline at end of file diff --git a/srcpkgs/python3-pylast/template b/srcpkgs/python3-pylast/template new file mode 100644 index 0000000000..801611e7e7 --- /dev/null +++ b/srcpkgs/python3-pylast/template @@ -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 " +license="Apache-2.0" +homepage="https://github.com/pylast/pylast" +distfiles="${PYPI_SITE}/p/pylast/pylast-${version}.tar.gz" +checksum=24051c52011ff18bdeaee9df084ecc90da6c627da86f3cdcfec4af2928e9bc56