From owner-cvs-all@FreeBSD.ORG Fri Nov 5 08:24:40 2010 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1BB21106564A; Fri, 5 Nov 2010 08:24:40 +0000 (UTC) (envelope-from wen@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 0A3548FC12; Fri, 5 Nov 2010 08:24:40 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id oA58OdKv006453; Fri, 5 Nov 2010 08:24:39 GMT (envelope-from wen@repoman.freebsd.org) Received: (from wen@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id oA58Od7a006452; Fri, 5 Nov 2010 08:24:39 GMT (envelope-from wen) Message-Id: <201011050824.oA58Od7a006452@repoman.freebsd.org> From: Wen Heping Date: Fri, 5 Nov 2010 08:24:39 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/devel Makefile ports/devel/py-apipkg Makefile distinfo pkg-descr pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 05 Nov 2010 08:24:40 -0000 wen 2010-11-05 08:24:39 UTC FreeBSD ports repository Modified files: devel Makefile Added files: devel/py-apipkg Makefile distinfo pkg-descr pkg-plist Log: With apipkg you can control the exported namespace of a python package and greatly reduce the number of imports for your users. It is a small pure python module that works on virtually all Python versions, including CPython2.3 to Python3.1, Jython and PyPy. It co-operates well with Python's help() system, custom importers (PEP302) and common command line completion tools. WWW: http://bitbucket.org/hpk42/apipkg Revision Changes Path 1.4106 +1 -0 ports/devel/Makefile 1.1 +20 -0 ports/devel/py-apipkg/Makefile (new) 1.1 +2 -0 ports/devel/py-apipkg/distinfo (new) 1.1 +8 -0 ports/devel/py-apipkg/pkg-descr (new) 1.1 +10 -0 ports/devel/py-apipkg/pkg-plist (new)