From: "Justin Lecher" <jlec@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/mutagen/
Date: Tue, 25 Aug 2015 08:10:35 +0000 (UTC) [thread overview]
Message-ID: <1440490233.5fe2e9a86f81dd2271e7763ca8da5b88323b6968.jlec@gentoo> (raw)
commit: 5fe2e9a86f81dd2271e7763ca8da5b88323b6968
Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Tue Aug 25 08:07:24 2015 +0000
Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Tue Aug 25 08:10:33 2015 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5fe2e9a8
media-libs/mutagen: Version Bump
Package-Manager: portage-2.2.20.1
Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>
media-libs/mutagen/Manifest | 1 +
media-libs/mutagen/mutagen-1.22.ebuild | 2 +-
media-libs/mutagen/mutagen-1.27.ebuild | 2 +-
media-libs/mutagen/mutagen-1.29.ebuild | 2 +-
media-libs/mutagen/{mutagen-1.29.ebuild => mutagen-1.30.ebuild} | 5 +++--
5 files changed, 7 insertions(+), 5 deletions(-)
diff --git a/media-libs/mutagen/Manifest b/media-libs/mutagen/Manifest
index bbee9d2..63c6ae6 100644
--- a/media-libs/mutagen/Manifest
+++ b/media-libs/mutagen/Manifest
@@ -1,3 +1,4 @@
DIST mutagen-1.22.tar.gz 813763 SHA256 ddf2907bcaf4827b044a3d70b2fb3c1b58954497d86133f16715fc6c407d494e SHA512 875d61fdb89de6e620dc397a23a83da2d8bdbf111cceb469a6089225c9d7aa91fe03c98258c522ae781e6bbc3d7b72aa66de571c7d99d72419a72697c9b389cc WHIRLPOOL ea3b771c11143194ac395ffe896d2be5410896e614293c14e2a8a9515c5316a8872da5d600a7fa72a710c2263f845dda6e7cd85a7478eeeaa25ec8179ba23c5f
DIST mutagen-1.27.tar.gz 875720 SHA256 cc884fe1e20fe220be7ce7c3b269f4cadc69a8310150a3a41162fba1ca9c88bd SHA512 ae15fb3f5d77025a60e25a2ed25e23f7d21160d4e63c49fe7d01508440ff1f6b673cf34d8f4facc834824825ad6f4d3ed9830133db5aba339ac1eae46f7f50d5 WHIRLPOOL ecd44cc7fde15f87a2a31be84b428a49e97d67ce26c700382b4e2ba7cdb995223ea6dfda101dd7039d4c7ce23a2314d7e523b9849f19189a6ed7bcdb18bbd52e
DIST mutagen-1.29.tar.gz 879767 SHA256 dbad61c8db882f849f25183448f21e440f5eceaf614dd8c2c5ae9392f33f599f SHA512 cd04bc79f1de1ad5ce0cd52e08d21918815d9d797370891431781fa99cb854eb98d20ed11a562afde71d4ea78c0468e831a3ed0eae67bbb30e629300753ff44e WHIRLPOOL bc9b539be281753c46bd363e3d88c429f5c254c3f8d276fa124db00098fd51831f64b585bf7f20a3a349cd27c532fa3ad3024f04f0f54ed40b23ab1eb64c2fa1
+DIST mutagen-1.30.tar.gz 890493 SHA256 cdbf40642a4423fed0a2408b32e589d79b5e40e4a7f6caf5023cc8f5ad7c624f SHA512 be04890e6121a3525f6574ec9c54d00f5388415dabfaee8c62330592e623b83e6de4910daf9efd6a75115ea323c3d72b70da8e2d5dc670ef4c19879ec5ceb026 WHIRLPOOL ab5fa9af475b2181ededa2c91c244fb8ef2eecc7d635537492a9f6cdd16a98746deef05a8354273b1c5e67aecb47cad232c0e7a2781f09f04491aeb176913906
diff --git a/media-libs/mutagen/mutagen-1.22.ebuild b/media-libs/mutagen/mutagen-1.22.ebuild
index 5231a32..9bbfe99 100644
--- a/media-libs/mutagen/mutagen-1.22.ebuild
+++ b/media-libs/mutagen/mutagen-1.22.ebuild
@@ -29,7 +29,7 @@ python_compile_all() {
src_test() {
# tests/test_flac.py uses temp files with a constant path.
# If we had multiple python implementations, we would hit a race.
- DISTUTILS_NO_PARALLEL_BUILD=1 distutils-r1_src_test
+ distutils-r1_src_test
}
python_test() {
diff --git a/media-libs/mutagen/mutagen-1.27.ebuild b/media-libs/mutagen/mutagen-1.27.ebuild
index 19c6e47..79c8a75 100644
--- a/media-libs/mutagen/mutagen-1.27.ebuild
+++ b/media-libs/mutagen/mutagen-1.27.ebuild
@@ -29,7 +29,7 @@ python_compile_all() {
src_test() {
# tests/test_flac.py uses temp files with a constant path.
# If we had multiple python implementations, we would hit a race.
- DISTUTILS_NO_PARALLEL_BUILD=1 distutils-r1_src_test
+ distutils-r1_src_test
}
python_test() {
diff --git a/media-libs/mutagen/mutagen-1.29.ebuild b/media-libs/mutagen/mutagen-1.29.ebuild
index 03c596e..5829838 100644
--- a/media-libs/mutagen/mutagen-1.29.ebuild
+++ b/media-libs/mutagen/mutagen-1.29.ebuild
@@ -29,7 +29,7 @@ python_compile_all() {
src_test() {
# tests/test_flac.py uses temp files with a constant path.
# If we had multiple python implementations, we would hit a race.
- DISTUTILS_NO_PARALLEL_BUILD=1 distutils-r1_src_test
+ distutils-r1_src_test
}
python_test() {
diff --git a/media-libs/mutagen/mutagen-1.29.ebuild b/media-libs/mutagen/mutagen-1.30.ebuild
similarity index 88%
copy from media-libs/mutagen/mutagen-1.29.ebuild
copy to media-libs/mutagen/mutagen-1.30.ebuild
index 03c596e..2fbcefc 100644
--- a/media-libs/mutagen/mutagen-1.29.ebuild
+++ b/media-libs/mutagen/mutagen-1.30.ebuild
@@ -3,12 +3,13 @@
# $Id$
EAPI=5
+
PYTHON_COMPAT=( python{2_7,3_3,3_4} )
inherit distutils-r1
DESCRIPTION="Mutagen is an audio metadata tag reader and writer implemented in pure Python"
-HOMEPAGE="https://code.google.com/p/mutagen https://pypi.python.org/pypi/mutagen"
+HOMEPAGE="https://bitbucket.org/lazka/mutagen https://pypi.python.org/pypi/mutagen"
SRC_URI="https://bitbucket.org/lazka/${PN}/downloads/${P}.tar.gz"
LICENSE="GPL-2"
@@ -29,7 +30,7 @@ python_compile_all() {
src_test() {
# tests/test_flac.py uses temp files with a constant path.
# If we had multiple python implementations, we would hit a race.
- DISTUTILS_NO_PARALLEL_BUILD=1 distutils-r1_src_test
+ distutils-r1_src_test
}
python_test() {
next reply other threads:[~2015-08-25 8:10 UTC|newest]
Thread overview: 93+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-08-25 8:10 Justin Lecher [this message]
-- strict thread matches above, loose matches on Subject: below --
2015-09-20 9:55 [gentoo-commits] repo/gentoo:master commit in: media-libs/mutagen/ Justin Lecher
2016-05-03 11:00 Lars Wendler
2016-05-03 11:00 Lars Wendler
2016-05-25 11:54 Tobias Klausmann
2016-07-20 12:58 Lars Wendler
2016-08-08 4:21 Tim Harder
2016-08-19 10:17 Lars Wendler
2016-08-19 10:17 Lars Wendler
2016-11-03 0:24 Tim Harder
2016-11-17 18:08 Lars Wendler
2016-11-17 18:08 Lars Wendler
2016-12-25 14:42 Lars Wendler
2016-12-25 14:42 Lars Wendler
2017-01-03 19:29 Tobias Klausmann
2017-01-26 23:36 Lars Wendler
2017-01-29 19:15 Fabian Groffen
2017-01-30 20:53 Lars Wendler
2017-01-30 20:53 Lars Wendler
2017-02-27 15:48 Lars Wendler
2017-02-27 15:48 Lars Wendler
2017-03-08 11:05 Lars Wendler
2017-03-08 11:05 Lars Wendler
2017-04-30 10:38 Jeroen Roovers
2017-05-12 14:55 Agostino Sarubbo
2017-06-04 11:30 Sergei Trofimovich
2017-08-18 14:57 Tim Harder
2017-08-18 14:57 Tim Harder
2017-11-10 13:17 Lars Wendler
2017-11-10 13:17 Lars Wendler
2018-02-03 9:15 Tim Harder
2018-05-13 22:06 Thomas Deutschmann
2018-05-13 23:41 Aaron Bauman
2018-11-07 22:59 Sergei Trofimovich
2018-11-07 23:28 Sergei Trofimovich
2018-12-13 6:48 Tim Harder
2018-12-27 8:57 Tim Harder
2019-04-05 19:03 Sergei Trofimovich
2019-04-07 21:16 Sergei Trofimovich
2019-04-28 22:06 Thomas Deutschmann
2019-05-06 18:04 Tobias Klausmann
2019-07-29 19:23 Sergei Trofimovich
2019-12-03 0:14 Aaron Bauman
2019-12-03 5:06 Andreas Sturmlechner
2019-12-03 5:06 Andreas Sturmlechner
2020-01-14 14:48 Agostino Sarubbo
2020-01-16 18:14 Sergei Trofimovich
2020-01-17 8:07 Sergei Trofimovich
2020-01-17 8:09 Sergei Trofimovich
2020-01-17 9:31 Agostino Sarubbo
2020-01-17 10:28 Agostino Sarubbo
2020-01-17 10:30 Agostino Sarubbo
2020-01-26 13:04 Andreas Sturmlechner
2020-03-05 1:31 Sebastian Pipping
2020-09-20 9:36 Michał Górny
2020-09-20 22:40 Thomas Deutschmann
2020-09-23 10:24 Agostino Sarubbo
2020-09-23 10:29 Agostino Sarubbo
2020-09-24 6:55 Agostino Sarubbo
2020-10-09 11:47 Miroslav Šulc
2020-11-08 10:29 Sam James
2020-11-12 0:35 Thomas Deutschmann
2020-11-17 18:55 Agostino Sarubbo
2020-11-18 15:07 Agostino Sarubbo
2020-11-23 16:39 Sergei Trofimovich
2020-12-10 2:16 Matt Turner
2020-12-22 0:23 Sam James
2020-12-22 13:23 Miroslav Šulc
2021-05-25 16:05 Michał Górny
2021-05-25 16:05 Michał Górny
2021-08-19 21:30 Michał Górny
2021-08-24 21:02 Marek Szuba
2021-11-04 17:09 Sam James
2021-11-07 1:34 Sam James
2021-11-07 1:37 Sam James
2022-05-31 10:20 Sam James
2022-10-26 3:26 Michał Górny
2022-10-26 3:26 Michał Górny
2022-11-25 9:13 Arthur Zamarin
2022-11-25 9:26 Sam James
2022-11-25 9:26 Sam James
2022-11-25 9:44 Arthur Zamarin
2022-11-25 10:49 Arthur Zamarin
2022-11-29 9:07 Miroslav Šulc
2023-06-06 16:12 Michał Górny
2023-09-04 2:48 Michał Górny
2023-10-04 8:21 Sam James
2023-10-04 8:21 Sam James
2023-10-04 8:21 Sam James
2023-10-04 10:48 Sam James
2023-10-04 18:32 Arthur Zamarin
2023-11-24 17:04 Arthur Zamarin
2024-06-27 21:28 Petr Vaněk
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=1440490233.5fe2e9a86f81dd2271e7763ca8da5b88323b6968.jlec@gentoo \
--to=jlec@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