py-ftfy: added version 6.0.3 (#26509)
This commit is contained in:
		@@ -13,8 +13,10 @@ class PyFtfy(PythonPackage):
 | 
				
			|||||||
    homepage = "https://ftfy.readthedocs.io"
 | 
					    homepage = "https://ftfy.readthedocs.io"
 | 
				
			||||||
    pypi     = "ftfy/ftfy-5.8.tar.gz"
 | 
					    pypi     = "ftfy/ftfy-5.8.tar.gz"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					    version('6.0.3', sha256='ba71121a9c8d7790d3e833c6c1021143f3e5c4118293ec3afb5d43ed9ca8e72b')
 | 
				
			||||||
    version('5.8', sha256='51c7767f8c4b47d291fcef30b9625fb5341c06a31e6a3b627039c706c42f3720')
 | 
					    version('5.8', sha256='51c7767f8c4b47d291fcef30b9625fb5341c06a31e6a3b627039c706c42f3720')
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    depends_on('python@3.5:', type=('build', 'run'))
 | 
					    depends_on('python@3.5:', type=('build', 'run'))
 | 
				
			||||||
 | 
					    depends_on('python@3.6:', type=('build', 'run'), when='@6.0.3:')
 | 
				
			||||||
    depends_on('py-setuptools', type='build')
 | 
					    depends_on('py-setuptools', type='build')
 | 
				
			||||||
    depends_on('py-wcwidth', type=('build', 'run'))
 | 
					    depends_on('py-wcwidth', type=('build', 'run'))
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user