Skip to content

Commit

Permalink
+ lfmh: new ebuild
Browse files Browse the repository at this point in the history
  • Loading branch information
l29ah committed Oct 6, 2016
1 parent 057f001 commit 0abac4e
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 0 deletions.
1 change: 1 addition & 0 deletions dev-python/lfmh/Manifest
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
DIST lfmh-1.1.1.zip 34333 SHA256 37ef96ed423bb0f2539f52b0d8fea0558c1d90ed9c60f159c31f480018d6ceec SHA512 7d9eac7e8c3569b57bb653dbd528793d55e401dff226caa2685305946b2c365614658ea75254bde4e584344cb6beaf4dd1d72d6abaff811da8a6a6c4d623af96 WHIRLPOOL a2a3b8c9db6eaa2aaf60abb1339989fb5efc3f68c52c746d77ac6d4c285cc5e7fa28200b9eafba668569d8d595bcdd366833dc3b7d72be82192f4ef3ee4a9675
21 changes: 21 additions & 0 deletions dev-python/lfmh/lfmh-1.1.1.ebuild
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $

EAPI=5

PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy pypy3 )

inherit distutils-r1

DESCRIPTION="A Last.fm API interface."
HOMEPAGE="https://pypi.python.org/pypi/lfmh"
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.zip"

LICENSE="BSD"
SLOT="0"
KEYWORDS="~x86 ~amd64"
IUSE=""

DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
RDEPEND="${DEPEND}"

0 comments on commit 0abac4e

Please sign in to comment.