flexget updates

This commit is contained in:
layman
2020-06-04 16:24:30 +02:00
parent 6eefb56cb3
commit 0397d0b615
6 changed files with 40 additions and 18 deletions
+2
View File
@@ -0,0 +1,2 @@
DIST pynzb-0.1.0.tar.gz 5598 BLAKE2B 1448dc4ddf429e4ec23b6e9c6afd25c4dde70e761a632534a5d6fadf326f86ecf748f7323cb32d7b0970703c9de03ab93d047fde83b83d13bc9d4b188849c7e8 SHA512 c1efb43e56c67652bc12ec555700f134b2bd32546b9dd6c0a28a043db5c8ded5758940121b84541bdb972c7c740357cbc656e233ecfb77787d77727e245b1e72
EBUILD pynzb-0.1.0-r2.ebuild 444 BLAKE2B 6b647f4f627ba5e0cc4552b6b81220492c899a2532a8248a0482f423353d3d4846733a88b80fb9ca6f055a6be6f26ea51629d4beead492fafc85d618c1b038cc SHA512 ec6bd29be84d833f8896bc5306a69301cd11332751a960949fb6706824693429384ae081f2d7a104e432c0960961023c11e3a7ac52c7052bb6355fa185017af0
+19
View File
@@ -0,0 +1,19 @@
# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
PYTHON_COMPAT=( python{2_7,3_{6,7,8}} pypy )
inherit distutils-r1
DESCRIPTION="Unified API for parsing NZB files"
HOMEPAGE="https://pypi.python.org/pypi/pynzb/"
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
LICENSE="BSD"
SLOT="0"
KEYWORDS="amd64 x86"
IUSE=""
DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
RDEPEND=""