mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-30 01:12:58 +02:00
New package: python-pylast-1.4.2
This commit is contained in:
parent
37ab79ce91
commit
3b41c74092
2 changed files with 28 additions and 0 deletions
27
srcpkgs/python-pylast/template
Normal file
27
srcpkgs/python-pylast/template
Normal file
|
@ -0,0 +1,27 @@
|
||||||
|
# Template file for 'python-pylast'
|
||||||
|
pkgname=python-pylast
|
||||||
|
version=1.4.2
|
||||||
|
revision=1
|
||||||
|
wrksrc=pylast-${version}
|
||||||
|
build_style=python-module
|
||||||
|
python_versions="2.7 3.4"
|
||||||
|
hostmakedepends="python-setuptools python3.4-setuptools"
|
||||||
|
depends="python"
|
||||||
|
pycompile_module="pylast"
|
||||||
|
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=e4bd8f9c8eef5662b2b03d61846c4c13b56a7b1c169476fe96c1a0e58d66da3b
|
||||||
|
|
||||||
|
python3.4-pylast_package() {
|
||||||
|
noarch=yes
|
||||||
|
depends="python3.4"
|
||||||
|
pycompile_version="3.4"
|
||||||
|
pycompile_module="pylast"
|
||||||
|
short_desc="${short_desc/Python2/Python3.4}"
|
||||||
|
pkg_install() {
|
||||||
|
vmove usr/lib/python3.4
|
||||||
|
}
|
||||||
|
}
|
1
srcpkgs/python3.4-pylast
Symbolic link
1
srcpkgs/python3.4-pylast
Symbolic link
|
@ -0,0 +1 @@
|
||||||
|
python-pylast
|
Loading…
Add table
Reference in a new issue