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 81E5C138334 for ; Thu, 5 Dec 2019 21:07:57 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 21F65E0930; Thu, 5 Dec 2019 21:07:56 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 0552AE0930 for ; Thu, 5 Dec 2019 21:07:55 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 07EE334D812 for ; Thu, 5 Dec 2019 21:07:55 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 87CA38CD for ; Thu, 5 Dec 2019 21:07:53 +0000 (UTC) From: "Ben Kohler" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ben Kohler" Message-ID: <1575580066.ee23cf9880da8dabc903357266834019797d3429.bkohler@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/eyeD3/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/eyeD3/Manifest dev-python/eyeD3/eyeD3-0.8.11.ebuild X-VCS-Directories: dev-python/eyeD3/ X-VCS-Committer: bkohler X-VCS-Committer-Name: Ben Kohler X-VCS-Revision: ee23cf9880da8dabc903357266834019797d3429 X-VCS-Branch: master Date: Thu, 5 Dec 2019 21:07:53 +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: 949e4104-9477-4686-b659-ec466b08da1e X-Archives-Hash: 76de8ece8209f5d8ba9d0d4fb6a1593a commit: ee23cf9880da8dabc903357266834019797d3429 Author: Ben Kohler gentoo org> AuthorDate: Thu Dec 5 21:07:29 2019 +0000 Commit: Ben Kohler gentoo org> CommitDate: Thu Dec 5 21:07:46 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ee23cf98 dev-python/eyeD3: bump to 0.8.11 with python3 support Package-Manager: Portage-2.3.80, Repoman-2.3.19 Signed-off-by: Ben Kohler gentoo.org> dev-python/eyeD3/Manifest | 1 + dev-python/eyeD3/eyeD3-0.8.11.ebuild | 20 ++++++++++++++++++++ 2 files changed, 21 insertions(+) diff --git a/dev-python/eyeD3/Manifest b/dev-python/eyeD3/Manifest index 71993077174..8e2d826b855 100644 --- a/dev-python/eyeD3/Manifest +++ b/dev-python/eyeD3/Manifest @@ -1 +1,2 @@ DIST eyeD3-0.7.5.tgz 221685 BLAKE2B c296f61036cd0e43f1820c830e9fa9630d8bb56770c36c922ec0bbbd2ed9566c4a0330677dc1c7fd6cc6fa30f9b415abef2867d93a55ba337b520ed52e330c39 SHA512 9f57e05e4db78618e73ec15ca6ac7b983e13c24ae926bfb9194ee4fc1d735f80308dfc5bdac6016f5491bdb06d46b645d7ac54247d581467a8a22129fae85ba5 +DIST v0.8.11.tar.gz 215807 BLAKE2B e289a274198a4adceb0ec3b77a5c79f50faaa320edecdf07d1d2af3b5519f0c884c8cef146b124fd172d74626f70af2b689dd536ade1a68ed27fedff840513ee SHA512 ed147fbe6ce88319cdbfc752e1ddbcb141180bdd87854c209c621956bc52395c5ba442d929016419620c0b230f5b8a3e1fa638b73c7cf329405425148f953c9c diff --git a/dev-python/eyeD3/eyeD3-0.8.11.ebuild b/dev-python/eyeD3/eyeD3-0.8.11.ebuild new file mode 100644 index 00000000000..f0827dd3aaa --- /dev/null +++ b/dev-python/eyeD3/eyeD3-0.8.11.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +PYTHON_COMPAT=( python2_7 python3_{6,7} ) + +inherit distutils-r1 + +DESCRIPTION="Module for manipulating ID3 (v1 + v2) tags in Python" +HOMEPAGE="http://eyed3.nicfit.net/" +SRC_URI="https://github.com/nicfit/eyeD3/archive/v${PV}.tar.gz" + +LICENSE="GPL-2" +SLOT="0.7" +KEYWORDS="~amd64 ~hppa ~ia64 ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos ~x86-macos ~x86-solaris" +IUSE="" + +DEPEND="dev-python/paver[${PYTHON_USEDEP}] + dev-python/python-magic[${PYTHON_USEDEP}]"