Ticket #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
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
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 !
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.