Update py-setuptools-scm (#24217)
This commit is contained in:
parent
849943c63d
commit
31c0bcf346
@ -12,6 +12,7 @@ class PySetuptoolsScm(PythonPackage):
|
||||
homepage = "https://github.com/pypa/setuptools_scm"
|
||||
pypi = "setuptools_scm/setuptools_scm-4.1.2.tar.gz"
|
||||
|
||||
version('6.0.1', sha256='d1925a69cb07e9b29416a275b9fadb009a23c148ace905b2fb220649a6c18e92')
|
||||
version('4.1.2', sha256='a8994582e716ec690f33fec70cca0f85bd23ec974e3f783233e4879090a7faa8')
|
||||
version('3.5.0', sha256='5bdf21a05792903cafe7ae0c9501182ab52497614fa6b1750d9dbae7b60c1a87')
|
||||
version('3.3.3', sha256='bd25e1fb5e4d603dcf490f1fde40fb4c595b357795674c3e5cb7f6217ab39ea5')
|
||||
@ -22,5 +23,9 @@ class PySetuptoolsScm(PythonPackage):
|
||||
|
||||
depends_on('python@2.7:2.8,3.4:', type=('build', 'run'))
|
||||
depends_on('python@2.7:2.8,3.5:', when='@4:', type=('build', 'run'))
|
||||
depends_on('python@3.6:', when='@6:', type=('build', 'run'))
|
||||
|
||||
depends_on('py-setuptools@34.4:', type=('build', 'run'))
|
||||
depends_on('py-setuptools@45:', type=('build', 'run'), when='@6:')
|
||||
|
||||
depends_on('py-toml', when='+toml', type=('build', 'run'))
|
||||
|
Loading…
Reference in New Issue
Block a user