Add py-attrs 19.2.0 (#13163)

This commit is contained in:
Adam J. Stewart 2019-10-13 19:49:29 -05:00 committed by GitHub
parent 4b2b548981
commit 143afbd3a0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -10,13 +10,15 @@ class PyAttrs(PythonPackage):
"""Classes Without Boilerplate"""
homepage = "http://attrs.org/"
url = "https://pypi.io/packages/source/a/attrs/attrs-18.1.0.tar.gz"
url = "https://pypi.io/packages/source/a/attrs/attrs-19.2.0.tar.gz"
import_modules = ['attr']
version('19.2.0', sha256='f913492e1663d3c36f502e5e9ba6cd13cf19d7fab50aa13239e420fef95e1396')
version('18.1.0', sha256='e0d0eb91441a3b53dab4d9b743eafc1ac44476296a2053b6ca3af0b139faf87b')
version('16.3.0', sha256='80203177723e36f3bbe15aa8553da6e80d47bfe53647220ccaa9ad7a5e473ccc')
depends_on('python@2.7:2.8,3.4:', type=('build', 'run'))
depends_on('py-setuptools', type='build')
depends_on('py-coverage', type='test')