Added flexget dependencies

This commit is contained in:
layman
2017-04-23 18:09:06 +02:00
parent bd8e1053e8
commit d41a9a6c0e
31 changed files with 654 additions and 84 deletions
+2
View File
@@ -0,0 +1,2 @@
DIST colorclass-2.2.0.tar.gz 486151 SHA256 7a0e9ac5df5c669e678e99e36731fcdc8eccd755c78dc66f46ab78fe858c159f SHA512 c627cdf6abdb5a60e9ecc1fb3b669898edc027fdc3f8cde31be2e10402ee308c2067fcd50d1228759e93fc58c521b7fc12e6b259233a17cf99f55cda26279fed WHIRLPOOL a5fac6dd475289d74fbe8ab1a17fd77d13576d8926e02f6321f43cd435b19f84794c5a59392ae1ed8d665f66dd077ff097a455d9c7f1e9da75925b5ba3891e2d
EBUILD colorclass-2.2.0.ebuild 507 SHA256 51d34619234b6f73d531d70691d0fcbca566aa32618ddcfef04921fac30dd64d SHA512 48081d3741b634708faf4b1fe07bf01e597e0bd326702996fb5b0a15657ab80b9539b7c2a05833bdeee0b7cf88574f7816a8c09de04e7b6c9b72ab83b500acd2 WHIRLPOOL 83c2b697b2f0fd776d95c9fdcbdd289ec72dbd5dc2f200e3b6fe4144666958b407098d3833c7541d22c32f70aa2005dab466a7149309d4f1d26601a996cedc52
@@ -0,0 +1,21 @@
# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI=5
PYTHON_COMPAT=( python{2_7,3_4,3_5} pypy )
inherit distutils-r1
DESCRIPTION="Yet another ANSI color text library for Python."
HOMEPAGE="https://github.com/Robpol86/colorclass"
SRC_URI="https://github.com/Robpol86/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
KEYWORDS="amd64 x86"
IUSE=""
RDEPEND=""
DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
${RDEPEND}"