Add python31 package.
I had been using this for at least 18 months on various platforms including with some modules. (This work was done via wip, but I had custom patches too for lang/python.)
This commit is contained in:
parent
50d9776de7
commit
41eba15e56
2 changed files with 4 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
$NetBSD: CHANGES-2011,v 1.1476 2011/06/16 15:37:01 taca Exp $
|
||||
$NetBSD: CHANGES-2011,v 1.1477 2011/06/17 01:11:41 reed Exp $
|
||||
|
||||
Changes to the packages collection and infrastructure in 2011:
|
||||
|
||||
|
@ -2319,3 +2319,4 @@ Changes to the packages collection and infrastructure in 2011:
|
|||
Updated lang/ruby to 1.9.2pl180nb1 [taca 2011-06-16]
|
||||
Updated x11/qwt-qt4 to 6.0.0 [adam 2011-06-16]
|
||||
Updated textproc/ruby-nokogiri to 1.4.5 [taca 2011-06-16]
|
||||
Added lang/python31 version 3.1.4 [reed 2011-06-17]
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.302 2011/05/28 01:02:50 cheusov Exp $
|
||||
# $NetBSD: Makefile,v 1.303 2011/06/17 01:11:41 reed Exp $
|
||||
#
|
||||
|
||||
COMMENT= Programming languages
|
||||
|
@ -142,6 +142,7 @@ SUBDIR+= python24
|
|||
SUBDIR+= python25
|
||||
SUBDIR+= python26
|
||||
SUBDIR+= python27
|
||||
SUBDIR+= python31
|
||||
SUBDIR+= racket
|
||||
SUBDIR+= racket-textual
|
||||
SUBDIR+= rcfunge
|
||||
|
|
Loading…
Reference in a new issue