freebsd-ports/devel/py-apipkg/Makefile
Wen Heping fc1fb9d780 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
2010-11-05 08:24:39 +00:00

20 lines
417 B
Makefile

# New ports collection makefile for: py-apipkg
# Date created: 5 Nov, 2010
# Whom: Wen Heping <wenheping@gmail.com>
#
# $FreeBSD$
#
PORTNAME= apipkg
PORTVERSION= 1.0
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= wen@FreeBSD.org
COMMENT= Namespace control and lazy-import mechanism
USE_PYTHON= yes
USE_PYDISTUTILS= easy_install
.include <bsd.port.mk>