Skip to content

Commit

Permalink
media-tv/tvnamer: bump, tidy old
Browse files Browse the repository at this point in the history
Signed-off-by: Ian Whyman <[email protected]>
Package-Manager: Portage-2.3.51, Repoman-2.3.11
  • Loading branch information
whyman committed Oct 25, 2018
1 parent 100e951 commit a58ee76
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 9 deletions.
2 changes: 1 addition & 1 deletion media-tv/tvnamer/Manifest
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
DIST tvnamer-2.3.tar.gz 44415 BLAKE2B 7623dbd90bfc793b97f4e642a294034b46191765ceb0aca9c0f250303c1199b954db06321bbd85cc1683e3dbdb426a75ad445d0b4a1d3d64939b24e610396c28 SHA512 b1b0ac4e665a04215cb3d4e738197285c800c554b276e56ccd14af17fc624ffe7dab92b208f9791806045eb1ad0a59d6e76e52464e488f919e48dff2a879d96c
DIST tvnamer-2.4.tar.gz 45272 BLAKE2B d00c584b95f2f1e3878dbf8618c9829412838b5ce72086b52620960a5d2a7b79768a78ae5e67230d7a83f12d1918f2428c5c0cccaadd1f08e5d4b1908ae31d34 SHA512 9271dca535910abed3f5ce24de4e65f7b951d2b6f80e07854bef06d52f7cdf40be8eb76934467ebae08bf919503a434c527a37caade1a3e696fbceb4446884fd
DIST tvnamer-2.5.tar.gz 46030 BLAKE2B 4bad31df673b11671c8fb57c8e5d4ec8e7513ac63df6bf09d02943e06acab1c8d5f4d40f1d56b5e6a489ab27810aa85f82257df0b795a3ad5fdc4f63fcf5d976 SHA512 56233576a4f6e0b93535667f7d4e823cccba2bce785aaaed10415f5da1a3883fc29396a20fbffdca367fb9d3d748c6efa5b670eee43eece2631b28d640a5c180
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# Copyright 1999-2015 Gentoo Foundation
# Copyright 1999-2018 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=5
EAPI=7

PYTHON_COMPAT=( python2_7 )
PYTHON_COMPAT=( python2_7 python3_{3,4,5,6} )
inherit distutils-r1

DESCRIPTION="Automatic TV episode file renamer, data from thetvdb.com"
Expand All @@ -12,10 +12,8 @@ SRC_URI="mirror://pypi/t/${PN}/${P}.tar.gz"

LICENSE="public-domain"
SLOT="0"
KEYWORDS="amd64 x86"
KEYWORDS="~amd64 ~x86"
IUSE=""

RDEPEND="dev-python/tvdb_api"
DEPEND="${DEPEND}
dev-python/setuptools
"
RDEPEND=">=dev-python/tvdb_api-1.10_pre[${PYTHON_USEDEP}]"
DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"

0 comments on commit a58ee76

Please sign in to comment.