>Submitter-Id: current-users >Originator: Jimmy Olgeni >Organization: >Confidential: no >Synopsis: [PATCH] devel/py27-freebsd: extend python compatibility to 2.7 >Severity: non-critical >Priority: low >Category: ports >Class: change-request >Release: FreeBSD 8.2-STABLE amd64 >Environment: System: FreeBSD backoffice 8.2-STABLE FreeBSD 8.2-STABLE #1: Wed Oct 12 21:16:42 CEST 2011 >Description: Currently py-freebsd brings in python26 as a dependency, but it seems to work fine with python27 too.
Port maintainer (pyt...@freebsd.org) is cc'd. Generated with FreeBSD Port Tools 0.99 >How-To-Repeat: >Fix: --- py27-freebsd-0.9.3_6.patch begins here --- Index: Makefile =================================================================== RCS file: /home/pcvs/ports/devel/py-freebsd/Makefile,v retrieving revision 1.23 diff -u -u -r1.23 Makefile --- Makefile 7 Nov 2011 04:24:52 -0000 1.23 +++ Makefile 9 Nov 2011 23:12:07 -0000 @@ -7,7 +7,7 @@ PORTNAME= freebsd PORTVERSION= 0.9.3 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= devel python MASTER_SITES= ${MASTER_SITE_LOCAL} \ http://people.freebsd.org/~perky/distfiles/ @@ -18,7 +18,7 @@ MAINTAINER= pyt...@freebsd.org COMMENT= Python interface to FreeBSD-specific system libraries -USE_PYTHON= 2.5-2.6 +USE_PYTHON= 2.5-2.7 USE_PYDISTUTILS= yes PYDISTUTILS_PKGNAME= py-freebsd --- py27-freebsd-0.9.3_6.patch ends here --- _______________________________________________ freebsd-python@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-python To unsubscribe, send any mail to "freebsd-python-unsubscr...@freebsd.org"