pkgsrc-WIP-discuss archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: Best practice of including python-based software?



On Fri, May 01, 2015 at 09:32:52AM +0200, Georg Schwarz wrote:
> I would like to include a package (in wip) which consists of python scripts and associated man pages only.
> Is there a sample/best practice script I could learn from how to best handle such a python-only package?

You should include lang/python/application.mk, set
PYTHON_VERSIONS_INCOMPATIBLE if not all python versions are supported,
and add a list of files that need their interpreter fixed in
REPLACE_PYTHON. Depend on other python packages you need using DEPENDS.

One example of such a package is sysutils/bup.
 Thomas

------------------------------------------------------------------------------
One dashboard for servers and applications across Physical-Virtual-Cloud 
Widest out-of-the-box monitoring support with 50+ applications
Performance metrics, stats and reports that give you Actionable Insights
Deep dive visibility with transaction tracing using APM Insight.
http://ad.doubleclick.net/ddm/clk/290420510;117567292;y
_______________________________________________
pkgsrc-wip-discuss mailing list
pkgsrc-wip-discuss%lists.sourceforge.net@localhost
https://lists.sourceforge.net/lists/listinfo/pkgsrc-wip-discuss


Home | Main Index | Thread Index | Old Index