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:
parent
bb87c1ff54
commit
87da91cef6
@ -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'))
|
||||
|
Loading…
Reference in New Issue
Block a user