micawber: init at 0.3.5
This commit is contained in:
		
							parent
							
								
									49a24afaa9
								
							
						
					
					
						commit
						8ab1db0ff5
					
				
							
								
								
									
										26
									
								
								pkgs/development/python-modules/micawber/default.nix
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										26
									
								
								pkgs/development/python-modules/micawber/default.nix
									
									
									
									
									
										Normal file
									
								
							@ -0,0 +1,26 @@
 | 
			
		||||
{ stdenv, buildPythonPackage, fetchPypi, beautifulsoup4 }:
 | 
			
		||||
 | 
			
		||||
buildPythonPackage rec {
 | 
			
		||||
  pname = "micawber";
 | 
			
		||||
  version = "0.3.5";
 | 
			
		||||
 | 
			
		||||
  src = fetchPypi {
 | 
			
		||||
    inherit pname version;
 | 
			
		||||
    sha256 = "0pnq6j8f144virhri0drgf0058x6qcxfd5yrb0ynbwr8djh326yn";
 | 
			
		||||
  };
 | 
			
		||||
 | 
			
		||||
  propagatedBuildInputs = [ beautifulsoup4 ];
 | 
			
		||||
 | 
			
		||||
  meta = with stdenv.lib; {
 | 
			
		||||
    homepage = http://micawber.readthedocs.io/en/latest/;
 | 
			
		||||
    description = "A small library for extracting rich content from urls";
 | 
			
		||||
    license = licenses.mit;
 | 
			
		||||
    longDescription = ''
 | 
			
		||||
      micawber supplies a few methods for retrieving rich metadata
 | 
			
		||||
      about a variety of links, such as links to youtube videos.
 | 
			
		||||
      micawber also provides functions for parsing blocks of text and html
 | 
			
		||||
      and replacing links to videos with rich embedded content.
 | 
			
		||||
    '';
 | 
			
		||||
    maintainers = with maintainers; [ davidak ];
 | 
			
		||||
  };
 | 
			
		||||
}
 | 
			
		||||
@ -10111,6 +10111,8 @@ in {
 | 
			
		||||
    };
 | 
			
		||||
  };
 | 
			
		||||
 | 
			
		||||
  micawber = callPackage ../development/python-modules/micawber { };
 | 
			
		||||
 | 
			
		||||
  minimock = buildPythonPackage rec {
 | 
			
		||||
    version = "1.2.8";
 | 
			
		||||
    name = "minimock-${version}";
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user