commit:     dacd9fb51d698b0717648914cfc8cb249c8e4e94
Author:     Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
AuthorDate: Tue Jan 14 17:30:09 2020 +0000
Commit:     Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
CommitDate: Tue Jan 14 17:45:54 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dacd9fb5

dev-python/casttube: add for pychromecast

Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Matthew Thode <prometheanfire <AT> gentoo.org>

 dev-python/casttube/Manifest              |  1 +
 dev-python/casttube/casttube-0.2.0.ebuild | 21 +++++++++++++++++++++
 dev-python/casttube/metadata.xml          | 14 ++++++++++++++
 3 files changed, 36 insertions(+)

diff --git a/dev-python/casttube/Manifest b/dev-python/casttube/Manifest
new file mode 100644
index 00000000000..13383348e09
--- /dev/null
+++ b/dev-python/casttube/Manifest
@@ -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
index 00000000000..6d11275e562
--- /dev/null
+++ b/dev-python/casttube/casttube-0.2.0.ebuild
@@ -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
index 00000000000..09f75100735
--- /dev/null
+++ b/dev-python/casttube/metadata.xml
@@ -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>[email protected]</email>
+       </maintainer>
+       <maintainer type="person">
+               <email>[email protected]</email>
+               <name>Matthew Thode</name>
+       </maintainer>
+       <longdescription lang="en">
+                       casttube provides a way to interact with the Youtube 
Chromecast api.
+       </longdescription>
+</pkgmetadata>

Reply via email to