commit: 9dace2461b8c3961f6252f0b1ddbabec5f3ca992
Author: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
AuthorDate: Sat May 22 09:27:06 2021 +0000
Commit: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
CommitDate: Sat May 22 10:02:34 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9dace246
net-misc/lyricwikia: import from ::guru
Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> gentoo.org>
net-misc/lyricwikia/Manifest | 1 +
.../files/lyricwikia-0.1.11-skip-online-test.patch | 14 +++++++
net-misc/lyricwikia/lyricwikia-0.1.11-r1.ebuild | 48 ++++++++++++++++++++++
net-misc/lyricwikia/metadata.xml | 9 ++++
4 files changed, 72 insertions(+)
diff --git a/net-misc/lyricwikia/Manifest b/net-misc/lyricwikia/Manifest
new file mode 100644
index 00000000000..b152649fc85
--- /dev/null
+++ b/net-misc/lyricwikia/Manifest
@@ -0,0 +1 @@
+DIST lyricwikia-0.1.11.tar.gz 5571 BLAKE2B
1e2fb5400b4c0ed07d419e577e3c12c6b8eca749ce1a5b7dea51d6d055979722b82d003eac20402da873d3011d1b444c0783935adbc01ec99dd6079b234e6bc7
SHA512
53ff9a2837ccc10be62c2a92240e9849a9c88b7979f8058deff87ce6eda6e98e39fb86c78052de9a885db679cd87a6c5749af2f9502d3316fbbf2c0796718805
diff --git a/net-misc/lyricwikia/files/lyricwikia-0.1.11-skip-online-test.patch
b/net-misc/lyricwikia/files/lyricwikia-0.1.11-skip-online-test.patch
new file mode 100644
index 00000000000..5ca24dd4d4b
--- /dev/null
+++ b/net-misc/lyricwikia/files/lyricwikia-0.1.11-skip-online-test.patch
@@ -0,0 +1,14 @@
+diff --git a/tests/test_get_lyrics.py b/tests/test_get_lyrics.py
+index 5b1bb74..634ca55 100644
+--- a/tests/test_get_lyrics.py
++++ b/tests/test_get_lyrics.py
+@@ -26,6 +26,6 @@ def test_returnLyricsNotFound():
+ assert len(responses.calls) == 1
+
+
+-def test_integration():
+- lyrics = get_lyrics('Led Zeppelin', 'Stairway to Heaven')
+- assert 'lady' in lyrics.lower()
++# def test_integration():
++# lyrics = get_lyrics('Led Zeppelin', 'Stairway to Heaven')
++# assert 'lady' in lyrics.lower()
diff --git a/net-misc/lyricwikia/lyricwikia-0.1.11-r1.ebuild
b/net-misc/lyricwikia/lyricwikia-0.1.11-r1.ebuild
new file mode 100644
index 00000000000..feabf0bad1a
--- /dev/null
+++ b/net-misc/lyricwikia/lyricwikia-0.1.11-r1.ebuild
@@ -0,0 +1,48 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{7..9} )
+
+inherit distutils-r1
+
+DESCRIPTION="Python API to get song lyrics from LyricWikia"
+HOMEPAGE="https://github.com/enricobacis/lyricwikia"
+SRC_URI="https://github.com/enricobacis/${PN}/archive/${PV}.tar.gz ->
${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+
+DEPEND="test? ( dev-python/responses[${PYTHON_USEDEP}] )"
+
+RDEPEND="
+ dev-python/beautifulsoup:4[${PYTHON_USEDEP}]
+ dev-python/six[${PYTHON_USEDEP}]
+ dev-python/requests[${PYTHON_USEDEP}]
+"
+
+PATCHES="${FILESDIR}/${P}-skip-online-test.patch"
+
+distutils_enable_tests pytest
+
+python_prepare_all() {
+ # do not depend on deprecated dep
+ sed -i -e '/pytest-runner/d' setup.py || die
+
+ distutils-r1_python_prepare_all
+}
+
+python_install_all() {
+ distutils-r1_python_install_all
+
+ # rename the executable to avoid file conflict with
net-im/lyrics-in-terminal
+ find "${D}" -name 'lyrics' -execdir mv {} lyricwikia \; || die
+}
+
+pkg_postinst() {
+ elog "Note that access to LyricWikia through this API (and products
that use this API) should comply to the LyricWikia terms of use"
+ elog ""
+ elog "LyricWikia is now offline, this package is provided solely for
the purpose of satisfying media-video/vidify's dependencies"
+}
diff --git a/net-misc/lyricwikia/metadata.xml b/net-misc/lyricwikia/metadata.xml
new file mode 100644
index 00000000000..651e2156c25
--- /dev/null
+++ b/net-misc/lyricwikia/metadata.xml
@@ -0,0 +1,9 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+
+<pkgmetadata>
+ <maintainer type="person">
+ <email>[email protected]</email>
+ <name>Andrew Ammerlaan</name>
+ </maintainer>
+</pkgmetadata>