Re: How to call easy_install argparse after installation

2017-04-29 Thread Kubilay Kocak
On 4/28/17 7:06 PM, Hongjiang Zhang via freebsd-ports wrote: > Hi all, > > I'm trying to create a new ports app, which is a python application > and depends on argparse. For python 2.7, argparse is builtin. > Unfortunately, when the app is starting, it complains: > > pkg_resources.DistributionNo

Re: svn commit: r439567 - head/devel/py-ordered-set

2017-04-29 Thread Kubilay Kocak
On 4/28/17 7:12 AM, Antoine Brodin wrote: > +do-test: > + @(cd ${TEST_WRKSRC} && ${SETENV} ${TEST_ENV} nosetests-${PYTHON_VER}) > + Another way to do this using an explicit python version that doesn't rely on version-suffixed script names (created either by the framework or provided by upstrea