Opened 18 years ago

Closed 18 years ago

Last modified 18 years ago

#8473 closed defect (fixed)

UPDATE: py-sip 4.4.2

Reported by: aschenke@… Owned by: macports-tickets@…
Priority: Normal Milestone:
Component: ports Version: 1.2
Keywords: Cc: mww@…
Port:

Description

Here is an updated Portfile for py-sip. Note that the current version (4.3.2) will not install because it can't be found during the fetch phase. Changes:

  1. updated homepage
  2. updated master_sites
  3. updated MD5 checksum
  4. removed patch_files (they don't seem to be necessary, it builds OK)

Attachments (3)

Portfile (1.7 KB) - added by aschenke@… 18 years ago.
Portfile for py-sip 4.4.1
Portfile.2 (1.7 KB) - added by aschenke@… 18 years ago.
Portfile for py-sip-4.4.2
patch-specs_macx-g++ (497 bytes) - added by aschenke@… 18 years ago.
New patch-specs_macx-g++

Download all attachments as: .zip

Change History (11)

Changed 18 years ago by aschenke@…

Attachment: Portfile added

Portfile for py-sip 4.4.1

comment:1 Changed 18 years ago by aschenke@…

blocked: 8480

Changed 18 years ago by aschenke@…

Attachment: Portfile.2 added

Portfile for py-sip-4.4.2

comment:2 Changed 18 years ago by aschenke@…

attachments.isobsolete: 01

Changed 18 years ago by aschenke@…

Attachment: patch-specs_macx-g++ added

New patch-specs_macx-g++

comment:3 Changed 18 years ago by aschenke@…

Summary: UPDATE: py-sip 4.4.1UPDATE: py-sip 4.4.2

comment:4 Changed 18 years ago by mww@…

Resolution: fixed
Status: newclosed

commited, thanks - next time, please submit diff's though!

comment:5 Changed 18 years ago by aschenke@…

Will do diffs in the future; sorry about that. Seems to work from committed version, closing.

comment:6 Changed 18 years ago by markd@…

Py-sip has qt3 and qt3-mac variants commented out. Are they useful anymore (if they worked)? There is this bug made apparently when the variants were not still available. http://bugzilla.opendarwin.org/show_bug.cgi?id=3160 What should be done with it?

comment:7 Changed 18 years ago by aschenke@…

According to the developer website (http://www.riverbankcomputing.com/Docs/sip4/sipref.html):

"1.5 Qt Support

SIP has specific support for the creation of bindings based on Trolltech's Qt toolkit.

The SIP code generator understands the signal/slot type safe callback mechanism that Qt uses to connect objects together. This allows applications to define new Python signals, and allows any Python callable object to be used as a slot.

SIP itself does not require Qt to be installed."

I guess there was some confusion about whether SIP required Qt to be installed or not. There is a message in one of the build scripts (maybe for PyQt) about "SIP not being built with Qt support", so maybe older versions of SIP did require Qt. However, I have installed this current version of SIP without Qt installed, then used it to build PyQt (which does require Qt). It seems to work fine (bug 8480), so I think we can safely get rid of those variants and close bug 3160.

comment:8 Changed 18 years ago by markd@…

(In reply to comment #7)

maybe older versions of SIP did require Qt. However, I have installed this current version of SIP without Qt installed, then used it to build PyQt (which does require Qt). It seems to work fine (bug 8480), so I think we can safely get rid of those variants and close bug 3160.

Will do. Thanks!

Note: See TracTickets for help on using tickets.