py-regex: new version 2019.11.1, w/o setuptools (#13563)

This commit is contained in:
Andreas Baumbach 2019-11-04 23:45:47 +01:00 committed by Adam J. Stewart
parent 80f63f7f9b
commit 0b93e95049

View File

@ -12,6 +12,7 @@ class PyRegex(PythonPackage):
homepage = "https://pypi.python.org/pypi/regex/"
url = "https://pypi.io/packages/source/r/regex/regex-2017.07.11.tar.gz"
version('2019.11.1', sha256='720e34a539a76a1fedcebe4397290604cc2bdf6f81eca44adb9fb2ea071c0c69')
version('2017.07.11', sha256='dbda8bdc31a1c85445f1a1b29d04abda46e5c690f8f933a9cc3a85a358969616')
depends_on('py-setuptools', type='build')
depends_on('py-setuptools', type='build', when='@2017.07.11')