From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 65E73138334 for ; Sat, 1 Jun 2019 14:26:31 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 34EB2E0863; Sat, 1 Jun 2019 14:26:30 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 1CC1FE0863 for ; Sat, 1 Jun 2019 14:26:30 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 04B133454EB for ; Sat, 1 Jun 2019 14:26:29 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E4FE2604 for ; Sat, 1 Jun 2019 14:26:24 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1559399162.a5c9a3d5d0ec26b29eb77c12bbe7b8d2c9e720e7.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/beets/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-sound/beets/beets-1.4.8-r1.ebuild media-sound/beets/beets-1.4.8.ebuild X-VCS-Directories: media-sound/beets/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: a5c9a3d5d0ec26b29eb77c12bbe7b8d2c9e720e7 X-VCS-Branch: master Date: Sat, 1 Jun 2019 14:26:24 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: e320c952-1f57-418f-9612-595145b0e31d X-Archives-Hash: 2b26f67b1b7d2c2983f5f79b36e059ee commit: a5c9a3d5d0ec26b29eb77c12bbe7b8d2c9e720e7 Author: Andreas Sturmlechner gentoo org> AuthorDate: Sat Jun 1 12:59:22 2019 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sat Jun 1 14:26:02 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a5c9a3d5 media-sound/beets: Fix minimum dev-python/jellyfish dep Closes: https://bugs.gentoo.org/686806 Package-Manager: Portage-2.3.67, Repoman-2.3.13 Signed-off-by: Andreas Sturmlechner gentoo.org> .../beets/{beets-1.4.8.ebuild => beets-1.4.8-r1.ebuild} | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/media-sound/beets/beets-1.4.8.ebuild b/media-sound/beets/beets-1.4.8-r1.ebuild similarity index 93% rename from media-sound/beets/beets-1.4.8.ebuild rename to media-sound/beets/beets-1.4.8-r1.ebuild index 432eaabd985..4cfc7d72806 100644 --- a/media-sound/beets/beets-1.4.8.ebuild +++ b/media-sound/beets/beets-1.4.8-r1.ebuild @@ -3,24 +3,24 @@ EAPI=6 -PYTHON_COMPAT=( python{2_7,3_{5,6}} ) -PYTHON_REQ_USE="sqlite" -inherit distutils-r1 - MY_PV=${PV/_beta/-beta.} MY_P=${PN}-${MY_PV} -DESCRIPTION="A media library management system for obsessive-compulsive music geeks" +PYTHON_COMPAT=( python3_{5,6} ) +PYTHON_REQ_USE="sqlite" +inherit distutils-r1 + +DESCRIPTION="Media library management system for obsessive-compulsive music geeks" SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" HOMEPAGE="http://beets.io/ https://pypi.org/project/beets/" KEYWORDS="~amd64 ~x86" SLOT="0" LICENSE="MIT" -IUSE="badfiles chromaprint doc discogs ffmpeg gstreamer icu lastfm mpd replaygain test thumbnail webserver" +IUSE="badfiles chromaprint discogs doc ffmpeg gstreamer icu lastfm mpd replaygain test thumbnail webserver" RDEPEND=" - dev-python/jellyfish[${PYTHON_USEDEP}] + >=dev-python/jellyfish-0.7.1[${PYTHON_USEDEP}] dev-python/munkres[${PYTHON_USEDEP}] >=dev-python/python-musicbrainz-ngs-0.4[${PYTHON_USEDEP}] dev-python/pyyaml[${PYTHON_USEDEP}]