add updated version of py-dnaio (#19374)

* add updated version of py-dnaio

* Add py-setuptools-scm build dependency

* Fine tune the py-xopen dependency constraint

The needed version of xopen does not become specific until v0.4 of
dnaio.

* Set constraint on py-setuptools-scm

The py-setuptools-scm dependency is needed beginning with v0.4.
This commit is contained in:
Glenn Johnson 2020-10-19 19:53:12 -05:00 committed by GitHub
parent bb87c1ff54
commit 87da91cef6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -13,8 +13,11 @@ class PyDnaio(PythonPackage):
url = "https://pypi.io/packages/source/d/dnaio/dnaio-0.3.tar.gz"
git = "https://github.com/marcelm/dnaio.git"
version('0.4.2', sha256='fa55a45bfd5d9272409b714158fb3a7de5dceac1034a0af84502c7f503ee84f8')
version('0.3', sha256='47e4449affad0981978fe986684fc0d9c39736f05a157f6cf80e54dae0a92638')
depends_on('python@3.4:', type=('build', 'run'))
depends_on('py-setuptools', type=('build', 'run'))
depends_on('py-xopen@0.8.2:', type=('build', 'run'))
depends_on('py-setuptools-scm', when='@0.4:', type='build')
depends_on('py-xopen', type=('build', 'run'))
depends_on('py-xopen@0.8.2:', when='@0.4:', type=('build', 'run'))