diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-11-15 08:48:56 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-11-15 08:48:56 +0100 |
commit | 16174a3e736613b78427196bb5d39f9948dd3b2d (patch) | |
tree | 40a4033c56ca0c71779f7dbed8f8be6a68fb6754 /dev-python/pylast | |
parent | dev-python/pylast: Remove old (diff) | |
download | gentoo-16174a3e736613b78427196bb5d39f9948dd3b2d.tar.gz gentoo-16174a3e736613b78427196bb5d39f9948dd3b2d.tar.bz2 gentoo-16174a3e736613b78427196bb5d39f9948dd3b2d.zip |
dev-python/pylast: Take it to python@
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/pylast')
-rw-r--r-- | dev-python/pylast/metadata.xml | 41 |
1 files changed, 22 insertions, 19 deletions
diff --git a/dev-python/pylast/metadata.xml b/dev-python/pylast/metadata.xml index d92c10f33e69..a79e6a5cd38d 100644 --- a/dev-python/pylast/metadata.xml +++ b/dev-python/pylast/metadata.xml @@ -1,24 +1,27 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> - <!--maintainer-needed--> - <longdescription lang="en"> - Python interface to last.fm and other api-compatible websites + <maintainer type="project"> + <email>python@gentoo.org</email> + <name>Python</name> + </maintainer> + <longdescription lang="en"> + Python interface to last.fm and other api-compatible websites - Features: - * Simple public interface. - * Access to all the data exposed by the Last.fm webservices. - * Scrobbling support. - * Full object-oriented design. - * Proxy support. - * Internal caching support for some webservices calls (disabled by default). - * No extra dependencies but python itself. - * Support for other API-compatible networks like Libre.fm - * Python3-friendly (Starting from 0.5). - </longdescription> - <stabilize-allarches/> - <upstream> - <remote-id type="pypi">pylast</remote-id> - <remote-id type="github">pylast/pylast</remote-id> - </upstream> + Features: + * Simple public interface. + * Access to all the data exposed by the Last.fm webservices. + * Scrobbling support. + * Full object-oriented design. + * Proxy support. + * Internal caching support for some webservices calls (disabled by default). + * No extra dependencies but python itself. + * Support for other API-compatible networks like Libre.fm + * Python3-friendly (Starting from 0.5). + </longdescription> + <stabilize-allarches/> + <upstream> + <remote-id type="pypi">pylast</remote-id> + <remote-id type="github">pylast/pylast</remote-id> + </upstream> </pkgmetadata> |