forked from hasufell/hasufell-repository
		
	typed-ast: version bump to 1.4.0
This commit is contained in:
		
							parent
							
								
									28dfe88c86
								
							
						
					
					
						commit
						26ccd7f400
					
				@ -1,9 +1,12 @@
 | 
				
			|||||||
# Copyright 2017 Julian Ospald <hasufell@posteo.de>
 | 
					# Copyright 2017 Julian Ospald <hasufell@posteo.de>
 | 
				
			||||||
# Distributed under the terms of the GNU General Public License v2
 | 
					# Distributed under the terms of the GNU General Public License v2
 | 
				
			||||||
 | 
					
 | 
				
			||||||
require github [ user="python" project="typed_ast" ]
 | 
					MY_PN="typed_ast"
 | 
				
			||||||
require pypi
 | 
					MY_PNV="${MY_PN}-${PV}"
 | 
				
			||||||
require setup-py [ import=setuptools blacklist=2 ]
 | 
					
 | 
				
			||||||
 | 
					require github [ user="python" project="${MY_PN}" ]
 | 
				
			||||||
 | 
					require pypi [ pnv="${MY_PNV}" ]
 | 
				
			||||||
 | 
					require setup-py [ import=setuptools blacklist=2 work="${MY_PNV}" ]
 | 
				
			||||||
 | 
					
 | 
				
			||||||
SUMMARY="A fork of Python 2 and 3 ast modules with type comment support"
 | 
					SUMMARY="A fork of Python 2 and 3 ast modules with type comment support"
 | 
				
			||||||
DESCRIPTION="
 | 
					DESCRIPTION="
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
		Reference in New Issue
	
	Block a user