added metainformation for gpodder and mygpoclient

This commit is contained in:
Sven Keidel
2014-07-21 21:32:13 +02:00
parent 261ecebfaf
commit ee9ffde1cb
4 changed files with 27 additions and 0 deletions

View File

@@ -11,4 +11,15 @@ buildPythonPackage rec {
buildInputs = [ pythonPackages.nose pythonPackages.minimock ];
checkPhase = "make test";
meta = {
description = "A gpodder.net client library";
longDescription = ''
The mygpoclient library allows developers to utilize a Pythonic interface
to the gpodder.net web services.
'';
homepage = "https://thp.io/2010/mygpoclient/";
license = "GPLv3";
maintainers = [ stdenv.lib.maintainers.skeidel ];
};
}