Opened 15 years ago

Closed 15 years ago

#20783 closed submission (fixed)

Request: py26-xmpppy

Reported by: mfisher@… Owned by: macports-tickets@…
Priority: Normal Milestone:
Component: ports Version:
Keywords: Cc:
Port: py26-xmpppy

Description

--- Portfile	2009-05-14 15:41:55.000000000 -0400
+++ /Users/mfisher/misc/MacPorts/ports/python/py26-xmpppy/Portfile	2009-08-23 21:56:21.000000000 -0400
@@ -1,10 +1,10 @@
 # $Id: Portfile 50980 2009-05-14 19:41:55Z and.damore@macports.org $
 
 PortSystem 1.0
-PortGroup python24 1.0
+PortGroup python26 1.0
 
-name			py-xmpppy
-version			0.4.1
+name			py26-xmpppy
+version			0.5.0rc1
 revision		1
 categories		python net
 platforms		darwin
@@ -15,8 +15,9 @@
 homepage		http://xmpppy.sourceforge.net/
 master_sites	sourceforge:xmpppy
 distname		xmpppy-${version}
-checksums		sha1 8bc83c2acc2da68dc73099f7a1137353c7d6f859 \
-			md5  ca36d685643f2c56ab07323a09ece9e4
+checksums		sha1 9cff61d0133857f1e97bca615763989374b2e045 \
+			md5  e0d2b3f9e4a278c163431e64adb0c861 \
+			rmd160 5a62b9de440d05d423be9f74ca437ff1f874b2fc
 
 post-destroot	{
 	file delete -force ${destroot}${prefix}/share/doc/${name}

Change History (5)

comment:1 Changed 15 years ago by mfisher@…

Cc: mfisher@… added

Cc Me!

comment:2 Changed 15 years ago by mf2k (Frank Schima)

Cc: gboyce mfisher@… removed
Port: py26-xmpppy added
Type: updaterequest
Version: 1.7.1

The py-xmpppy port needs to stay with python2.4 - hence the "py-" prefix. You want a new port called py26-xmpppy. Please attach a complete portfile for that. Also, we don't normally update to rc versions. Instead we should wait until the 0.5.0 is released.

comment:3 Changed 15 years ago by mf2k (Frank Schima)

Summary: py-xmpppy-0.4.1 update to python2.6, xmpppy-0.5.0rc1Request: py26-xmpppy

comment:4 Changed 15 years ago by jmroot (Joshua Root)

Type: requestsubmission

How is this a request? The patch is right there...

comment:5 Changed 15 years ago by jmroot (Joshua Root)

Resolution: fixed
Status: newclosed

Added at version 0.4.1 in r56262. Can update to 0.5.0 when it goes final.

Note: See TracTickets for help on using tickets.