package/py-pykml: add new py3 compatible version (#33631)

* package/py-pykml: add new py3 compatible version

* fix bugs

Co-authored-by: sbulut <sbulut@3vgeomatics.com>
This commit is contained in:
Sinan 2022-11-04 14:34:50 -07:00 committed by GitHub
parent 76ec64859a
commit fb5ff901c0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -14,7 +14,10 @@ class PyPykml(PythonPackage):
pypi = "pykml/pykml-0.1.3.tar.gz"
version("0.2.0", sha256="44a1892e7c2a649c8ae9f8e2899ff76cae79ec6749ffb64d11140b4e87d0f957")
version("0.1.3", sha256="e1a133e582f0b4652a6b00bac970b446d90580664e5a634a670731c990ff9f05")
depends_on("python@2", type=("build", "run"), when="@0.1")
depends_on("py-setuptools", type="build")
depends_on("py-lxml@3.3.6:", type=("build", "run"), when="@0.2.0:")
depends_on("py-lxml@2.2.6:", type=("build", "run"))