blob: e91f90348b0228f0914dc0f627eda46c026bad17 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
pkgbase = python-lyricsgenius
pkgdesc = A Python client for the Genius.com API, that provides a simple interface to the song, artist, and lyrics data stored on Genius.com
pkgver = 3.0.0
pkgrel = 1
url = https://github.com/johnwmillr/LyricsGenius
arch = any
license = MIT
checkdepends = python-nose
makedepends = python-setuptools
depends = python
source = https://files.pythonhosted.org/packages/source/l/lyricsgenius/lyricsgenius-3.0.0.tar.gz
source = https://raw.githubusercontent.com/johnwmillr/LyricsGenius/master/LICENSE.txt
md5sums = 736bb91362732bfff997dc9c6ecbd8d0
md5sums = 9323889b44da74ae0530d54638ff53e8
pkgname = python-lyricsgenius
depends = python-beautifulsoup4
depends = python-requests
|