New version: py-networkx 2.6.3 (#27352)

This commit is contained in:
iarspider 2021-11-11 17:29:45 +01:00 committed by GitHub
parent 770bbba676
commit 945594fa98
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -13,6 +13,7 @@ class PyNetworkx(PythonPackage):
homepage = "https://networkx.github.io/"
pypi = "networkx/networkx-2.4.tar.gz"
version('2.6.3', sha256='c0946ed31d71f1b732b5aaa6da5a0388a345019af232ce2f49c766e2d6795c51')
version('2.5.1', sha256='109cd585cac41297f71103c3c42ac6ef7379f29788eb54cb751be5a663bb235a')
version('2.4', sha256='f8f4ff0b6f96e4f9b16af6b84622597b5334bf9cae8cf9b2e42e7985d5c95c64')
version('2.3', sha256='8311ddef63cf5c5c5e7c1d0212dd141d9a1fe3f474915281b73597ed5f1d4e3d')
@ -25,11 +26,12 @@ class PyNetworkx(PythonPackage):
depends_on('python@2.7:', type=('build', 'run'))
depends_on('python@3.5:', type=('build', 'run'), when='@2.3:')
depends_on('python@3.6:', type=('build', 'run'), when='@2.5:')
depends_on('python@3.7:', type=('build', 'run'), when='@2.6:')
depends_on('py-setuptools', type='build')
depends_on('py-decorator@3.4.0:', type=('build', 'run'))
depends_on('py-decorator@4.1.0:', type=('build', 'run'), when='@2.0:')
depends_on('py-decorator@4.3.0:', type=('build', 'run'), when='@2.2:')
depends_on('py-decorator@4.3.0:4', type=('build', 'run'), when='@2.5.1:')
depends_on('py-decorator@3.4.0:', type=('build', 'run'), when='@:1')
depends_on('py-decorator@4.1.0:', type=('build', 'run'), when='@2.0:2.1')
depends_on('py-decorator@4.3.0:', type=('build', 'run'), when='@2.2:2.4')
depends_on('py-decorator@4.3.0:4', type=('build', 'run'), when='@2.5.1:2.5')
def url_for_version(self, version):
ext = 'tar.gz'