Merge pull request #3338 from svenkeidel/gpodder-metainfo
added metainformation for gpodder and mygpoclient
This commit is contained in:
		
						commit
						7491fccfe6
					
				@ -89,6 +89,7 @@
 | 
			
		||||
  sander = "Sander van der Burg <s.vanderburg@tudelft.nl>";
 | 
			
		||||
  shlevy = "Shea Levy <shea@shealevy.com>";
 | 
			
		||||
  simons = "Peter Simons <simons@cryp.to>";
 | 
			
		||||
  skeidel = "Sven Keidel <svenkeidel@gmail.com>";
 | 
			
		||||
  smironov = "Sergey Mironov <ierton@gmail.com>";
 | 
			
		||||
  sprock = "Roger Mason <rmason@mun.ca>";
 | 
			
		||||
  thammers = "Tobias Hammerschmidt <jawr@gmx.de>";
 | 
			
		||||
 | 
			
		||||
@ -31,4 +31,15 @@ in buildPythonPackage rec {
 | 
			
		||||
 | 
			
		||||
  installPhase = "DESTDIR=/ PREFIX=$out make install";
 | 
			
		||||
 | 
			
		||||
  meta = {
 | 
			
		||||
    description = "A podcatcher written in python";
 | 
			
		||||
    longDescription = ''
 | 
			
		||||
      gPodder downloads and manages free audio and video content (podcasts)
 | 
			
		||||
      for you. Listen directly on your computer or on your mobile devices.
 | 
			
		||||
    '';
 | 
			
		||||
    homepage = "http://gpodder.org/";
 | 
			
		||||
    license = "GPLv3";
 | 
			
		||||
    platforms = stdenv.lib.platforms.linux ++ stdenv.lib.platforms.darwin;
 | 
			
		||||
    maintainers = [ stdenv.lib.maintainers.skeidel ];
 | 
			
		||||
  };
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
@ -11,4 +11,16 @@ 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";
 | 
			
		||||
    platforms = stdenv.lib.platforms.linux ++ stdenv.lib.platforms.darwin;
 | 
			
		||||
    maintainers = [ stdenv.lib.maintainers.skeidel ];
 | 
			
		||||
  };
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
@ -4317,6 +4317,11 @@ rec {
 | 
			
		||||
    buildInputs = [ nose ];
 | 
			
		||||
 | 
			
		||||
    checkPhase = "./test";
 | 
			
		||||
 | 
			
		||||
    meta = {
 | 
			
		||||
      description = "A minimalistic mocking library for python";
 | 
			
		||||
      homepage = https://pypi.python.org/pypi/MiniMock;
 | 
			
		||||
    };
 | 
			
		||||
  };
 | 
			
		||||
 | 
			
		||||
  mitmproxy = buildPythonPackage rec {
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user