public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Tim Harder" <radhermit@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/mutagen/
Date: Thu, 13 Dec 2018 06:48:37 +0000 (UTC)	[thread overview]
Message-ID: <1544683635.7c669436bc19363f7156568d0896abcc46009a93.radhermit@gentoo> (raw)

commit:     7c669436bc19363f7156568d0896abcc46009a93
Author:     Tim Harder <radhermit <AT> gentoo <DOT> org>
AuthorDate: Thu Dec 13 06:06:39 2018 +0000
Commit:     Tim Harder <radhermit <AT> gentoo <DOT> org>
CommitDate: Thu Dec 13 06:47:15 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7c669436

media-libs/mutagen: version bump to 1.41.1

Closes: https://bugs.gentoo.org/669898

Signed-off-by: Tim Harder <radhermit <AT> gentoo.org>

 media-libs/mutagen/Manifest              |  1 +
 media-libs/mutagen/mutagen-1.41.1.ebuild | 42 ++++++++++++++++++++++++++++++++
 2 files changed, 43 insertions(+)

diff --git a/media-libs/mutagen/Manifest b/media-libs/mutagen/Manifest
index 634fcbb4a7e..2ecd61f390a 100644
--- a/media-libs/mutagen/Manifest
+++ b/media-libs/mutagen/Manifest
@@ -2,3 +2,4 @@ DIST mutagen-1.35.1.tar.gz 883772 BLAKE2B 933c689bf4e578c1acb6c16af4071e879db4e0
 DIST mutagen-1.38.tar.gz 913243 BLAKE2B 08281ed0ea9307a6caa64cc5f66dbea43d09ab6dffba49bab3bea8d3878ae1062b0b7dcb772f0880848adbbd3c3c89a73e0d59b496fb635f7308c66869aa2531 SHA512 1430901539cddc7f58978f59125b793228c611cee9cc19535142e3095a7caaeee7a2431c244054affa33fb6518123b46cd187715d8353fd1b165496bd358a995
 DIST mutagen-1.39.tar.gz 916084 BLAKE2B e67de0f0c2b33283ea276511f5537f5f12a35d336927dff662a5044a05163c7dc5677dc2e5b2696fc62ac3888a9602a566b43ffb511d3eee1c8f07f17bc08302 SHA512 0508c3dfa31a4af29845204664819bc8af8121a785b8e5cc307a12bdf7c151acf4cd72e0820fb9d284c859dd6d63d7d7a6c7ebad8e3ca19db52f0c496ce74736
 DIST mutagen-1.40.0.tar.gz 917874 BLAKE2B 69405942af849a8c82d14424a242e77cd9d554155494976402c3eb5d95dcccbf14de5fd3268cb9cf12e0035dcbf88c3724d1684c21612b2f0b0a87cb48de1ec8 SHA512 ad4accccc3457d1ff7238c2941b20aeb532e9b41bf2bf1cb130e428f9af9a7dd18a0e81a4d45fbc98783d8cf90cd105de09d703c70beea7cba5eca58dab1bb69
+DIST mutagen-1.41.1.tar.gz 918398 BLAKE2B e164cdca199bd1d18703604ca67722a3bb35ef6d53d8b8be1adbb0baf103ef7e45d4871929085242778726326a927771c589836a021dbd0dfdb83c0d5836f656 SHA512 d40fd74480eedc514d7b7b1d701c0403490cffc8ed3b8aa114ffe91a40c41de0daa0c54d9ad1a89ec211fab59ec271a3b1775c9efcc5661a5e1607e1ecadbea6

diff --git a/media-libs/mutagen/mutagen-1.41.1.ebuild b/media-libs/mutagen/mutagen-1.41.1.ebuild
new file mode 100644
index 00000000000..b4ddf5f50db
--- /dev/null
+++ b/media-libs/mutagen/mutagen-1.41.1.ebuild
@@ -0,0 +1,42 @@
+# Copyright 1999-2018 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6,3_7} )
+
+inherit distutils-r1
+
+DESCRIPTION="Audio metadata tag reader and writer implemented in pure Python"
+HOMEPAGE="https://github.com/quodlibet/mutagen https://pypi.org/project/mutagen/"
+SRC_URI="https://github.com/quodlibet/mutagen/releases/download/release-${PV}/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux"
+IUSE="doc test"
+
+# TODO: Missing support for >=dev-python/eyeD3-0.7 API
+# test? ( >=dev-python/eyeD3-0.7 )
+RDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
+DEPEND="${RDEPEND}
+	doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )
+	test? (
+		dev-python/hypothesis[${PYTHON_USEDEP}]
+		dev-python/pytest[${PYTHON_USEDEP}]
+	)
+"
+
+python_compile_all() {
+	use doc && emake -C docs
+}
+
+python_test() {
+	esetup.py test --no-quality
+}
+
+python_install_all() {
+	local DOCS=( NEWS README.rst )
+	use doc && local HTML_DOCS=( docs/_build/. )
+	distutils-r1_python_install_all
+}


             reply	other threads:[~2018-12-13  6:48 UTC|newest]

