py-macholib: add v1.16 (#31967)

* py-macholib: add v1.16

* Update dependencies

Even 1.11 requires `altgraph (>=0.15)`. The lastest requires no
additional dependencies.
This commit is contained in:
Seth R. Johnson 2022-08-19 10:25:51 -04:00 committed by GitHub
parent 77c2332df6
commit 7760625b3f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -11,7 +11,8 @@ class PyMacholib(PythonPackage):
pypi = "macholib/macholib-1.11.tar.gz"
version("1.16", "001bf281279b986a66d7821790d734e61150d52f40c080899df8fefae056e9f7")
version("1.11", "c4180ffc6f909bf8db6cd81cff4b6f601d575568f4d5dee148c830e9851eb9db")
depends_on("py-setuptools", type=("build", "run"))
depends_on("py-altgraph", type=("build", "run"))
depends_on("py-altgraph@0.15:", type=("build", "run"))