> @@ -0,0 +1,19 @@
> +# Template file for 'discogs_client'
> +pkgname=discogs_client
> +version=2.2.0
> +revision=1
> +noarch=yes
> +build_style="python-module"
> +hostmakedepends="python-setuptools"
> +depends="python-requests python-oauthlib"
> +pycompile_module="discogs_client"
> +short_desc="Official Discogs API client for Python"
> +maintainer="Georg Schabel <gescha@posteo.de>"
> +homepage="https://github.com/discogs/discogs_client"
> +license="BSD-2"
> +distfiles="https://github.com/discogs/${pkgname}/archive/v${version}.tar.gz"
Can we use `${homepage}` here?
---
You are receiving this because you commented.
Reply to this email directly or view it on GitHub:
https://github.com/voidlinux/void-packages/pull/4517/files/2e7463c04aaced2796448795869c4e48fcccb101#r73274747
Why should we include this when it seems to be just a pip module best installed from pip?
---
You are receiving this because you commented.
Reply to this email directly or view it on GitHub:
https://github.com/voidlinux/void-packages/pull/4517#issuecomment-237123060
Can we get a python 3 subpackage?
---
You are receiving this because you commented.
Reply to this email directly or view it on GitHub:
https://github.com/voidlinux/void-packages/pull/4517#issuecomment-237123127
Should be named like the python module it is.
---
You are receiving this because you commented.
Reply to this email directly or view it on GitHub:
https://github.com/voidlinux/void-packages/pull/4517#issuecomment-237123171
Something like `discogs_client-python discogs_client-python3.4`?
---
You are receiving this because you commented.
Reply to this email directly or view it on GitHub:
https://github.com/voidlinux/void-packages/pull/4517#issuecomment-238223829
Sure. But first try building it with python3.4 at all
---
You are receiving this because you commented.
Reply to this email directly or view it on GitHub:
https://github.com/voidlinux/void-packages/pull/4517#issuecomment-238224774