summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPalmer Dabbelt <palmer@dabbelt.com>2019-07-17 08:53:07 -0700
committerPalmer Dabbelt <palmer@dabbelt.com>2019-07-17 08:53:23 -0700
commitfc99f5b92354b89596cc39c06dabefd4dca6ddbf (patch)
tree84af64808a9402992513466649adb10baaebaaf2
parentdev-python/codename-1.1: New ebuild (diff)
downloadpalmer-fc99f5b92354b89596cc39c06dabefd4dca6ddbf.tar.gz
palmer-fc99f5b92354b89596cc39c06dabefd4dca6ddbf.tar.bz2
palmer-fc99f5b92354b89596cc39c06dabefd4dca6ddbf.zip
dev-python/gmusicapi-12.1.1: New ebuild
Signed-off-by: Palmer Dabbelt <palmer@dabbelt.com>
-rw-r--r--dev-python/gmusicapi/Manifest1
-rw-r--r--dev-python/gmusicapi/gmusicapi-12.1.1.ebuild20
2 files changed, 21 insertions, 0 deletions
diff --git a/dev-python/gmusicapi/Manifest b/dev-python/gmusicapi/Manifest
new file mode 100644
index 0000000..05f3b4f
--- /dev/null
+++ b/dev-python/gmusicapi/Manifest
@@ -0,0 +1 @@
+DIST gmusicapi-12.1.1.tar.gz 168287 BLAKE2B 9759ec75a35eeb2d893972f5cdaa03f902caaf86d1bfa0c19889ccdf8a94343e3937fb75175a8c30ef5b1adfb1693703d23b065b65d46b8445142acaecac8644 SHA512 a079cf0f266caa7cf60ad2c30386b7a833a4aa5152cdac9d5d092a85e37369044d8e37a19bd0b4067befbe815c8065dd4888808b13ea7f9d2c2918fb6002dbd5
diff --git a/dev-python/gmusicapi/gmusicapi-12.1.1.ebuild b/dev-python/gmusicapi/gmusicapi-12.1.1.ebuild
new file mode 100644
index 0000000..370d072
--- /dev/null
+++ b/dev-python/gmusicapi/gmusicapi-12.1.1.ebuild
@@ -0,0 +1,20 @@
+# Copyright 2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python2_7 python3_6 )
+inherit distutils-r1
+
+DESCRIPTION="An unofficial client library for Google Music."
+HOMEPAGE="https://unofficial-google-music-api.readthedocs.io/en/latest/"
+SRC_URI="https://github.com/simon-weber/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE=""
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+DEPEND=""
+RDEPEND="${DEPEND}"
+BDEPEND=""