gnu: Add python-aiofiles.
* gnu/packages/python-xyz.scm (python-aiofiles): New variable. Signed-off-by: Leo Famulari <leo@famulari.name>
This commit is contained in:
		
							parent
							
								
									8071877fa7
								
							
						
					
					
						commit
						56cfef4766
					
				
					 1 changed files with 18 additions and 0 deletions
				
			
		| 
						 | 
					@ -23244,3 +23244,21 @@ process.")
 | 
				
			||||||
    (description "This package implements a backport of Python 3.7
 | 
					    (description "This package implements a backport of Python 3.7
 | 
				
			||||||
@code{contextvars} module (see PEP 567) for Python 3.6.")
 | 
					@code{contextvars} module (see PEP 567) for Python 3.6.")
 | 
				
			||||||
    (license license:asl2.0)))
 | 
					    (license license:asl2.0)))
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					(define-public python-aiofiles
 | 
				
			||||||
 | 
					  (package
 | 
				
			||||||
 | 
					    (name "python-aiofiles")
 | 
				
			||||||
 | 
					    (version "0.5.0")
 | 
				
			||||||
 | 
					    (source
 | 
				
			||||||
 | 
					      (origin
 | 
				
			||||||
 | 
					        (method url-fetch)
 | 
				
			||||||
 | 
					        (uri (pypi-uri "aiofiles" version))
 | 
				
			||||||
 | 
					        (sha256
 | 
				
			||||||
 | 
					          (base32
 | 
				
			||||||
 | 
					            "1bqmv019x16qa3zah0z915cw6z4va3fjs60fk2s7vyah3gyvrrlq"))))
 | 
				
			||||||
 | 
					    (build-system python-build-system)
 | 
				
			||||||
 | 
					    (home-page "https://github.com/Tinche/aiofiles")
 | 
				
			||||||
 | 
					    (synopsis "File support for @code{asyncio}")
 | 
				
			||||||
 | 
					    (description "@code{python-aiofiles} is a library for handling local
 | 
				
			||||||
 | 
					disk files in asyncio applications.")
 | 
				
			||||||
 | 
					    (license license:asl2.0)))
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue