commit: e9595c31d2012ec5f133154044d84acb10027bc6 Author: David Roman <davidroman96 <AT> gmail <DOT> com> AuthorDate: Fri Jun 3 10:23:32 2022 +0000 Commit: David Roman <davidroman96 <AT> gmail <DOT> com> CommitDate: Fri Jun 3 10:23:32 2022 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=e9595c31
media-sound/mopidy: add 3.3.0, drop 3.2.0 Closes: https://bugs.gentoo.org/848393 Signed-off-by: David Roman <davidroman96 <AT> gmail.com> media-sound/mopidy/Manifest | 2 +- media-sound/mopidy/{mopidy-3.2.0.ebuild => mopidy-3.3.0.ebuild} | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/media-sound/mopidy/Manifest b/media-sound/mopidy/Manifest index 0bb1f2684..fe444ee2f 100644 --- a/media-sound/mopidy/Manifest +++ b/media-sound/mopidy/Manifest @@ -1 +1 @@ -DIST mopidy-3.2.0.tar.gz 438255 BLAKE2B afab74b9b8217a2481b711708ada81b79de8b2eb2be5892378f672690098d82fb27f715d95fd585cf76b84be2cd4cc07d1cd2d8fc5d42ef4e1710c5a67e08f7b SHA512 cbca5c2f6784754c06f9f6fd80aa0379b606ed4a52f31dfa27c165869cf65171b6203f683ee1150319ab51feae45dadaaa338e22d26af3511cdf56e8f3d81145 +DIST mopidy-3.3.0.tar.gz 443949 BLAKE2B 433c9caef164b9c85ea220f0f1472cb3b78c7291618e46ed16497ec0734f57d6a8a2ea1218c79a6a60fde60179e59c4a4a9bde805ac84109a02935673132ab95 SHA512 9cad7d5013defb9f7edee17b48120286a0b3be568eba15c60fc5363f8ee2ab9041dd79574b2ce1a14a941f41f53101f588e0d0283ee01b82499bc6ffe001cee2 diff --git a/media-sound/mopidy/mopidy-3.2.0.ebuild b/media-sound/mopidy/mopidy-3.3.0.ebuild similarity index 91% rename from media-sound/mopidy/mopidy-3.2.0.ebuild rename to media-sound/mopidy/mopidy-3.3.0.ebuild index 8765cd26b..454da0a7b 100644 --- a/media-sound/mopidy/mopidy-3.2.0.ebuild +++ b/media-sound/mopidy/mopidy-3.3.0.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI=8 DISTUTILS_USE_SETUPTOOLS=rdepend -PYTHON_COMPAT=( python3_{8,9} ) +PYTHON_COMPAT=( python3_{8..10} ) inherit distutils-r1
