#44306 closed defect (fixed)
gpodder: remove PIL dependency
Reported by: | Ionic (Mihai Moldovan) | Owned by: | elelay (Eric Le Lay) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | |
Keywords: | haspatch | Cc: | petrrr |
Port: | gpodder |
Description
Upstream has removed the need of py-pil
quite a while ago.
These patches remove the PIL
dependency and clean up python usage in gpodder
.
The first one (gpodder-remove-pil-dep.patch
) is mandatory.
The second one (gpodder-cleanup-python-usage.patch
) is optional, but highly recommended.
x-linking #44285
Attachments (2)
Change History (6)
comment:1 Changed 10 years ago by petrrr
Cc: | elelay@… removed |
---|---|
Owner: | changed from macports-tickets@… to elelay@… |
Changed 10 years ago by Ionic (Mihai Moldovan)
Attachment: | gpodder-remove-pil-dep.patch added |
---|
Changed 10 years ago by Ionic (Mihai Moldovan)
Attachment: | gpodder-cleanup-python-usage.patch added |
---|
Introduce common variables and set them in python variants to simplify python
usage via those variables -- set only once.
comment:2 Changed 10 years ago by Ionic (Mihai Moldovan)
Revbumped port to account for dependency change.
comment:3 Changed 10 years ago by elelay (Eric Le Lay)
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:4 Changed 10 years ago by Ionic (Mihai Moldovan)
You're welcome, thanks for taking care of this. :)
Note: See
TracTickets for help on using
tickets.
Remove
py*-pil
dependency, removed by upstream quite a while ago. Revbump.