dev-python/casttube: add for pychromecast
authorMatthew Thode <prometheanfire@gentoo.org>
Tue, 14 Jan 2020 17:30:09 +0000 (11:30 -0600)
committerMatthew Thode <prometheanfire@gentoo.org>
Tue, 14 Jan 2020 17:45:54 +0000 (11:45 -0600)
Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Matthew Thode <prometheanfire@gentoo.org>
dev-python/casttube/Manifest [new file with mode: 0644]
dev-python/casttube/casttube-0.2.0.ebuild [new file with mode: 0644]
dev-python/casttube/metadata.xml [new file with mode: 0644]

diff --git a/dev-python/casttube/Manifest b/dev-python/casttube/Manifest
new file mode 100644 (file)
index 0000000..1338334
--- /dev/null
@@ -0,0 +1 @@
+DIST casttube-0.2.0.tar.gz 3760 BLAKE2B d4e37fb0e98f2e9197e7e1a78b45109d0319f9b4337ef86d0dcd5797e703960162432990b9c4d26796ce5cc957179023044b86a9b07c8e581d13373889c6c824 SHA512 0ab69a92d49a9095c0adb70fec95011447d1f2a57e7642504d2ab4f19fc5f93b09db0e5d277bf7876311e5f26067a687bde58e3aa12469dcc6778486fc19c836
diff --git a/dev-python/casttube/casttube-0.2.0.ebuild b/dev-python/casttube/casttube-0.2.0.ebuild
new file mode 100644 (file)
index 0000000..6d11275
--- /dev/null
@@ -0,0 +1,21 @@
+# Copyright 2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_6 python3_7 )
+inherit distutils-r1
+
+DESCRIPTION="casttube provides a way to interact with the Youtube Chromecast api."
+HOMEPAGE="https://github.com/ur1katz/casttube"
+SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
+RDEPEND="${DEPEND}
+       dev-python/requests[${PYTHON_USEDEP}]"
+BDEPEND=""
diff --git a/dev-python/casttube/metadata.xml b/dev-python/casttube/metadata.xml
new file mode 100644 (file)
index 0000000..09f7510
--- /dev/null
@@ -0,0 +1,14 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+       <maintainer type="project">
+               <email>python@gentoo.org</email>
+       </maintainer>
+       <maintainer type="person">
+               <email>prometheanfire@gentoo.org</email>
+               <name>Matthew Thode</name>
+       </maintainer>
+       <longdescription lang="en">
+                       casttube provides a way to interact with the Youtube Chromecast api.
+       </longdescription>
+</pkgmetadata>