* [gentoo-commits] repo/gentoo:master commit in: media-libs/mutagen/
@ 2015-08-25 8:10 Justin Lecher
0 siblings, 0 replies; 93+ messages in thread
From: Justin Lecher @ 2015-08-25 8:10 UTC (permalink / raw
To: gentoo-commits
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() {
^ permalink raw reply related [flat|nested] 93+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-libs/mutagen/
@ 2015-09-20 9:55 Justin Lecher
0 siblings, 0 replies; 93+ messages in thread
From: Justin Lecher @ 2015-09-20 9:55 UTC (permalink / raw
To: gentoo-commits
commit: 53a7fa538de8828dad35b18bb316367ffdc8a00d
Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Sun Sep 20 09:55:03 2015 +0000
Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Sun Sep 20 09:55:10 2015 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=53a7fa53
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 | 4 ++--
media-libs/mutagen/mutagen-1.27.ebuild | 2 +-
media-libs/mutagen/mutagen-1.29.ebuild | 2 +-
media-libs/mutagen/mutagen-1.30.ebuild | 2 +-
media-libs/mutagen/{mutagen-1.30.ebuild => mutagen-1.31.ebuild} | 2 +-
6 files changed, 7 insertions(+), 6 deletions(-)
diff --git a/media-libs/mutagen/Manifest b/media-libs/mutagen/Manifest
index 63c6ae6..fb1dbe0 100644
--- a/media-libs/mutagen/Manifest
+++ b/media-libs/mutagen/Manifest
@@ -2,3 +2,4 @@ DIST mutagen-1.22.tar.gz 813763 SHA256 ddf2907bcaf4827b044a3d70b2fb3c1b58954497d
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
+DIST mutagen-1.31.tar.gz 897785 SHA256 0aa011707785fe30935d8655380052a20ba8b972aa738d4f144c457b35b4d699 SHA512 d603afa049e2223dc1050ee26101add4150f8ca57fcee1bbbfd1233276b15fda5972d58e8472135396e54f2778219462619fbec8dddb97c35a7fb7638fec0c23 WHIRLPOOL afe4977ba2da8d8adbcf1b333105eab9f2c79b6a31eeed6199a33c4ac8c4f23b62e2b45a6322c4058d77c3c8ea5ac8581c18dc9ff29b0368aa07713c5694b8ef
diff --git a/media-libs/mutagen/mutagen-1.22.ebuild b/media-libs/mutagen/mutagen-1.22.ebuild
index 9bbfe99..61f1280 100644
--- a/media-libs/mutagen/mutagen-1.22.ebuild
+++ b/media-libs/mutagen/mutagen-1.22.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
@@ -7,7 +7,7 @@ PYTHON_COMPAT=( python2_7 )
inherit distutils-r1
-DESCRIPTION="Mutagen is an audio metadata tag reader and writer implemented in pure Python"
+DESCRIPTION="Audio metadata tag reader and writer implemented in pure Python"
HOMEPAGE="https://code.google.com/p/mutagen https://pypi.python.org/pypi/mutagen"
SRC_URI="https://bitbucket.org/lazka/${PN}/downloads/${P}.tar.gz"
diff --git a/media-libs/mutagen/mutagen-1.27.ebuild b/media-libs/mutagen/mutagen-1.27.ebuild
index 79c8a75..dcfc273 100644
--- a/media-libs/mutagen/mutagen-1.27.ebuild
+++ b/media-libs/mutagen/mutagen-1.27.ebuild
@@ -7,7 +7,7 @@ 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"
+DESCRIPTION="Audio metadata tag reader and writer implemented in pure Python"
HOMEPAGE="https://code.google.com/p/mutagen https://pypi.python.org/pypi/mutagen"
SRC_URI="https://bitbucket.org/lazka/${PN}/downloads/${P}.tar.gz"
diff --git a/media-libs/mutagen/mutagen-1.29.ebuild b/media-libs/mutagen/mutagen-1.29.ebuild
index 5829838..2da63af 100644
--- a/media-libs/mutagen/mutagen-1.29.ebuild
+++ b/media-libs/mutagen/mutagen-1.29.ebuild
@@ -7,7 +7,7 @@ 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"
+DESCRIPTION="Audio metadata tag reader and writer implemented in pure Python"
HOMEPAGE="https://code.google.com/p/mutagen https://pypi.python.org/pypi/mutagen"
SRC_URI="https://bitbucket.org/lazka/${PN}/downloads/${P}.tar.gz"
diff --git a/media-libs/mutagen/mutagen-1.30.ebuild b/media-libs/mutagen/mutagen-1.30.ebuild
index 2fbcefc..621947a 100644
--- a/media-libs/mutagen/mutagen-1.30.ebuild
+++ b/media-libs/mutagen/mutagen-1.30.ebuild
@@ -8,7 +8,7 @@ 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"
+DESCRIPTION="Audio metadata tag reader and writer implemented in pure Python"
HOMEPAGE="https://bitbucket.org/lazka/mutagen https://pypi.python.org/pypi/mutagen"
SRC_URI="https://bitbucket.org/lazka/${PN}/downloads/${P}.tar.gz"
diff --git a/media-libs/mutagen/mutagen-1.30.ebuild b/media-libs/mutagen/mutagen-1.31.ebuild
similarity index 91%
copy from media-libs/mutagen/mutagen-1.30.ebuild
copy to media-libs/mutagen/mutagen-1.31.ebuild
index 2fbcefc..621947a 100644
--- a/media-libs/mutagen/mutagen-1.30.ebuild
+++ b/media-libs/mutagen/mutagen-1.31.ebuild
@@ -8,7 +8,7 @@ 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"
+DESCRIPTION="Audio metadata tag reader and writer implemented in pure Python"
HOMEPAGE="https://bitbucket.org/lazka/mutagen https://pypi.python.org/pypi/mutagen"
SRC_URI="https://bitbucket.org/lazka/${PN}/downloads/${P}.tar.gz"
^ permalink raw reply related [flat|nested] 93+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-libs/mutagen/
@ 2016-05-03 11:00 Lars Wendler
0 siblings, 0 replies; 93+ messages in thread
From: Lars Wendler @ 2016-05-03 11:00 UTC (permalink / raw
To: gentoo-commits
commit: c6c6b2fde42a2c6f3b04f97648f98d2e3b2166f9
Author: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
AuthorDate: Tue May 3 11:00:32 2016 +0000
Commit: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
CommitDate: Tue May 3 11:00:52 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c6c6b2fd
media-libs/mutagen: Removed old.
Package-Manager: portage-2.2.28
Signed-off-by: Lars Wendler <polynomial-c <AT> gentoo.org>
media-libs/mutagen/Manifest | 3 ---
media-libs/mutagen/mutagen-1.22.ebuild | 43 ---------------------------------
media-libs/mutagen/mutagen-1.29.ebuild | 43 ---------------------------------
media-libs/mutagen/mutagen-1.30.ebuild | 44 ----------------------------------
4 files changed, 133 deletions(-)
diff --git a/media-libs/mutagen/Manifest b/media-libs/mutagen/Manifest
index df0a696..c7929ab 100644
--- a/media-libs/mutagen/Manifest
+++ b/media-libs/mutagen/Manifest
@@ -1,6 +1,3 @@
-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
DIST mutagen-1.31.tar.gz 897785 SHA256 0aa011707785fe30935d8655380052a20ba8b972aa738d4f144c457b35b4d699 SHA512 d603afa049e2223dc1050ee26101add4150f8ca57fcee1bbbfd1233276b15fda5972d58e8472135396e54f2778219462619fbec8dddb97c35a7fb7638fec0c23 WHIRLPOOL afe4977ba2da8d8adbcf1b333105eab9f2c79b6a31eeed6199a33c4ac8c4f23b62e2b45a6322c4058d77c3c8ea5ac8581c18dc9ff29b0368aa07713c5694b8ef
DIST mutagen-1.32.tar.gz 901717 SHA256 7721ded04caf36fc30661165ae311fed342f7503b048e9db3d52764108ed3ab5 SHA512 183c2b810645ed0749399e6863fac663ce61fbc766d9f08d9837f054d4ddb3cdafc94114dc8790739bb274fa252e76c5577f50bf13cf2e7e07677f76d740aa32 WHIRLPOOL d4ce064eec2fb4546b126a7b9ca6e003a06abd7d28ec9150387dc18455fcf36a98817e3dd6df152292a1839c4d0f2d327c7f5fab8b7df69948390aa20fc936d1
diff --git a/media-libs/mutagen/mutagen-1.22.ebuild b/media-libs/mutagen/mutagen-1.22.ebuild
deleted file mode 100644
index 61f1280..0000000
--- a/media-libs/mutagen/mutagen-1.22.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-PYTHON_COMPAT=( python2_7 )
-
-inherit distutils-r1
-
-DESCRIPTION="Audio metadata tag reader and writer implemented in pure Python"
-HOMEPAGE="https://code.google.com/p/mutagen https://pypi.python.org/pypi/mutagen"
-SRC_URI="https://bitbucket.org/lazka/${PN}/downloads/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="alpha amd64 hppa ~ia64 ppc ppc64 sparc x86 ~x86-interix ~amd64-linux ~x86-linux"
-IUSE="doc test"
-
-DEPEND="
- doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )
-"
-
-RESTRICT="test" # Missing support for >=dev-python/eyeD3-0.7 API
-
-python_compile_all() {
- use doc && emake -C docs
-}
-
-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-r1_src_test
-}
-
-python_test() {
- esetup.py test
-}
-
-python_install_all() {
- local DOCS=( NEWS README TODO )
- use doc && local HTML_DOCS=( docs/_build/. )
- distutils-r1_python_install_all
-}
diff --git a/media-libs/mutagen/mutagen-1.29.ebuild b/media-libs/mutagen/mutagen-1.29.ebuild
deleted file mode 100644
index 2da63af..0000000
--- a/media-libs/mutagen/mutagen-1.29.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-PYTHON_COMPAT=( python{2_7,3_3,3_4} )
-
-inherit distutils-r1
-
-DESCRIPTION="Audio metadata tag reader and writer implemented in pure Python"
-HOMEPAGE="https://code.google.com/p/mutagen https://pypi.python.org/pypi/mutagen"
-SRC_URI="https://bitbucket.org/lazka/${PN}/downloads/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-interix ~amd64-linux ~x86-linux"
-IUSE="doc test"
-
-# TODO: Missing support for >=dev-python/eyeD3-0.7 API
-# test? ( >=dev-python/eyeD3-0.7 )
-DEPEND="
- doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )
-"
-
-python_compile_all() {
- use doc && emake -C docs
-}
-
-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-r1_src_test
-}
-
-python_test() {
- esetup.py test
-}
-
-python_install_all() {
- local DOCS=( NEWS README.rst )
- use doc && local HTML_DOCS=( docs/_build/. )
- distutils-r1_python_install_all
-}
diff --git a/media-libs/mutagen/mutagen-1.30.ebuild b/media-libs/mutagen/mutagen-1.30.ebuild
deleted file mode 100644
index 621947a..0000000
--- a/media-libs/mutagen/mutagen-1.30.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-PYTHON_COMPAT=( python{2_7,3_3,3_4} )
-
-inherit distutils-r1
-
-DESCRIPTION="Audio metadata tag reader and writer implemented in pure Python"
-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"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-interix ~amd64-linux ~x86-linux"
-IUSE="doc test"
-
-# TODO: Missing support for >=dev-python/eyeD3-0.7 API
-# test? ( >=dev-python/eyeD3-0.7 )
-DEPEND="
- doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )
-"
-
-python_compile_all() {
- use doc && emake -C docs
-}
-
-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-r1_src_test
-}
-
-python_test() {
- esetup.py test
-}
-
-python_install_all() {
- local DOCS=( NEWS README.rst )
- use doc && local HTML_DOCS=( docs/_build/. )
- distutils-r1_python_install_all
-}
^ permalink raw reply related [flat|nested] 93+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-libs/mutagen/
@ 2016-05-03 11:00 Lars Wendler
0 siblings, 0 replies; 93+ messages in thread
From: Lars Wendler @ 2016-05-03 11:00 UTC (permalink / raw
To: gentoo-commits
commit: 743478e837f1d983ea1b3f313bd6cfcbbc821893
Author: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
AuthorDate: Tue May 3 10:59:45 2016 +0000
Commit: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
CommitDate: Tue May 3 11:00:49 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=743478e8
media-libs/mutagen: Bump to version 1.32/EAPI-6. Support python3_5.
Package-Manager: portage-2.2.28
Signed-off-by: Lars Wendler <polynomial-c <AT> gentoo.org>
media-libs/mutagen/Manifest | 1 +
media-libs/mutagen/mutagen-1.32.ebuild | 44 ++++++++++++++++++++++++++++++++++
2 files changed, 45 insertions(+)
diff --git a/media-libs/mutagen/Manifest b/media-libs/mutagen/Manifest
index fb1dbe0..df0a696 100644
--- a/media-libs/mutagen/Manifest
+++ b/media-libs/mutagen/Manifest
@@ -3,3 +3,4 @@ DIST mutagen-1.27.tar.gz 875720 SHA256 cc884fe1e20fe220be7ce7c3b269f4cadc69a8310
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
DIST mutagen-1.31.tar.gz 897785 SHA256 0aa011707785fe30935d8655380052a20ba8b972aa738d4f144c457b35b4d699 SHA512 d603afa049e2223dc1050ee26101add4150f8ca57fcee1bbbfd1233276b15fda5972d58e8472135396e54f2778219462619fbec8dddb97c35a7fb7638fec0c23 WHIRLPOOL afe4977ba2da8d8adbcf1b333105eab9f2c79b6a31eeed6199a33c4ac8c4f23b62e2b45a6322c4058d77c3c8ea5ac8581c18dc9ff29b0368aa07713c5694b8ef
+DIST mutagen-1.32.tar.gz 901717 SHA256 7721ded04caf36fc30661165ae311fed342f7503b048e9db3d52764108ed3ab5 SHA512 183c2b810645ed0749399e6863fac663ce61fbc766d9f08d9837f054d4ddb3cdafc94114dc8790739bb274fa252e76c5577f50bf13cf2e7e07677f76d740aa32 WHIRLPOOL d4ce064eec2fb4546b126a7b9ca6e003a06abd7d28ec9150387dc18455fcf36a98817e3dd6df152292a1839c4d0f2d327c7f5fab8b7df69948390aa20fc936d1
diff --git a/media-libs/mutagen/mutagen-1.32.ebuild b/media-libs/mutagen/mutagen-1.32.ebuild
new file mode 100644
index 0000000..f3309a6
--- /dev/null
+++ b/media-libs/mutagen/mutagen-1.32.ebuild
@@ -0,0 +1,44 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+PYTHON_COMPAT=( python{2_7,3_3,3_4,3_5} )
+
+inherit distutils-r1
+
+DESCRIPTION="Audio metadata tag reader and writer implemented in pure Python"
+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"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-interix ~amd64-linux ~x86-linux"
+IUSE="doc test"
+
+# TODO: Missing support for >=dev-python/eyeD3-0.7 API
+# test? ( >=dev-python/eyeD3-0.7 )
+DEPEND="
+ doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )
+"
+
+python_compile_all() {
+ use doc && emake -C docs
+}
+
+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-r1_src_test
+}
+
+python_test() {
+ esetup.py test
+}
+
+python_install_all() {
+ local DOCS=( NEWS README.rst )
+ use doc && local HTML_DOCS=( docs/_build/. )
+ distutils-r1_python_install_all
+}
^ permalink raw reply related [flat|nested] 93+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-libs/mutagen/
@ 2016-05-25 11:54 Tobias Klausmann
0 siblings, 0 replies; 93+ messages in thread
From: Tobias Klausmann @ 2016-05-25 11:54 UTC (permalink / raw
To: gentoo-commits
commit: 95317e3d5f52ca0a4a12682b35407eda230542ff
Author: Tobias Klausmann <klausman <AT> gentoo <DOT> org>
AuthorDate: Wed May 25 11:53:52 2016 +0000
Commit: Tobias Klausmann <klausman <AT> gentoo <DOT> org>
CommitDate: Wed May 25 11:54:32 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=95317e3d
media-libs/mutagen-1.31-r0: add alpha keyword
Gentoo-Bug: 572102
Package-Manager: portage-2.3.0_rc1
media-libs/mutagen/mutagen-1.31.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/media-libs/mutagen/mutagen-1.31.ebuild b/media-libs/mutagen/mutagen-1.31.ebuild
index c99ddd0..010ceb6 100644
--- a/media-libs/mutagen/mutagen-1.31.ebuild
+++ b/media-libs/mutagen/mutagen-1.31.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
@@ -14,7 +14,7 @@ SRC_URI="https://bitbucket.org/lazka/${PN}/downloads/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~alpha amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-interix ~amd64-linux ~x86-linux"
+KEYWORDS="alpha amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-interix ~amd64-linux ~x86-linux"
IUSE="doc test"
# TODO: Missing support for >=dev-python/eyeD3-0.7 API
^ permalink raw reply related [flat|nested] 93+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-libs/mutagen/
@ 2016-07-20 12:58 Lars Wendler
0 siblings, 0 replies; 93+ messages in thread
From: Lars Wendler @ 2016-07-20 12:58 UTC (permalink / raw
To: gentoo-commits
commit: 7da3757ae96a12a7717dc02e3b6dd688232b11a9
Author: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
AuthorDate: Wed Jul 20 12:58:09 2016 +0000
Commit: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
CommitDate: Wed Jul 20 12:58:26 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7da3757a
media-libs/mutagen: Bump to version 1.33.2
Package-Manager: portage-2.3.0
Signed-off-by: Lars Wendler <polynomial-c <AT> gentoo.org>
media-libs/mutagen/Manifest | 1 +
media-libs/mutagen/mutagen-1.33.2.ebuild | 44 ++++++++++++++++++++++++++++++++
2 files changed, 45 insertions(+)
diff --git a/media-libs/mutagen/Manifest b/media-libs/mutagen/Manifest
index c7929ab..0653945 100644
--- a/media-libs/mutagen/Manifest
+++ b/media-libs/mutagen/Manifest
@@ -1,3 +1,4 @@
DIST mutagen-1.27.tar.gz 875720 SHA256 cc884fe1e20fe220be7ce7c3b269f4cadc69a8310150a3a41162fba1ca9c88bd SHA512 ae15fb3f5d77025a60e25a2ed25e23f7d21160d4e63c49fe7d01508440ff1f6b673cf34d8f4facc834824825ad6f4d3ed9830133db5aba339ac1eae46f7f50d5 WHIRLPOOL ecd44cc7fde15f87a2a31be84b428a49e97d67ce26c700382b4e2ba7cdb995223ea6dfda101dd7039d4c7ce23a2314d7e523b9849f19189a6ed7bcdb18bbd52e
DIST mutagen-1.31.tar.gz 897785 SHA256 0aa011707785fe30935d8655380052a20ba8b972aa738d4f144c457b35b4d699 SHA512 d603afa049e2223dc1050ee26101add4150f8ca57fcee1bbbfd1233276b15fda5972d58e8472135396e54f2778219462619fbec8dddb97c35a7fb7638fec0c23 WHIRLPOOL afe4977ba2da8d8adbcf1b333105eab9f2c79b6a31eeed6199a33c4ac8c4f23b62e2b45a6322c4058d77c3c8ea5ac8581c18dc9ff29b0368aa07713c5694b8ef
DIST mutagen-1.32.tar.gz 901717 SHA256 7721ded04caf36fc30661165ae311fed342f7503b048e9db3d52764108ed3ab5 SHA512 183c2b810645ed0749399e6863fac663ce61fbc766d9f08d9837f054d4ddb3cdafc94114dc8790739bb274fa252e76c5577f50bf13cf2e7e07677f76d740aa32 WHIRLPOOL d4ce064eec2fb4546b126a7b9ca6e003a06abd7d28ec9150387dc18455fcf36a98817e3dd6df152292a1839c4d0f2d327c7f5fab8b7df69948390aa20fc936d1
+DIST mutagen-1.33.2.tar.gz 863803 SHA256 2ad8b968b05fdc02bdfd115ba619f81d1cabecb7f82892806242fd1924a718e5 SHA512 8622f976c4d9c1d4a5c5284ffe7ce80ba70898dcf3995aeba79590d66b32e37175f7a2971ca42c384bb9323e1b51db22677fc7e07cf56e72ce8a3c9ea37132cc WHIRLPOOL a85249d525bfa2fadd201def0502ea5742a6fccb649e436a5590e73f99d67d84ebec7de03a551099ed68cb7eb1c11e74550aee14eb53242f091fb38177402f65
diff --git a/media-libs/mutagen/mutagen-1.33.2.ebuild b/media-libs/mutagen/mutagen-1.33.2.ebuild
new file mode 100644
index 0000000..f3309a6
--- /dev/null
+++ b/media-libs/mutagen/mutagen-1.33.2.ebuild
@@ -0,0 +1,44 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+PYTHON_COMPAT=( python{2_7,3_3,3_4,3_5} )
+
+inherit distutils-r1
+
+DESCRIPTION="Audio metadata tag reader and writer implemented in pure Python"
+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"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-interix ~amd64-linux ~x86-linux"
+IUSE="doc test"
+
+# TODO: Missing support for >=dev-python/eyeD3-0.7 API
+# test? ( >=dev-python/eyeD3-0.7 )
+DEPEND="
+ doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )
+"
+
+python_compile_all() {
+ use doc && emake -C docs
+}
+
+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-r1_src_test
+}
+
+python_test() {
+ esetup.py test
+}
+
+python_install_all() {
+ local DOCS=( NEWS README.rst )
+ use doc && local HTML_DOCS=( docs/_build/. )
+ distutils-r1_python_install_all
+}
^ permalink raw reply related [flat|nested] 93+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-libs/mutagen/
@ 2016-08-08 4:21 Tim Harder
0 siblings, 0 replies; 93+ messages in thread
From: Tim Harder @ 2016-08-08 4:21 UTC (permalink / raw
To: gentoo-commits
commit: 092a6506c5e4ded3f500f48eeef03d5b4b38030b
Author: Tim Harder <radhermit <AT> gentoo <DOT> org>
AuthorDate: Mon Aug 8 04:19:24 2016 +0000
Commit: Tim Harder <radhermit <AT> gentoo <DOT> org>
CommitDate: Mon Aug 8 04:20:56 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=092a6506
media-libs/mutagen: version bump to 1.34
media-libs/mutagen/Manifest | 1 +
media-libs/mutagen/mutagen-1.34.ebuild | 44 ++++++++++++++++++++++++++++++++++
2 files changed, 45 insertions(+)
diff --git a/media-libs/mutagen/Manifest b/media-libs/mutagen/Manifest
index 0653945..9a1b4a2 100644
--- a/media-libs/mutagen/Manifest
+++ b/media-libs/mutagen/Manifest
@@ -2,3 +2,4 @@ DIST mutagen-1.27.tar.gz 875720 SHA256 cc884fe1e20fe220be7ce7c3b269f4cadc69a8310
DIST mutagen-1.31.tar.gz 897785 SHA256 0aa011707785fe30935d8655380052a20ba8b972aa738d4f144c457b35b4d699 SHA512 d603afa049e2223dc1050ee26101add4150f8ca57fcee1bbbfd1233276b15fda5972d58e8472135396e54f2778219462619fbec8dddb97c35a7fb7638fec0c23 WHIRLPOOL afe4977ba2da8d8adbcf1b333105eab9f2c79b6a31eeed6199a33c4ac8c4f23b62e2b45a6322c4058d77c3c8ea5ac8581c18dc9ff29b0368aa07713c5694b8ef
DIST mutagen-1.32.tar.gz 901717 SHA256 7721ded04caf36fc30661165ae311fed342f7503b048e9db3d52764108ed3ab5 SHA512 183c2b810645ed0749399e6863fac663ce61fbc766d9f08d9837f054d4ddb3cdafc94114dc8790739bb274fa252e76c5577f50bf13cf2e7e07677f76d740aa32 WHIRLPOOL d4ce064eec2fb4546b126a7b9ca6e003a06abd7d28ec9150387dc18455fcf36a98817e3dd6df152292a1839c4d0f2d327c7f5fab8b7df69948390aa20fc936d1
DIST mutagen-1.33.2.tar.gz 863803 SHA256 2ad8b968b05fdc02bdfd115ba619f81d1cabecb7f82892806242fd1924a718e5 SHA512 8622f976c4d9c1d4a5c5284ffe7ce80ba70898dcf3995aeba79590d66b32e37175f7a2971ca42c384bb9323e1b51db22677fc7e07cf56e72ce8a3c9ea37132cc WHIRLPOOL a85249d525bfa2fadd201def0502ea5742a6fccb649e436a5590e73f99d67d84ebec7de03a551099ed68cb7eb1c11e74550aee14eb53242f091fb38177402f65
+DIST mutagen-1.34.tar.gz 871691 SHA256 baf089121710c36ce317d9f107d552a3c7ec14dfcaa9618b809c4b25ef775619 SHA512 3aaaf325b5c66a04a442b5cc615079362b21ab8461202376f0af12927c98e945efe7a15c6d457280af9dd510bdb8b8c951680e49dfab24abcd9fe88153b8f301 WHIRLPOOL c72b4925ad96214d142cda1c4d4d7ba62a11c54e9971abf66b46078a7781f4ac94decda1aa14cf93a1ee264e1825d242f5e2a4082de52c035117359904f2ed08
diff --git a/media-libs/mutagen/mutagen-1.34.ebuild b/media-libs/mutagen/mutagen-1.34.ebuild
new file mode 100644
index 0000000..f3309a6
--- /dev/null
+++ b/media-libs/mutagen/mutagen-1.34.ebuild
@@ -0,0 +1,44 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+PYTHON_COMPAT=( python{2_7,3_3,3_4,3_5} )
+
+inherit distutils-r1
+
+DESCRIPTION="Audio metadata tag reader and writer implemented in pure Python"
+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"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-interix ~amd64-linux ~x86-linux"
+IUSE="doc test"
+
+# TODO: Missing support for >=dev-python/eyeD3-0.7 API
+# test? ( >=dev-python/eyeD3-0.7 )
+DEPEND="
+ doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )
+"
+
+python_compile_all() {
+ use doc && emake -C docs
+}
+
+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-r1_src_test
+}
+
+python_test() {
+ esetup.py test
+}
+
+python_install_all() {
+ local DOCS=( NEWS README.rst )
+ use doc && local HTML_DOCS=( docs/_build/. )
+ distutils-r1_python_install_all
+}
^ permalink raw reply related [flat|nested] 93+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-libs/mutagen/
@ 2016-08-19 10:17 Lars Wendler
0 siblings, 0 replies; 93+ messages in thread
From: Lars Wendler @ 2016-08-19 10:17 UTC (permalink / raw
To: gentoo-commits
commit: 7e1e3d96d4595384b3fa6470e42ce720611b427e
Author: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
AuthorDate: Fri Aug 19 10:16:21 2016 +0000
Commit: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
CommitDate: Fri Aug 19 10:17:25 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7e1e3d96
media-libs/mutagen: Bump to version 1.34.1
Package-Manager: portage-2.3.0
Signed-off-by: Lars Wendler <polynomial-c <AT> gentoo.org>
media-libs/mutagen/Manifest | 1 +
media-libs/mutagen/mutagen-1.34.1.ebuild | 44 ++++++++++++++++++++++++++++++++
2 files changed, 45 insertions(+)
diff --git a/media-libs/mutagen/Manifest b/media-libs/mutagen/Manifest
index 9a1b4a2..83d2dd2 100644
--- a/media-libs/mutagen/Manifest
+++ b/media-libs/mutagen/Manifest
@@ -2,4 +2,5 @@ DIST mutagen-1.27.tar.gz 875720 SHA256 cc884fe1e20fe220be7ce7c3b269f4cadc69a8310
DIST mutagen-1.31.tar.gz 897785 SHA256 0aa011707785fe30935d8655380052a20ba8b972aa738d4f144c457b35b4d699 SHA512 d603afa049e2223dc1050ee26101add4150f8ca57fcee1bbbfd1233276b15fda5972d58e8472135396e54f2778219462619fbec8dddb97c35a7fb7638fec0c23 WHIRLPOOL afe4977ba2da8d8adbcf1b333105eab9f2c79b6a31eeed6199a33c4ac8c4f23b62e2b45a6322c4058d77c3c8ea5ac8581c18dc9ff29b0368aa07713c5694b8ef
DIST mutagen-1.32.tar.gz 901717 SHA256 7721ded04caf36fc30661165ae311fed342f7503b048e9db3d52764108ed3ab5 SHA512 183c2b810645ed0749399e6863fac663ce61fbc766d9f08d9837f054d4ddb3cdafc94114dc8790739bb274fa252e76c5577f50bf13cf2e7e07677f76d740aa32 WHIRLPOOL d4ce064eec2fb4546b126a7b9ca6e003a06abd7d28ec9150387dc18455fcf36a98817e3dd6df152292a1839c4d0f2d327c7f5fab8b7df69948390aa20fc936d1
DIST mutagen-1.33.2.tar.gz 863803 SHA256 2ad8b968b05fdc02bdfd115ba619f81d1cabecb7f82892806242fd1924a718e5 SHA512 8622f976c4d9c1d4a5c5284ffe7ce80ba70898dcf3995aeba79590d66b32e37175f7a2971ca42c384bb9323e1b51db22677fc7e07cf56e72ce8a3c9ea37132cc WHIRLPOOL a85249d525bfa2fadd201def0502ea5742a6fccb649e436a5590e73f99d67d84ebec7de03a551099ed68cb7eb1c11e74550aee14eb53242f091fb38177402f65
+DIST mutagen-1.34.1.tar.gz 872058 SHA256 aacd667ef1f4fa7b7c201f36b2a6eda1ead3c92331017601d8082af62a7ee461 SHA512 bd3e49b4b176611f673dfc8288def8f7f268077b231df7a4dab93d1cfb14ae4538f9c02c4157e074f3356d0883758d679893c8e4906a612bfb7c9593416cdb2a WHIRLPOOL 5c0ba1b6b1e26c5ea11f0386b4db981f4b99422ae8373e2a88ff971e706503a1e33b0b595d77e2e993279f19e5fe19813310d89d043e5103d46a4e5f96dbde4b
DIST mutagen-1.34.tar.gz 871691 SHA256 baf089121710c36ce317d9f107d552a3c7ec14dfcaa9618b809c4b25ef775619 SHA512 3aaaf325b5c66a04a442b5cc615079362b21ab8461202376f0af12927c98e945efe7a15c6d457280af9dd510bdb8b8c951680e49dfab24abcd9fe88153b8f301 WHIRLPOOL c72b4925ad96214d142cda1c4d4d7ba62a11c54e9971abf66b46078a7781f4ac94decda1aa14cf93a1ee264e1825d242f5e2a4082de52c035117359904f2ed08
diff --git a/media-libs/mutagen/mutagen-1.34.1.ebuild b/media-libs/mutagen/mutagen-1.34.1.ebuild
new file mode 100644
index 0000000..f3309a6
--- /dev/null
+++ b/media-libs/mutagen/mutagen-1.34.1.ebuild
@@ -0,0 +1,44 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+PYTHON_COMPAT=( python{2_7,3_3,3_4,3_5} )
+
+inherit distutils-r1
+
+DESCRIPTION="Audio metadata tag reader and writer implemented in pure Python"
+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"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-interix ~amd64-linux ~x86-linux"
+IUSE="doc test"
+
+# TODO: Missing support for >=dev-python/eyeD3-0.7 API
+# test? ( >=dev-python/eyeD3-0.7 )
+DEPEND="
+ doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )
+"
+
+python_compile_all() {
+ use doc && emake -C docs
+}
+
+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-r1_src_test
+}
+
+python_test() {
+ esetup.py test
+}
+
+python_install_all() {
+ local DOCS=( NEWS README.rst )
+ use doc && local HTML_DOCS=( docs/_build/. )
+ distutils-r1_python_install_all
+}
^ permalink raw reply related [flat|nested] 93+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-libs/mutagen/
@ 2016-08-19 10:17 Lars Wendler
0 siblings, 0 replies; 93+ messages in thread
From: Lars Wendler @ 2016-08-19 10:17 UTC (permalink / raw
To: gentoo-commits
commit: 31a61ff2c235ea1e2db9691d3435f43c5494fae8
Author: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
AuthorDate: Fri Aug 19 10:17:11 2016 +0000
Commit: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
CommitDate: Fri Aug 19 10:17:27 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=31a61ff2
media-libs/mutagen: Removed old.
Package-Manager: portage-2.3.0
Signed-off-by: Lars Wendler <polynomial-c <AT> gentoo.org>
media-libs/mutagen/Manifest | 2 --
media-libs/mutagen/mutagen-1.32.ebuild | 44 --------------------------------
media-libs/mutagen/mutagen-1.33.2.ebuild | 44 --------------------------------
3 files changed, 90 deletions(-)
diff --git a/media-libs/mutagen/Manifest b/media-libs/mutagen/Manifest
index 83d2dd2..9e37051 100644
--- a/media-libs/mutagen/Manifest
+++ b/media-libs/mutagen/Manifest
@@ -1,6 +1,4 @@
DIST mutagen-1.27.tar.gz 875720 SHA256 cc884fe1e20fe220be7ce7c3b269f4cadc69a8310150a3a41162fba1ca9c88bd SHA512 ae15fb3f5d77025a60e25a2ed25e23f7d21160d4e63c49fe7d01508440ff1f6b673cf34d8f4facc834824825ad6f4d3ed9830133db5aba339ac1eae46f7f50d5 WHIRLPOOL ecd44cc7fde15f87a2a31be84b428a49e97d67ce26c700382b4e2ba7cdb995223ea6dfda101dd7039d4c7ce23a2314d7e523b9849f19189a6ed7bcdb18bbd52e
DIST mutagen-1.31.tar.gz 897785 SHA256 0aa011707785fe30935d8655380052a20ba8b972aa738d4f144c457b35b4d699 SHA512 d603afa049e2223dc1050ee26101add4150f8ca57fcee1bbbfd1233276b15fda5972d58e8472135396e54f2778219462619fbec8dddb97c35a7fb7638fec0c23 WHIRLPOOL afe4977ba2da8d8adbcf1b333105eab9f2c79b6a31eeed6199a33c4ac8c4f23b62e2b45a6322c4058d77c3c8ea5ac8581c18dc9ff29b0368aa07713c5694b8ef
-DIST mutagen-1.32.tar.gz 901717 SHA256 7721ded04caf36fc30661165ae311fed342f7503b048e9db3d52764108ed3ab5 SHA512 183c2b810645ed0749399e6863fac663ce61fbc766d9f08d9837f054d4ddb3cdafc94114dc8790739bb274fa252e76c5577f50bf13cf2e7e07677f76d740aa32 WHIRLPOOL d4ce064eec2fb4546b126a7b9ca6e003a06abd7d28ec9150387dc18455fcf36a98817e3dd6df152292a1839c4d0f2d327c7f5fab8b7df69948390aa20fc936d1
-DIST mutagen-1.33.2.tar.gz 863803 SHA256 2ad8b968b05fdc02bdfd115ba619f81d1cabecb7f82892806242fd1924a718e5 SHA512 8622f976c4d9c1d4a5c5284ffe7ce80ba70898dcf3995aeba79590d66b32e37175f7a2971ca42c384bb9323e1b51db22677fc7e07cf56e72ce8a3c9ea37132cc WHIRLPOOL a85249d525bfa2fadd201def0502ea5742a6fccb649e436a5590e73f99d67d84ebec7de03a551099ed68cb7eb1c11e74550aee14eb53242f091fb38177402f65
DIST mutagen-1.34.1.tar.gz 872058 SHA256 aacd667ef1f4fa7b7c201f36b2a6eda1ead3c92331017601d8082af62a7ee461 SHA512 bd3e49b4b176611f673dfc8288def8f7f268077b231df7a4dab93d1cfb14ae4538f9c02c4157e074f3356d0883758d679893c8e4906a612bfb7c9593416cdb2a WHIRLPOOL 5c0ba1b6b1e26c5ea11f0386b4db981f4b99422ae8373e2a88ff971e706503a1e33b0b595d77e2e993279f19e5fe19813310d89d043e5103d46a4e5f96dbde4b
DIST mutagen-1.34.tar.gz 871691 SHA256 baf089121710c36ce317d9f107d552a3c7ec14dfcaa9618b809c4b25ef775619 SHA512 3aaaf325b5c66a04a442b5cc615079362b21ab8461202376f0af12927c98e945efe7a15c6d457280af9dd510bdb8b8c951680e49dfab24abcd9fe88153b8f301 WHIRLPOOL c72b4925ad96214d142cda1c4d4d7ba62a11c54e9971abf66b46078a7781f4ac94decda1aa14cf93a1ee264e1825d242f5e2a4082de52c035117359904f2ed08
diff --git a/media-libs/mutagen/mutagen-1.32.ebuild b/media-libs/mutagen/mutagen-1.32.ebuild
deleted file mode 100644
index f3309a6..0000000
--- a/media-libs/mutagen/mutagen-1.32.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=6
-
-PYTHON_COMPAT=( python{2_7,3_3,3_4,3_5} )
-
-inherit distutils-r1
-
-DESCRIPTION="Audio metadata tag reader and writer implemented in pure Python"
-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"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-interix ~amd64-linux ~x86-linux"
-IUSE="doc test"
-
-# TODO: Missing support for >=dev-python/eyeD3-0.7 API
-# test? ( >=dev-python/eyeD3-0.7 )
-DEPEND="
- doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )
-"
-
-python_compile_all() {
- use doc && emake -C docs
-}
-
-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-r1_src_test
-}
-
-python_test() {
- esetup.py test
-}
-
-python_install_all() {
- local DOCS=( NEWS README.rst )
- use doc && local HTML_DOCS=( docs/_build/. )
- distutils-r1_python_install_all
-}
diff --git a/media-libs/mutagen/mutagen-1.33.2.ebuild b/media-libs/mutagen/mutagen-1.33.2.ebuild
deleted file mode 100644
index f3309a6..0000000
--- a/media-libs/mutagen/mutagen-1.33.2.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=6
-
-PYTHON_COMPAT=( python{2_7,3_3,3_4,3_5} )
-
-inherit distutils-r1
-
-DESCRIPTION="Audio metadata tag reader and writer implemented in pure Python"
-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"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-interix ~amd64-linux ~x86-linux"
-IUSE="doc test"
-
-# TODO: Missing support for >=dev-python/eyeD3-0.7 API
-# test? ( >=dev-python/eyeD3-0.7 )
-DEPEND="
- doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )
-"
-
-python_compile_all() {
- use doc && emake -C docs
-}
-
-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-r1_src_test
-}
-
-python_test() {
- esetup.py test
-}
-
-python_install_all() {
- local DOCS=( NEWS README.rst )
- use doc && local HTML_DOCS=( docs/_build/. )
- distutils-r1_python_install_all
-}
^ permalink raw reply related [flat|nested] 93+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-libs/mutagen/
@ 2016-11-03 0:24 Tim Harder
0 siblings, 0 replies; 93+ messages in thread
From: Tim Harder @ 2016-11-03 0:24 UTC (permalink / raw
To: gentoo-commits
commit: 8f260dbe9a07523bcabff3cd8a4bf306fc4fcf25
Author: Tim Harder <radhermit <AT> gentoo <DOT> org>
AuthorDate: Thu Nov 3 00:22:01 2016 +0000
Commit: Tim Harder <radhermit <AT> gentoo <DOT> org>
CommitDate: Thu Nov 3 00:24:00 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8f260dbe
media-libs/mutagen: version bump to 1.35
media-libs/mutagen/Manifest | 1 +
media-libs/mutagen/mutagen-1.35.ebuild | 46 ++++++++++++++++++++++++++++++++++
2 files changed, 47 insertions(+)
diff --git a/media-libs/mutagen/Manifest b/media-libs/mutagen/Manifest
index 9e37051..bd4f364 100644
--- a/media-libs/mutagen/Manifest
+++ b/media-libs/mutagen/Manifest
@@ -2,3 +2,4 @@ DIST mutagen-1.27.tar.gz 875720 SHA256 cc884fe1e20fe220be7ce7c3b269f4cadc69a8310
DIST mutagen-1.31.tar.gz 897785 SHA256 0aa011707785fe30935d8655380052a20ba8b972aa738d4f144c457b35b4d699 SHA512 d603afa049e2223dc1050ee26101add4150f8ca57fcee1bbbfd1233276b15fda5972d58e8472135396e54f2778219462619fbec8dddb97c35a7fb7638fec0c23 WHIRLPOOL afe4977ba2da8d8adbcf1b333105eab9f2c79b6a31eeed6199a33c4ac8c4f23b62e2b45a6322c4058d77c3c8ea5ac8581c18dc9ff29b0368aa07713c5694b8ef
DIST mutagen-1.34.1.tar.gz 872058 SHA256 aacd667ef1f4fa7b7c201f36b2a6eda1ead3c92331017601d8082af62a7ee461 SHA512 bd3e49b4b176611f673dfc8288def8f7f268077b231df7a4dab93d1cfb14ae4538f9c02c4157e074f3356d0883758d679893c8e4906a612bfb7c9593416cdb2a WHIRLPOOL 5c0ba1b6b1e26c5ea11f0386b4db981f4b99422ae8373e2a88ff971e706503a1e33b0b595d77e2e993279f19e5fe19813310d89d043e5103d46a4e5f96dbde4b
DIST mutagen-1.34.tar.gz 871691 SHA256 baf089121710c36ce317d9f107d552a3c7ec14dfcaa9618b809c4b25ef775619 SHA512 3aaaf325b5c66a04a442b5cc615079362b21ab8461202376f0af12927c98e945efe7a15c6d457280af9dd510bdb8b8c951680e49dfab24abcd9fe88153b8f301 WHIRLPOOL c72b4925ad96214d142cda1c4d4d7ba62a11c54e9971abf66b46078a7781f4ac94decda1aa14cf93a1ee264e1825d242f5e2a4082de52c035117359904f2ed08
+DIST mutagen-1.35.tar.gz 884988 SHA256 ee106f1544e8caf688102afaca2fe95cab4caf144da06128a265a29c8c7f4619 SHA512 68a3d30300bbfbedad39f76798827b70b9dd6bbb72da3b0f537748f76b395866aeaacbb1ca9d64d11d1c97a09e5767bcac98131d62846f91172a1caf8d434a50 WHIRLPOOL 149d27c832527a2cd8986f56b50c5865320aec69bd1452ce71cb96fc47a8a0227e9b7defe05e94aa64e9d9226dd9faf3cfba6af0788f90d073346c3afd219c1b
diff --git a/media-libs/mutagen/mutagen-1.35.ebuild b/media-libs/mutagen/mutagen-1.35.ebuild
new file mode 100644
index 00000000..84e85f0
--- /dev/null
+++ b/media-libs/mutagen/mutagen-1.35.ebuild
@@ -0,0 +1,46 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+PYTHON_COMPAT=( python{2_7,3_4,3_5} )
+
+inherit distutils-r1
+
+DESCRIPTION="Audio metadata tag reader and writer implemented in pure Python"
+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"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-interix ~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/pytest[${PYTHON_USEDEP}] )
+"
+
+python_compile_all() {
+ use doc && emake -C docs
+}
+
+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-r1_src_test
+}
+
+python_test() {
+ esetup.py test
+}
+
+python_install_all() {
+ local DOCS=( NEWS README.rst )
+ use doc && local HTML_DOCS=( docs/_build/. )
+ distutils-r1_python_install_all
+}
^ permalink raw reply related [flat|nested] 93+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-libs/mutagen/
@ 2016-11-17 18:08 Lars Wendler
0 siblings, 0 replies; 93+ messages in thread
From: Lars Wendler @ 2016-11-17 18:08 UTC (permalink / raw
To: gentoo-commits
commit: 76c1586f506efc114b2279dafce4c44309612215
Author: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
AuthorDate: Thu Nov 17 17:58:41 2016 +0000
Commit: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
CommitDate: Thu Nov 17 18:08:01 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=76c1586f
media-libs/mutagen: Removed old.
Package-Manager: portage-2.3.2
media-libs/mutagen/Manifest | 1 -
media-libs/mutagen/mutagen-1.34.ebuild | 44 ----------------------------------
2 files changed, 45 deletions(-)
diff --git a/media-libs/mutagen/Manifest b/media-libs/mutagen/Manifest
index 783e154c..a0971cb 100644
--- a/media-libs/mutagen/Manifest
+++ b/media-libs/mutagen/Manifest
@@ -1,6 +1,5 @@
DIST mutagen-1.27.tar.gz 875720 SHA256 cc884fe1e20fe220be7ce7c3b269f4cadc69a8310150a3a41162fba1ca9c88bd SHA512 ae15fb3f5d77025a60e25a2ed25e23f7d21160d4e63c49fe7d01508440ff1f6b673cf34d8f4facc834824825ad6f4d3ed9830133db5aba339ac1eae46f7f50d5 WHIRLPOOL ecd44cc7fde15f87a2a31be84b428a49e97d67ce26c700382b4e2ba7cdb995223ea6dfda101dd7039d4c7ce23a2314d7e523b9849f19189a6ed7bcdb18bbd52e
DIST mutagen-1.31.tar.gz 897785 SHA256 0aa011707785fe30935d8655380052a20ba8b972aa738d4f144c457b35b4d699 SHA512 d603afa049e2223dc1050ee26101add4150f8ca57fcee1bbbfd1233276b15fda5972d58e8472135396e54f2778219462619fbec8dddb97c35a7fb7638fec0c23 WHIRLPOOL afe4977ba2da8d8adbcf1b333105eab9f2c79b6a31eeed6199a33c4ac8c4f23b62e2b45a6322c4058d77c3c8ea5ac8581c18dc9ff29b0368aa07713c5694b8ef
DIST mutagen-1.34.1.tar.gz 872058 SHA256 aacd667ef1f4fa7b7c201f36b2a6eda1ead3c92331017601d8082af62a7ee461 SHA512 bd3e49b4b176611f673dfc8288def8f7f268077b231df7a4dab93d1cfb14ae4538f9c02c4157e074f3356d0883758d679893c8e4906a612bfb7c9593416cdb2a WHIRLPOOL 5c0ba1b6b1e26c5ea11f0386b4db981f4b99422ae8373e2a88ff971e706503a1e33b0b595d77e2e993279f19e5fe19813310d89d043e5103d46a4e5f96dbde4b
-DIST mutagen-1.34.tar.gz 871691 SHA256 baf089121710c36ce317d9f107d552a3c7ec14dfcaa9618b809c4b25ef775619 SHA512 3aaaf325b5c66a04a442b5cc615079362b21ab8461202376f0af12927c98e945efe7a15c6d457280af9dd510bdb8b8c951680e49dfab24abcd9fe88153b8f301 WHIRLPOOL c72b4925ad96214d142cda1c4d4d7ba62a11c54e9971abf66b46078a7781f4ac94decda1aa14cf93a1ee264e1825d242f5e2a4082de52c035117359904f2ed08
DIST mutagen-1.35.1.tar.gz 883772 SHA256 49cda72ee5213e60d5d48a80187b0b17d37a6244f37751f72e480c1b1832934e SHA512 e411b86d50a7689589b7d300317dc2a2c4893efe47b66d07bdf5fe92f1d08fcc00c314e3ae1f97d706fcaae6c83c7569bb22b557af2dfc469b1d3c4f0388a260 WHIRLPOOL 6662ed461122fae69cf8844f6460ae8635cc1b7b3e5faf13f83a51d8f02bac927c8d850f727f602ba83b3be41e3c5c28b4ea2dfa2564710d525f5a699992f0e7
DIST mutagen-1.35.tar.gz 884988 SHA256 ee106f1544e8caf688102afaca2fe95cab4caf144da06128a265a29c8c7f4619 SHA512 68a3d30300bbfbedad39f76798827b70b9dd6bbb72da3b0f537748f76b395866aeaacbb1ca9d64d11d1c97a09e5767bcac98131d62846f91172a1caf8d434a50 WHIRLPOOL 149d27c832527a2cd8986f56b50c5865320aec69bd1452ce71cb96fc47a8a0227e9b7defe05e94aa64e9d9226dd9faf3cfba6af0788f90d073346c3afd219c1b
diff --git a/media-libs/mutagen/mutagen-1.34.ebuild b/media-libs/mutagen/mutagen-1.34.ebuild
deleted file mode 100644
index 7eaab53..00000000
--- a/media-libs/mutagen/mutagen-1.34.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=6
-
-PYTHON_COMPAT=( python{2_7,3_4,3_5} )
-
-inherit distutils-r1
-
-DESCRIPTION="Audio metadata tag reader and writer implemented in pure Python"
-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"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-interix ~amd64-linux ~x86-linux"
-IUSE="doc test"
-
-# TODO: Missing support for >=dev-python/eyeD3-0.7 API
-# test? ( >=dev-python/eyeD3-0.7 )
-DEPEND="
- doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )
-"
-
-python_compile_all() {
- use doc && emake -C docs
-}
-
-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-r1_src_test
-}
-
-python_test() {
- esetup.py test
-}
-
-python_install_all() {
- local DOCS=( NEWS README.rst )
- use doc && local HTML_DOCS=( docs/_build/. )
- distutils-r1_python_install_all
-}
^ permalink raw reply related [flat|nested] 93+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-libs/mutagen/
@ 2016-11-17 18:08 Lars Wendler
0 siblings, 0 replies; 93+ messages in thread
From: Lars Wendler @ 2016-11-17 18:08 UTC (permalink / raw
To: gentoo-commits
commit: b6be5baca441f1ce63f50ec9f23d595cb5af1d4b
Author: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
AuthorDate: Thu Nov 17 17:58:03 2016 +0000
Commit: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
CommitDate: Thu Nov 17 18:07:59 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b6be5bac
media-libs/mutagen: Bump to version 1.35.1
Package-Manager: portage-2.3.2
media-libs/mutagen/Manifest | 1 +
media-libs/mutagen/mutagen-1.35.1.ebuild | 46 ++++++++++++++++++++++++++++++++
2 files changed, 47 insertions(+)
diff --git a/media-libs/mutagen/Manifest b/media-libs/mutagen/Manifest
index bd4f364..783e154c 100644
--- a/media-libs/mutagen/Manifest
+++ b/media-libs/mutagen/Manifest
@@ -2,4 +2,5 @@ DIST mutagen-1.27.tar.gz 875720 SHA256 cc884fe1e20fe220be7ce7c3b269f4cadc69a8310
DIST mutagen-1.31.tar.gz 897785 SHA256 0aa011707785fe30935d8655380052a20ba8b972aa738d4f144c457b35b4d699 SHA512 d603afa049e2223dc1050ee26101add4150f8ca57fcee1bbbfd1233276b15fda5972d58e8472135396e54f2778219462619fbec8dddb97c35a7fb7638fec0c23 WHIRLPOOL afe4977ba2da8d8adbcf1b333105eab9f2c79b6a31eeed6199a33c4ac8c4f23b62e2b45a6322c4058d77c3c8ea5ac8581c18dc9ff29b0368aa07713c5694b8ef
DIST mutagen-1.34.1.tar.gz 872058 SHA256 aacd667ef1f4fa7b7c201f36b2a6eda1ead3c92331017601d8082af62a7ee461 SHA512 bd3e49b4b176611f673dfc8288def8f7f268077b231df7a4dab93d1cfb14ae4538f9c02c4157e074f3356d0883758d679893c8e4906a612bfb7c9593416cdb2a WHIRLPOOL 5c0ba1b6b1e26c5ea11f0386b4db981f4b99422ae8373e2a88ff971e706503a1e33b0b595d77e2e993279f19e5fe19813310d89d043e5103d46a4e5f96dbde4b
DIST mutagen-1.34.tar.gz 871691 SHA256 baf089121710c36ce317d9f107d552a3c7ec14dfcaa9618b809c4b25ef775619 SHA512 3aaaf325b5c66a04a442b5cc615079362b21ab8461202376f0af12927c98e945efe7a15c6d457280af9dd510bdb8b8c951680e49dfab24abcd9fe88153b8f301 WHIRLPOOL c72b4925ad96214d142cda1c4d4d7ba62a11c54e9971abf66b46078a7781f4ac94decda1aa14cf93a1ee264e1825d242f5e2a4082de52c035117359904f2ed08
+DIST mutagen-1.35.1.tar.gz 883772 SHA256 49cda72ee5213e60d5d48a80187b0b17d37a6244f37751f72e480c1b1832934e SHA512 e411b86d50a7689589b7d300317dc2a2c4893efe47b66d07bdf5fe92f1d08fcc00c314e3ae1f97d706fcaae6c83c7569bb22b557af2dfc469b1d3c4f0388a260 WHIRLPOOL 6662ed461122fae69cf8844f6460ae8635cc1b7b3e5faf13f83a51d8f02bac927c8d850f727f602ba83b3be41e3c5c28b4ea2dfa2564710d525f5a699992f0e7
DIST mutagen-1.35.tar.gz 884988 SHA256 ee106f1544e8caf688102afaca2fe95cab4caf144da06128a265a29c8c7f4619 SHA512 68a3d30300bbfbedad39f76798827b70b9dd6bbb72da3b0f537748f76b395866aeaacbb1ca9d64d11d1c97a09e5767bcac98131d62846f91172a1caf8d434a50 WHIRLPOOL 149d27c832527a2cd8986f56b50c5865320aec69bd1452ce71cb96fc47a8a0227e9b7defe05e94aa64e9d9226dd9faf3cfba6af0788f90d073346c3afd219c1b
diff --git a/media-libs/mutagen/mutagen-1.35.1.ebuild b/media-libs/mutagen/mutagen-1.35.1.ebuild
new file mode 100644
index 00000000..84e85f0
--- /dev/null
+++ b/media-libs/mutagen/mutagen-1.35.1.ebuild
@@ -0,0 +1,46 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+PYTHON_COMPAT=( python{2_7,3_4,3_5} )
+
+inherit distutils-r1
+
+DESCRIPTION="Audio metadata tag reader and writer implemented in pure Python"
+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"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-interix ~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/pytest[${PYTHON_USEDEP}] )
+"
+
+python_compile_all() {
+ use doc && emake -C docs
+}
+
+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-r1_src_test
+}
+
+python_test() {
+ esetup.py test
+}
+
+python_install_all() {
+ local DOCS=( NEWS README.rst )
+ use doc && local HTML_DOCS=( docs/_build/. )
+ distutils-r1_python_install_all
+}
^ permalink raw reply related [flat|nested] 93+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-libs/mutagen/
@ 2016-12-25 14:42 Lars Wendler
0 siblings, 0 replies; 93+ messages in thread
From: Lars Wendler @ 2016-12-25 14:42 UTC (permalink / raw
To: gentoo-commits
commit: 948b9f0d6b5a27b9152824e468a6f0874a4cf1e2
Author: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
AuthorDate: Sun Dec 25 14:39:46 2016 +0000
Commit: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
CommitDate: Sun Dec 25 14:39:46 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=948b9f0d
media-libs/mutagen: Bump to version 1.36
Package-Manager: Portage-2.3.3, Repoman-2.3.1
media-libs/mutagen/Manifest | 1 +
media-libs/mutagen/mutagen-1.36.ebuild | 46 ++++++++++++++++++++++++++++++++++
2 files changed, 47 insertions(+)
diff --git a/media-libs/mutagen/Manifest b/media-libs/mutagen/Manifest
index a0971cb..a0bb068 100644
--- a/media-libs/mutagen/Manifest
+++ b/media-libs/mutagen/Manifest
@@ -3,3 +3,4 @@ DIST mutagen-1.31.tar.gz 897785 SHA256 0aa011707785fe30935d8655380052a20ba8b972a
DIST mutagen-1.34.1.tar.gz 872058 SHA256 aacd667ef1f4fa7b7c201f36b2a6eda1ead3c92331017601d8082af62a7ee461 SHA512 bd3e49b4b176611f673dfc8288def8f7f268077b231df7a4dab93d1cfb14ae4538f9c02c4157e074f3356d0883758d679893c8e4906a612bfb7c9593416cdb2a WHIRLPOOL 5c0ba1b6b1e26c5ea11f0386b4db981f4b99422ae8373e2a88ff971e706503a1e33b0b595d77e2e993279f19e5fe19813310d89d043e5103d46a4e5f96dbde4b
DIST mutagen-1.35.1.tar.gz 883772 SHA256 49cda72ee5213e60d5d48a80187b0b17d37a6244f37751f72e480c1b1832934e SHA512 e411b86d50a7689589b7d300317dc2a2c4893efe47b66d07bdf5fe92f1d08fcc00c314e3ae1f97d706fcaae6c83c7569bb22b557af2dfc469b1d3c4f0388a260 WHIRLPOOL 6662ed461122fae69cf8844f6460ae8635cc1b7b3e5faf13f83a51d8f02bac927c8d850f727f602ba83b3be41e3c5c28b4ea2dfa2564710d525f5a699992f0e7
DIST mutagen-1.35.tar.gz 884988 SHA256 ee106f1544e8caf688102afaca2fe95cab4caf144da06128a265a29c8c7f4619 SHA512 68a3d30300bbfbedad39f76798827b70b9dd6bbb72da3b0f537748f76b395866aeaacbb1ca9d64d11d1c97a09e5767bcac98131d62846f91172a1caf8d434a50 WHIRLPOOL 149d27c832527a2cd8986f56b50c5865320aec69bd1452ce71cb96fc47a8a0227e9b7defe05e94aa64e9d9226dd9faf3cfba6af0788f90d073346c3afd219c1b
+DIST mutagen-1.36.tar.gz 888238 SHA256 d7ee37e33b8c5893c3ebf66edac31241eb9d48e1dc7ec647bbfbc180565a4bcd SHA512 82aabebdd5df5a6e68a6e983073feced972c5cfd74711c52d12559617fd29ed0835a9067ea5b8b7be7fb34dda0b9c46b81dfa0338834eedfe7e482e2cfcc249f WHIRLPOOL 7628247a475f9b56eea972a36e7ed6aca7a9cfeaa80055f472e0b537af55a68a38cf56faabad24040ae0e82fa2d2d028e304a135d33bf274bf14a58d0f91cd27
diff --git a/media-libs/mutagen/mutagen-1.36.ebuild b/media-libs/mutagen/mutagen-1.36.ebuild
new file mode 100644
index 00000000..84e85f0
--- /dev/null
+++ b/media-libs/mutagen/mutagen-1.36.ebuild
@@ -0,0 +1,46 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+PYTHON_COMPAT=( python{2_7,3_4,3_5} )
+
+inherit distutils-r1
+
+DESCRIPTION="Audio metadata tag reader and writer implemented in pure Python"
+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"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-interix ~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/pytest[${PYTHON_USEDEP}] )
+"
+
+python_compile_all() {
+ use doc && emake -C docs
+}
+
+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-r1_src_test
+}
+
+python_test() {
+ esetup.py test
+}
+
+python_install_all() {
+ local DOCS=( NEWS README.rst )
+ use doc && local HTML_DOCS=( docs/_build/. )
+ distutils-r1_python_install_all
+}
^ permalink raw reply related [flat|nested] 93+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-libs/mutagen/
@ 2016-12-25 14:42 Lars Wendler
0 siblings, 0 replies; 93+ messages in thread
From: Lars Wendler @ 2016-12-25 14:42 UTC (permalink / raw
To: gentoo-commits
commit: fb2faf2f7b635d278f6382f9445ec46d2ca3d8e6
Author: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
AuthorDate: Sun Dec 25 14:40:55 2016 +0000
Commit: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
CommitDate: Sun Dec 25 14:40:55 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fb2faf2f
media-libs/mutagen: Removed old.
Package-Manager: Portage-2.3.3, Repoman-2.3.1
media-libs/mutagen/Manifest | 2 --
media-libs/mutagen/mutagen-1.34.1.ebuild | 44 ------------------------------
media-libs/mutagen/mutagen-1.35.ebuild | 46 --------------------------------
3 files changed, 92 deletions(-)
diff --git a/media-libs/mutagen/Manifest b/media-libs/mutagen/Manifest
index a0bb068..facaf34 100644
--- a/media-libs/mutagen/Manifest
+++ b/media-libs/mutagen/Manifest
@@ -1,6 +1,4 @@
DIST mutagen-1.27.tar.gz 875720 SHA256 cc884fe1e20fe220be7ce7c3b269f4cadc69a8310150a3a41162fba1ca9c88bd SHA512 ae15fb3f5d77025a60e25a2ed25e23f7d21160d4e63c49fe7d01508440ff1f6b673cf34d8f4facc834824825ad6f4d3ed9830133db5aba339ac1eae46f7f50d5 WHIRLPOOL ecd44cc7fde15f87a2a31be84b428a49e97d67ce26c700382b4e2ba7cdb995223ea6dfda101dd7039d4c7ce23a2314d7e523b9849f19189a6ed7bcdb18bbd52e
DIST mutagen-1.31.tar.gz 897785 SHA256 0aa011707785fe30935d8655380052a20ba8b972aa738d4f144c457b35b4d699 SHA512 d603afa049e2223dc1050ee26101add4150f8ca57fcee1bbbfd1233276b15fda5972d58e8472135396e54f2778219462619fbec8dddb97c35a7fb7638fec0c23 WHIRLPOOL afe4977ba2da8d8adbcf1b333105eab9f2c79b6a31eeed6199a33c4ac8c4f23b62e2b45a6322c4058d77c3c8ea5ac8581c18dc9ff29b0368aa07713c5694b8ef
-DIST mutagen-1.34.1.tar.gz 872058 SHA256 aacd667ef1f4fa7b7c201f36b2a6eda1ead3c92331017601d8082af62a7ee461 SHA512 bd3e49b4b176611f673dfc8288def8f7f268077b231df7a4dab93d1cfb14ae4538f9c02c4157e074f3356d0883758d679893c8e4906a612bfb7c9593416cdb2a WHIRLPOOL 5c0ba1b6b1e26c5ea11f0386b4db981f4b99422ae8373e2a88ff971e706503a1e33b0b595d77e2e993279f19e5fe19813310d89d043e5103d46a4e5f96dbde4b
DIST mutagen-1.35.1.tar.gz 883772 SHA256 49cda72ee5213e60d5d48a80187b0b17d37a6244f37751f72e480c1b1832934e SHA512 e411b86d50a7689589b7d300317dc2a2c4893efe47b66d07bdf5fe92f1d08fcc00c314e3ae1f97d706fcaae6c83c7569bb22b557af2dfc469b1d3c4f0388a260 WHIRLPOOL 6662ed461122fae69cf8844f6460ae8635cc1b7b3e5faf13f83a51d8f02bac927c8d850f727f602ba83b3be41e3c5c28b4ea2dfa2564710d525f5a699992f0e7
-DIST mutagen-1.35.tar.gz 884988 SHA256 ee106f1544e8caf688102afaca2fe95cab4caf144da06128a265a29c8c7f4619 SHA512 68a3d30300bbfbedad39f76798827b70b9dd6bbb72da3b0f537748f76b395866aeaacbb1ca9d64d11d1c97a09e5767bcac98131d62846f91172a1caf8d434a50 WHIRLPOOL 149d27c832527a2cd8986f56b50c5865320aec69bd1452ce71cb96fc47a8a0227e9b7defe05e94aa64e9d9226dd9faf3cfba6af0788f90d073346c3afd219c1b
DIST mutagen-1.36.tar.gz 888238 SHA256 d7ee37e33b8c5893c3ebf66edac31241eb9d48e1dc7ec647bbfbc180565a4bcd SHA512 82aabebdd5df5a6e68a6e983073feced972c5cfd74711c52d12559617fd29ed0835a9067ea5b8b7be7fb34dda0b9c46b81dfa0338834eedfe7e482e2cfcc249f WHIRLPOOL 7628247a475f9b56eea972a36e7ed6aca7a9cfeaa80055f472e0b537af55a68a38cf56faabad24040ae0e82fa2d2d028e304a135d33bf274bf14a58d0f91cd27
diff --git a/media-libs/mutagen/mutagen-1.34.1.ebuild b/media-libs/mutagen/mutagen-1.34.1.ebuild
deleted file mode 100644
index 7eaab53..00000000
--- a/media-libs/mutagen/mutagen-1.34.1.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=6
-
-PYTHON_COMPAT=( python{2_7,3_4,3_5} )
-
-inherit distutils-r1
-
-DESCRIPTION="Audio metadata tag reader and writer implemented in pure Python"
-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"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-interix ~amd64-linux ~x86-linux"
-IUSE="doc test"
-
-# TODO: Missing support for >=dev-python/eyeD3-0.7 API
-# test? ( >=dev-python/eyeD3-0.7 )
-DEPEND="
- doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )
-"
-
-python_compile_all() {
- use doc && emake -C docs
-}
-
-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-r1_src_test
-}
-
-python_test() {
- esetup.py test
-}
-
-python_install_all() {
- local DOCS=( NEWS README.rst )
- use doc && local HTML_DOCS=( docs/_build/. )
- distutils-r1_python_install_all
-}
diff --git a/media-libs/mutagen/mutagen-1.35.ebuild b/media-libs/mutagen/mutagen-1.35.ebuild
deleted file mode 100644
index 84e85f0..00000000
--- a/media-libs/mutagen/mutagen-1.35.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=6
-
-PYTHON_COMPAT=( python{2_7,3_4,3_5} )
-
-inherit distutils-r1
-
-DESCRIPTION="Audio metadata tag reader and writer implemented in pure Python"
-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"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-interix ~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/pytest[${PYTHON_USEDEP}] )
-"
-
-python_compile_all() {
- use doc && emake -C docs
-}
-
-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-r1_src_test
-}
-
-python_test() {
- esetup.py test
-}
-
-python_install_all() {
- local DOCS=( NEWS README.rst )
- use doc && local HTML_DOCS=( docs/_build/. )
- distutils-r1_python_install_all
-}
^ permalink raw reply related [flat|nested] 93+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-libs/mutagen/
@ 2017-01-03 19:29 Tobias Klausmann
0 siblings, 0 replies; 93+ messages in thread
From: Tobias Klausmann @ 2017-01-03 19:29 UTC (permalink / raw
To: gentoo-commits
commit: 19ba8521b95604462c56c4c28b3e4ec10d55a1f3
Author: Tobias Klausmann <klausman <AT> gentoo <DOT> org>
AuthorDate: Tue Jan 3 19:29:03 2017 +0000
Commit: Tobias Klausmann <klausman <AT> gentoo <DOT> org>
CommitDate: Tue Jan 3 19:29:03 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=19ba8521
media-libs/mutagen-1.35.1-r0: stable on amd64
Gentoo-Bug: 588446
media-libs/mutagen/mutagen-1.35.1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/media-libs/mutagen/mutagen-1.35.1.ebuild b/media-libs/mutagen/mutagen-1.35.1.ebuild
index 84e85f0..ecac600 100644
--- a/media-libs/mutagen/mutagen-1.35.1.ebuild
+++ b/media-libs/mutagen/mutagen-1.35.1.ebuild
@@ -14,7 +14,7 @@ SRC_URI="https://bitbucket.org/lazka/${PN}/downloads/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-interix ~amd64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-interix ~amd64-linux ~x86-linux"
IUSE="doc test"
# TODO: Missing support for >=dev-python/eyeD3-0.7 API
^ permalink raw reply related [flat|nested] 93+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-libs/mutagen/
@ 2017-01-26 23:36 Lars Wendler
0 siblings, 0 replies; 93+ messages in thread
From: Lars Wendler @ 2017-01-26 23:36 UTC (permalink / raw
To: gentoo-commits
commit: b40990c9ec1a0f21cc85898e391e325e38bc1c5d
Author: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
AuthorDate: Thu Jan 26 23:26:35 2017 +0000
Commit: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
CommitDate: Thu Jan 26 23:36:49 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b40990c9
media-libs/mutagen: Bump to version 1.36.1
Package-Manager: Portage-2.3.3, Repoman-2.3.1
media-libs/mutagen/Manifest | 1 +
media-libs/mutagen/mutagen-1.36.1.ebuild | 46 ++++++++++++++++++++++++++++++++
2 files changed, 47 insertions(+)
diff --git a/media-libs/mutagen/Manifest b/media-libs/mutagen/Manifest
index facaf34..2b07eca 100644
--- a/media-libs/mutagen/Manifest
+++ b/media-libs/mutagen/Manifest
@@ -1,4 +1,5 @@
DIST mutagen-1.27.tar.gz 875720 SHA256 cc884fe1e20fe220be7ce7c3b269f4cadc69a8310150a3a41162fba1ca9c88bd SHA512 ae15fb3f5d77025a60e25a2ed25e23f7d21160d4e63c49fe7d01508440ff1f6b673cf34d8f4facc834824825ad6f4d3ed9830133db5aba339ac1eae46f7f50d5 WHIRLPOOL ecd44cc7fde15f87a2a31be84b428a49e97d67ce26c700382b4e2ba7cdb995223ea6dfda101dd7039d4c7ce23a2314d7e523b9849f19189a6ed7bcdb18bbd52e
DIST mutagen-1.31.tar.gz 897785 SHA256 0aa011707785fe30935d8655380052a20ba8b972aa738d4f144c457b35b4d699 SHA512 d603afa049e2223dc1050ee26101add4150f8ca57fcee1bbbfd1233276b15fda5972d58e8472135396e54f2778219462619fbec8dddb97c35a7fb7638fec0c23 WHIRLPOOL afe4977ba2da8d8adbcf1b333105eab9f2c79b6a31eeed6199a33c4ac8c4f23b62e2b45a6322c4058d77c3c8ea5ac8581c18dc9ff29b0368aa07713c5694b8ef
DIST mutagen-1.35.1.tar.gz 883772 SHA256 49cda72ee5213e60d5d48a80187b0b17d37a6244f37751f72e480c1b1832934e SHA512 e411b86d50a7689589b7d300317dc2a2c4893efe47b66d07bdf5fe92f1d08fcc00c314e3ae1f97d706fcaae6c83c7569bb22b557af2dfc469b1d3c4f0388a260 WHIRLPOOL 6662ed461122fae69cf8844f6460ae8635cc1b7b3e5faf13f83a51d8f02bac927c8d850f727f602ba83b3be41e3c5c28b4ea2dfa2564710d525f5a699992f0e7
+DIST mutagen-1.36.1.tar.gz 889370 SHA256 ce2e9c85b06df59737ecd82697cb479d31626a19136a23e9ac91fbe654cd7c5f SHA512 8d3b2510f5ce1f0d5e5cbee5f0ef00db6ec770ec25c24b12340c15546cb3ad605c417787171aaa358fe16035e476d96a6ccd68da78d62aa2e89e38f3258a7c66 WHIRLPOOL 8686a32760cadac1caadc2c3048cbc672df59bad774c0c15abb1a30e63cb997f0cefd841f83d1eb55f89aaa984a803b83e7a9e9d15b5df703341d5876b9d0813
DIST mutagen-1.36.tar.gz 888238 SHA256 d7ee37e33b8c5893c3ebf66edac31241eb9d48e1dc7ec647bbfbc180565a4bcd SHA512 82aabebdd5df5a6e68a6e983073feced972c5cfd74711c52d12559617fd29ed0835a9067ea5b8b7be7fb34dda0b9c46b81dfa0338834eedfe7e482e2cfcc249f WHIRLPOOL 7628247a475f9b56eea972a36e7ed6aca7a9cfeaa80055f472e0b537af55a68a38cf56faabad24040ae0e82fa2d2d028e304a135d33bf274bf14a58d0f91cd27
diff --git a/media-libs/mutagen/mutagen-1.36.1.ebuild b/media-libs/mutagen/mutagen-1.36.1.ebuild
new file mode 100644
index 00000000..636daf8
--- /dev/null
+++ b/media-libs/mutagen/mutagen-1.36.1.ebuild
@@ -0,0 +1,46 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+PYTHON_COMPAT=( python{2_7,3_4,3_5} )
+
+inherit distutils-r1
+
+DESCRIPTION="Audio metadata tag reader and writer implemented in pure Python"
+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"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-interix ~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/pytest[${PYTHON_USEDEP}] )
+"
+
+python_compile_all() {
+ use doc && emake -C docs
+}
+
+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-r1_src_test
+}
+
+python_test() {
+ esetup.py test
+}
+
+python_install_all() {
+ local DOCS=( NEWS README.rst )
+ use doc && local HTML_DOCS=( docs/_build/. )
+ distutils-r1_python_install_all
+}
^ permalink raw reply related [flat|nested] 93+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-libs/mutagen/
@ 2017-01-29 19:15 Fabian Groffen
0 siblings, 0 replies; 93+ messages in thread
From: Fabian Groffen @ 2017-01-29 19:15 UTC (permalink / raw
To: gentoo-commits
commit: 16fefcc19ed987dece232ba7d1d79fa024eba715
Author: Fabian Groffen <grobian <AT> gentoo <DOT> org>
AuthorDate: Sun Jan 29 19:12:24 2017 +0000
Commit: Fabian Groffen <grobian <AT> gentoo <DOT> org>
CommitDate: Sun Jan 29 19:14:53 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=16fefcc1
media-libs/mutagen: dropped ~x86-interix
Package-Manager: portage-2.3.3
media-libs/mutagen/mutagen-1.27.ebuild | 4 ++--
media-libs/mutagen/mutagen-1.31.ebuild | 4 ++--
media-libs/mutagen/mutagen-1.35.1.ebuild | 2 +-
media-libs/mutagen/mutagen-1.36.1.ebuild | 2 +-
media-libs/mutagen/mutagen-1.36.ebuild | 4 ++--
5 files changed, 8 insertions(+), 8 deletions(-)
diff --git a/media-libs/mutagen/mutagen-1.27.ebuild b/media-libs/mutagen/mutagen-1.27.ebuild
index f686e6a..1f52e53 100644
--- a/media-libs/mutagen/mutagen-1.27.ebuild
+++ b/media-libs/mutagen/mutagen-1.27.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
@@ -13,7 +13,7 @@ SRC_URI="https://bitbucket.org/lazka/${PN}/downloads/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="alpha amd64 hppa ~ia64 ppc ppc64 sparc x86 ~x86-interix ~amd64-linux ~x86-linux"
+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
diff --git a/media-libs/mutagen/mutagen-1.31.ebuild b/media-libs/mutagen/mutagen-1.31.ebuild
index 40a19f9..ec491e9 100644
--- a/media-libs/mutagen/mutagen-1.31.ebuild
+++ b/media-libs/mutagen/mutagen-1.31.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
@@ -14,7 +14,7 @@ SRC_URI="https://bitbucket.org/lazka/${PN}/downloads/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="alpha amd64 ~hppa ~ia64 ppc ~ppc64 ~sparc x86 ~x86-interix ~amd64-linux ~x86-linux"
+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
diff --git a/media-libs/mutagen/mutagen-1.35.1.ebuild b/media-libs/mutagen/mutagen-1.35.1.ebuild
index 8f3c2d3..84a614b 100644
--- a/media-libs/mutagen/mutagen-1.35.1.ebuild
+++ b/media-libs/mutagen/mutagen-1.35.1.ebuild
@@ -14,7 +14,7 @@ SRC_URI="https://bitbucket.org/lazka/${PN}/downloads/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~alpha amd64 ~hppa ~ia64 ppc ppc64 ~sparc x86 ~x86-interix ~amd64-linux ~x86-linux"
+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
diff --git a/media-libs/mutagen/mutagen-1.36.1.ebuild b/media-libs/mutagen/mutagen-1.36.1.ebuild
index 636daf8..edb6063 100644
--- a/media-libs/mutagen/mutagen-1.36.1.ebuild
+++ b/media-libs/mutagen/mutagen-1.36.1.ebuild
@@ -14,7 +14,7 @@ SRC_URI="https://bitbucket.org/lazka/${PN}/downloads/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-interix ~amd64-linux ~x86-linux"
+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
diff --git a/media-libs/mutagen/mutagen-1.36.ebuild b/media-libs/mutagen/mutagen-1.36.ebuild
index 84e85f0..edb6063 100644
--- a/media-libs/mutagen/mutagen-1.36.ebuild
+++ b/media-libs/mutagen/mutagen-1.36.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
@@ -14,7 +14,7 @@ SRC_URI="https://bitbucket.org/lazka/${PN}/downloads/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-interix ~amd64-linux ~x86-linux"
+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
^ permalink raw reply related [flat|nested] 93+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-libs/mutagen/
@ 2017-01-30 20:53 Lars Wendler
0 siblings, 0 replies; 93+ messages in thread
From: Lars Wendler @ 2017-01-30 20:53 UTC (permalink / raw
To: gentoo-commits
commit: c7844b3f3242bb2d989a9c919ce0dbb2c82ada7d
Author: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
AuthorDate: Mon Jan 30 20:45:07 2017 +0000
Commit: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
CommitDate: Mon Jan 30 20:53:04 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c7844b3f
media-libs/mutagen: Removed old.
Package-Manager: Portage-2.3.3, Repoman-2.3.1
media-libs/mutagen/Manifest | 1 -
media-libs/mutagen/mutagen-1.36.ebuild | 46 ----------------------------------
2 files changed, 47 deletions(-)
diff --git a/media-libs/mutagen/Manifest b/media-libs/mutagen/Manifest
index 65ff46a..d222c93 100644
--- a/media-libs/mutagen/Manifest
+++ b/media-libs/mutagen/Manifest
@@ -3,4 +3,3 @@ DIST mutagen-1.31.tar.gz 897785 SHA256 0aa011707785fe30935d8655380052a20ba8b972a
DIST mutagen-1.35.1.tar.gz 883772 SHA256 49cda72ee5213e60d5d48a80187b0b17d37a6244f37751f72e480c1b1832934e SHA512 e411b86d50a7689589b7d300317dc2a2c4893efe47b66d07bdf5fe92f1d08fcc00c314e3ae1f97d706fcaae6c83c7569bb22b557af2dfc469b1d3c4f0388a260 WHIRLPOOL 6662ed461122fae69cf8844f6460ae8635cc1b7b3e5faf13f83a51d8f02bac927c8d850f727f602ba83b3be41e3c5c28b4ea2dfa2564710d525f5a699992f0e7
DIST mutagen-1.36.1.tar.gz 889370 SHA256 ce2e9c85b06df59737ecd82697cb479d31626a19136a23e9ac91fbe654cd7c5f SHA512 8d3b2510f5ce1f0d5e5cbee5f0ef00db6ec770ec25c24b12340c15546cb3ad605c417787171aaa358fe16035e476d96a6ccd68da78d62aa2e89e38f3258a7c66 WHIRLPOOL 8686a32760cadac1caadc2c3048cbc672df59bad774c0c15abb1a30e63cb997f0cefd841f83d1eb55f89aaa984a803b83e7a9e9d15b5df703341d5876b9d0813
DIST mutagen-1.36.2.tar.gz 889928 SHA256 86fe98e941ca305be8ee6bdc6bb0e4e9c473bf9fb69a838fe5bf2fc6124fbcc7 SHA512 082ce22adb6a08e60d0facd1f7f5652133d7ead125cc4c255ea23507ce0ef6ef5c2ab3bbb43863d8d5f7d0bdafa8b2f8221a1ddb08fd44ec9dd480e3f9c0d7a4 WHIRLPOOL 9c68c9f6253d2a3c301e01920a74fb9249f1a425b1a885834f362eb9508c56f7d38afcb1e5ecd286a8462c7ac099be2cae14a8810a6e9550560b21cb8cbe5e44
-DIST mutagen-1.36.tar.gz 888238 SHA256 d7ee37e33b8c5893c3ebf66edac31241eb9d48e1dc7ec647bbfbc180565a4bcd SHA512 82aabebdd5df5a6e68a6e983073feced972c5cfd74711c52d12559617fd29ed0835a9067ea5b8b7be7fb34dda0b9c46b81dfa0338834eedfe7e482e2cfcc249f WHIRLPOOL 7628247a475f9b56eea972a36e7ed6aca7a9cfeaa80055f472e0b537af55a68a38cf56faabad24040ae0e82fa2d2d028e304a135d33bf274bf14a58d0f91cd27
diff --git a/media-libs/mutagen/mutagen-1.36.ebuild b/media-libs/mutagen/mutagen-1.36.ebuild
deleted file mode 100644
index edb6063..00000000
--- a/media-libs/mutagen/mutagen-1.36.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=6
-
-PYTHON_COMPAT=( python{2_7,3_4,3_5} )
-
-inherit distutils-r1
-
-DESCRIPTION="Audio metadata tag reader and writer implemented in pure Python"
-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"
-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/pytest[${PYTHON_USEDEP}] )
-"
-
-python_compile_all() {
- use doc && emake -C docs
-}
-
-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-r1_src_test
-}
-
-python_test() {
- esetup.py test
-}
-
-python_install_all() {
- local DOCS=( NEWS README.rst )
- use doc && local HTML_DOCS=( docs/_build/. )
- distutils-r1_python_install_all
-}
^ permalink raw reply related [flat|nested] 93+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-libs/mutagen/
@ 2017-01-30 20:53 Lars Wendler
0 siblings, 0 replies; 93+ messages in thread
From: Lars Wendler @ 2017-01-30 20:53 UTC (permalink / raw
To: gentoo-commits
commit: efa18538ba3c45304b2de388ac13ddc77bf2b9fa
Author: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
AuthorDate: Mon Jan 30 20:44:32 2017 +0000
Commit: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
CommitDate: Mon Jan 30 20:53:01 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=efa18538
media-libs/mutagen: Bump to version 1.36.2
Package-Manager: Portage-2.3.3, Repoman-2.3.1
media-libs/mutagen/Manifest | 1 +
media-libs/mutagen/mutagen-1.36.2.ebuild | 46 ++++++++++++++++++++++++++++++++
2 files changed, 47 insertions(+)
diff --git a/media-libs/mutagen/Manifest b/media-libs/mutagen/Manifest
index 2b07eca..65ff46a 100644
--- a/media-libs/mutagen/Manifest
+++ b/media-libs/mutagen/Manifest
@@ -2,4 +2,5 @@ DIST mutagen-1.27.tar.gz 875720 SHA256 cc884fe1e20fe220be7ce7c3b269f4cadc69a8310
DIST mutagen-1.31.tar.gz 897785 SHA256 0aa011707785fe30935d8655380052a20ba8b972aa738d4f144c457b35b4d699 SHA512 d603afa049e2223dc1050ee26101add4150f8ca57fcee1bbbfd1233276b15fda5972d58e8472135396e54f2778219462619fbec8dddb97c35a7fb7638fec0c23 WHIRLPOOL afe4977ba2da8d8adbcf1b333105eab9f2c79b6a31eeed6199a33c4ac8c4f23b62e2b45a6322c4058d77c3c8ea5ac8581c18dc9ff29b0368aa07713c5694b8ef
DIST mutagen-1.35.1.tar.gz 883772 SHA256 49cda72ee5213e60d5d48a80187b0b17d37a6244f37751f72e480c1b1832934e SHA512 e411b86d50a7689589b7d300317dc2a2c4893efe47b66d07bdf5fe92f1d08fcc00c314e3ae1f97d706fcaae6c83c7569bb22b557af2dfc469b1d3c4f0388a260 WHIRLPOOL 6662ed461122fae69cf8844f6460ae8635cc1b7b3e5faf13f83a51d8f02bac927c8d850f727f602ba83b3be41e3c5c28b4ea2dfa2564710d525f5a699992f0e7
DIST mutagen-1.36.1.tar.gz 889370 SHA256 ce2e9c85b06df59737ecd82697cb479d31626a19136a23e9ac91fbe654cd7c5f SHA512 8d3b2510f5ce1f0d5e5cbee5f0ef00db6ec770ec25c24b12340c15546cb3ad605c417787171aaa358fe16035e476d96a6ccd68da78d62aa2e89e38f3258a7c66 WHIRLPOOL 8686a32760cadac1caadc2c3048cbc672df59bad774c0c15abb1a30e63cb997f0cefd841f83d1eb55f89aaa984a803b83e7a9e9d15b5df703341d5876b9d0813
+DIST mutagen-1.36.2.tar.gz 889928 SHA256 86fe98e941ca305be8ee6bdc6bb0e4e9c473bf9fb69a838fe5bf2fc6124fbcc7 SHA512 082ce22adb6a08e60d0facd1f7f5652133d7ead125cc4c255ea23507ce0ef6ef5c2ab3bbb43863d8d5f7d0bdafa8b2f8221a1ddb08fd44ec9dd480e3f9c0d7a4 WHIRLPOOL 9c68c9f6253d2a3c301e01920a74fb9249f1a425b1a885834f362eb9508c56f7d38afcb1e5ecd286a8462c7ac099be2cae14a8810a6e9550560b21cb8cbe5e44
DIST mutagen-1.36.tar.gz 888238 SHA256 d7ee37e33b8c5893c3ebf66edac31241eb9d48e1dc7ec647bbfbc180565a4bcd SHA512 82aabebdd5df5a6e68a6e983073feced972c5cfd74711c52d12559617fd29ed0835a9067ea5b8b7be7fb34dda0b9c46b81dfa0338834eedfe7e482e2cfcc249f WHIRLPOOL 7628247a475f9b56eea972a36e7ed6aca7a9cfeaa80055f472e0b537af55a68a38cf56faabad24040ae0e82fa2d2d028e304a135d33bf274bf14a58d0f91cd27
diff --git a/media-libs/mutagen/mutagen-1.36.2.ebuild b/media-libs/mutagen/mutagen-1.36.2.ebuild
new file mode 100644
index 00000000..edb6063
--- /dev/null
+++ b/media-libs/mutagen/mutagen-1.36.2.ebuild
@@ -0,0 +1,46 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+PYTHON_COMPAT=( python{2_7,3_4,3_5} )
+
+inherit distutils-r1
+
+DESCRIPTION="Audio metadata tag reader and writer implemented in pure Python"
+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"
+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/pytest[${PYTHON_USEDEP}] )
+"
+
+python_compile_all() {
+ use doc && emake -C docs
+}
+
+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-r1_src_test
+}
+
+python_test() {
+ esetup.py test
+}
+
+python_install_all() {
+ local DOCS=( NEWS README.rst )
+ use doc && local HTML_DOCS=( docs/_build/. )
+ distutils-r1_python_install_all
+}
^ permalink raw reply related [flat|nested] 93+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-libs/mutagen/
@ 2017-02-27 15:48 Lars Wendler
0 siblings, 0 replies; 93+ messages in thread
From: Lars Wendler @ 2017-02-27 15:48 UTC (permalink / raw
To: gentoo-commits
commit: 25b3c2e12d9f6622dd560a1fbf1f9214a55e3323
Author: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
AuthorDate: Mon Feb 27 15:47:18 2017 +0000
Commit: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
CommitDate: Mon Feb 27 15:48:29 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=25b3c2e1
media-libs/mutagen: Bump to version 1.36.3
Package-Manager: Portage-2.3.3, Repoman-2.3.1
media-libs/mutagen/Manifest | 1 +
media-libs/mutagen/mutagen-1.36.3.ebuild | 46 ++++++++++++++++++++++++++++++++
2 files changed, 47 insertions(+)
diff --git a/media-libs/mutagen/Manifest b/media-libs/mutagen/Manifest
index d222c934a6..3522708b82 100644
--- a/media-libs/mutagen/Manifest
+++ b/media-libs/mutagen/Manifest
@@ -3,3 +3,4 @@ DIST mutagen-1.31.tar.gz 897785 SHA256 0aa011707785fe30935d8655380052a20ba8b972a
DIST mutagen-1.35.1.tar.gz 883772 SHA256 49cda72ee5213e60d5d48a80187b0b17d37a6244f37751f72e480c1b1832934e SHA512 e411b86d50a7689589b7d300317dc2a2c4893efe47b66d07bdf5fe92f1d08fcc00c314e3ae1f97d706fcaae6c83c7569bb22b557af2dfc469b1d3c4f0388a260 WHIRLPOOL 6662ed461122fae69cf8844f6460ae8635cc1b7b3e5faf13f83a51d8f02bac927c8d850f727f602ba83b3be41e3c5c28b4ea2dfa2564710d525f5a699992f0e7
DIST mutagen-1.36.1.tar.gz 889370 SHA256 ce2e9c85b06df59737ecd82697cb479d31626a19136a23e9ac91fbe654cd7c5f SHA512 8d3b2510f5ce1f0d5e5cbee5f0ef00db6ec770ec25c24b12340c15546cb3ad605c417787171aaa358fe16035e476d96a6ccd68da78d62aa2e89e38f3258a7c66 WHIRLPOOL 8686a32760cadac1caadc2c3048cbc672df59bad774c0c15abb1a30e63cb997f0cefd841f83d1eb55f89aaa984a803b83e7a9e9d15b5df703341d5876b9d0813
DIST mutagen-1.36.2.tar.gz 889928 SHA256 86fe98e941ca305be8ee6bdc6bb0e4e9c473bf9fb69a838fe5bf2fc6124fbcc7 SHA512 082ce22adb6a08e60d0facd1f7f5652133d7ead125cc4c255ea23507ce0ef6ef5c2ab3bbb43863d8d5f7d0bdafa8b2f8221a1ddb08fd44ec9dd480e3f9c0d7a4 WHIRLPOOL 9c68c9f6253d2a3c301e01920a74fb9249f1a425b1a885834f362eb9508c56f7d38afcb1e5ecd286a8462c7ac099be2cae14a8810a6e9550560b21cb8cbe5e44
+DIST mutagen-1.36.3.tar.gz 889904 SHA256 f65e6583faa42e1a3939a281915db60509cf873ca8562246b9ee41d7e31994b3 SHA512 7dc17e02be0dbc96a23c74bdfd93f83e285a1cfacc41d03abce94ce4caa7c2f2cecd23c71c0c5780cb10d2b1bdd7a0596d07f0819fc7027ebb6a51b4a47cda22 WHIRLPOOL 9fdb66fcc1e5e8c8dc483af1345d2f3305c72218ea3b0bed715a2d3499fba2a9d3be7a26a10af1461e6c839bb320a0457eb7648d1ccc8b81bc1b300def7494ab
diff --git a/media-libs/mutagen/mutagen-1.36.3.ebuild b/media-libs/mutagen/mutagen-1.36.3.ebuild
new file mode 100644
index 0000000000..edb6063c20
--- /dev/null
+++ b/media-libs/mutagen/mutagen-1.36.3.ebuild
@@ -0,0 +1,46 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+PYTHON_COMPAT=( python{2_7,3_4,3_5} )
+
+inherit distutils-r1
+
+DESCRIPTION="Audio metadata tag reader and writer implemented in pure Python"
+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"
+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/pytest[${PYTHON_USEDEP}] )
+"
+
+python_compile_all() {
+ use doc && emake -C docs
+}
+
+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-r1_src_test
+}
+
+python_test() {
+ esetup.py test
+}
+
+python_install_all() {
+ local DOCS=( NEWS README.rst )
+ use doc && local HTML_DOCS=( docs/_build/. )
+ distutils-r1_python_install_all
+}
^ permalink raw reply related [flat|nested] 93+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-libs/mutagen/
@ 2017-02-27 15:48 Lars Wendler
0 siblings, 0 replies; 93+ messages in thread
From: Lars Wendler @ 2017-02-27 15:48 UTC (permalink / raw
To: gentoo-commits
commit: 0f3c0a655a9c9cd34de5e4bf9807f70d0980a787
Author: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
AuthorDate: Mon Feb 27 15:48:12 2017 +0000
Commit: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
CommitDate: Mon Feb 27 15:48:31 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0f3c0a65
media-libs/mutagen: Removed old.
Package-Manager: Portage-2.3.3, Repoman-2.3.1
media-libs/mutagen/Manifest | 1 -
media-libs/mutagen/mutagen-1.36.1.ebuild | 46 --------------------------------
2 files changed, 47 deletions(-)
diff --git a/media-libs/mutagen/Manifest b/media-libs/mutagen/Manifest
index 3522708b82..74b4512eb3 100644
--- a/media-libs/mutagen/Manifest
+++ b/media-libs/mutagen/Manifest
@@ -1,6 +1,5 @@
DIST mutagen-1.27.tar.gz 875720 SHA256 cc884fe1e20fe220be7ce7c3b269f4cadc69a8310150a3a41162fba1ca9c88bd SHA512 ae15fb3f5d77025a60e25a2ed25e23f7d21160d4e63c49fe7d01508440ff1f6b673cf34d8f4facc834824825ad6f4d3ed9830133db5aba339ac1eae46f7f50d5 WHIRLPOOL ecd44cc7fde15f87a2a31be84b428a49e97d67ce26c700382b4e2ba7cdb995223ea6dfda101dd7039d4c7ce23a2314d7e523b9849f19189a6ed7bcdb18bbd52e
DIST mutagen-1.31.tar.gz 897785 SHA256 0aa011707785fe30935d8655380052a20ba8b972aa738d4f144c457b35b4d699 SHA512 d603afa049e2223dc1050ee26101add4150f8ca57fcee1bbbfd1233276b15fda5972d58e8472135396e54f2778219462619fbec8dddb97c35a7fb7638fec0c23 WHIRLPOOL afe4977ba2da8d8adbcf1b333105eab9f2c79b6a31eeed6199a33c4ac8c4f23b62e2b45a6322c4058d77c3c8ea5ac8581c18dc9ff29b0368aa07713c5694b8ef
DIST mutagen-1.35.1.tar.gz 883772 SHA256 49cda72ee5213e60d5d48a80187b0b17d37a6244f37751f72e480c1b1832934e SHA512 e411b86d50a7689589b7d300317dc2a2c4893efe47b66d07bdf5fe92f1d08fcc00c314e3ae1f97d706fcaae6c83c7569bb22b557af2dfc469b1d3c4f0388a260 WHIRLPOOL 6662ed461122fae69cf8844f6460ae8635cc1b7b3e5faf13f83a51d8f02bac927c8d850f727f602ba83b3be41e3c5c28b4ea2dfa2564710d525f5a699992f0e7
-DIST mutagen-1.36.1.tar.gz 889370 SHA256 ce2e9c85b06df59737ecd82697cb479d31626a19136a23e9ac91fbe654cd7c5f SHA512 8d3b2510f5ce1f0d5e5cbee5f0ef00db6ec770ec25c24b12340c15546cb3ad605c417787171aaa358fe16035e476d96a6ccd68da78d62aa2e89e38f3258a7c66 WHIRLPOOL 8686a32760cadac1caadc2c3048cbc672df59bad774c0c15abb1a30e63cb997f0cefd841f83d1eb55f89aaa984a803b83e7a9e9d15b5df703341d5876b9d0813
DIST mutagen-1.36.2.tar.gz 889928 SHA256 86fe98e941ca305be8ee6bdc6bb0e4e9c473bf9fb69a838fe5bf2fc6124fbcc7 SHA512 082ce22adb6a08e60d0facd1f7f5652133d7ead125cc4c255ea23507ce0ef6ef5c2ab3bbb43863d8d5f7d0bdafa8b2f8221a1ddb08fd44ec9dd480e3f9c0d7a4 WHIRLPOOL 9c68c9f6253d2a3c301e01920a74fb9249f1a425b1a885834f362eb9508c56f7d38afcb1e5ecd286a8462c7ac099be2cae14a8810a6e9550560b21cb8cbe5e44
DIST mutagen-1.36.3.tar.gz 889904 SHA256 f65e6583faa42e1a3939a281915db60509cf873ca8562246b9ee41d7e31994b3 SHA512 7dc17e02be0dbc96a23c74bdfd93f83e285a1cfacc41d03abce94ce4caa7c2f2cecd23c71c0c5780cb10d2b1bdd7a0596d07f0819fc7027ebb6a51b4a47cda22 WHIRLPOOL 9fdb66fcc1e5e8c8dc483af1345d2f3305c72218ea3b0bed715a2d3499fba2a9d3be7a26a10af1461e6c839bb320a0457eb7648d1ccc8b81bc1b300def7494ab
diff --git a/media-libs/mutagen/mutagen-1.36.1.ebuild b/media-libs/mutagen/mutagen-1.36.1.ebuild
deleted file mode 100644
index edb6063c20..0000000000
--- a/media-libs/mutagen/mutagen-1.36.1.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=6
-
-PYTHON_COMPAT=( python{2_7,3_4,3_5} )
-
-inherit distutils-r1
-
-DESCRIPTION="Audio metadata tag reader and writer implemented in pure Python"
-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"
-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/pytest[${PYTHON_USEDEP}] )
-"
-
-python_compile_all() {
- use doc && emake -C docs
-}
-
-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-r1_src_test
-}
-
-python_test() {
- esetup.py test
-}
-
-python_install_all() {
- local DOCS=( NEWS README.rst )
- use doc && local HTML_DOCS=( docs/_build/. )
- distutils-r1_python_install_all
-}
^ permalink raw reply related [flat|nested] 93+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-libs/mutagen/
@ 2017-03-08 11:05 Lars Wendler
0 siblings, 0 replies; 93+ messages in thread
From: Lars Wendler @ 2017-03-08 11:05 UTC (permalink / raw
To: gentoo-commits
commit: 93a1dcd7aa8b0f3c8ade65e15cfbb3faa76d6b86
Author: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
AuthorDate: Wed Mar 8 11:01:24 2017 +0000
Commit: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
CommitDate: Wed Mar 8 11:01:24 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=93a1dcd7
media-libs/mutagen: Removed old.
Package-Manager: Portage-2.3.4, Repoman-2.3.2
media-libs/mutagen/Manifest | 1 -
media-libs/mutagen/mutagen-1.36.2.ebuild | 45 --------------------------------
2 files changed, 46 deletions(-)
diff --git a/media-libs/mutagen/Manifest b/media-libs/mutagen/Manifest
index 84ee7890bb5..73a6e4e92ba 100644
--- a/media-libs/mutagen/Manifest
+++ b/media-libs/mutagen/Manifest
@@ -1,6 +1,5 @@
DIST mutagen-1.27.tar.gz 875720 SHA256 cc884fe1e20fe220be7ce7c3b269f4cadc69a8310150a3a41162fba1ca9c88bd SHA512 ae15fb3f5d77025a60e25a2ed25e23f7d21160d4e63c49fe7d01508440ff1f6b673cf34d8f4facc834824825ad6f4d3ed9830133db5aba339ac1eae46f7f50d5 WHIRLPOOL ecd44cc7fde15f87a2a31be84b428a49e97d67ce26c700382b4e2ba7cdb995223ea6dfda101dd7039d4c7ce23a2314d7e523b9849f19189a6ed7bcdb18bbd52e
DIST mutagen-1.31.tar.gz 897785 SHA256 0aa011707785fe30935d8655380052a20ba8b972aa738d4f144c457b35b4d699 SHA512 d603afa049e2223dc1050ee26101add4150f8ca57fcee1bbbfd1233276b15fda5972d58e8472135396e54f2778219462619fbec8dddb97c35a7fb7638fec0c23 WHIRLPOOL afe4977ba2da8d8adbcf1b333105eab9f2c79b6a31eeed6199a33c4ac8c4f23b62e2b45a6322c4058d77c3c8ea5ac8581c18dc9ff29b0368aa07713c5694b8ef
DIST mutagen-1.35.1.tar.gz 883772 SHA256 49cda72ee5213e60d5d48a80187b0b17d37a6244f37751f72e480c1b1832934e SHA512 e411b86d50a7689589b7d300317dc2a2c4893efe47b66d07bdf5fe92f1d08fcc00c314e3ae1f97d706fcaae6c83c7569bb22b557af2dfc469b1d3c4f0388a260 WHIRLPOOL 6662ed461122fae69cf8844f6460ae8635cc1b7b3e5faf13f83a51d8f02bac927c8d850f727f602ba83b3be41e3c5c28b4ea2dfa2564710d525f5a699992f0e7
-DIST mutagen-1.36.2.tar.gz 889928 SHA256 86fe98e941ca305be8ee6bdc6bb0e4e9c473bf9fb69a838fe5bf2fc6124fbcc7 SHA512 082ce22adb6a08e60d0facd1f7f5652133d7ead125cc4c255ea23507ce0ef6ef5c2ab3bbb43863d8d5f7d0bdafa8b2f8221a1ddb08fd44ec9dd480e3f9c0d7a4 WHIRLPOOL 9c68c9f6253d2a3c301e01920a74fb9249f1a425b1a885834f362eb9508c56f7d38afcb1e5ecd286a8462c7ac099be2cae14a8810a6e9550560b21cb8cbe5e44
DIST mutagen-1.36.3.tar.gz 889904 SHA256 f65e6583faa42e1a3939a281915db60509cf873ca8562246b9ee41d7e31994b3 SHA512 7dc17e02be0dbc96a23c74bdfd93f83e285a1cfacc41d03abce94ce4caa7c2f2cecd23c71c0c5780cb10d2b1bdd7a0596d07f0819fc7027ebb6a51b4a47cda22 WHIRLPOOL 9fdb66fcc1e5e8c8dc483af1345d2f3305c72218ea3b0bed715a2d3499fba2a9d3be7a26a10af1461e6c839bb320a0457eb7648d1ccc8b81bc1b300def7494ab
DIST mutagen-1.37.tar.gz 912600 SHA256 539553d3f1ffd890c74f64b819750aef0316933d162c09798c9e7eaf334ae760 SHA512 f1bdd3d56526be718642d6599e7353879dc7e16f3d8758ff0221224310f5952cdc097dd70202be4b93c3a661f83b4f0d3e7730464f077d89614883571b80b180 WHIRLPOOL b02597510ea60e95a4734aa1a4d226c6aa4066f8c9f3bd89210c31d3265701da3e1072c2dd7a19f4fe30ab01806ebfedfa235a139ddd7e332db888ba8163bb81
diff --git a/media-libs/mutagen/mutagen-1.36.2.ebuild b/media-libs/mutagen/mutagen-1.36.2.ebuild
deleted file mode 100644
index aaa41a5a029..00000000000
--- a/media-libs/mutagen/mutagen-1.36.2.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python{2_7,3_4,3_5} )
-
-inherit distutils-r1
-
-DESCRIPTION="Audio metadata tag reader and writer implemented in pure Python"
-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"
-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/pytest[${PYTHON_USEDEP}] )
-"
-
-python_compile_all() {
- use doc && emake -C docs
-}
-
-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-r1_src_test
-}
-
-python_test() {
- esetup.py test
-}
-
-python_install_all() {
- local DOCS=( NEWS README.rst )
- use doc && local HTML_DOCS=( docs/_build/. )
- distutils-r1_python_install_all
-}
^ permalink raw reply related [flat|nested] 93+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-libs/mutagen/
@ 2017-03-08 11:05 Lars Wendler
0 siblings, 0 replies; 93+ messages in thread
From: Lars Wendler @ 2017-03-08 11:05 UTC (permalink / raw
To: gentoo-commits
commit: 40428146a3f4d78a44e09cdd1face19a8ff30caa
Author: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
AuthorDate: Wed Mar 8 11:00:51 2017 +0000
Commit: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
CommitDate: Wed Mar 8 11:00:51 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=40428146
media-libs/mutagen: Bump to version 1.37
Package-Manager: Portage-2.3.4, Repoman-2.3.2
media-libs/mutagen/Manifest | 1 +
media-libs/mutagen/mutagen-1.37.ebuild | 45 ++++++++++++++++++++++++++++++++++
2 files changed, 46 insertions(+)
diff --git a/media-libs/mutagen/Manifest b/media-libs/mutagen/Manifest
index 74b4512eb37..84ee7890bb5 100644
--- a/media-libs/mutagen/Manifest
+++ b/media-libs/mutagen/Manifest
@@ -3,3 +3,4 @@ DIST mutagen-1.31.tar.gz 897785 SHA256 0aa011707785fe30935d8655380052a20ba8b972a
DIST mutagen-1.35.1.tar.gz 883772 SHA256 49cda72ee5213e60d5d48a80187b0b17d37a6244f37751f72e480c1b1832934e SHA512 e411b86d50a7689589b7d300317dc2a2c4893efe47b66d07bdf5fe92f1d08fcc00c314e3ae1f97d706fcaae6c83c7569bb22b557af2dfc469b1d3c4f0388a260 WHIRLPOOL 6662ed461122fae69cf8844f6460ae8635cc1b7b3e5faf13f83a51d8f02bac927c8d850f727f602ba83b3be41e3c5c28b4ea2dfa2564710d525f5a699992f0e7
DIST mutagen-1.36.2.tar.gz 889928 SHA256 86fe98e941ca305be8ee6bdc6bb0e4e9c473bf9fb69a838fe5bf2fc6124fbcc7 SHA512 082ce22adb6a08e60d0facd1f7f5652133d7ead125cc4c255ea23507ce0ef6ef5c2ab3bbb43863d8d5f7d0bdafa8b2f8221a1ddb08fd44ec9dd480e3f9c0d7a4 WHIRLPOOL 9c68c9f6253d2a3c301e01920a74fb9249f1a425b1a885834f362eb9508c56f7d38afcb1e5ecd286a8462c7ac099be2cae14a8810a6e9550560b21cb8cbe5e44
DIST mutagen-1.36.3.tar.gz 889904 SHA256 f65e6583faa42e1a3939a281915db60509cf873ca8562246b9ee41d7e31994b3 SHA512 7dc17e02be0dbc96a23c74bdfd93f83e285a1cfacc41d03abce94ce4caa7c2f2cecd23c71c0c5780cb10d2b1bdd7a0596d07f0819fc7027ebb6a51b4a47cda22 WHIRLPOOL 9fdb66fcc1e5e8c8dc483af1345d2f3305c72218ea3b0bed715a2d3499fba2a9d3be7a26a10af1461e6c839bb320a0457eb7648d1ccc8b81bc1b300def7494ab
+DIST mutagen-1.37.tar.gz 912600 SHA256 539553d3f1ffd890c74f64b819750aef0316933d162c09798c9e7eaf334ae760 SHA512 f1bdd3d56526be718642d6599e7353879dc7e16f3d8758ff0221224310f5952cdc097dd70202be4b93c3a661f83b4f0d3e7730464f077d89614883571b80b180 WHIRLPOOL b02597510ea60e95a4734aa1a4d226c6aa4066f8c9f3bd89210c31d3265701da3e1072c2dd7a19f4fe30ab01806ebfedfa235a139ddd7e332db888ba8163bb81
diff --git a/media-libs/mutagen/mutagen-1.37.ebuild b/media-libs/mutagen/mutagen-1.37.ebuild
new file mode 100644
index 00000000000..a72a84442fe
--- /dev/null
+++ b/media-libs/mutagen/mutagen-1.37.ebuild
@@ -0,0 +1,45 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
+
+inherit distutils-r1
+
+DESCRIPTION="Audio metadata tag reader and writer implemented in pure Python"
+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"
+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/pytest[${PYTHON_USEDEP}] )
+"
+
+python_compile_all() {
+ use doc && emake -C docs
+}
+
+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-r1_src_test
+}
+
+python_test() {
+ esetup.py test
+}
+
+python_install_all() {
+ local DOCS=( NEWS README.rst )
+ use doc && local HTML_DOCS=( docs/_build/. )
+ distutils-r1_python_install_all
+}
^ permalink raw reply related [flat|nested] 93+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-libs/mutagen/
@ 2017-04-30 10:38 Jeroen Roovers
0 siblings, 0 replies; 93+ messages in thread
From: Jeroen Roovers @ 2017-04-30 10:38 UTC (permalink / raw
To: gentoo-commits
commit: 60012def1e7b0f07301ef701e1478368243f179b
Author: Jeroen Roovers <jer <AT> gentoo <DOT> org>
AuthorDate: Sun Apr 30 10:37:43 2017 +0000
Commit: Jeroen Roovers <jer <AT> gentoo <DOT> org>
CommitDate: Sun Apr 30 10:37:43 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=60012def
media-libs/mutagen: Stable for HPPA (bug #588446).
Package-Manager: Portage-2.3.5, Repoman-2.3.2
RepoMan-Options: --ignore-arches
media-libs/mutagen/mutagen-1.35.1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/media-libs/mutagen/mutagen-1.35.1.ebuild b/media-libs/mutagen/mutagen-1.35.1.ebuild
index 64f26f8e713..7712d0998f4 100644
--- a/media-libs/mutagen/mutagen-1.35.1.ebuild
+++ b/media-libs/mutagen/mutagen-1.35.1.ebuild
@@ -13,7 +13,7 @@ SRC_URI="https://bitbucket.org/lazka/${PN}/downloads/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~alpha amd64 ~hppa ~ia64 ppc ppc64 ~sparc x86 ~amd64-linux ~x86-linux"
+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
^ permalink raw reply related [flat|nested] 93+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-libs/mutagen/
@ 2017-05-12 14:55 Agostino Sarubbo
0 siblings, 0 replies; 93+ messages in thread
From: Agostino Sarubbo @ 2017-05-12 14:55 UTC (permalink / raw
To: gentoo-commits
commit: 30f86aa41fa3abf1748a760b78aadb558cb6b4ae
Author: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Fri May 12 14:53:06 2017 +0000
Commit: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Fri May 12 14:55:00 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=30f86aa4
media-libs/mutagen: sparc stable wrt bug #588446
Package-Manager: Portage-2.3.5, Repoman-2.3.1
RepoMan-Options: --include-arches="sparc"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>
media-libs/mutagen/mutagen-1.35.1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/media-libs/mutagen/mutagen-1.35.1.ebuild b/media-libs/mutagen/mutagen-1.35.1.ebuild
index 7712d0998f4..86e0e0a68a2 100644
--- a/media-libs/mutagen/mutagen-1.35.1.ebuild
+++ b/media-libs/mutagen/mutagen-1.35.1.ebuild
@@ -13,7 +13,7 @@ SRC_URI="https://bitbucket.org/lazka/${PN}/downloads/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~alpha amd64 hppa ~ia64 ppc ppc64 ~sparc x86 ~amd64-linux ~x86-linux"
+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
^ permalink raw reply related [flat|nested] 93+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-libs/mutagen/
@ 2017-06-04 11:30 Sergei Trofimovich
0 siblings, 0 replies; 93+ messages in thread
From: Sergei Trofimovich @ 2017-06-04 11:30 UTC (permalink / raw
To: gentoo-commits
commit: e0ef8f53c794670326dabb4b8dbf4a217ace2892
Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Sun Jun 4 11:29:43 2017 +0000
Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Sun Jun 4 11:30:07 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e0ef8f53
media-libs/mutagen: ia64 stable, bug #588446
Package-Manager: Portage-2.3.6, Repoman-2.3.2
media-libs/mutagen/mutagen-1.35.1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/media-libs/mutagen/mutagen-1.35.1.ebuild b/media-libs/mutagen/mutagen-1.35.1.ebuild
index f02c26576a1..51c48ea629d 100644
--- a/media-libs/mutagen/mutagen-1.35.1.ebuild
+++ b/media-libs/mutagen/mutagen-1.35.1.ebuild
@@ -13,7 +13,7 @@ SRC_URI="https://bitbucket.org/lazka/${PN}/downloads/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="alpha amd64 hppa ~ia64 ppc ppc64 sparc x86 ~amd64-linux ~x86-linux"
+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
^ permalink raw reply related [flat|nested] 93+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-libs/mutagen/
@ 2017-08-18 14:57 Tim Harder
0 siblings, 0 replies; 93+ messages in thread
From: Tim Harder @ 2017-08-18 14:57 UTC (permalink / raw
To: gentoo-commits
commit: ddb6e1ef884e6371f055670faddda437a4c60e1d
Author: Tim Harder <radhermit <AT> gentoo <DOT> org>
AuthorDate: Fri Aug 18 14:54:43 2017 +0000
Commit: Tim Harder <radhermit <AT> gentoo <DOT> org>
CommitDate: Fri Aug 18 14:56:29 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ddb6e1ef
media-libs/mutagen: version bump to 1.38
media-libs/mutagen/Manifest | 1 +
media-libs/mutagen/metadata.xml | 4 ++--
media-libs/mutagen/mutagen-1.38.ebuild | 39 ++++++++++++++++++++++++++++++++++
3 files changed, 42 insertions(+), 2 deletions(-)
diff --git a/media-libs/mutagen/Manifest b/media-libs/mutagen/Manifest
index 73a6e4e92ba..ca24cdca073 100644
--- a/media-libs/mutagen/Manifest
+++ b/media-libs/mutagen/Manifest
@@ -3,3 +3,4 @@ DIST mutagen-1.31.tar.gz 897785 SHA256 0aa011707785fe30935d8655380052a20ba8b972a
DIST mutagen-1.35.1.tar.gz 883772 SHA256 49cda72ee5213e60d5d48a80187b0b17d37a6244f37751f72e480c1b1832934e SHA512 e411b86d50a7689589b7d300317dc2a2c4893efe47b66d07bdf5fe92f1d08fcc00c314e3ae1f97d706fcaae6c83c7569bb22b557af2dfc469b1d3c4f0388a260 WHIRLPOOL 6662ed461122fae69cf8844f6460ae8635cc1b7b3e5faf13f83a51d8f02bac927c8d850f727f602ba83b3be41e3c5c28b4ea2dfa2564710d525f5a699992f0e7
DIST mutagen-1.36.3.tar.gz 889904 SHA256 f65e6583faa42e1a3939a281915db60509cf873ca8562246b9ee41d7e31994b3 SHA512 7dc17e02be0dbc96a23c74bdfd93f83e285a1cfacc41d03abce94ce4caa7c2f2cecd23c71c0c5780cb10d2b1bdd7a0596d07f0819fc7027ebb6a51b4a47cda22 WHIRLPOOL 9fdb66fcc1e5e8c8dc483af1345d2f3305c72218ea3b0bed715a2d3499fba2a9d3be7a26a10af1461e6c839bb320a0457eb7648d1ccc8b81bc1b300def7494ab
DIST mutagen-1.37.tar.gz 912600 SHA256 539553d3f1ffd890c74f64b819750aef0316933d162c09798c9e7eaf334ae760 SHA512 f1bdd3d56526be718642d6599e7353879dc7e16f3d8758ff0221224310f5952cdc097dd70202be4b93c3a661f83b4f0d3e7730464f077d89614883571b80b180 WHIRLPOOL b02597510ea60e95a4734aa1a4d226c6aa4066f8c9f3bd89210c31d3265701da3e1072c2dd7a19f4fe30ab01806ebfedfa235a139ddd7e332db888ba8163bb81
+DIST mutagen-1.38.tar.gz 913243 SHA256 23990f70ae678c7b8df3fd59e2adbefa5fe392c36da8c71d2254b21c6cd78766 SHA512 1430901539cddc7f58978f59125b793228c611cee9cc19535142e3095a7caaeee7a2431c244054affa33fb6518123b46cd187715d8353fd1b165496bd358a995 WHIRLPOOL e9bb06f422e55dd5fd0b93727b7319833e8af4b4a1dfe85a0190bd115112011eb1c5a1bc19e4e84ac8f90d491532f47d06e39603e24f259a5079f110386199ff
diff --git a/media-libs/mutagen/metadata.xml b/media-libs/mutagen/metadata.xml
index 37dc0545eee..9829b657b33 100644
--- a/media-libs/mutagen/metadata.xml
+++ b/media-libs/mutagen/metadata.xml
@@ -6,7 +6,7 @@
<name>Gentoo Sound project</name>
</maintainer>
<upstream>
- <remote-id type="google-code">mutagen</remote-id>
- <remote-id type="bitbucket">lazka/mutagen</remote-id>
+ <remote-id type="github">quodlibet/mutagen</remote-id>
+ <remote-id type="pypi">mutagen</remote-id>
</upstream>
</pkgmetadata>
diff --git a/media-libs/mutagen/mutagen-1.38.ebuild b/media-libs/mutagen/mutagen-1.38.ebuild
new file mode 100644
index 00000000000..3c860b85d74
--- /dev/null
+++ b/media-libs/mutagen/mutagen-1.38.ebuild
@@ -0,0 +1,39 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
+
+inherit distutils-r1
+
+DESCRIPTION="Audio metadata tag reader and writer implemented in pure Python"
+HOMEPAGE="https://github.com/quodlibet/mutagen https://pypi.python.org/pypi/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/pytest[${PYTHON_USEDEP}] )
+"
+
+python_compile_all() {
+ use doc && emake -C docs
+}
+
+python_test() {
+ esetup.py test
+}
+
+python_install_all() {
+ local DOCS=( NEWS README.rst )
+ use doc && local HTML_DOCS=( docs/_build/. )
+ distutils-r1_python_install_all
+}
^ permalink raw reply related [flat|nested] 93+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-libs/mutagen/
@ 2017-08-18 14:57 Tim Harder
0 siblings, 0 replies; 93+ messages in thread
From: Tim Harder @ 2017-08-18 14:57 UTC (permalink / raw
To: gentoo-commits
commit: 309fb47e753c0ed249f258109eaa30f5a0e23a5b
Author: Tim Harder <radhermit <AT> gentoo <DOT> org>
AuthorDate: Fri Aug 18 14:55:47 2017 +0000
Commit: Tim Harder <radhermit <AT> gentoo <DOT> org>
CommitDate: Fri Aug 18 14:56:29 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=309fb47e
media-libs/mutagen: remove old
media-libs/mutagen/Manifest | 3 ---
media-libs/mutagen/mutagen-1.27.ebuild | 42 -----------------------------
media-libs/mutagen/mutagen-1.31.ebuild | 43 ------------------------------
media-libs/mutagen/mutagen-1.36.3.ebuild | 45 --------------------------------
4 files changed, 133 deletions(-)
diff --git a/media-libs/mutagen/Manifest b/media-libs/mutagen/Manifest
index ca24cdca073..22c41d307a2 100644
--- a/media-libs/mutagen/Manifest
+++ b/media-libs/mutagen/Manifest
@@ -1,6 +1,3 @@
-DIST mutagen-1.27.tar.gz 875720 SHA256 cc884fe1e20fe220be7ce7c3b269f4cadc69a8310150a3a41162fba1ca9c88bd SHA512 ae15fb3f5d77025a60e25a2ed25e23f7d21160d4e63c49fe7d01508440ff1f6b673cf34d8f4facc834824825ad6f4d3ed9830133db5aba339ac1eae46f7f50d5 WHIRLPOOL ecd44cc7fde15f87a2a31be84b428a49e97d67ce26c700382b4e2ba7cdb995223ea6dfda101dd7039d4c7ce23a2314d7e523b9849f19189a6ed7bcdb18bbd52e
-DIST mutagen-1.31.tar.gz 897785 SHA256 0aa011707785fe30935d8655380052a20ba8b972aa738d4f144c457b35b4d699 SHA512 d603afa049e2223dc1050ee26101add4150f8ca57fcee1bbbfd1233276b15fda5972d58e8472135396e54f2778219462619fbec8dddb97c35a7fb7638fec0c23 WHIRLPOOL afe4977ba2da8d8adbcf1b333105eab9f2c79b6a31eeed6199a33c4ac8c4f23b62e2b45a6322c4058d77c3c8ea5ac8581c18dc9ff29b0368aa07713c5694b8ef
DIST mutagen-1.35.1.tar.gz 883772 SHA256 49cda72ee5213e60d5d48a80187b0b17d37a6244f37751f72e480c1b1832934e SHA512 e411b86d50a7689589b7d300317dc2a2c4893efe47b66d07bdf5fe92f1d08fcc00c314e3ae1f97d706fcaae6c83c7569bb22b557af2dfc469b1d3c4f0388a260 WHIRLPOOL 6662ed461122fae69cf8844f6460ae8635cc1b7b3e5faf13f83a51d8f02bac927c8d850f727f602ba83b3be41e3c5c28b4ea2dfa2564710d525f5a699992f0e7
-DIST mutagen-1.36.3.tar.gz 889904 SHA256 f65e6583faa42e1a3939a281915db60509cf873ca8562246b9ee41d7e31994b3 SHA512 7dc17e02be0dbc96a23c74bdfd93f83e285a1cfacc41d03abce94ce4caa7c2f2cecd23c71c0c5780cb10d2b1bdd7a0596d07f0819fc7027ebb6a51b4a47cda22 WHIRLPOOL 9fdb66fcc1e5e8c8dc483af1345d2f3305c72218ea3b0bed715a2d3499fba2a9d3be7a26a10af1461e6c839bb320a0457eb7648d1ccc8b81bc1b300def7494ab
DIST mutagen-1.37.tar.gz 912600 SHA256 539553d3f1ffd890c74f64b819750aef0316933d162c09798c9e7eaf334ae760 SHA512 f1bdd3d56526be718642d6599e7353879dc7e16f3d8758ff0221224310f5952cdc097dd70202be4b93c3a661f83b4f0d3e7730464f077d89614883571b80b180 WHIRLPOOL b02597510ea60e95a4734aa1a4d226c6aa4066f8c9f3bd89210c31d3265701da3e1072c2dd7a19f4fe30ab01806ebfedfa235a139ddd7e332db888ba8163bb81
DIST mutagen-1.38.tar.gz 913243 SHA256 23990f70ae678c7b8df3fd59e2adbefa5fe392c36da8c71d2254b21c6cd78766 SHA512 1430901539cddc7f58978f59125b793228c611cee9cc19535142e3095a7caaeee7a2431c244054affa33fb6518123b46cd187715d8353fd1b165496bd358a995 WHIRLPOOL e9bb06f422e55dd5fd0b93727b7319833e8af4b4a1dfe85a0190bd115112011eb1c5a1bc19e4e84ac8f90d491532f47d06e39603e24f259a5079f110386199ff
diff --git a/media-libs/mutagen/mutagen-1.27.ebuild b/media-libs/mutagen/mutagen-1.27.ebuild
deleted file mode 100644
index d733df60dc7..00000000000
--- a/media-libs/mutagen/mutagen-1.27.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-PYTHON_COMPAT=( python{2_7,3_4} )
-
-inherit distutils-r1
-
-DESCRIPTION="Audio metadata tag reader and writer implemented in pure Python"
-HOMEPAGE="https://code.google.com/p/mutagen https://pypi.python.org/pypi/mutagen"
-SRC_URI="https://bitbucket.org/lazka/${PN}/downloads/${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 )
-DEPEND="
- doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )
-"
-
-python_compile_all() {
- use doc && emake -C docs
-}
-
-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-r1_src_test
-}
-
-python_test() {
- esetup.py test
-}
-
-python_install_all() {
- local DOCS=( NEWS README.rst )
- use doc && local HTML_DOCS=( docs/_build/. )
- distutils-r1_python_install_all
-}
diff --git a/media-libs/mutagen/mutagen-1.31.ebuild b/media-libs/mutagen/mutagen-1.31.ebuild
deleted file mode 100644
index b95df7d0885..00000000000
--- a/media-libs/mutagen/mutagen-1.31.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-PYTHON_COMPAT=( python{2_7,3_4} )
-
-inherit distutils-r1
-
-DESCRIPTION="Audio metadata tag reader and writer implemented in pure Python"
-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"
-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 )
-DEPEND="
- doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )
-"
-
-python_compile_all() {
- use doc && emake -C docs
-}
-
-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-r1_src_test
-}
-
-python_test() {
- esetup.py test
-}
-
-python_install_all() {
- local DOCS=( NEWS README.rst )
- use doc && local HTML_DOCS=( docs/_build/. )
- distutils-r1_python_install_all
-}
diff --git a/media-libs/mutagen/mutagen-1.36.3.ebuild b/media-libs/mutagen/mutagen-1.36.3.ebuild
deleted file mode 100644
index aaa41a5a029..00000000000
--- a/media-libs/mutagen/mutagen-1.36.3.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python{2_7,3_4,3_5} )
-
-inherit distutils-r1
-
-DESCRIPTION="Audio metadata tag reader and writer implemented in pure Python"
-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"
-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/pytest[${PYTHON_USEDEP}] )
-"
-
-python_compile_all() {
- use doc && emake -C docs
-}
-
-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-r1_src_test
-}
-
-python_test() {
- esetup.py test
-}
-
-python_install_all() {
- local DOCS=( NEWS README.rst )
- use doc && local HTML_DOCS=( docs/_build/. )
- distutils-r1_python_install_all
-}
^ permalink raw reply related [flat|nested] 93+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-libs/mutagen/
@ 2017-11-10 13:17 Lars Wendler
0 siblings, 0 replies; 93+ messages in thread
From: Lars Wendler @ 2017-11-10 13:17 UTC (permalink / raw
To: gentoo-commits
commit: 07d4f02bc4133ddce7865a394c88f4cc83bc1411
Author: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
AuthorDate: Fri Nov 10 13:16:51 2017 +0000
Commit: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
CommitDate: Fri Nov 10 13:17:29 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=07d4f02b
media-libs/mutagen: Bump to version 1.39
Package-Manager: Portage-2.3.13, Repoman-2.3.4
media-libs/mutagen/Manifest | 1 +
media-libs/mutagen/mutagen-1.39.ebuild | 42 ++++++++++++++++++++++++++++++++++
2 files changed, 43 insertions(+)
diff --git a/media-libs/mutagen/Manifest b/media-libs/mutagen/Manifest
index 22c41d307a2..8269a25086f 100644
--- a/media-libs/mutagen/Manifest
+++ b/media-libs/mutagen/Manifest
@@ -1,3 +1,4 @@
DIST mutagen-1.35.1.tar.gz 883772 SHA256 49cda72ee5213e60d5d48a80187b0b17d37a6244f37751f72e480c1b1832934e SHA512 e411b86d50a7689589b7d300317dc2a2c4893efe47b66d07bdf5fe92f1d08fcc00c314e3ae1f97d706fcaae6c83c7569bb22b557af2dfc469b1d3c4f0388a260 WHIRLPOOL 6662ed461122fae69cf8844f6460ae8635cc1b7b3e5faf13f83a51d8f02bac927c8d850f727f602ba83b3be41e3c5c28b4ea2dfa2564710d525f5a699992f0e7
DIST mutagen-1.37.tar.gz 912600 SHA256 539553d3f1ffd890c74f64b819750aef0316933d162c09798c9e7eaf334ae760 SHA512 f1bdd3d56526be718642d6599e7353879dc7e16f3d8758ff0221224310f5952cdc097dd70202be4b93c3a661f83b4f0d3e7730464f077d89614883571b80b180 WHIRLPOOL b02597510ea60e95a4734aa1a4d226c6aa4066f8c9f3bd89210c31d3265701da3e1072c2dd7a19f4fe30ab01806ebfedfa235a139ddd7e332db888ba8163bb81
DIST mutagen-1.38.tar.gz 913243 SHA256 23990f70ae678c7b8df3fd59e2adbefa5fe392c36da8c71d2254b21c6cd78766 SHA512 1430901539cddc7f58978f59125b793228c611cee9cc19535142e3095a7caaeee7a2431c244054affa33fb6518123b46cd187715d8353fd1b165496bd358a995 WHIRLPOOL e9bb06f422e55dd5fd0b93727b7319833e8af4b4a1dfe85a0190bd115112011eb1c5a1bc19e4e84ac8f90d491532f47d06e39603e24f259a5079f110386199ff
+DIST mutagen-1.39.tar.gz 916084 SHA256 9da92566458ffe5618ffd26167abaa8fd81f02a7397b8734ec14dfe14e8a19e4 SHA512 0508c3dfa31a4af29845204664819bc8af8121a785b8e5cc307a12bdf7c151acf4cd72e0820fb9d284c859dd6d63d7d7a6c7ebad8e3ca19db52f0c496ce74736 WHIRLPOOL 4b44df99392725f65c4a31d2526dd14ef7cafdc232bd960bbe48cd8025117ca8b7a7279f8d8c8ee5b3bbaba43f190a688dfb62de6baa3840759d27ed154f6b44
diff --git a/media-libs/mutagen/mutagen-1.39.ebuild b/media-libs/mutagen/mutagen-1.39.ebuild
new file mode 100644
index 00000000000..18bc2ef6e69
--- /dev/null
+++ b/media-libs/mutagen/mutagen-1.39.ebuild
@@ -0,0 +1,42 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
+
+inherit distutils-r1
+
+DESCRIPTION="Audio metadata tag reader and writer implemented in pure Python"
+HOMEPAGE="https://github.com/quodlibet/mutagen https://pypi.python.org/pypi/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
+}
+
+python_install_all() {
+ local DOCS=( NEWS README.rst )
+ use doc && local HTML_DOCS=( docs/_build/. )
+ distutils-r1_python_install_all
+}
^ permalink raw reply related [flat|nested] 93+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-libs/mutagen/
@ 2017-11-10 13:17 Lars Wendler
0 siblings, 0 replies; 93+ messages in thread
From: Lars Wendler @ 2017-11-10 13:17 UTC (permalink / raw
To: gentoo-commits
commit: 30511edb2ddcda670321507ddcb4b43ea44b2672
Author: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
AuthorDate: Fri Nov 10 13:17:19 2017 +0000
Commit: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
CommitDate: Fri Nov 10 13:17:31 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=30511edb
media-libs/mutagen: Removed old.
Package-Manager: Portage-2.3.13, Repoman-2.3.4
media-libs/mutagen/Manifest | 1 -
media-libs/mutagen/mutagen-1.37.ebuild | 45 ----------------------------------
2 files changed, 46 deletions(-)
diff --git a/media-libs/mutagen/Manifest b/media-libs/mutagen/Manifest
index 8269a25086f..ab126b20662 100644
--- a/media-libs/mutagen/Manifest
+++ b/media-libs/mutagen/Manifest
@@ -1,4 +1,3 @@
DIST mutagen-1.35.1.tar.gz 883772 SHA256 49cda72ee5213e60d5d48a80187b0b17d37a6244f37751f72e480c1b1832934e SHA512 e411b86d50a7689589b7d300317dc2a2c4893efe47b66d07bdf5fe92f1d08fcc00c314e3ae1f97d706fcaae6c83c7569bb22b557af2dfc469b1d3c4f0388a260 WHIRLPOOL 6662ed461122fae69cf8844f6460ae8635cc1b7b3e5faf13f83a51d8f02bac927c8d850f727f602ba83b3be41e3c5c28b4ea2dfa2564710d525f5a699992f0e7
-DIST mutagen-1.37.tar.gz 912600 SHA256 539553d3f1ffd890c74f64b819750aef0316933d162c09798c9e7eaf334ae760 SHA512 f1bdd3d56526be718642d6599e7353879dc7e16f3d8758ff0221224310f5952cdc097dd70202be4b93c3a661f83b4f0d3e7730464f077d89614883571b80b180 WHIRLPOOL b02597510ea60e95a4734aa1a4d226c6aa4066f8c9f3bd89210c31d3265701da3e1072c2dd7a19f4fe30ab01806ebfedfa235a139ddd7e332db888ba8163bb81
DIST mutagen-1.38.tar.gz 913243 SHA256 23990f70ae678c7b8df3fd59e2adbefa5fe392c36da8c71d2254b21c6cd78766 SHA512 1430901539cddc7f58978f59125b793228c611cee9cc19535142e3095a7caaeee7a2431c244054affa33fb6518123b46cd187715d8353fd1b165496bd358a995 WHIRLPOOL e9bb06f422e55dd5fd0b93727b7319833e8af4b4a1dfe85a0190bd115112011eb1c5a1bc19e4e84ac8f90d491532f47d06e39603e24f259a5079f110386199ff
DIST mutagen-1.39.tar.gz 916084 SHA256 9da92566458ffe5618ffd26167abaa8fd81f02a7397b8734ec14dfe14e8a19e4 SHA512 0508c3dfa31a4af29845204664819bc8af8121a785b8e5cc307a12bdf7c151acf4cd72e0820fb9d284c859dd6d63d7d7a6c7ebad8e3ca19db52f0c496ce74736 WHIRLPOOL 4b44df99392725f65c4a31d2526dd14ef7cafdc232bd960bbe48cd8025117ca8b7a7279f8d8c8ee5b3bbaba43f190a688dfb62de6baa3840759d27ed154f6b44
diff --git a/media-libs/mutagen/mutagen-1.37.ebuild b/media-libs/mutagen/mutagen-1.37.ebuild
deleted file mode 100644
index a72a84442fe..00000000000
--- a/media-libs/mutagen/mutagen-1.37.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
-
-inherit distutils-r1
-
-DESCRIPTION="Audio metadata tag reader and writer implemented in pure Python"
-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"
-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/pytest[${PYTHON_USEDEP}] )
-"
-
-python_compile_all() {
- use doc && emake -C docs
-}
-
-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-r1_src_test
-}
-
-python_test() {
- esetup.py test
-}
-
-python_install_all() {
- local DOCS=( NEWS README.rst )
- use doc && local HTML_DOCS=( docs/_build/. )
- distutils-r1_python_install_all
-}
^ permalink raw reply related [flat|nested] 93+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-libs/mutagen/
@ 2018-02-03 9:15 Tim Harder
0 siblings, 0 replies; 93+ messages in thread
From: Tim Harder @ 2018-02-03 9:15 UTC (permalink / raw
To: gentoo-commits
commit: 9f37ef22e41e4de58fcb94e20d38ddb2a59d798b
Author: Tim Harder <radhermit <AT> gentoo <DOT> org>
AuthorDate: Sat Feb 3 08:59:05 2018 +0000
Commit: Tim Harder <radhermit <AT> gentoo <DOT> org>
CommitDate: Sat Feb 3 09:04:07 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9f37ef22
media-libs/mutagen: version bump to 1.40.0
media-libs/mutagen/Manifest | 1 +
media-libs/mutagen/mutagen-1.40.0.ebuild | 42 ++++++++++++++++++++++++++++++++
2 files changed, 43 insertions(+)
diff --git a/media-libs/mutagen/Manifest b/media-libs/mutagen/Manifest
index 9267a60c09e..634fcbb4a7e 100644
--- a/media-libs/mutagen/Manifest
+++ b/media-libs/mutagen/Manifest
@@ -1,3 +1,4 @@
DIST mutagen-1.35.1.tar.gz 883772 BLAKE2B 933c689bf4e578c1acb6c16af4071e879db4e0e55d9391f63dc778f535e13337f61812b1fd21741552ac3f9dfb2cd53f210d27b3c98ef7b6bf05b4b046d20d8f SHA512 e411b86d50a7689589b7d300317dc2a2c4893efe47b66d07bdf5fe92f1d08fcc00c314e3ae1f97d706fcaae6c83c7569bb22b557af2dfc469b1d3c4f0388a260
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
diff --git a/media-libs/mutagen/mutagen-1.40.0.ebuild b/media-libs/mutagen/mutagen-1.40.0.ebuild
new file mode 100644
index 00000000000..ab059849894
--- /dev/null
+++ b/media-libs/mutagen/mutagen-1.40.0.ebuild
@@ -0,0 +1,42 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
+
+inherit distutils-r1
+
+DESCRIPTION="Audio metadata tag reader and writer implemented in pure Python"
+HOMEPAGE="https://github.com/quodlibet/mutagen https://pypi.python.org/pypi/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
+}
^ permalink raw reply related [flat|nested] 93+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-libs/mutagen/
@ 2018-05-13 22:06 Thomas Deutschmann
0 siblings, 0 replies; 93+ messages in thread
From: Thomas Deutschmann @ 2018-05-13 22:06 UTC (permalink / raw
To: gentoo-commits
commit: 03f8280ca0adfbc3a4bbafe7d18560df0ba03d6a
Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
AuthorDate: Sun May 13 22:02:36 2018 +0000
Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
CommitDate: Sun May 13 22:06:32 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=03f8280c
media-libs/mutagen: x86 stable (bug #644554)
Package-Manager: Portage-2.3.34, Repoman-2.3.9
media-libs/mutagen/mutagen-1.40.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/media-libs/mutagen/mutagen-1.40.0.ebuild b/media-libs/mutagen/mutagen-1.40.0.ebuild
index 26f9b74d4c3..eb2a7df56c4 100644
--- a/media-libs/mutagen/mutagen-1.40.0.ebuild
+++ b/media-libs/mutagen/mutagen-1.40.0.ebuild
@@ -13,7 +13,7 @@ SRC_URI="https://github.com/quodlibet/mutagen/releases/download/release-${PV}/${
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux"
+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
^ permalink raw reply related [flat|nested] 93+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-libs/mutagen/
@ 2018-05-13 23:41 Aaron Bauman
0 siblings, 0 replies; 93+ messages in thread
From: Aaron Bauman @ 2018-05-13 23:41 UTC (permalink / raw
To: gentoo-commits
commit: e5c4837d2748fa86308712fe88d6619759f74d87
Author: Aaron Bauman <bman <AT> gentoo <DOT> org>
AuthorDate: Sun May 13 23:41:20 2018 +0000
Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
CommitDate: Sun May 13 23:41:20 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e5c4837d
media-libs/mutagen: amd64 stable wrt bug #644554
Package-Manager: Portage-2.3.36, Repoman-2.3.9
media-libs/mutagen/mutagen-1.40.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/media-libs/mutagen/mutagen-1.40.0.ebuild b/media-libs/mutagen/mutagen-1.40.0.ebuild
index eb2a7df56c4..430d2738e53 100644
--- a/media-libs/mutagen/mutagen-1.40.0.ebuild
+++ b/media-libs/mutagen/mutagen-1.40.0.ebuild
@@ -13,7 +13,7 @@ SRC_URI="https://github.com/quodlibet/mutagen/releases/download/release-${PV}/${
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc x86 ~amd64-linux ~x86-linux"
+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
^ permalink raw reply related [flat|nested] 93+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-libs/mutagen/
@ 2018-11-07 22:59 Sergei Trofimovich
0 siblings, 0 replies; 93+ messages in thread
From: Sergei Trofimovich @ 2018-11-07 22:59 UTC (permalink / raw
To: gentoo-commits
commit: f610a677a7677652b089be44781ed99af34d26ca
Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Wed Nov 7 22:51:14 2018 +0000
Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Wed Nov 7 22:59:17 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f610a677
media-libs/mutagen: stable 1.40.0 for ppc, bug #669544
Package-Manager: Portage-2.3.51, Repoman-2.3.12
RepoMan-Options: --include-arches="ppc"
Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>
media-libs/mutagen/mutagen-1.40.0.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/media-libs/mutagen/mutagen-1.40.0.ebuild b/media-libs/mutagen/mutagen-1.40.0.ebuild
index 430d2738e53..1a17ebf3876 100644
--- a/media-libs/mutagen/mutagen-1.40.0.ebuild
+++ b/media-libs/mutagen/mutagen-1.40.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -13,7 +13,7 @@ SRC_URI="https://github.com/quodlibet/mutagen/releases/download/release-${PV}/${
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~alpha amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc x86 ~amd64-linux ~x86-linux"
+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
^ permalink raw reply related [flat|nested] 93+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-libs/mutagen/
@ 2018-11-07 23:28 Sergei Trofimovich
0 siblings, 0 replies; 93+ messages in thread
From: Sergei Trofimovich @ 2018-11-07 23:28 UTC (permalink / raw
To: gentoo-commits
commit: 04c9093b39e9117f15e578130f9e1331639d7575
Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Wed Nov 7 23:17:00 2018 +0000
Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Wed Nov 7 23:17:00 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=04c9093b
media-libs/mutagen: stable 1.40.0 for ppc64, bug #669544
Package-Manager: Portage-2.3.51, Repoman-2.3.12
RepoMan-Options: --include-arches="ppc64"
Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>
media-libs/mutagen/mutagen-1.40.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/media-libs/mutagen/mutagen-1.40.0.ebuild b/media-libs/mutagen/mutagen-1.40.0.ebuild
index 1a17ebf3876..1f8a86a6a6f 100644
--- a/media-libs/mutagen/mutagen-1.40.0.ebuild
+++ b/media-libs/mutagen/mutagen-1.40.0.ebuild
@@ -13,7 +13,7 @@ SRC_URI="https://github.com/quodlibet/mutagen/releases/download/release-${PV}/${
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~alpha amd64 ~hppa ~ia64 ppc ~ppc64 ~sparc x86 ~amd64-linux ~x86-linux"
+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
^ permalink raw reply related [flat|nested] 93+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-libs/mutagen/
@ 2018-12-13 6:48 Tim Harder
0 siblings, 0 replies; 93+ messages in thread
From: Tim Harder @ 2018-12-13 6:48 UTC (permalink / raw
To: gentoo-commits
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
+}
^ permalink raw reply related [flat|nested] 93+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-libs/mutagen/
@ 2018-12-27 8:57 Tim Harder
0 siblings, 0 replies; 93+ messages in thread
From: Tim Harder @ 2018-12-27 8:57 UTC (permalink / raw
To: gentoo-commits
commit: 314813934a71a89ada6bf7588ade12bd181f297e
Author: Tim Harder <radhermit <AT> gentoo <DOT> org>
AuthorDate: Thu Dec 27 08:54:44 2018 +0000
Commit: Tim Harder <radhermit <AT> gentoo <DOT> org>
CommitDate: Thu Dec 27 08:54:44 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=31481393
media-libs/mutagen: version bump to 1.42.0
Signed-off-by: Tim Harder <radhermit <AT> gentoo.org>
media-libs/mutagen/Manifest | 1 +
media-libs/mutagen/mutagen-1.42.0.ebuild | 42 ++++++++++++++++++++++++++++++++
2 files changed, 43 insertions(+)
diff --git a/media-libs/mutagen/Manifest b/media-libs/mutagen/Manifest
index 2ecd61f390a..923dc18348d 100644
--- a/media-libs/mutagen/Manifest
+++ b/media-libs/mutagen/Manifest
@@ -3,3 +3,4 @@ DIST mutagen-1.38.tar.gz 913243 BLAKE2B 08281ed0ea9307a6caa64cc5f66dbea43d09ab6d
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
+DIST mutagen-1.42.0.tar.gz 925894 BLAKE2B fe85f2c47a19276078183f426450ca50ccabab64eec39dfb1535054ee6571b01375210b164dc6c824f74631eb8393c8d5d48b7a7a29443349f30fdb627a74b6f SHA512 26c307023d1ff29c0377cdee1317732a8aba70433a3679127a3d9c8cc5df9e81d143700e7e74a42975485b0510d8bd09dc2b5ec9a737442a6e676f1f0b14c80a
diff --git a/media-libs/mutagen/mutagen-1.42.0.ebuild b/media-libs/mutagen/mutagen-1.42.0.ebuild
new file mode 100644
index 00000000000..e450254a80c
--- /dev/null
+++ b/media-libs/mutagen/mutagen-1.42.0.ebuild
@@ -0,0 +1,42 @@
+# Copyright 1999-2018 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+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
+}
^ permalink raw reply related [flat|nested] 93+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-libs/mutagen/
@ 2019-04-05 19:03 Sergei Trofimovich
0 siblings, 0 replies; 93+ messages in thread
From: Sergei Trofimovich @ 2019-04-05 19:03 UTC (permalink / raw
To: gentoo-commits
commit: 506165caf64878eccfe91313cda3ebd075d20edd
Author: Rolf Eike Beer <eike <AT> sf-mail <DOT> de>
AuthorDate: Fri Apr 5 09:16:23 2019 +0000
Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Fri Apr 5 19:03:36 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=506165ca
media-libs/mutagen: stable 1.42.0 for sparc, bug #681398
Signed-off-by: Rolf Eike Beer <eike <AT> sf-mail.de>
Package-Manager: Portage-2.3.62, Repoman-2.3.11
RepoMan-Options: --include-arches="sparc"
Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>
media-libs/mutagen/mutagen-1.42.0.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/media-libs/mutagen/mutagen-1.42.0.ebuild b/media-libs/mutagen/mutagen-1.42.0.ebuild
index e450254a80c..65654851c5f 100644
--- a/media-libs/mutagen/mutagen-1.42.0.ebuild
+++ b/media-libs/mutagen/mutagen-1.42.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Authors
+# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -13,7 +13,7 @@ SRC_URI="https://github.com/quodlibet/mutagen/releases/download/release-${PV}/${
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux"
+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
^ permalink raw reply related [flat|nested] 93+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-libs/mutagen/
@ 2019-04-07 21:16 Sergei Trofimovich
0 siblings, 0 replies; 93+ messages in thread
From: Sergei Trofimovich @ 2019-04-07 21:16 UTC (permalink / raw
To: gentoo-commits
commit: b5d1b2f2b0059596a7c6638a4a5c7fd9c23240ab
Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Sun Apr 7 21:13:47 2019 +0000
Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Sun Apr 7 21:13:47 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b5d1b2f2
media-libs/mutagen: stable 1.42.0 for ppc, bug #681398
Package-Manager: Portage-2.3.62, Repoman-2.3.12
RepoMan-Options: --include-arches="ppc"
Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>
media-libs/mutagen/mutagen-1.42.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/media-libs/mutagen/mutagen-1.42.0.ebuild b/media-libs/mutagen/mutagen-1.42.0.ebuild
index 65654851c5f..58daf3951e2 100644
--- a/media-libs/mutagen/mutagen-1.42.0.ebuild
+++ b/media-libs/mutagen/mutagen-1.42.0.ebuild
@@ -13,7 +13,7 @@ SRC_URI="https://github.com/quodlibet/mutagen/releases/download/release-${PV}/${
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 sparc ~x86 ~amd64-linux ~x86-linux"
+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
^ permalink raw reply related [flat|nested] 93+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-libs/mutagen/
@ 2019-04-28 22:06 Thomas Deutschmann
0 siblings, 0 replies; 93+ messages in thread
From: Thomas Deutschmann @ 2019-04-28 22:06 UTC (permalink / raw
To: gentoo-commits
commit: dd95af958d935a19c24e066edc65e6ff4f33d09d
Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
AuthorDate: Sun Apr 28 22:00:32 2019 +0000
Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
CommitDate: Sun Apr 28 22:05:15 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dd95af95
media-libs/mutagen: x86 stable (bug #681398)
Package-Manager: Portage-2.3.64, Repoman-2.3.12
Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org>
media-libs/mutagen/mutagen-1.42.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/media-libs/mutagen/mutagen-1.42.0.ebuild b/media-libs/mutagen/mutagen-1.42.0.ebuild
index bb12ba937a6..7fcf6da82a1 100644
--- a/media-libs/mutagen/mutagen-1.42.0.ebuild
+++ b/media-libs/mutagen/mutagen-1.42.0.ebuild
@@ -13,7 +13,7 @@ SRC_URI="https://github.com/quodlibet/mutagen/releases/download/release-${PV}/${
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ppc ppc64 sparc ~x86 ~amd64-linux ~x86-linux"
+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
^ permalink raw reply related [flat|nested] 93+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-libs/mutagen/
@ 2019-05-06 18:04 Tobias Klausmann
0 siblings, 0 replies; 93+ messages in thread
From: Tobias Klausmann @ 2019-05-06 18:04 UTC (permalink / raw
To: gentoo-commits
commit: d67b0d72f42d643752c54c51da1ab0588bed687d
Author: Tobias Klausmann <klausman <AT> gentoo <DOT> org>
AuthorDate: Mon May 6 18:04:00 2019 +0000
Commit: Tobias Klausmann <klausman <AT> gentoo <DOT> org>
CommitDate: Mon May 6 18:04:11 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d67b0d72
media-libs/mutagen-1.42.0-r0: alpha stable
Bug: http://bugs.gentoo.org/681398
Signed-off-by: Tobias Klausmann <klausman <AT> gentoo.org>
media-libs/mutagen/mutagen-1.42.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/media-libs/mutagen/mutagen-1.42.0.ebuild b/media-libs/mutagen/mutagen-1.42.0.ebuild
index 7fcf6da82a1..bc9b7f337ec 100644
--- a/media-libs/mutagen/mutagen-1.42.0.ebuild
+++ b/media-libs/mutagen/mutagen-1.42.0.ebuild
@@ -13,7 +13,7 @@ SRC_URI="https://github.com/quodlibet/mutagen/releases/download/release-${PV}/${
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ppc ppc64 sparc x86 ~amd64-linux ~x86-linux"
+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
^ permalink raw reply related [flat|nested] 93+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-libs/mutagen/
@ 2019-07-29 19:23 Sergei Trofimovich
0 siblings, 0 replies; 93+ messages in thread
From: Sergei Trofimovich @ 2019-07-29 19:23 UTC (permalink / raw
To: gentoo-commits
commit: 6fd8af7bfb1b70a6355444c469bce6728867fad9
Author: Rolf Eike Beer <eike <AT> sf-mail <DOT> de>
AuthorDate: Mon Jul 29 16:11:08 2019 +0000
Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Mon Jul 29 19:23:34 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6fd8af7b
media-libs/mutagen: stable 1.42.0 for hppa, bug #681398
Package-Manager: Portage-2.3.66, Repoman-2.3.16
RepoMan-Options: --include-arches="hppa"
Signed-off-by: Rolf Eike Beer <eike <AT> sf-mail.de>
Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>
media-libs/mutagen/mutagen-1.42.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/media-libs/mutagen/mutagen-1.42.0.ebuild b/media-libs/mutagen/mutagen-1.42.0.ebuild
index 84852ce4fb5..9d4af6135fe 100644
--- a/media-libs/mutagen/mutagen-1.42.0.ebuild
+++ b/media-libs/mutagen/mutagen-1.42.0.ebuild
@@ -13,7 +13,7 @@ SRC_URI="https://github.com/quodlibet/mutagen/releases/download/release-${PV}/${
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="alpha ~amd64 ~hppa ia64 ppc ppc64 sparc x86 ~amd64-linux ~x86-linux"
+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
^ permalink raw reply related [flat|nested] 93+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-libs/mutagen/
@ 2019-12-03 0:14 Aaron Bauman
0 siblings, 0 replies; 93+ messages in thread
From: Aaron Bauman @ 2019-12-03 0:14 UTC (permalink / raw
To: gentoo-commits
commit: c8d1e923409fe5fb07aafd30b2dc3c1fa0617218
Author: Aaron Bauman <bman <AT> gentoo <DOT> org>
AuthorDate: Tue Dec 3 00:14:19 2019 +0000
Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
CommitDate: Tue Dec 3 00:14:32 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c8d1e923
media-libs/mutagen: for real stable now
Signed-off-by: Aaron Bauman <bman <AT> gentoo.org>
media-libs/mutagen/mutagen-1.42.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/media-libs/mutagen/mutagen-1.42.0.ebuild b/media-libs/mutagen/mutagen-1.42.0.ebuild
index 9d4af6135fe..9ecfb4a7f3d 100644
--- a/media-libs/mutagen/mutagen-1.42.0.ebuild
+++ b/media-libs/mutagen/mutagen-1.42.0.ebuild
@@ -13,7 +13,7 @@ SRC_URI="https://github.com/quodlibet/mutagen/releases/download/release-${PV}/${
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="alpha ~amd64 hppa ia64 ppc ppc64 sparc x86 ~amd64-linux ~x86-linux"
+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
^ permalink raw reply related [flat|nested] 93+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-libs/mutagen/
@ 2019-12-03 5:06 Andreas Sturmlechner
0 siblings, 0 replies; 93+ messages in thread
From: Andreas Sturmlechner @ 2019-12-03 5:06 UTC (permalink / raw
To: gentoo-commits
commit: 37c1b7d52296ff0594ebb06359c1299cbb62648a
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Mon Dec 2 21:41:36 2019 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Tue Dec 3 05:05:54 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=37c1b7d5
media-libs/mutagen: 1.43.0 version bump, python3_8, fix EAPI-7 and deps
Closes: https://bugs.gentoo.org/700508
Package-Manager: Portage-2.3.80, Repoman-2.3.19
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
media-libs/mutagen/Manifest | 1 +
media-libs/mutagen/mutagen-1.43.0.ebuild | 44 ++++++++++++++++++++++++++++++++
2 files changed, 45 insertions(+)
diff --git a/media-libs/mutagen/Manifest b/media-libs/mutagen/Manifest
index 923dc18348d..e4d9dcfead0 100644
--- a/media-libs/mutagen/Manifest
+++ b/media-libs/mutagen/Manifest
@@ -4,3 +4,4 @@ DIST mutagen-1.39.tar.gz 916084 BLAKE2B e67de0f0c2b33283ea276511f5537f5f12a35d33
DIST mutagen-1.40.0.tar.gz 917874 BLAKE2B 69405942af849a8c82d14424a242e77cd9d554155494976402c3eb5d95dcccbf14de5fd3268cb9cf12e0035dcbf88c3724d1684c21612b2f0b0a87cb48de1ec8 SHA512 ad4accccc3457d1ff7238c2941b20aeb532e9b41bf2bf1cb130e428f9af9a7dd18a0e81a4d45fbc98783d8cf90cd105de09d703c70beea7cba5eca58dab1bb69
DIST mutagen-1.41.1.tar.gz 918398 BLAKE2B e164cdca199bd1d18703604ca67722a3bb35ef6d53d8b8be1adbb0baf103ef7e45d4871929085242778726326a927771c589836a021dbd0dfdb83c0d5836f656 SHA512 d40fd74480eedc514d7b7b1d701c0403490cffc8ed3b8aa114ffe91a40c41de0daa0c54d9ad1a89ec211fab59ec271a3b1775c9efcc5661a5e1607e1ecadbea6
DIST mutagen-1.42.0.tar.gz 925894 BLAKE2B fe85f2c47a19276078183f426450ca50ccabab64eec39dfb1535054ee6571b01375210b164dc6c824f74631eb8393c8d5d48b7a7a29443349f30fdb627a74b6f SHA512 26c307023d1ff29c0377cdee1317732a8aba70433a3679127a3d9c8cc5df9e81d143700e7e74a42975485b0510d8bd09dc2b5ec9a737442a6e676f1f0b14c80a
+DIST mutagen-1.43.0.tar.gz 1143839 BLAKE2B 044906b730763e001fa2cb863c8bb1fec45713aca57b6311f783f66218e4f3410987d04d56a1e4fbf41a229860bbb574b4077401e1f2384e70d80fdc9f3b23ad SHA512 66df63705a43befa9cf6688bc8b3acc4fd1559eb28920c105b47a97c35422b5e19527051445daa7aed66facc2e4c14d71058f8560bbd564fecbe56a076491e3f
diff --git a/media-libs/mutagen/mutagen-1.43.0.ebuild b/media-libs/mutagen/mutagen-1.43.0.ebuild
new file mode 100644
index 00000000000..43af0777006
--- /dev/null
+++ b/media-libs/mutagen/mutagen-1.43.0.ebuild
@@ -0,0 +1,44 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python{2_7,3_5,3_6,3_7,3_8} )
+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 )
+BDEPEND="
+ dev-python/setuptools[${PYTHON_USEDEP}]
+ doc? ( dev-python/sphinx )
+ test? (
+ dev-python/hypothesis[${PYTHON_USEDEP}]
+ dev-python/pyflakes[${PYTHON_USEDEP}]
+ dev-python/pytest[${PYTHON_USEDEP}]
+ )
+"
+
+RESTRICT="!test? ( test )"
+
+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
+}
^ permalink raw reply related [flat|nested] 93+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-libs/mutagen/
@ 2019-12-03 5:06 Andreas Sturmlechner
0 siblings, 0 replies; 93+ messages in thread
From: Andreas Sturmlechner @ 2019-12-03 5:06 UTC (permalink / raw
To: gentoo-commits
commit: d659b2b809863c43e08ab4fc3a3c1dcef1f1ca28
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Mon Dec 2 21:58:20 2019 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Tue Dec 3 05:06:04 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d659b2b8
media-libs/mutagen: Cleanup obsolete
Package-Manager: Portage-2.3.80, Repoman-2.3.19
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
media-libs/mutagen/Manifest | 5 ----
media-libs/mutagen/mutagen-1.35.1.ebuild | 45 --------------------------------
media-libs/mutagen/mutagen-1.38.ebuild | 39 ---------------------------
media-libs/mutagen/mutagen-1.39.ebuild | 42 -----------------------------
media-libs/mutagen/mutagen-1.40.0.ebuild | 42 -----------------------------
media-libs/mutagen/mutagen-1.41.1.ebuild | 42 -----------------------------
6 files changed, 215 deletions(-)
diff --git a/media-libs/mutagen/Manifest b/media-libs/mutagen/Manifest
index e4d9dcfead0..104e377b98e 100644
--- a/media-libs/mutagen/Manifest
+++ b/media-libs/mutagen/Manifest
@@ -1,7 +1,2 @@
-DIST mutagen-1.35.1.tar.gz 883772 BLAKE2B 933c689bf4e578c1acb6c16af4071e879db4e0e55d9391f63dc778f535e13337f61812b1fd21741552ac3f9dfb2cd53f210d27b3c98ef7b6bf05b4b046d20d8f SHA512 e411b86d50a7689589b7d300317dc2a2c4893efe47b66d07bdf5fe92f1d08fcc00c314e3ae1f97d706fcaae6c83c7569bb22b557af2dfc469b1d3c4f0388a260
-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
DIST mutagen-1.42.0.tar.gz 925894 BLAKE2B fe85f2c47a19276078183f426450ca50ccabab64eec39dfb1535054ee6571b01375210b164dc6c824f74631eb8393c8d5d48b7a7a29443349f30fdb627a74b6f SHA512 26c307023d1ff29c0377cdee1317732a8aba70433a3679127a3d9c8cc5df9e81d143700e7e74a42975485b0510d8bd09dc2b5ec9a737442a6e676f1f0b14c80a
DIST mutagen-1.43.0.tar.gz 1143839 BLAKE2B 044906b730763e001fa2cb863c8bb1fec45713aca57b6311f783f66218e4f3410987d04d56a1e4fbf41a229860bbb574b4077401e1f2384e70d80fdc9f3b23ad SHA512 66df63705a43befa9cf6688bc8b3acc4fd1559eb28920c105b47a97c35422b5e19527051445daa7aed66facc2e4c14d71058f8560bbd564fecbe56a076491e3f
diff --git a/media-libs/mutagen/mutagen-1.35.1.ebuild b/media-libs/mutagen/mutagen-1.35.1.ebuild
deleted file mode 100644
index 6a033ff26f5..00000000000
--- a/media-libs/mutagen/mutagen-1.35.1.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python{2_7,3_5} )
-
-inherit distutils-r1
-
-DESCRIPTION="Audio metadata tag reader and writer implemented in pure Python"
-HOMEPAGE="https://bitbucket.org/lazka/mutagen https://pypi.org/project/mutagen/"
-SRC_URI="https://bitbucket.org/lazka/${PN}/downloads/${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/pytest[${PYTHON_USEDEP}] )
-"
-
-python_compile_all() {
- use doc && emake -C docs
-}
-
-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-r1_src_test
-}
-
-python_test() {
- esetup.py test
-}
-
-python_install_all() {
- local DOCS=( NEWS README.rst )
- use doc && local HTML_DOCS=( docs/_build/. )
- distutils-r1_python_install_all
-}
diff --git a/media-libs/mutagen/mutagen-1.38.ebuild b/media-libs/mutagen/mutagen-1.38.ebuild
deleted file mode 100644
index 0fada8d1694..00000000000
--- a/media-libs/mutagen/mutagen-1.38.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python{2_7,3_5,3_6} )
-
-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/pytest[${PYTHON_USEDEP}] )
-"
-
-python_compile_all() {
- use doc && emake -C docs
-}
-
-python_test() {
- esetup.py test
-}
-
-python_install_all() {
- local DOCS=( NEWS README.rst )
- use doc && local HTML_DOCS=( docs/_build/. )
- distutils-r1_python_install_all
-}
diff --git a/media-libs/mutagen/mutagen-1.39.ebuild b/media-libs/mutagen/mutagen-1.39.ebuild
deleted file mode 100644
index b7064f996ba..00000000000
--- a/media-libs/mutagen/mutagen-1.39.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python{2_7,3_5,3_6} )
-
-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
-}
-
-python_install_all() {
- local DOCS=( NEWS README.rst )
- use doc && local HTML_DOCS=( docs/_build/. )
- distutils-r1_python_install_all
-}
diff --git a/media-libs/mutagen/mutagen-1.40.0.ebuild b/media-libs/mutagen/mutagen-1.40.0.ebuild
deleted file mode 100644
index e8d16d7b54e..00000000000
--- a/media-libs/mutagen/mutagen-1.40.0.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python{2_7,3_5,3_6} )
-
-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
-}
diff --git a/media-libs/mutagen/mutagen-1.41.1.ebuild b/media-libs/mutagen/mutagen-1.41.1.ebuild
deleted file mode 100644
index 64281a77a2c..00000000000
--- a/media-libs/mutagen/mutagen-1.41.1.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python{2_7,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
-}
^ permalink raw reply related [flat|nested] 93+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-libs/mutagen/
@ 2020-01-14 14:48 Agostino Sarubbo
0 siblings, 0 replies; 93+ messages in thread
From: Agostino Sarubbo @ 2020-01-14 14:48 UTC (permalink / raw
To: gentoo-commits
commit: ea2b7d8ef621bcd7c554fadb068b62ced905cf22
Author: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Tue Jan 14 14:48:01 2020 +0000
Commit: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Tue Jan 14 14:48:01 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ea2b7d8e
media-libs/mutagen: amd64 stable wrt bug #704472
Package-Manager: Portage-2.3.79, Repoman-2.3.16
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>
media-libs/mutagen/mutagen-1.43.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/media-libs/mutagen/mutagen-1.43.0.ebuild b/media-libs/mutagen/mutagen-1.43.0.ebuild
index 97b38f79f8c..1070b0307c4 100644
--- a/media-libs/mutagen/mutagen-1.43.0.ebuild
+++ b/media-libs/mutagen/mutagen-1.43.0.ebuild
@@ -12,7 +12,7 @@ SRC_URI="https://github.com/quodlibet/mutagen/releases/download/release-${PV}/${
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux"
+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
^ permalink raw reply related [flat|nested] 93+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-libs/mutagen/
@ 2020-01-16 18:14 Sergei Trofimovich
0 siblings, 0 replies; 93+ messages in thread
From: Sergei Trofimovich @ 2020-01-16 18:14 UTC (permalink / raw
To: gentoo-commits
commit: 7ecb11a877d704c37a308a6d21baed5576ae56db
Author: Rolf Eike Beer <eike <AT> sf-mail <DOT> de>
AuthorDate: Thu Jan 16 17:23:47 2020 +0000
Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Thu Jan 16 18:14:01 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7ecb11a8
media-libs/mutagen: stable 1.43.0 for hppa, bug #704472
Package-Manager: Portage-2.3.79, Repoman-2.3.16
RepoMan-Options: --include-arches="hppa"
Signed-off-by: Rolf Eike Beer <eike <AT> sf-mail.de>
Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>
media-libs/mutagen/mutagen-1.43.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/media-libs/mutagen/mutagen-1.43.0.ebuild b/media-libs/mutagen/mutagen-1.43.0.ebuild
index 1070b0307c4..eee51ff76ab 100644
--- a/media-libs/mutagen/mutagen-1.43.0.ebuild
+++ b/media-libs/mutagen/mutagen-1.43.0.ebuild
@@ -12,7 +12,7 @@ SRC_URI="https://github.com/quodlibet/mutagen/releases/download/release-${PV}/${
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~alpha amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux"
+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
^ permalink raw reply related [flat|nested] 93+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-libs/mutagen/
@ 2020-01-17 8:07 Sergei Trofimovich
0 siblings, 0 replies; 93+ messages in thread
From: Sergei Trofimovich @ 2020-01-17 8:07 UTC (permalink / raw
To: gentoo-commits
commit: 65d2b29df3628cb9ff4f60513d929702b096c3a3
Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Fri Jan 17 08:06:24 2020 +0000
Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Fri Jan 17 08:06:24 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=65d2b29d
media-libs/mutagen: stable 1.43.0 for ppc, bug #704472
Package-Manager: Portage-2.3.84, Repoman-2.3.20
RepoMan-Options: --include-arches="ppc"
Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>
media-libs/mutagen/mutagen-1.43.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/media-libs/mutagen/mutagen-1.43.0.ebuild b/media-libs/mutagen/mutagen-1.43.0.ebuild
index eee51ff76ab..ec53aac58b4 100644
--- a/media-libs/mutagen/mutagen-1.43.0.ebuild
+++ b/media-libs/mutagen/mutagen-1.43.0.ebuild
@@ -12,7 +12,7 @@ SRC_URI="https://github.com/quodlibet/mutagen/releases/download/release-${PV}/${
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~alpha amd64 hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux"
+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
^ permalink raw reply related [flat|nested] 93+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-libs/mutagen/
@ 2020-01-17 8:09 Sergei Trofimovich
0 siblings, 0 replies; 93+ messages in thread
From: Sergei Trofimovich @ 2020-01-17 8:09 UTC (permalink / raw
To: gentoo-commits
commit: e7a2a606637895298748b40e5c13b31da2a892ef
Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Fri Jan 17 08:08:36 2020 +0000
Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Fri Jan 17 08:08:36 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e7a2a606
media-libs/mutagen: stable 1.43.0 for ppc64, bug #704472
Package-Manager: Portage-2.3.84, Repoman-2.3.20
RepoMan-Options: --include-arches="ppc64"
Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>
media-libs/mutagen/mutagen-1.43.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/media-libs/mutagen/mutagen-1.43.0.ebuild b/media-libs/mutagen/mutagen-1.43.0.ebuild
index ec53aac58b4..571ef19ddf4 100644
--- a/media-libs/mutagen/mutagen-1.43.0.ebuild
+++ b/media-libs/mutagen/mutagen-1.43.0.ebuild
@@ -12,7 +12,7 @@ SRC_URI="https://github.com/quodlibet/mutagen/releases/download/release-${PV}/${
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~alpha amd64 hppa ~ia64 ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux"
+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
^ permalink raw reply related [flat|nested] 93+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-libs/mutagen/
@ 2020-01-17 9:31 Agostino Sarubbo
0 siblings, 0 replies; 93+ messages in thread
From: Agostino Sarubbo @ 2020-01-17 9:31 UTC (permalink / raw
To: gentoo-commits
commit: b937bf227d58af5ccbaf227d357586067e621289
Author: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Fri Jan 17 09:31:37 2020 +0000
Commit: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Fri Jan 17 09:31:37 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b937bf22
media-libs/mutagen: sparc stable wrt bug #704472
Package-Manager: Portage-2.3.79, Repoman-2.3.16
RepoMan-Options: --include-arches="sparc"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>
media-libs/mutagen/mutagen-1.43.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/media-libs/mutagen/mutagen-1.43.0.ebuild b/media-libs/mutagen/mutagen-1.43.0.ebuild
index 571ef19ddf4..2679007c241 100644
--- a/media-libs/mutagen/mutagen-1.43.0.ebuild
+++ b/media-libs/mutagen/mutagen-1.43.0.ebuild
@@ -12,7 +12,7 @@ SRC_URI="https://github.com/quodlibet/mutagen/releases/download/release-${PV}/${
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~alpha amd64 hppa ~ia64 ppc ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux"
+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
^ permalink raw reply related [flat|nested] 93+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-libs/mutagen/
@ 2020-01-17 10:28 Agostino Sarubbo
0 siblings, 0 replies; 93+ messages in thread
From: Agostino Sarubbo @ 2020-01-17 10:28 UTC (permalink / raw
To: gentoo-commits
commit: 739f1a40715d2265c0f8b0aa07748fd4d39494a6
Author: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Fri Jan 17 10:28:47 2020 +0000
Commit: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Fri Jan 17 10:28:47 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=739f1a40
media-libs/mutagen: ia64 stable wrt bug #704472
Package-Manager: Portage-2.3.79, Repoman-2.3.16
RepoMan-Options: --include-arches="ia64"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>
media-libs/mutagen/mutagen-1.43.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/media-libs/mutagen/mutagen-1.43.0.ebuild b/media-libs/mutagen/mutagen-1.43.0.ebuild
index 2679007c241..2d7ea6cd925 100644
--- a/media-libs/mutagen/mutagen-1.43.0.ebuild
+++ b/media-libs/mutagen/mutagen-1.43.0.ebuild
@@ -12,7 +12,7 @@ SRC_URI="https://github.com/quodlibet/mutagen/releases/download/release-${PV}/${
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~alpha amd64 hppa ~ia64 ppc ppc64 sparc ~x86 ~amd64-linux ~x86-linux"
+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
^ permalink raw reply related [flat|nested] 93+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-libs/mutagen/
@ 2020-01-17 10:30 Agostino Sarubbo
0 siblings, 0 replies; 93+ messages in thread
From: Agostino Sarubbo @ 2020-01-17 10:30 UTC (permalink / raw
To: gentoo-commits
commit: 16377294639adca5ff147527711c07c5813b67aa
Author: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Fri Jan 17 10:29:29 2020 +0000
Commit: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Fri Jan 17 10:29:29 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=16377294
media-libs/mutagen: x86 stable wrt bug #704472
Package-Manager: Portage-2.3.79, Repoman-2.3.16
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>
media-libs/mutagen/mutagen-1.43.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/media-libs/mutagen/mutagen-1.43.0.ebuild b/media-libs/mutagen/mutagen-1.43.0.ebuild
index 2d7ea6cd925..08c240895e2 100644
--- a/media-libs/mutagen/mutagen-1.43.0.ebuild
+++ b/media-libs/mutagen/mutagen-1.43.0.ebuild
@@ -12,7 +12,7 @@ SRC_URI="https://github.com/quodlibet/mutagen/releases/download/release-${PV}/${
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~alpha amd64 hppa ia64 ppc ppc64 sparc ~x86 ~amd64-linux ~x86-linux"
+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
^ permalink raw reply related [flat|nested] 93+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-libs/mutagen/
@ 2020-01-26 13:04 Andreas Sturmlechner
0 siblings, 0 replies; 93+ messages in thread
From: Andreas Sturmlechner @ 2020-01-26 13:04 UTC (permalink / raw
To: gentoo-commits
commit: 2b995cf08e4a11c278be46b05c281ac18d33ede6
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun Jan 26 00:58:12 2020 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Jan 26 13:03:43 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2b995cf0
media-libs/mutagen: Drop 1.42.0
Package-Manager: Portage-2.3.85, Repoman-2.3.20
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
media-libs/mutagen/Manifest | 1 -
media-libs/mutagen/mutagen-1.42.0.ebuild | 43 --------------------------------
2 files changed, 44 deletions(-)
diff --git a/media-libs/mutagen/Manifest b/media-libs/mutagen/Manifest
index 104e377b98e..4ba907793a7 100644
--- a/media-libs/mutagen/Manifest
+++ b/media-libs/mutagen/Manifest
@@ -1,2 +1 @@
-DIST mutagen-1.42.0.tar.gz 925894 BLAKE2B fe85f2c47a19276078183f426450ca50ccabab64eec39dfb1535054ee6571b01375210b164dc6c824f74631eb8393c8d5d48b7a7a29443349f30fdb627a74b6f SHA512 26c307023d1ff29c0377cdee1317732a8aba70433a3679127a3d9c8cc5df9e81d143700e7e74a42975485b0510d8bd09dc2b5ec9a737442a6e676f1f0b14c80a
DIST mutagen-1.43.0.tar.gz 1143839 BLAKE2B 044906b730763e001fa2cb863c8bb1fec45713aca57b6311f783f66218e4f3410987d04d56a1e4fbf41a229860bbb574b4077401e1f2384e70d80fdc9f3b23ad SHA512 66df63705a43befa9cf6688bc8b3acc4fd1559eb28920c105b47a97c35422b5e19527051445daa7aed66facc2e4c14d71058f8560bbd564fecbe56a076491e3f
diff --git a/media-libs/mutagen/mutagen-1.42.0.ebuild b/media-libs/mutagen/mutagen-1.42.0.ebuild
deleted file mode 100644
index 0fe93f480d8..00000000000
--- a/media-libs/mutagen/mutagen-1.42.0.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python{2_7,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"
-RESTRICT="!test? ( 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
-}
^ permalink raw reply related [flat|nested] 93+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-libs/mutagen/
@ 2020-03-05 1:31 Sebastian Pipping
0 siblings, 0 replies; 93+ messages in thread
From: Sebastian Pipping @ 2020-03-05 1:31 UTC (permalink / raw
To: gentoo-commits
commit: d25132b9d73b250863ef0a7ca7424af2aad0b0fc
Author: Sebastian Pipping <sping <AT> gentoo <DOT> org>
AuthorDate: Thu Mar 5 01:30:01 2020 +0000
Commit: Sebastian Pipping <sping <AT> gentoo <DOT> org>
CommitDate: Thu Mar 5 01:30:52 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d25132b9
media-libs/mutagen: 1.44.0
Signed-off-by: Sebastian Pipping <sping <AT> gentoo.org>
Package-Manager: Portage-2.3.89, Repoman-2.3.20
media-libs/mutagen/Manifest | 1 +
media-libs/mutagen/mutagen-1.44.0.ebuild | 44 ++++++++++++++++++++++++++++++++
2 files changed, 45 insertions(+)
diff --git a/media-libs/mutagen/Manifest b/media-libs/mutagen/Manifest
index 4ba907793a7..a79bcd75a63 100644
--- a/media-libs/mutagen/Manifest
+++ b/media-libs/mutagen/Manifest
@@ -1 +1,2 @@
DIST mutagen-1.43.0.tar.gz 1143839 BLAKE2B 044906b730763e001fa2cb863c8bb1fec45713aca57b6311f783f66218e4f3410987d04d56a1e4fbf41a229860bbb574b4077401e1f2384e70d80fdc9f3b23ad SHA512 66df63705a43befa9cf6688bc8b3acc4fd1559eb28920c105b47a97c35422b5e19527051445daa7aed66facc2e4c14d71058f8560bbd564fecbe56a076491e3f
+DIST mutagen-1.44.0.tar.gz 1143320 BLAKE2B 9e4ad11b7ee560a4940e3eaaecdb8b0fad4db54fd1fa9e4f925d84e55c217eb002e07602817fa92f6db9fdd6b6b339d5e147874bf587604c18b665d980d6604a SHA512 88c8c181b1333989451533951727b7c43e4a012defd3fd1f7ddd970d083f938783d61f98970e74c677ee9725dac92c47ee37af4bd7a474e85c7a56793c6063a8
diff --git a/media-libs/mutagen/mutagen-1.44.0.ebuild b/media-libs/mutagen/mutagen-1.44.0.ebuild
new file mode 100644
index 00000000000..ab9df43a427
--- /dev/null
+++ b/media-libs/mutagen/mutagen-1.44.0.ebuild
@@ -0,0 +1,44 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{6,7,8} )
+DISTUTILS_USE_SETUPTOOLS=rdepend
+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 )
+BDEPEND="
+ doc? ( dev-python/sphinx )
+ test? (
+ dev-python/hypothesis[${PYTHON_USEDEP}]
+ dev-python/pyflakes[${PYTHON_USEDEP}]
+ dev-python/pytest[${PYTHON_USEDEP}]
+ )
+"
+
+RESTRICT="!test? ( test )"
+
+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
+}
^ permalink raw reply related [flat|nested] 93+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-libs/mutagen/
@ 2020-09-20 9:36 Michał Górny
0 siblings, 0 replies; 93+ messages in thread
From: Michał Górny @ 2020-09-20 9:36 UTC (permalink / raw
To: gentoo-commits
commit: f02ea1efc23f1f2b90147ba2018a952a469e6f2b
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Sep 20 09:10:27 2020 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Sep 20 09:36:19 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f02ea1ef
media-libs/mutagen: Remove python2
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
media-libs/mutagen/{mutagen-1.43.0.ebuild => mutagen-1.43.0-r1.ebuild} | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/media-libs/mutagen/mutagen-1.43.0.ebuild b/media-libs/mutagen/mutagen-1.43.0-r1.ebuild
similarity index 96%
rename from media-libs/mutagen/mutagen-1.43.0.ebuild
rename to media-libs/mutagen/mutagen-1.43.0-r1.ebuild
index 8792a7ca329..9bf25d7b133 100644
--- a/media-libs/mutagen/mutagen-1.43.0.ebuild
+++ b/media-libs/mutagen/mutagen-1.43.0-r1.ebuild
@@ -3,7 +3,7 @@
EAPI=7
-PYTHON_COMPAT=( python{2_7,3_6,3_7,3_8} )
+PYTHON_COMPAT=( python{3_6,3_7,3_8} )
inherit distutils-r1
DESCRIPTION="Audio metadata tag reader and writer implemented in pure Python"
^ permalink raw reply related [flat|nested] 93+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-libs/mutagen/
@ 2020-09-20 22:40 Thomas Deutschmann
0 siblings, 0 replies; 93+ messages in thread
From: Thomas Deutschmann @ 2020-09-20 22:40 UTC (permalink / raw
To: gentoo-commits
commit: b3d3a6ee48755645ba3f39961af9a5c4fe70f54c
Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
AuthorDate: Sun Sep 20 22:37:23 2020 +0000
Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
CommitDate: Sun Sep 20 22:39:54 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b3d3a6ee
media-libs/mutagen: x86 stable (bug #743529)
Package-Manager: Portage-3.0.7, Repoman-3.0.1
Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org>
media-libs/mutagen/mutagen-1.44.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/media-libs/mutagen/mutagen-1.44.0.ebuild b/media-libs/mutagen/mutagen-1.44.0.ebuild
index ab9df43a427..8b15b70fa96 100644
--- a/media-libs/mutagen/mutagen-1.44.0.ebuild
+++ b/media-libs/mutagen/mutagen-1.44.0.ebuild
@@ -13,7 +13,7 @@ SRC_URI="https://github.com/quodlibet/mutagen/releases/download/release-${PV}/${
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux"
+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
^ permalink raw reply related [flat|nested] 93+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-libs/mutagen/
@ 2020-09-23 10:24 Agostino Sarubbo
0 siblings, 0 replies; 93+ messages in thread
From: Agostino Sarubbo @ 2020-09-23 10:24 UTC (permalink / raw
To: gentoo-commits
commit: 70e0e525ecd81047d3674d1437dbdee04e47d2e7
Author: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Wed Sep 23 10:23:13 2020 +0000
Commit: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Wed Sep 23 10:23:13 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=70e0e525
media-libs/mutagen: ppc stable wrt bug #743529
Package-Manager: Portage-2.3.103, Repoman-2.3.23
RepoMan-Options: --include-arches="ppc"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>
media-libs/mutagen/mutagen-1.44.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/media-libs/mutagen/mutagen-1.44.0.ebuild b/media-libs/mutagen/mutagen-1.44.0.ebuild
index 8b15b70fa96..a79ea6b5275 100644
--- a/media-libs/mutagen/mutagen-1.44.0.ebuild
+++ b/media-libs/mutagen/mutagen-1.44.0.ebuild
@@ -13,7 +13,7 @@ SRC_URI="https://github.com/quodlibet/mutagen/releases/download/release-${PV}/${
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc x86 ~amd64-linux ~x86-linux"
+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
^ permalink raw reply related [flat|nested] 93+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-libs/mutagen/
@ 2020-09-23 10:29 Agostino Sarubbo
0 siblings, 0 replies; 93+ messages in thread
From: Agostino Sarubbo @ 2020-09-23 10:29 UTC (permalink / raw
To: gentoo-commits
commit: fff06e34a912c827629a0e9bb668ae82172eedad
Author: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Wed Sep 23 10:27:29 2020 +0000
Commit: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Wed Sep 23 10:29:17 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fff06e34
media-libs/mutagen: ppc64 stable wrt bug #743529
Package-Manager: Portage-2.3.103, Repoman-2.3.23
RepoMan-Options: --include-arches="ppc64"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>
media-libs/mutagen/mutagen-1.44.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/media-libs/mutagen/mutagen-1.44.0.ebuild b/media-libs/mutagen/mutagen-1.44.0.ebuild
index a79ea6b5275..1794f9bbe91 100644
--- a/media-libs/mutagen/mutagen-1.44.0.ebuild
+++ b/media-libs/mutagen/mutagen-1.44.0.ebuild
@@ -13,7 +13,7 @@ SRC_URI="https://github.com/quodlibet/mutagen/releases/download/release-${PV}/${
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ppc ~ppc64 ~sparc x86 ~amd64-linux ~x86-linux"
+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
^ permalink raw reply related [flat|nested] 93+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-libs/mutagen/
@ 2020-09-24 6:55 Agostino Sarubbo
0 siblings, 0 replies; 93+ messages in thread
From: Agostino Sarubbo @ 2020-09-24 6:55 UTC (permalink / raw
To: gentoo-commits
commit: 8f5e17ec003c934c0972aab178f3f08d4b061919
Author: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Thu Sep 24 06:54:52 2020 +0000
Commit: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Thu Sep 24 06:54:52 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8f5e17ec
media-libs/mutagen: sparc stable wrt bug #743529
Package-Manager: Portage-2.3.103, Repoman-2.3.23
RepoMan-Options: --include-arches="sparc"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>
media-libs/mutagen/mutagen-1.44.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/media-libs/mutagen/mutagen-1.44.0.ebuild b/media-libs/mutagen/mutagen-1.44.0.ebuild
index 1794f9bbe91..fbfc42e0aad 100644
--- a/media-libs/mutagen/mutagen-1.44.0.ebuild
+++ b/media-libs/mutagen/mutagen-1.44.0.ebuild
@@ -13,7 +13,7 @@ SRC_URI="https://github.com/quodlibet/mutagen/releases/download/release-${PV}/${
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ppc ppc64 ~sparc x86 ~amd64-linux ~x86-linux"
+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
^ permalink raw reply related [flat|nested] 93+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-libs/mutagen/
@ 2020-10-09 11:47 Miroslav Šulc
0 siblings, 0 replies; 93+ messages in thread
From: Miroslav Šulc @ 2020-10-09 11:47 UTC (permalink / raw
To: gentoo-commits
commit: b2d22c28d3193e38e0f685762d9f662f972b6558
Author: Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
AuthorDate: Fri Oct 9 11:47:34 2020 +0000
Commit: Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
CommitDate: Fri Oct 9 11:47:50 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b2d22c28
media-libs/mutagen: bump to 1.45.1 (+py3.9, new docs dep)
Package-Manager: Portage-3.0.8, Repoman-3.0.1
Signed-off-by: Miroslav Šulc <fordfrog <AT> gentoo.org>
media-libs/mutagen/Manifest | 1 +
media-libs/mutagen/mutagen-1.45.1.ebuild | 47 ++++++++++++++++++++++++++++++++
2 files changed, 48 insertions(+)
diff --git a/media-libs/mutagen/Manifest b/media-libs/mutagen/Manifest
index a79bcd75a63..b656b83c3eb 100644
--- a/media-libs/mutagen/Manifest
+++ b/media-libs/mutagen/Manifest
@@ -1,2 +1,3 @@
DIST mutagen-1.43.0.tar.gz 1143839 BLAKE2B 044906b730763e001fa2cb863c8bb1fec45713aca57b6311f783f66218e4f3410987d04d56a1e4fbf41a229860bbb574b4077401e1f2384e70d80fdc9f3b23ad SHA512 66df63705a43befa9cf6688bc8b3acc4fd1559eb28920c105b47a97c35422b5e19527051445daa7aed66facc2e4c14d71058f8560bbd564fecbe56a076491e3f
DIST mutagen-1.44.0.tar.gz 1143320 BLAKE2B 9e4ad11b7ee560a4940e3eaaecdb8b0fad4db54fd1fa9e4f925d84e55c217eb002e07602817fa92f6db9fdd6b6b339d5e147874bf587604c18b665d980d6604a SHA512 88c8c181b1333989451533951727b7c43e4a012defd3fd1f7ddd970d083f938783d61f98970e74c677ee9725dac92c47ee37af4bd7a474e85c7a56793c6063a8
+DIST mutagen-1.45.1.tar.gz 1285455 BLAKE2B a1e29698d96b4c98f16e18dd8b3f902e41dcc4409d01da861a726a6a9fbd7f116e07b4e1872b8b3857f0eec080d18bac736de741635746f5c71416a3a8ef6e78 SHA512 c5244efa01b9de5ec22ceca39e55f34b933ca4a5bec0f2088fd3adca657f0230cbe85cd5e156db1d90fb44d9339bc94dc3bdcd3e49f1b0d46bc3d71ece6b45d8
diff --git a/media-libs/mutagen/mutagen-1.45.1.ebuild b/media-libs/mutagen/mutagen-1.45.1.ebuild
new file mode 100644
index 00000000000..a4cddd5a2b2
--- /dev/null
+++ b/media-libs/mutagen/mutagen-1.45.1.ebuild
@@ -0,0 +1,47 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{6,7,8,9} )
+DISTUTILS_USE_SETUPTOOLS=rdepend
+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 )
+BDEPEND="
+ doc? (
+ dev-python/sphinx
+ dev-python/sphinx_rtd_theme
+ )
+ test? (
+ dev-python/hypothesis[${PYTHON_USEDEP}]
+ dev-python/pyflakes[${PYTHON_USEDEP}]
+ dev-python/pytest[${PYTHON_USEDEP}]
+ )
+"
+
+RESTRICT="!test? ( test )"
+
+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
+}
^ permalink raw reply related [flat|nested] 93+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-libs/mutagen/
@ 2020-11-08 10:29 Sam James
0 siblings, 0 replies; 93+ messages in thread
From: Sam James @ 2020-11-08 10:29 UTC (permalink / raw
To: gentoo-commits
commit: fac1b157200fc2ca59a32a738dcedb9613cee2f8
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Nov 8 10:27:43 2020 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Nov 8 10:27:43 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fac1b157
media-libs/mutagen: Stabilize 1.44.0 amd64, #743529
Signed-off-by: Sam James <sam <AT> gentoo.org>
media-libs/mutagen/mutagen-1.44.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/media-libs/mutagen/mutagen-1.44.0.ebuild b/media-libs/mutagen/mutagen-1.44.0.ebuild
index fbfc42e0aad..2f2e567b1c0 100644
--- a/media-libs/mutagen/mutagen-1.44.0.ebuild
+++ b/media-libs/mutagen/mutagen-1.44.0.ebuild
@@ -13,7 +13,7 @@ SRC_URI="https://github.com/quodlibet/mutagen/releases/download/release-${PV}/${
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ppc ppc64 sparc x86 ~amd64-linux ~x86-linux"
+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
^ permalink raw reply related [flat|nested] 93+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-libs/mutagen/
@ 2020-11-12 0:35 Thomas Deutschmann
0 siblings, 0 replies; 93+ messages in thread
From: Thomas Deutschmann @ 2020-11-12 0:35 UTC (permalink / raw
To: gentoo-commits
commit: 3b3380938b398dc5e6866c52d97e3e74180dadaf
Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
AuthorDate: Thu Nov 12 00:29:16 2020 +0000
Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
CommitDate: Thu Nov 12 00:35:34 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3b338093
media-libs/mutagen: x86 stable (bug #753680)
Package-Manager: Portage-3.0.9, Repoman-3.0.2
Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org>
media-libs/mutagen/mutagen-1.45.1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/media-libs/mutagen/mutagen-1.45.1.ebuild b/media-libs/mutagen/mutagen-1.45.1.ebuild
index a4cddd5a2b2..18cfbb3a905 100644
--- a/media-libs/mutagen/mutagen-1.45.1.ebuild
+++ b/media-libs/mutagen/mutagen-1.45.1.ebuild
@@ -13,7 +13,7 @@ SRC_URI="https://github.com/quodlibet/mutagen/releases/download/release-${PV}/${
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux"
+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
^ permalink raw reply related [flat|nested] 93+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-libs/mutagen/
@ 2020-11-17 18:55 Agostino Sarubbo
0 siblings, 0 replies; 93+ messages in thread
From: Agostino Sarubbo @ 2020-11-17 18:55 UTC (permalink / raw
To: gentoo-commits
commit: 5d023622636cbd36e9e4d1d5aec4fc5617da1fd1
Author: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Tue Nov 17 18:55:09 2020 +0000
Commit: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Tue Nov 17 18:55:29 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5d023622
media-libs/mutagen: ppc64 stable wrt bug #753680
Package-Manager: Portage-3.0.8, Repoman-3.0.2
RepoMan-Options: --include-arches="ppc64"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>
media-libs/mutagen/mutagen-1.45.1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/media-libs/mutagen/mutagen-1.45.1.ebuild b/media-libs/mutagen/mutagen-1.45.1.ebuild
index 13d15483908..852684da21f 100644
--- a/media-libs/mutagen/mutagen-1.45.1.ebuild
+++ b/media-libs/mutagen/mutagen-1.45.1.ebuild
@@ -13,7 +13,7 @@ SRC_URI="https://github.com/quodlibet/mutagen/releases/download/release-${PV}/${
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ppc ~ppc64 ~sparc x86 ~amd64-linux ~x86-linux"
+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
^ permalink raw reply related [flat|nested] 93+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-libs/mutagen/
@ 2020-11-18 15:07 Agostino Sarubbo
0 siblings, 0 replies; 93+ messages in thread
From: Agostino Sarubbo @ 2020-11-18 15:07 UTC (permalink / raw
To: gentoo-commits
commit: 83b295552a22d0310773eca0028a204a82640da3
Author: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Wed Nov 18 15:07:31 2020 +0000
Commit: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Wed Nov 18 15:07:31 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=83b29555
media-libs/mutagen: sparc stable wrt bug #753680
Package-Manager: Portage-3.0.8, Repoman-3.0.2
RepoMan-Options: --include-arches="sparc"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>
media-libs/mutagen/mutagen-1.45.1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/media-libs/mutagen/mutagen-1.45.1.ebuild b/media-libs/mutagen/mutagen-1.45.1.ebuild
index 852684da21f..eef29499eb0 100644
--- a/media-libs/mutagen/mutagen-1.45.1.ebuild
+++ b/media-libs/mutagen/mutagen-1.45.1.ebuild
@@ -13,7 +13,7 @@ SRC_URI="https://github.com/quodlibet/mutagen/releases/download/release-${PV}/${
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ppc ppc64 ~sparc x86 ~amd64-linux ~x86-linux"
+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
^ permalink raw reply related [flat|nested] 93+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-libs/mutagen/
@ 2020-11-23 16:39 Sergei Trofimovich
0 siblings, 0 replies; 93+ messages in thread
From: Sergei Trofimovich @ 2020-11-23 16:39 UTC (permalink / raw
To: gentoo-commits
commit: 9e085749a27d00c648f01dda142d8d7c087ed58f
Author: Rolf Eike Beer <eike <AT> sf-mail <DOT> de>
AuthorDate: Mon Nov 23 16:28:54 2020 +0000
Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Mon Nov 23 16:38:53 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9e085749
media-libs/mutagen: drop to ~hppa
Package-Manager: Portage-3.0.9, Repoman-3.0.2
RepoMan-Options: --include-arches="hppa"
Signed-off-by: Rolf Eike Beer <eike <AT> sf-mail.de>
Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>
media-libs/mutagen/mutagen-1.43.0-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/media-libs/mutagen/mutagen-1.43.0-r1.ebuild b/media-libs/mutagen/mutagen-1.43.0-r1.ebuild
index 9bf25d7b133..7a24a1f153d 100644
--- a/media-libs/mutagen/mutagen-1.43.0-r1.ebuild
+++ b/media-libs/mutagen/mutagen-1.43.0-r1.ebuild
@@ -12,7 +12,7 @@ SRC_URI="https://github.com/quodlibet/mutagen/releases/download/release-${PV}/${
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~alpha amd64 hppa ~ia64 ppc ppc64 sparc x86 ~amd64-linux ~x86-linux"
+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
^ permalink raw reply related [flat|nested] 93+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-libs/mutagen/
@ 2020-12-10 2:16 Matt Turner
0 siblings, 0 replies; 93+ messages in thread
From: Matt Turner @ 2020-12-10 2:16 UTC (permalink / raw
To: gentoo-commits
commit: a610fb4491a9c2d9abdaff516a0e63006308b115
Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Thu Dec 10 02:14:30 2020 +0000
Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Thu Dec 10 02:14:30 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a610fb44
media-libs/mutagen: Drop ~alpha keywords
Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
media-libs/mutagen/mutagen-1.43.0-r1.ebuild | 2 +-
media-libs/mutagen/mutagen-1.44.0.ebuild | 2 +-
media-libs/mutagen/mutagen-1.45.1.ebuild | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/media-libs/mutagen/mutagen-1.43.0-r1.ebuild b/media-libs/mutagen/mutagen-1.43.0-r1.ebuild
index 7a24a1f153d..cd4960aed42 100644
--- a/media-libs/mutagen/mutagen-1.43.0-r1.ebuild
+++ b/media-libs/mutagen/mutagen-1.43.0-r1.ebuild
@@ -12,7 +12,7 @@ SRC_URI="https://github.com/quodlibet/mutagen/releases/download/release-${PV}/${
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~alpha amd64 ~hppa ~ia64 ppc ppc64 sparc x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 ~hppa ~ia64 ppc ppc64 sparc x86 ~amd64-linux ~x86-linux"
IUSE="doc test"
# TODO: Missing support for >=dev-python/eyeD3-0.7 API
diff --git a/media-libs/mutagen/mutagen-1.44.0.ebuild b/media-libs/mutagen/mutagen-1.44.0.ebuild
index 2f2e567b1c0..f7b63e44746 100644
--- a/media-libs/mutagen/mutagen-1.44.0.ebuild
+++ b/media-libs/mutagen/mutagen-1.44.0.ebuild
@@ -13,7 +13,7 @@ SRC_URI="https://github.com/quodlibet/mutagen/releases/download/release-${PV}/${
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~alpha amd64 ~hppa ~ia64 ppc ppc64 sparc x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 ~hppa ~ia64 ppc ppc64 sparc x86 ~amd64-linux ~x86-linux"
IUSE="doc test"
# TODO: Missing support for >=dev-python/eyeD3-0.7 API
diff --git a/media-libs/mutagen/mutagen-1.45.1.ebuild b/media-libs/mutagen/mutagen-1.45.1.ebuild
index eef29499eb0..6ed3bcbd025 100644
--- a/media-libs/mutagen/mutagen-1.45.1.ebuild
+++ b/media-libs/mutagen/mutagen-1.45.1.ebuild
@@ -13,7 +13,7 @@ SRC_URI="https://github.com/quodlibet/mutagen/releases/download/release-${PV}/${
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ppc ppc64 sparc x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~amd64 ~hppa ~ia64 ppc ppc64 sparc x86 ~amd64-linux ~x86-linux"
IUSE="doc test"
# TODO: Missing support for >=dev-python/eyeD3-0.7 API
^ permalink raw reply related [flat|nested] 93+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-libs/mutagen/
@ 2020-12-22 0:23 Sam James
0 siblings, 0 replies; 93+ messages in thread
From: Sam James @ 2020-12-22 0:23 UTC (permalink / raw
To: gentoo-commits
commit: d4b442327d0ad699da2eeedf874a40edfdfbc984
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Dec 21 23:58:06 2020 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Dec 21 23:58:27 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d4b44232
media-libs/mutagen: Stabilize 1.45.1 amd64, #753680
Signed-off-by: Sam James <sam <AT> gentoo.org>
media-libs/mutagen/mutagen-1.45.1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/media-libs/mutagen/mutagen-1.45.1.ebuild b/media-libs/mutagen/mutagen-1.45.1.ebuild
index 6ed3bcbd025..73e06494628 100644
--- a/media-libs/mutagen/mutagen-1.45.1.ebuild
+++ b/media-libs/mutagen/mutagen-1.45.1.ebuild
@@ -13,7 +13,7 @@ SRC_URI="https://github.com/quodlibet/mutagen/releases/download/release-${PV}/${
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~amd64 ~hppa ~ia64 ppc ppc64 sparc x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 ~hppa ~ia64 ppc ppc64 sparc x86 ~amd64-linux ~x86-linux"
IUSE="doc test"
# TODO: Missing support for >=dev-python/eyeD3-0.7 API
^ permalink raw reply related [flat|nested] 93+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-libs/mutagen/
@ 2020-12-22 13:23 Miroslav Šulc
0 siblings, 0 replies; 93+ messages in thread
From: Miroslav Šulc @ 2020-12-22 13:23 UTC (permalink / raw
To: gentoo-commits
commit: bfe702077f6549d7a43d1b240147a6cac581b249
Author: Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
AuthorDate: Tue Dec 22 13:23:01 2020 +0000
Commit: Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
CommitDate: Tue Dec 22 13:23:01 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bfe70207
media-libs/mutagen: removed obsolete 1.43.0-r1 & 1.44.0
Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Miroslav Šulc <fordfrog <AT> gentoo.org>
media-libs/mutagen/Manifest | 2 --
media-libs/mutagen/mutagen-1.43.0-r1.ebuild | 44 -----------------------------
media-libs/mutagen/mutagen-1.44.0.ebuild | 44 -----------------------------
3 files changed, 90 deletions(-)
diff --git a/media-libs/mutagen/Manifest b/media-libs/mutagen/Manifest
index b656b83c3eb..88bf33b869d 100644
--- a/media-libs/mutagen/Manifest
+++ b/media-libs/mutagen/Manifest
@@ -1,3 +1 @@
-DIST mutagen-1.43.0.tar.gz 1143839 BLAKE2B 044906b730763e001fa2cb863c8bb1fec45713aca57b6311f783f66218e4f3410987d04d56a1e4fbf41a229860bbb574b4077401e1f2384e70d80fdc9f3b23ad SHA512 66df63705a43befa9cf6688bc8b3acc4fd1559eb28920c105b47a97c35422b5e19527051445daa7aed66facc2e4c14d71058f8560bbd564fecbe56a076491e3f
-DIST mutagen-1.44.0.tar.gz 1143320 BLAKE2B 9e4ad11b7ee560a4940e3eaaecdb8b0fad4db54fd1fa9e4f925d84e55c217eb002e07602817fa92f6db9fdd6b6b339d5e147874bf587604c18b665d980d6604a SHA512 88c8c181b1333989451533951727b7c43e4a012defd3fd1f7ddd970d083f938783d61f98970e74c677ee9725dac92c47ee37af4bd7a474e85c7a56793c6063a8
DIST mutagen-1.45.1.tar.gz 1285455 BLAKE2B a1e29698d96b4c98f16e18dd8b3f902e41dcc4409d01da861a726a6a9fbd7f116e07b4e1872b8b3857f0eec080d18bac736de741635746f5c71416a3a8ef6e78 SHA512 c5244efa01b9de5ec22ceca39e55f34b933ca4a5bec0f2088fd3adca657f0230cbe85cd5e156db1d90fb44d9339bc94dc3bdcd3e49f1b0d46bc3d71ece6b45d8
diff --git a/media-libs/mutagen/mutagen-1.43.0-r1.ebuild b/media-libs/mutagen/mutagen-1.43.0-r1.ebuild
deleted file mode 100644
index cd4960aed42..00000000000
--- a/media-libs/mutagen/mutagen-1.43.0-r1.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python{3_6,3_7,3_8} )
-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="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 )
-BDEPEND="
- dev-python/setuptools[${PYTHON_USEDEP}]
- doc? ( dev-python/sphinx )
- test? (
- dev-python/hypothesis[${PYTHON_USEDEP}]
- dev-python/pyflakes[${PYTHON_USEDEP}]
- dev-python/pytest[${PYTHON_USEDEP}]
- )
-"
-
-RESTRICT="!test? ( test )"
-
-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
-}
diff --git a/media-libs/mutagen/mutagen-1.44.0.ebuild b/media-libs/mutagen/mutagen-1.44.0.ebuild
deleted file mode 100644
index f7b63e44746..00000000000
--- a/media-libs/mutagen/mutagen-1.44.0.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{6,7,8} )
-DISTUTILS_USE_SETUPTOOLS=rdepend
-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="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 )
-BDEPEND="
- doc? ( dev-python/sphinx )
- test? (
- dev-python/hypothesis[${PYTHON_USEDEP}]
- dev-python/pyflakes[${PYTHON_USEDEP}]
- dev-python/pytest[${PYTHON_USEDEP}]
- )
-"
-
-RESTRICT="!test? ( test )"
-
-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
-}
^ permalink raw reply related [flat|nested] 93+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-libs/mutagen/
@ 2021-05-25 16:05 Michał Górny
0 siblings, 0 replies; 93+ messages in thread
From: Michał Górny @ 2021-05-25 16:05 UTC (permalink / raw
To: gentoo-commits
commit: 20c16061a5beacf338203117ee02f204c4689c1e
Author: Zamarin Arthur <arthurzam <AT> gmail <DOT> com>
AuthorDate: Tue May 25 14:40:35 2021 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue May 25 16:05:03 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=20c16061
media-libs/mutagen: clean tests
Signed-off-by: Zamarin Arthur <arthurzam <AT> gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/20984
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
media-libs/mutagen/mutagen-1.45.1.ebuild | 17 ++++++++---------
1 file changed, 8 insertions(+), 9 deletions(-)
diff --git a/media-libs/mutagen/mutagen-1.45.1.ebuild b/media-libs/mutagen/mutagen-1.45.1.ebuild
index bc580066567..6c482da9106 100644
--- a/media-libs/mutagen/mutagen-1.45.1.ebuild
+++ b/media-libs/mutagen/mutagen-1.45.1.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
-PYTHON_COMPAT=( python3_{7,8,9} )
+PYTHON_COMPAT=( python3_{7..9} )
inherit distutils-r1
DESCRIPTION="Audio metadata tag reader and writer implemented in pure Python"
@@ -13,25 +13,24 @@ SRC_URI="https://github.com/quodlibet/mutagen/releases/download/release-${PV}/${
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="amd64 ~hppa ~ia64 ppc ppc64 sparc x86 ~amd64-linux ~x86-linux"
-IUSE="test"
-# TODO: Missing support for >=dev-python/eyeD3-0.7 API
-# test? ( >=dev-python/eyeD3-0.7 )
BDEPEND="
test? (
+ dev-python/eyeD3[${PYTHON_USEDEP}]
dev-python/hypothesis[${PYTHON_USEDEP}]
dev-python/pyflakes[${PYTHON_USEDEP}]
- dev-python/pytest[${PYTHON_USEDEP}]
)
"
-RESTRICT="!test? ( test )"
-
DOCS=( NEWS README.rst )
+distutils_enable_tests pytest
distutils_enable_sphinx docs \
dev-python/sphinx_rtd_theme
python_test() {
- esetup.py test --no-quality
+ local deselect=(
+ tests/quality/test_flake8.py
+ )
+ epytest ${deselect[@]/#/--deselect }
}
^ permalink raw reply related [flat|nested] 93+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-libs/mutagen/
@ 2021-05-25 16:05 Michał Górny
0 siblings, 0 replies; 93+ messages in thread
From: Michał Górny @ 2021-05-25 16:05 UTC (permalink / raw
To: gentoo-commits
commit: e7b6b7bf15db0f610d47d324b564abc244a76a7f
Author: Zamarin Arthur <arthurzam <AT> gmail <DOT> com>
AuthorDate: Tue May 25 14:14:18 2021 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue May 25 16:05:02 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e7b6b7bf
media-libs/mutagen: cleanup doc generation
Signed-off-by: Zamarin Arthur <arthurzam <AT> gmail.com>
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
media-libs/mutagen/mutagen-1.45.1.ebuild | 20 +++++---------------
1 file changed, 5 insertions(+), 15 deletions(-)
diff --git a/media-libs/mutagen/mutagen-1.45.1.ebuild b/media-libs/mutagen/mutagen-1.45.1.ebuild
index 2f34aa45389..bc580066567 100644
--- a/media-libs/mutagen/mutagen-1.45.1.ebuild
+++ b/media-libs/mutagen/mutagen-1.45.1.ebuild
@@ -4,7 +4,6 @@
EAPI=7
PYTHON_COMPAT=( python3_{7,8,9} )
-DISTUTILS_USE_SETUPTOOLS=rdepend
inherit distutils-r1
DESCRIPTION="Audio metadata tag reader and writer implemented in pure Python"
@@ -14,15 +13,11 @@ SRC_URI="https://github.com/quodlibet/mutagen/releases/download/release-${PV}/${
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="amd64 ~hppa ~ia64 ppc ppc64 sparc x86 ~amd64-linux ~x86-linux"
-IUSE="doc test"
+IUSE="test"
# TODO: Missing support for >=dev-python/eyeD3-0.7 API
# test? ( >=dev-python/eyeD3-0.7 )
BDEPEND="
- doc? (
- dev-python/sphinx
- dev-python/sphinx_rtd_theme
- )
test? (
dev-python/hypothesis[${PYTHON_USEDEP}]
dev-python/pyflakes[${PYTHON_USEDEP}]
@@ -32,16 +27,11 @@ BDEPEND="
RESTRICT="!test? ( test )"
-python_compile_all() {
- use doc && emake -C docs
-}
+DOCS=( NEWS README.rst )
+
+distutils_enable_sphinx docs \
+ dev-python/sphinx_rtd_theme
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
-}
^ permalink raw reply related [flat|nested] 93+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-libs/mutagen/
@ 2021-08-19 21:30 Michał Górny
0 siblings, 0 replies; 93+ messages in thread
From: Michał Górny @ 2021-08-19 21:30 UTC (permalink / raw
To: gentoo-commits
commit: 38472db99f9653218a120b608aded25286d10361
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu Aug 19 21:27:53 2021 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu Aug 19 21:27:53 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=38472db9
media-libs/mutagen: Enable py3.10
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
media-libs/mutagen/mutagen-1.45.1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/media-libs/mutagen/mutagen-1.45.1.ebuild b/media-libs/mutagen/mutagen-1.45.1.ebuild
index 6c482da9106..5f072739dab 100644
--- a/media-libs/mutagen/mutagen-1.45.1.ebuild
+++ b/media-libs/mutagen/mutagen-1.45.1.ebuild
@@ -3,7 +3,7 @@
EAPI=7
-PYTHON_COMPAT=( python3_{7..9} )
+PYTHON_COMPAT=( python3_{8..10} )
inherit distutils-r1
DESCRIPTION="Audio metadata tag reader and writer implemented in pure Python"
^ permalink raw reply related [flat|nested] 93+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-libs/mutagen/
@ 2021-08-24 21:02 Marek Szuba
0 siblings, 0 replies; 93+ messages in thread
From: Marek Szuba @ 2021-08-24 21:02 UTC (permalink / raw
To: gentoo-commits
commit: c2af8a120db2a19fb1bd04a06b835e4dc4a2d539
Author: Marek Szuba <marecki <AT> gentoo <DOT> org>
AuthorDate: Tue Aug 24 14:46:05 2021 +0000
Commit: Marek Szuba <marecki <AT> gentoo <DOT> org>
CommitDate: Tue Aug 24 21:01:50 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c2af8a12
media-libs/mutagen: keyword 1.45.1 for ~riscv
Signed-off-by: Marek Szuba <marecki <AT> gentoo.org>
media-libs/mutagen/mutagen-1.45.1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/media-libs/mutagen/mutagen-1.45.1.ebuild b/media-libs/mutagen/mutagen-1.45.1.ebuild
index 5f072739dab..77ec394e10d 100644
--- a/media-libs/mutagen/mutagen-1.45.1.ebuild
+++ b/media-libs/mutagen/mutagen-1.45.1.ebuild
@@ -12,7 +12,7 @@ SRC_URI="https://github.com/quodlibet/mutagen/releases/download/release-${PV}/${
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="amd64 ~hppa ~ia64 ppc ppc64 sparc x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 ~hppa ~ia64 ppc ppc64 ~riscv sparc x86 ~amd64-linux ~x86-linux"
BDEPEND="
test? (
^ permalink raw reply related [flat|nested] 93+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-libs/mutagen/
@ 2021-11-04 17:09 Sam James
0 siblings, 0 replies; 93+ messages in thread
From: Sam James @ 2021-11-04 17:09 UTC (permalink / raw
To: gentoo-commits
commit: 886380eb776abf7b4c348d15a852bbd11fce21db
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Nov 4 17:09:02 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Nov 4 17:09:02 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=886380eb
media-libs/mutagen: Keyword 1.45.1 arm64, #820815
Signed-off-by: Sam James <sam <AT> gentoo.org>
media-libs/mutagen/mutagen-1.45.1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/media-libs/mutagen/mutagen-1.45.1.ebuild b/media-libs/mutagen/mutagen-1.45.1.ebuild
index 77ec394e10d..d758a6f179f 100644
--- a/media-libs/mutagen/mutagen-1.45.1.ebuild
+++ b/media-libs/mutagen/mutagen-1.45.1.ebuild
@@ -12,7 +12,7 @@ SRC_URI="https://github.com/quodlibet/mutagen/releases/download/release-${PV}/${
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="amd64 ~hppa ~ia64 ppc ppc64 ~riscv sparc x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 ~arm64 ~hppa ~ia64 ppc ppc64 ~riscv sparc x86 ~amd64-linux ~x86-linux"
BDEPEND="
test? (
^ permalink raw reply related [flat|nested] 93+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-libs/mutagen/
@ 2021-11-07 1:34 Sam James
0 siblings, 0 replies; 93+ messages in thread
From: Sam James @ 2021-11-07 1:34 UTC (permalink / raw
To: gentoo-commits
commit: 2b7c6bf8f4b380e4cb3fad0a3c4450474a6f6536
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Nov 7 01:34:10 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Nov 7 01:34:10 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2b7c6bf8
media-libs/mutagen: Keyword 1.45.1 arm, #820815
Signed-off-by: Sam James <sam <AT> gentoo.org>
media-libs/mutagen/mutagen-1.45.1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/media-libs/mutagen/mutagen-1.45.1.ebuild b/media-libs/mutagen/mutagen-1.45.1.ebuild
index d758a6f179f..a4e6606ee2f 100644
--- a/media-libs/mutagen/mutagen-1.45.1.ebuild
+++ b/media-libs/mutagen/mutagen-1.45.1.ebuild
@@ -12,7 +12,7 @@ SRC_URI="https://github.com/quodlibet/mutagen/releases/download/release-${PV}/${
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="amd64 ~arm64 ~hppa ~ia64 ppc ppc64 ~riscv sparc x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ia64 ppc ppc64 ~riscv sparc x86 ~amd64-linux ~x86-linux"
BDEPEND="
test? (
^ permalink raw reply related [flat|nested] 93+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-libs/mutagen/
@ 2021-11-07 1:37 Sam James
0 siblings, 0 replies; 93+ messages in thread
From: Sam James @ 2021-11-07 1:37 UTC (permalink / raw
To: gentoo-commits
commit: 2a8429f37d46ab9f38fd5ecfefe6638bc385f6e8
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Nov 7 01:36:59 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Nov 7 01:36:59 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2a8429f3
media-libs/mutagen: fix test failure
Closes: https://bugs.gentoo.org/623264
Signed-off-by: Sam James <sam <AT> gentoo.org>
media-libs/mutagen/mutagen-1.45.1.ebuild | 1 +
1 file changed, 1 insertion(+)
diff --git a/media-libs/mutagen/mutagen-1.45.1.ebuild b/media-libs/mutagen/mutagen-1.45.1.ebuild
index a4e6606ee2f..12c469eebaa 100644
--- a/media-libs/mutagen/mutagen-1.45.1.ebuild
+++ b/media-libs/mutagen/mutagen-1.45.1.ebuild
@@ -19,6 +19,7 @@ BDEPEND="
dev-python/eyeD3[${PYTHON_USEDEP}]
dev-python/hypothesis[${PYTHON_USEDEP}]
dev-python/pyflakes[${PYTHON_USEDEP}]
+ media-libs/flac[ogg]
)
"
^ permalink raw reply related [flat|nested] 93+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-libs/mutagen/
@ 2022-05-31 10:20 Sam James
0 siblings, 0 replies; 93+ messages in thread
From: Sam James @ 2022-05-31 10:20 UTC (permalink / raw
To: gentoo-commits
commit: b31abe3635b6b47351d872a6a51a7a03fc2130c7
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue May 31 10:13:13 2022 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue May 31 10:14:11 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b31abe36
media-libs/mutagen: enable py3.11
Signed-off-by: Sam James <sam <AT> gentoo.org>
media-libs/mutagen/mutagen-1.45.1.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/media-libs/mutagen/mutagen-1.45.1.ebuild b/media-libs/mutagen/mutagen-1.45.1.ebuild
index 12c469eebaa1..531c00f0bcf2 100644
--- a/media-libs/mutagen/mutagen-1.45.1.ebuild
+++ b/media-libs/mutagen/mutagen-1.45.1.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
-PYTHON_COMPAT=( python3_{8..10} )
+PYTHON_COMPAT=( python3_{8..11} )
inherit distutils-r1
DESCRIPTION="Audio metadata tag reader and writer implemented in pure Python"
^ permalink raw reply related [flat|nested] 93+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-libs/mutagen/
@ 2022-10-26 3:26 Michał Górny
0 siblings, 0 replies; 93+ messages in thread
From: Michał Górny @ 2022-10-26 3:26 UTC (permalink / raw
To: gentoo-commits
commit: a40d40091d364718eca54d725f45b9e93140742d
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed Oct 26 03:15:16 2022 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed Oct 26 03:26:26 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a40d4009
media-libs/mutagen: Add python@ as co-maint.
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
media-libs/mutagen/metadata.xml | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/media-libs/mutagen/metadata.xml b/media-libs/mutagen/metadata.xml
index a1a48b57a317..62779eccebd2 100644
--- a/media-libs/mutagen/metadata.xml
+++ b/media-libs/mutagen/metadata.xml
@@ -5,6 +5,10 @@
<email>sound@gentoo.org</email>
<name>Gentoo Sound project</name>
</maintainer>
+ <maintainer type="project">
+ <email>python@gentoo.org</email>
+ <name>Python</name>
+ </maintainer>
<upstream>
<remote-id type="github">quodlibet/mutagen</remote-id>
<remote-id type="pypi">mutagen</remote-id>
^ permalink raw reply related [flat|nested] 93+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-libs/mutagen/
@ 2022-10-26 3:26 Michał Górny
0 siblings, 0 replies; 93+ messages in thread
From: Michał Górny @ 2022-10-26 3:26 UTC (permalink / raw
To: gentoo-commits
commit: eecaa4eff6eca10b8a9089c518f5a3e9294d67e7
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed Oct 26 03:14:57 2022 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed Oct 26 03:26:25 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eecaa4ef
media-libs/mutagen: Bump to 1.46.0
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
media-libs/mutagen/Manifest | 1 +
media-libs/mutagen/mutagen-1.46.0.ebuild | 36 ++++++++++++++++++++++++++++++++
2 files changed, 37 insertions(+)
diff --git a/media-libs/mutagen/Manifest b/media-libs/mutagen/Manifest
index 88bf33b869d1..cf1b02444504 100644
--- a/media-libs/mutagen/Manifest
+++ b/media-libs/mutagen/Manifest
@@ -1 +1,2 @@
DIST mutagen-1.45.1.tar.gz 1285455 BLAKE2B a1e29698d96b4c98f16e18dd8b3f902e41dcc4409d01da861a726a6a9fbd7f116e07b4e1872b8b3857f0eec080d18bac736de741635746f5c71416a3a8ef6e78 SHA512 c5244efa01b9de5ec22ceca39e55f34b933ca4a5bec0f2088fd3adca657f0230cbe85cd5e156db1d90fb44d9339bc94dc3bdcd3e49f1b0d46bc3d71ece6b45d8
+DIST mutagen-1.46.0.tar.gz 1268561 BLAKE2B 44e0dbbc1c102521569a91386a9d807f3ad82ffb96a5e3f76958551d173d00c7095fa6a2668a0a418bfdda31be5c3bb175856b2278719007bf7af866c732dc40 SHA512 52ab7408af46e54e79f1d157a3f6114e2606c6a55eb46fdd314dff82d6d586c2c22294b181a432581230dee566c79554456a9435a8e1188a91f4ae000644ae71
diff --git a/media-libs/mutagen/mutagen-1.46.0.ebuild b/media-libs/mutagen/mutagen-1.46.0.ebuild
new file mode 100644
index 000000000000..8a145e8453da
--- /dev/null
+++ b/media-libs/mutagen/mutagen-1.46.0.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{8..11} )
+
+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="~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~sparc ~x86 ~amd64-linux ~x86-linux"
+
+BDEPEND="
+ test? (
+ dev-python/eyeD3[${PYTHON_USEDEP}]
+ dev-python/hypothesis[${PYTHON_USEDEP}]
+ media-libs/flac[ogg]
+ )
+"
+
+DOCS=( NEWS README.rst )
+
+distutils_enable_tests pytest
+distutils_enable_sphinx docs \
+ dev-python/sphinx_rtd_theme
^ permalink raw reply related [flat|nested] 93+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-libs/mutagen/
@ 2022-11-25 9:13 Arthur Zamarin
0 siblings, 0 replies; 93+ messages in thread
From: Arthur Zamarin @ 2022-11-25 9:13 UTC (permalink / raw
To: gentoo-commits
commit: 4d431b7bab22d632481a5e852b8b41af83a07128
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Fri Nov 25 09:13:51 2022 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Fri Nov 25 09:13:51 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4d431b7b
media-libs/mutagen: Stabilize 1.46.0 ppc, #882921
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
media-libs/mutagen/mutagen-1.46.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/media-libs/mutagen/mutagen-1.46.0.ebuild b/media-libs/mutagen/mutagen-1.46.0.ebuild
index 8a145e8453da..aa2e05eefeb2 100644
--- a/media-libs/mutagen/mutagen-1.46.0.ebuild
+++ b/media-libs/mutagen/mutagen-1.46.0.ebuild
@@ -19,7 +19,7 @@ SRC_URI="
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~sparc ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ppc ~ppc64 ~riscv ~sparc ~x86 ~amd64-linux ~x86-linux"
BDEPEND="
test? (
^ permalink raw reply related [flat|nested] 93+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-libs/mutagen/
@ 2022-11-25 9:26 Sam James
0 siblings, 0 replies; 93+ messages in thread
From: Sam James @ 2022-11-25 9:26 UTC (permalink / raw
To: gentoo-commits
commit: 41ef761664fd82dd9d75a5ff4af62e91cf95487d
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Nov 25 09:26:28 2022 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Nov 25 09:26:28 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=41ef7616
media-libs/mutagen: Stabilize 1.46.0 x86, #882921
Signed-off-by: Sam James <sam <AT> gentoo.org>
media-libs/mutagen/mutagen-1.46.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/media-libs/mutagen/mutagen-1.46.0.ebuild b/media-libs/mutagen/mutagen-1.46.0.ebuild
index ae33ab04026b..a234b9a2fb2b 100644
--- a/media-libs/mutagen/mutagen-1.46.0.ebuild
+++ b/media-libs/mutagen/mutagen-1.46.0.ebuild
@@ -19,7 +19,7 @@ SRC_URI="
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ia64 ppc ~ppc64 ~riscv ~sparc ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ia64 ppc ~ppc64 ~riscv ~sparc x86 ~amd64-linux ~x86-linux"
BDEPEND="
test? (
^ permalink raw reply related [flat|nested] 93+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-libs/mutagen/
@ 2022-11-25 9:26 Sam James
0 siblings, 0 replies; 93+ messages in thread
From: Sam James @ 2022-11-25 9:26 UTC (permalink / raw
To: gentoo-commits
commit: 64db3e6d40b34756ed3a32c8b45a77441dfdae55
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Nov 25 09:26:27 2022 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Nov 25 09:26:27 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=64db3e6d
media-libs/mutagen: Stabilize 1.46.0 amd64, #882921
Signed-off-by: Sam James <sam <AT> gentoo.org>
media-libs/mutagen/mutagen-1.46.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/media-libs/mutagen/mutagen-1.46.0.ebuild b/media-libs/mutagen/mutagen-1.46.0.ebuild
index aa2e05eefeb2..ae33ab04026b 100644
--- a/media-libs/mutagen/mutagen-1.46.0.ebuild
+++ b/media-libs/mutagen/mutagen-1.46.0.ebuild
@@ -19,7 +19,7 @@ SRC_URI="
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ppc ~ppc64 ~riscv ~sparc ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ia64 ppc ~ppc64 ~riscv ~sparc ~x86 ~amd64-linux ~x86-linux"
BDEPEND="
test? (
^ permalink raw reply related [flat|nested] 93+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-libs/mutagen/
@ 2022-11-25 9:44 Arthur Zamarin
0 siblings, 0 replies; 93+ messages in thread
From: Arthur Zamarin @ 2022-11-25 9:44 UTC (permalink / raw
To: gentoo-commits
commit: 34c3f4d1f15c509201e870e5bab4f727f777bd22
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Fri Nov 25 09:44:36 2022 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Fri Nov 25 09:44:36 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=34c3f4d1
media-libs/mutagen: Stabilize 1.46.0 ppc64, #882921
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
media-libs/mutagen/mutagen-1.46.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/media-libs/mutagen/mutagen-1.46.0.ebuild b/media-libs/mutagen/mutagen-1.46.0.ebuild
index a234b9a2fb2b..33453f838a45 100644
--- a/media-libs/mutagen/mutagen-1.46.0.ebuild
+++ b/media-libs/mutagen/mutagen-1.46.0.ebuild
@@ -19,7 +19,7 @@ SRC_URI="
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ia64 ppc ~ppc64 ~riscv ~sparc x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ia64 ppc ppc64 ~riscv ~sparc x86 ~amd64-linux ~x86-linux"
BDEPEND="
test? (
^ permalink raw reply related [flat|nested] 93+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-libs/mutagen/
@ 2022-11-25 10:49 Arthur Zamarin
0 siblings, 0 replies; 93+ messages in thread
From: Arthur Zamarin @ 2022-11-25 10:49 UTC (permalink / raw
To: gentoo-commits
commit: a1b2a18893ee75de84a52b62a9b23b503e340d0c
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Fri Nov 25 10:48:51 2022 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Fri Nov 25 10:48:51 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a1b2a188
media-libs/mutagen: Stabilize 1.46.0 sparc, #882921
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
media-libs/mutagen/mutagen-1.46.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/media-libs/mutagen/mutagen-1.46.0.ebuild b/media-libs/mutagen/mutagen-1.46.0.ebuild
index 33453f838a45..64db60e6f2ca 100644
--- a/media-libs/mutagen/mutagen-1.46.0.ebuild
+++ b/media-libs/mutagen/mutagen-1.46.0.ebuild
@@ -19,7 +19,7 @@ SRC_URI="
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ia64 ppc ppc64 ~riscv ~sparc x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ia64 ppc ppc64 ~riscv sparc x86 ~amd64-linux ~x86-linux"
BDEPEND="
test? (
^ permalink raw reply related [flat|nested] 93+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-libs/mutagen/
@ 2022-11-29 9:07 Miroslav Šulc
0 siblings, 0 replies; 93+ messages in thread
From: Miroslav Šulc @ 2022-11-29 9:07 UTC (permalink / raw
To: gentoo-commits
commit: 01cca77957cf3fc9be8b2964d1ee1678c8a39050
Author: Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
AuthorDate: Tue Nov 29 09:07:30 2022 +0000
Commit: Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
CommitDate: Tue Nov 29 09:07:30 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=01cca779
media-libs/mutagen: dropped obsolete 1.45.1
Bug: https://bugs.gentoo.org/882921
Signed-off-by: Miroslav Šulc <fordfrog <AT> gentoo.org>
media-libs/mutagen/Manifest | 1 -
media-libs/mutagen/mutagen-1.45.1.ebuild | 37 --------------------------------
2 files changed, 38 deletions(-)
diff --git a/media-libs/mutagen/Manifest b/media-libs/mutagen/Manifest
index cf1b02444504..d7d6e81658f1 100644
--- a/media-libs/mutagen/Manifest
+++ b/media-libs/mutagen/Manifest
@@ -1,2 +1 @@
-DIST mutagen-1.45.1.tar.gz 1285455 BLAKE2B a1e29698d96b4c98f16e18dd8b3f902e41dcc4409d01da861a726a6a9fbd7f116e07b4e1872b8b3857f0eec080d18bac736de741635746f5c71416a3a8ef6e78 SHA512 c5244efa01b9de5ec22ceca39e55f34b933ca4a5bec0f2088fd3adca657f0230cbe85cd5e156db1d90fb44d9339bc94dc3bdcd3e49f1b0d46bc3d71ece6b45d8
DIST mutagen-1.46.0.tar.gz 1268561 BLAKE2B 44e0dbbc1c102521569a91386a9d807f3ad82ffb96a5e3f76958551d173d00c7095fa6a2668a0a418bfdda31be5c3bb175856b2278719007bf7af866c732dc40 SHA512 52ab7408af46e54e79f1d157a3f6114e2606c6a55eb46fdd314dff82d6d586c2c22294b181a432581230dee566c79554456a9435a8e1188a91f4ae000644ae71
diff --git a/media-libs/mutagen/mutagen-1.45.1.ebuild b/media-libs/mutagen/mutagen-1.45.1.ebuild
deleted file mode 100644
index 531c00f0bcf2..000000000000
--- a/media-libs/mutagen/mutagen-1.45.1.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{8..11} )
-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="amd64 ~arm ~arm64 ~hppa ~ia64 ppc ppc64 ~riscv sparc x86 ~amd64-linux ~x86-linux"
-
-BDEPEND="
- test? (
- dev-python/eyeD3[${PYTHON_USEDEP}]
- dev-python/hypothesis[${PYTHON_USEDEP}]
- dev-python/pyflakes[${PYTHON_USEDEP}]
- media-libs/flac[ogg]
- )
-"
-
-DOCS=( NEWS README.rst )
-
-distutils_enable_tests pytest
-distutils_enable_sphinx docs \
- dev-python/sphinx_rtd_theme
-
-python_test() {
- local deselect=(
- tests/quality/test_flake8.py
- )
- epytest ${deselect[@]/#/--deselect }
-}
^ permalink raw reply related [flat|nested] 93+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-libs/mutagen/
@ 2023-06-06 16:12 Michał Górny
0 siblings, 0 replies; 93+ messages in thread
From: Michał Górny @ 2023-06-06 16:12 UTC (permalink / raw
To: gentoo-commits
commit: 0878fd59dff5e9b47f64708f2a9f38d5d6003646
Author: Petr Vaněk <arkamar <AT> atlas <DOT> cz>
AuthorDate: Tue Jun 6 13:25:10 2023 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue Jun 6 16:10:44 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0878fd59
media-libs/mutagen: enable py3.12
Signed-off-by: Petr Vaněk <arkamar <AT> atlas.cz>
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
media-libs/mutagen/mutagen-1.46.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/media-libs/mutagen/mutagen-1.46.0.ebuild b/media-libs/mutagen/mutagen-1.46.0.ebuild
index c6d8d91a8965..eb5b0d3d62cb 100644
--- a/media-libs/mutagen/mutagen-1.46.0.ebuild
+++ b/media-libs/mutagen/mutagen-1.46.0.ebuild
@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{9..11} )
+PYTHON_COMPAT=( python3_{10..12} )
inherit distutils-r1
^ permalink raw reply related [flat|nested] 93+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-libs/mutagen/
@ 2023-09-04 2:48 Michał Górny
0 siblings, 0 replies; 93+ messages in thread
From: Michał Górny @ 2023-09-04 2:48 UTC (permalink / raw
To: gentoo-commits
commit: 3dd53feb148804bc130a581b2b771dc86d3de70c
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Mon Sep 4 02:31:51 2023 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Mon Sep 4 02:45:25 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3dd53feb
media-libs/mutagen: Bump to 1.47.0
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
media-libs/mutagen/Manifest | 1 +
media-libs/mutagen/mutagen-1.47.0.ebuild | 36 ++++++++++++++++++++++++++++++++
2 files changed, 37 insertions(+)
diff --git a/media-libs/mutagen/Manifest b/media-libs/mutagen/Manifest
index d7d6e81658f1..50cd58516751 100644
--- a/media-libs/mutagen/Manifest
+++ b/media-libs/mutagen/Manifest
@@ -1 +1,2 @@
DIST mutagen-1.46.0.tar.gz 1268561 BLAKE2B 44e0dbbc1c102521569a91386a9d807f3ad82ffb96a5e3f76958551d173d00c7095fa6a2668a0a418bfdda31be5c3bb175856b2278719007bf7af866c732dc40 SHA512 52ab7408af46e54e79f1d157a3f6114e2606c6a55eb46fdd314dff82d6d586c2c22294b181a432581230dee566c79554456a9435a8e1188a91f4ae000644ae71
+DIST mutagen-1.47.0.tar.gz 1274186 BLAKE2B 220d8e136e8f41d2f3953ce61b4784a24b1e450b6cfe0d0e0c610aeccb9ff3248493b8a0ea78f801e62b2f6ac87cd219a05cff535e04586a5ce9b03aa3540278 SHA512 40f9a8a898c9fdae00fd0bdd38eb91a6fb813cf8319f888590bdfd4b5efcb614aa5322c0b9e017f49c3f5155ccf82d5cae80aad79df285c50b5ef270c09f4c9d
diff --git a/media-libs/mutagen/mutagen-1.47.0.ebuild b/media-libs/mutagen/mutagen-1.47.0.ebuild
new file mode 100644
index 000000000000..33a02e6d827a
--- /dev/null
+++ b/media-libs/mutagen/mutagen-1.47.0.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{10..12} )
+
+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="~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~sparc ~x86 ~amd64-linux ~x86-linux"
+
+BDEPEND="
+ test? (
+ dev-python/eyeD3[${PYTHON_USEDEP}]
+ dev-python/hypothesis[${PYTHON_USEDEP}]
+ media-libs/flac[ogg]
+ )
+"
+
+DOCS=( NEWS README.rst )
+
+distutils_enable_tests pytest
+distutils_enable_sphinx docs \
+ dev-python/sphinx-rtd-theme
^ permalink raw reply related [flat|nested] 93+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-libs/mutagen/
@ 2023-10-04 8:21 Sam James
0 siblings, 0 replies; 93+ messages in thread
From: Sam James @ 2023-10-04 8:21 UTC (permalink / raw
To: gentoo-commits
commit: e6872fa1c897482e3ef92eaf4605492ef333e639
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Oct 4 08:21:40 2023 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Oct 4 08:21:40 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e6872fa1
media-libs/mutagen: Stabilize 1.47.0 x86, #915166
Signed-off-by: Sam James <sam <AT> gentoo.org>
media-libs/mutagen/mutagen-1.47.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/media-libs/mutagen/mutagen-1.47.0.ebuild b/media-libs/mutagen/mutagen-1.47.0.ebuild
index bbae6855e61e..c5adee34b003 100644
--- a/media-libs/mutagen/mutagen-1.47.0.ebuild
+++ b/media-libs/mutagen/mutagen-1.47.0.ebuild
@@ -19,7 +19,7 @@ SRC_URI="
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ppc64 ~riscv sparc ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ppc64 ~riscv sparc x86 ~amd64-linux ~x86-linux"
BDEPEND="
test? (
^ permalink raw reply related [flat|nested] 93+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-libs/mutagen/
@ 2023-10-04 8:21 Sam James
0 siblings, 0 replies; 93+ messages in thread
From: Sam James @ 2023-10-04 8:21 UTC (permalink / raw
To: gentoo-commits
commit: 70a0e4487eb8747ecd7a5a7ffc05abbe5e8351e0
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Oct 4 08:21:39 2023 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Oct 4 08:21:39 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=70a0e448
media-libs/mutagen: Stabilize 1.47.0 ppc64, #915166
Signed-off-by: Sam James <sam <AT> gentoo.org>
media-libs/mutagen/mutagen-1.47.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/media-libs/mutagen/mutagen-1.47.0.ebuild b/media-libs/mutagen/mutagen-1.47.0.ebuild
index 0863312b8618..bbae6855e61e 100644
--- a/media-libs/mutagen/mutagen-1.47.0.ebuild
+++ b/media-libs/mutagen/mutagen-1.47.0.ebuild
@@ -19,7 +19,7 @@ SRC_URI="
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv sparc ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ppc64 ~riscv sparc ~x86 ~amd64-linux ~x86-linux"
BDEPEND="
test? (
^ permalink raw reply related [flat|nested] 93+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-libs/mutagen/
@ 2023-10-04 8:21 Sam James
0 siblings, 0 replies; 93+ messages in thread
From: Sam James @ 2023-10-04 8:21 UTC (permalink / raw
To: gentoo-commits
commit: 02b7fc0c60d00a99a2dd7f14f0df7fd96905d4df
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Oct 4 08:21:38 2023 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Oct 4 08:21:38 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=02b7fc0c
media-libs/mutagen: Stabilize 1.47.0 sparc, #915166
Signed-off-by: Sam James <sam <AT> gentoo.org>
media-libs/mutagen/mutagen-1.47.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/media-libs/mutagen/mutagen-1.47.0.ebuild b/media-libs/mutagen/mutagen-1.47.0.ebuild
index 33a02e6d827a..0863312b8618 100644
--- a/media-libs/mutagen/mutagen-1.47.0.ebuild
+++ b/media-libs/mutagen/mutagen-1.47.0.ebuild
@@ -19,7 +19,7 @@ SRC_URI="
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~sparc ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv sparc ~x86 ~amd64-linux ~x86-linux"
BDEPEND="
test? (
^ permalink raw reply related [flat|nested] 93+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-libs/mutagen/
@ 2023-10-04 10:48 Sam James
0 siblings, 0 replies; 93+ messages in thread
From: Sam James @ 2023-10-04 10:48 UTC (permalink / raw
To: gentoo-commits
commit: 6276392ffe07fa5910ae1f2885435128fc988db3
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Oct 4 10:48:39 2023 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Oct 4 10:48:39 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6276392f
media-libs/mutagen: Stabilize 1.47.0 amd64, #915166
Signed-off-by: Sam James <sam <AT> gentoo.org>
media-libs/mutagen/mutagen-1.47.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/media-libs/mutagen/mutagen-1.47.0.ebuild b/media-libs/mutagen/mutagen-1.47.0.ebuild
index c5adee34b003..975344434974 100644
--- a/media-libs/mutagen/mutagen-1.47.0.ebuild
+++ b/media-libs/mutagen/mutagen-1.47.0.ebuild
@@ -19,7 +19,7 @@ SRC_URI="
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ppc64 ~riscv sparc x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ppc64 ~riscv sparc x86 ~amd64-linux ~x86-linux"
BDEPEND="
test? (
^ permalink raw reply related [flat|nested] 93+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-libs/mutagen/
@ 2023-10-04 18:32 Arthur Zamarin
0 siblings, 0 replies; 93+ messages in thread
From: Arthur Zamarin @ 2023-10-04 18:32 UTC (permalink / raw
To: gentoo-commits
commit: a2ad94396be640e57380fca123b46a8a142d92ac
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Wed Oct 4 18:32:52 2023 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Wed Oct 4 18:32:52 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a2ad9439
media-libs/mutagen: Stabilize 1.47.0 ppc, #915166
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
media-libs/mutagen/mutagen-1.47.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/media-libs/mutagen/mutagen-1.47.0.ebuild b/media-libs/mutagen/mutagen-1.47.0.ebuild
index 975344434974..9bae9e85ca61 100644
--- a/media-libs/mutagen/mutagen-1.47.0.ebuild
+++ b/media-libs/mutagen/mutagen-1.47.0.ebuild
@@ -19,7 +19,7 @@ SRC_URI="
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ppc64 ~riscv sparc x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ia64 ppc ppc64 ~riscv sparc x86 ~amd64-linux ~x86-linux"
BDEPEND="
test? (
^ permalink raw reply related [flat|nested] 93+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-libs/mutagen/
@ 2023-11-24 17:04 Arthur Zamarin
0 siblings, 0 replies; 93+ messages in thread
From: Arthur Zamarin @ 2023-11-24 17:04 UTC (permalink / raw
To: gentoo-commits
commit: b02fa1e81de940f4c226df548844c1009056c8f8
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Fri Nov 24 17:03:37 2023 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Fri Nov 24 17:03:37 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b02fa1e8
media-libs/mutagen: Stabilize 1.47.0 arm64, #918265
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
media-libs/mutagen/mutagen-1.47.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/media-libs/mutagen/mutagen-1.47.0.ebuild b/media-libs/mutagen/mutagen-1.47.0.ebuild
index 9bae9e85ca61..9d2eaa2a08a9 100644
--- a/media-libs/mutagen/mutagen-1.47.0.ebuild
+++ b/media-libs/mutagen/mutagen-1.47.0.ebuild
@@ -19,7 +19,7 @@ SRC_URI="
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ia64 ppc ppc64 ~riscv sparc x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 ~arm arm64 ~hppa ~ia64 ppc ppc64 ~riscv sparc x86 ~amd64-linux ~x86-linux"
BDEPEND="
test? (
^ permalink raw reply related [flat|nested] 93+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-libs/mutagen/
@ 2024-06-27 21:28 Petr Vaněk
0 siblings, 0 replies; 93+ messages in thread
From: Petr Vaněk @ 2024-06-27 21:28 UTC (permalink / raw
To: gentoo-commits
commit: fbc8aee43a7c21468b9e7631af609bc3fc2a450d
Author: Petr Vaněk <arkamar <AT> gentoo <DOT> org>
AuthorDate: Thu Jun 27 21:11:47 2024 +0000
Commit: Petr Vaněk <arkamar <AT> gentoo <DOT> org>
CommitDate: Thu Jun 27 21:27:12 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fbc8aee4
media-libs/mutagen: enable py3.13
Signed-off-by: Petr Vaněk <arkamar <AT> gentoo.org>
media-libs/mutagen/mutagen-1.47.0.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/media-libs/mutagen/mutagen-1.47.0.ebuild b/media-libs/mutagen/mutagen-1.47.0.ebuild
index 9d2eaa2a08a9..28997364d215 100644
--- a/media-libs/mutagen/mutagen-1.47.0.ebuild
+++ b/media-libs/mutagen/mutagen-1.47.0.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..12} )
+PYTHON_COMPAT=( python3_{10..13} )
inherit distutils-r1
^ permalink raw reply related [flat|nested] 93+ messages in thread
end of thread, other threads:[~2024-06-27 21:28 UTC | newest]
Thread overview: 93+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-11-29 9:07 [gentoo-commits] repo/gentoo:master commit in: media-libs/mutagen/ Miroslav Šulc
-- strict thread matches above, loose matches on Subject: below --
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-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-12-13 6:48 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
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox