Opened 10 years ago
Closed 10 years ago
#44391 closed defect (fixed)
py-pyregion @1.1.2: fails to build
Reported by: | petrrr | Owned by: | petrrr |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | |
Keywords: | Cc: | ||
Port: | py-pyregion |
Description
The port fails to build. It seems to try to install distribute, so probably setup.py
needs patching. main.log attached
Please review also the following:
python.default_version 27
: is the default so needs not to be specified;if {${subport} != ${name}}
: should use ne for strings;- seems to have a cython (or pyrex) build dependency;
- according to documentation, the dependencies seem to be incomplete;
Attachments (1)
Change History (5)
Changed 10 years ago by petrrr
Attachment: | py27-pyregions.main.log added |
---|
comment:1 Changed 10 years ago by petrrr
comment:3 Changed 10 years ago by petrrr
Owner: | changed from robitaille@… to petr@… |
---|---|
Status: | new → assigned |
comment:4 Changed 10 years ago by petrrr
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note: See
TracTickets for help on using
tickets.
Ticket #45295 seems to report the same issue. It seems to be solved upstream, but not yet released.