NEW: devel/py-test-runner 2.6.2

2016-01-10 Thread Alexandr Shadchin
Hi, ok to import devel/py-test-runner ? DESCR: Setup scripts can use pytest-runner to add setup.py test support for pytest runner. -- Alexandr Shadchin py-test-runner.tgz Description: application/tar-gz

Re: NEW: devel/py-test-runner 2.6.2

2016-01-10 Thread Alexandr Shadchin
On Sun, Jan 10, 2016 at 03:47:57PM +0500, Alexandr Shadchin wrote: > Hi, > > ok to import devel/py-test-runner ? > > DESCR: > > Setup scripts can use pytest-runner to add setup.py test support > for pytest runner. > Add PKG_ARCH=* -- Alexandr Shadchin py-test-runner.tgz Description: appli

Re: NEW: devel/py-test-runner 2.6.2

2016-01-10 Thread Stuart Henderson
I don't think PKG_ARCH=* is a good idea - .pyc files aren't identical between arches. On 10 January 2016 12:12:34 GMT+00:00, Alexandr Shadchin wrote: >On Sun, Jan 10, 2016 at 03:47:57PM +0500, Alexandr Shadchin wrote: >> Hi, >> >> ok to import devel/py-test-runner ? >> >> DESCR: >> >> Setup

Re: NEW: devel/py-test-runner 2.6.2

2016-01-10 Thread Alexandr Shadchin
On Sun, Jan 10, 2016 at 01:26:47PM +, Stuart Henderson wrote: > I don't think PKG_ARCH=* is a good idea - .pyc files aren't identical between > arches. > My little research: Python bytecode is portable across platforms, but not really across Python versions. .pyc files contain a timestamp,

Re: NEW: devel/py-test-runner 2.6.2

2016-01-10 Thread Stuart Henderson
On 2016/01/10 19:13, Alexandr Shadchin wrote: > On Sun, Jan 10, 2016 at 01:26:47PM +, Stuart Henderson wrote: > > I don't think PKG_ARCH=* is a good idea - .pyc files aren't identical > > between arches. > > > > My little research: > Python bytecode is portable across platforms, but not real

Re: NEW: devel/py-test-runner 2.6.2

2016-01-10 Thread Alexandr Shadchin
On Sun, Jan 10, 2016 at 02:36:36PM +, Stuart Henderson wrote: > On 2016/01/10 19:13, Alexandr Shadchin wrote: > > On Sun, Jan 10, 2016 at 01:26:47PM +, Stuart Henderson wrote: > > > I don't think PKG_ARCH=* is a good idea - .pyc files aren't identical > > > between arches. > > > > > > >