py-fortranformat: update to version 2.0.0 (#45748)

* Feature update py-fortranformat
  Add more recent versions of py-fortranformat. The currently included release (0.2.5) is from 2014. I've added the latest point release of each of the major versions from the last 4 years.
* update homepage
This commit is contained in:
Evan Parker 2024-08-14 23:14:02 -06:00 committed by GitHub
parent 4606c8ed68
commit 55b1b0f3f0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -9,11 +9,14 @@
class PyFortranformat(PythonPackage):
"""Mimics Fortran textual IO in Python"""
homepage = "http://bitbucket.org/brendanarnold/py-fortranformat"
pypi = "fortranformat/fortranformat-0.2.5.tar.gz"
homepage = "https://github.com/brendanarnold/py-fortranformat"
pypi = "fortranformat/fortranformat-2.0.0.tar.gz"
license("MIT")
version("2.0.0", sha256="52473831d6f6bad7c2de0f26ad51856ea5d0ef097bcba5af3b855b871b815b0d")
version("1.2.2", sha256="a8c41ab39bb40444e6ca17f38755d64df51799b064206833c137a28bbdca1b2b")
version("1.1.1", sha256="9b7aa2148af7a5f4f5fd955d121bd6869d44b82ac2182d459813b849aa87d831")
version("0.2.5", sha256="6b5fbc1f129c7a70543c3a81f334fb4d57f07df2834b22ce69f6d7e8539cd3f9")
# pip silently replaces distutils with setuptools