Opened 13 years ago

Closed 13 years ago

#26788 closed enhancement (fixed)

py*-gobject ports should use same dist_subdir

Reported by: ryandesign (Ryan Carsten Schmidt) Owned by: jyrkiwahlstedt
Priority: Normal Milestone:
Component: ports Version: 1.9.1
Keywords: Cc: MarcusCalhoun-Lopez (Marcus Calhoun-Lopez)
Port: py-gobject, py25-gobject, py26-gobject, py27-gobject

Description

All of the py*-gobject ports should use same dist_subdir, so that a user installing for multiple python versions at a time won't have to download the same distfile more than once.

$ port distfiles name:py.*gobject | grep /distfiles.macports.org
  http://distfiles.macports.org/py-gobject/pygobject-2.18.0.tar.bz2
  http://distfiles.macports.org/py25-gobject/pygobject-2.26.0.tar.bz2
  http://distfiles.macports.org/py26-gobject/pygobject-2.26.0.tar.bz2
  http://distfiles.macports.org/py27-gobject/pygobject-2.26.0.tar.bz2

The python portgroups set the dist_subdir to "python"; since these ports aren't using that portgroup, you may wish to set dist_subdir to python manually.

Change History (1)

comment:1 Changed 13 years ago by jmroot (Joshua Root)

Resolution: fixed
Status: newclosed
Note: See TracTickets for help on using tickets.