py-chardet: Add version 3.0.2 (#10827)

This commit is contained in:
Eric Martin 2019-03-11 19:44:30 -05:00 committed by Peter Scheibel
parent 2e47b45d9f
commit 23b73ca982

View file

@ -12,6 +12,7 @@ class PyChardet(PythonPackage):
homepage = "https://github.com/chardet/chardet" homepage = "https://github.com/chardet/chardet"
url = "https://pypi.io/packages/source/c/chardet/chardet-2.3.0.tar.gz" url = "https://pypi.io/packages/source/c/chardet/chardet-2.3.0.tar.gz"
version('3.0.2', sha256='4f7832e7c583348a9eddd927ee8514b3bf717c061f57b21dbe7697211454d9bb')
version('2.3.0', '25274d664ccb5130adae08047416e1a8') version('2.3.0', '25274d664ccb5130adae08047416e1a8')
depends_on('py-setuptools', type='build') depends_on('py-setuptools', type='build')