Opened 13 years ago
Closed 13 years ago
#33047 closed enhancement (fixed)
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 (1)
Change History (5)
comment:1 Changed 13 years ago by ryandesign (Ryan Carsten Schmidt)
Milestone: | MacPorts 2.0.4 |
---|---|
Port: | py-tahchee added; tahchee removed |
Summary: | lift py26-tahchee to python2.7 → py-tahchee: convert to unified port, add python27 version |
Type: | submission → update |
Changed 13 years ago by alex_a_bordeaux@…
comment:2 Changed 13 years 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 13 years ago by mf2k (Frank Schima)
Keywords: | haspatch maintainer added |
---|---|
Port: | py-tahchee, py26-tahchee → py-tahchee py26-tahchee |
Type: | update → enhancement |
Version: | 2.0.3 |
comment:4 Changed 13 years ago by raimue (Rainer Müller)
Resolution: | → fixed |
---|---|
Status: | new → closed |
Committed in r90313 (with slight whitespace modifications).
Note: See
TracTickets for help on using
tickets.
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.