Subject: Re: Packaging a Python app?
To: None <pkgsrc-users@netbsd.org>
From: Joerg Sonnenberger <joerg@britannica.bec.de>
List: pkgsrc-users
Date: 10/28/2006 00:22:22
On Fri, Oct 27, 2006 at 05:37:53PM -0400, Steven M. Bellovin wrote:
> 	DEPENDS+=       py-paramiko>=1.6:../../security/py-paramiko
			^^ ${PYPKGPREFIX} is what you want.

> (As a secondary matter, the programs start with 
> 
> 	#!/usr/bin/env python
> 
> What is the proper invocation here?)

See lang/python/application.mk.

Joerg