Opened 10 years ago
Closed 10 years ago
#44085 closed defect (fixed)
py-geopy: undeclared dependency on setuptools
Reported by: | veedeehjay@… | Owned by: | landonf (Landon Fuller) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 2.3.0 |
Keywords: | Cc: | cooljeanius (Eric Gallager), petrrr, kurthindenburg (Kurt Hindenburg) | |
Port: | py-geopy |
Description
installation fails seemingly since a module `setuptools' cannot be imported (log fail attached).
Attachments (1)
Change History (10)
Changed 10 years ago by veedeehjay@…
comment:1 Changed 10 years ago by cooljeanius (Eric Gallager)
comment:3 Changed 10 years ago by mf2k (Frank Schima)
Cc: | landonf@… removed |
---|---|
Owner: | changed from macports-tickets@… to landonf@… |
Clearly a dependency on pyXY-setuptools need to be added. Also the homepage needs to be updated and the version updated to 0.95.1. It appears to support "python 2 and 3", so more python subports should be added.
comment:5 Changed 10 years ago by petrrr
Summary: | installation failure: py-geopy → py-geopy: undeclared dependency on setuptools |
---|
comment:7 Changed 10 years ago by kurthindenburg (Kurt Hindenburg)
looks like it has moved to https://github.com/geopy/geopy
comment:8 Changed 10 years ago by petrrr
It is also published on PyPI. I'd prefer to default to this where possible.
comment:9 Changed 10 years ago by kurthindenburg (Kurt Hindenburg)
Resolution: | → fixed |
---|---|
Status: | new → closed |
done r125411
Note: See
TracTickets for help on using
tickets.
We do have ports for setuptools... what does
port installed py25-setuptools
return for you? For me, I get:(
note that I have not actually tried building py25-geopy with it yet though... will edit once I do...Edit: yup, that works for me...)