commit: 883731a160a8acf505591c230ec0946ca5df234a Author: Gerion Entrup <gerion.entrup <AT> flump <DOT> de> AuthorDate: Sat Apr 11 11:06:05 2020 +0000 Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org> CommitDate: Tue Apr 21 08:17:20 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=883731a1
dev-python/python-musicbrainz-ngs: better long description Signed-off-by: Gerion Entrup <gerion.entrup <AT> flump.de> Closes: https://github.com/gentoo/gentoo/pull/15300 Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org> dev-python/python-musicbrainz-ngs/metadata.xml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/dev-python/python-musicbrainz-ngs/metadata.xml b/dev-python/python-musicbrainz-ngs/metadata.xml index 1f682f8098b..766578df9ea 100644 --- a/dev-python/python-musicbrainz-ngs/metadata.xml +++ b/dev-python/python-musicbrainz-ngs/metadata.xml @@ -10,7 +10,9 @@ <name>Proxy Maintainers</name> </maintainer> <longdescription lang="en"> -This library implements webservice bindings for the Musicbrainz NGS site, also known as /ws/2. + This library implements webservice bindings for the Musicbrainz NGS site, also known as /ws/2 and the Cover Art Archive. + With this library you can retrieve all kinds of music metadata from the MusicBrainz database. + The library can retrieve and submit both, the XML and JSON based webservice and provides the data in native Python. </longdescription> <upstream> <remote-id type="github">alastair/python-musicbrainz-ngs</remote-id>
