Opened 9 months ago
Closed 9 months ago
#69334 closed enhancement (fixed)
py-simplekml: Support newer Python versions
Reported by: | dershow | Owned by: | reneeotten (Renee Otten) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | |
Keywords: | haspatch | Cc: | chrstphrchvz (Christopher Chavez) |
Port: | py-simplekml |
Description
This port is set to only work with python 3.7. I've tested with newer and it works. Port is attached.
Attachments (1)
Change History (6)
Changed 9 months ago by dershow
comment:1 Changed 9 months ago by ryandesign (Ryan Carsten Schmidt)
Keywords: | haspatch added |
---|---|
Summary: | Update simplekml to newer python → py-simplekml: Support newer Python versions |
Type: | update → enhancement |
You should attach a diff, not a complete Portfile, so that we can see what the changes are (or, even better, submit a pull request). Looks like they are:
-
python/py-simplekml/Portfile
diff --git a/python/py-simplekml/Portfile b/python/py-simplekml/Portfile index f15120610d5..624a44bfdd9 100644
a b checksums rmd160 9455e10d40c8b53bdb20d92bd9d36746d9d1f2df \ 22 22 sha256 cda687be2754395fcab664e908ebf589facd41e8436d233d2be37a69efb1c536 \ 23 23 size 52999 24 24 25 python.versions 37 25 python.versions 37 38 39 310 311 26 26 27 27 if {${name} ne ${subport}} { 28 28 depends_build-append \
Any reason why you didn't list 312
as well?
comment:2 Changed 9 months ago by chrstphrchvz (Christopher Chavez)
The reporter replied via email: https://lists.macports.org/pipermail/macports-dev/2024-February/045450.html
Good to know for next time.
I expect 312 should be fine as well, although I haven't tested it.
Thanks
--Adam
comment:3 Changed 9 months ago by chrstphrchvz (Christopher Chavez)
Cc: | chrstphrchvz added |
---|
comment:4 Changed 9 months ago by dershow
Looks like you ran the diff anyway. Thanks. Can you update the port as well?
comment:5 Changed 9 months ago by reneeotten (Renee Otten)
Owner: | set to reneeotten |
---|---|
Resolution: | → fixed |
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
Portfile for newer python