Thread overview: 94+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-12-13  6:48 Tim Harder [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-05-28 11:26 [gentoo-commits] repo/gentoo:master commit in: media-libs/mutagen/ Sam James
2024-06-27 21:28 Petr Vaněk
2023-11-24 17:04 Arthur Zamarin
2023-10-04 18:32 Arthur Zamarin
2023-10-04 10:48 Sam James
2023-10-04  8:21 Sam James
2023-10-04  8:21 Sam James
2023-10-04  8:21 Sam James
2023-09-04  2:48 Michał Górny
2023-06-06 16:12 Michał Górny
2022-11-29  9:07 Miroslav Šulc
2022-11-25 10:49 Arthur Zamarin
2022-11-25  9:44 Arthur Zamarin
2022-11-25  9:26 Sam James
2022-11-25  9:26 Sam James
2022-11-25  9:13 Arthur Zamarin
2022-10-26  3:26 Michał Górny
2022-10-26  3:26 Michał Górny
2022-05-31 10:20 Sam James
2021-11-07  1:37 Sam James
2021-11-07  1:34 Sam James
2021-11-04 17:09 Sam James
2021-08-24 21:02 Marek Szuba
2021-08-19 21:30 Michał Górny
2021-05-25 16:05 Michał Górny
2021-05-25 16:05 Michał Górny
2020-12-22 13:23 Miroslav Šulc
2020-12-22  0:23 Sam James
2020-12-10  2:16 Matt Turner
2020-11-23 16:39 Sergei Trofimovich
2020-11-18 15:07 Agostino Sarubbo
2020-11-17 18:55 Agostino Sarubbo
2020-11-12  0:35 Thomas Deutschmann
2020-11-08 10:29 Sam James
2020-10-09 11:47 Miroslav Šulc
2020-09-24  6:55 Agostino Sarubbo
2020-09-23 10:29 Agostino Sarubbo
2020-09-23 10:24 Agostino Sarubbo
2020-09-20 22:40 Thomas Deutschmann
2020-09-20  9:36 Michał Górny
2020-03-05  1:31 Sebastian Pipping
2020-01-26 13:04 Andreas Sturmlechner
2020-01-17 10:30 Agostino Sarubbo
2020-01-17 10:28 Agostino Sarubbo
2020-01-17  9:31 Agostino Sarubbo
2020-01-17  8:09 Sergei Trofimovich
2020-01-17  8:07 Sergei Trofimovich
2020-01-16 18:14 Sergei Trofimovich
2020-01-14 14:48 Agostino Sarubbo
2019-12-03  5:06 Andreas Sturmlechner
2019-12-03  5:06 Andreas Sturmlechner
2019-12-03  0:14 Aaron Bauman
2019-07-29 19:23 Sergei Trofimovich
2019-05-06 18:04 Tobias Klausmann
2019-04-28 22:06 Thomas Deutschmann
2019-04-07 21:16 Sergei Trofimovich
2019-04-05 19:03 Sergei Trofimovich
2018-12-27  8:57 Tim Harder
2018-11-07 23:28 Sergei Trofimovich
2018-11-07 22:59 Sergei Trofimovich
2018-05-13 23:41 Aaron Bauman
2018-05-13 22:06 Thomas Deutschmann
2018-02-03  9:15 Tim Harder
2017-11-10 13:17 Lars Wendler
2017-11-10 13:17 Lars Wendler
2017-08-18 14:57 Tim Harder
2017-08-18 14:57 Tim Harder
2017-06-04 11:30 Sergei Trofimovich
2017-05-12 14:55 Agostino Sarubbo
2017-04-30 10:38 Jeroen Roovers
2017-03-08 11:05 Lars Wendler
2017-03-08 11:05 Lars Wendler
2017-02-27 15:48 Lars Wendler
2017-02-27 15:48 Lars Wendler
2017-01-30 20:53 Lars Wendler
2017-01-30 20:53 Lars Wendler
2017-01-29 19:15 Fabian Groffen
2017-01-26 23:36 Lars Wendler
2017-01-03 19:29 Tobias Klausmann
2016-12-25 14:42 Lars Wendler
2016-12-25 14:42 Lars Wendler
2016-11-17 18:08 Lars Wendler
2016-11-17 18:08 Lars Wendler
2016-11-03  0:24 Tim Harder
2016-08-19 10:17 Lars Wendler
2016-08-19 10:17 Lars Wendler
2016-08-08  4:21 Tim Harder
2016-07-20 12:58 Lars Wendler
2016-05-25 11:54 Tobias Klausmann
2016-05-03 11:00 Lars Wendler
2016-05-03 11:00 Lars Wendler
2015-09-20  9:55 Justin Lecher
2015-08-25  8:10 Justin Lecher

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1544683635.7c669436bc19363f7156568d0896abcc46009a93.radhermit@gentoo \
    --to=radhermit@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox