New Ticket     Tickets     Wiki     Browse Source     Timeline     Roadmap     Ticket Reports     Search

Ticket #33047 (closed enhancement: fixed)

Opened 16 months ago

Last modified 15 months ago

py-tahchee: convert to unified port, add python27 version

Reported by: alex_a_bordeaux@… Owned by: macports-tickets@…
Priority: Normal Milestone:
Component: ports Version:
Keywords: haspatch maintainer Cc:
Port: py-tahchee py26-tahchee

Description

create py27-tahchee from py26-tahchee and adapt Portfile as follows :

@@ -1,9 +1,9 @@
 # $Id: Portfile 68028 2010-05-25 01:06:18Z jmr@macports.org $
 
 PortSystem 1.0
-PortGroup python27 1.0
+PortGroup python26 1.0
 
-name			py27-tahchee
+name			py26-tahchee
 version			0.9.8
 categories		python www
 platforms		darwin
@@ -17,7 +17,7 @@
 distname		tahchee-${version}
 checksums		sha1 5657fd9b8ae6c2f825f75f06aceace7fa7695d82
 
-depends_lib		port:py27-cheetah
+depends_lib		port:py26-cheetah
 
 extract.post_args	"| tar -xf - --exclude '.MANUAL.txt.swp'"

Attachments

Portfile (1.2 KB) - added by alex_a_bordeaux@… 16 months ago.

Change History

comment:1 Changed 16 months ago by ryandesign@…

  • Summary changed from lift py26-tahchee to python2.7 to py-tahchee: convert to unified port, add python27 version
  • Type changed from submission to update
  • Port changed from tahchee, py26-tahchee to py-tahchee, py26-tahchee
  • Milestone MacPorts 2.0.4 deleted

It would be better to combine all versions of tahchee into the existing py-tahchee port by converting it to the unified python portgroup. Ask on the macports-dev mailing list if you have questions about how to do that.

Changed 16 months ago by alex_a_bordeaux@…

comment:2 Changed 16 months ago by alex_a_bordeaux@…

added proposal for unified python port (could not test it for all python versions, compiles like a charm for python 2.7) would be glad if someone could look over this.

cheers !

comment:3 Changed 16 months ago by macsforever2000@…

  • Keywords haspatch maintainer added
  • Version 2.0.3 deleted
  • Type changed from update to enhancement
  • Port changed from py-tahchee, py26-tahchee to py-tahchee py26-tahchee

comment:4 Changed 15 months ago by raimue@…

  • Status changed from new to closed
  • Resolution set to fixed

Committed in r90313 (with slight whitespace modifications).

Note: See TracTickets for help on using tickets.