[Thomas Goirand, 2016-04-06]
> Don't use py.test-FOO, as this is deprecated. Instead, use something
> like this:
>
> PYTHON3S:=$(shell py3versions -vr)
>
> override_dh_auto_test:
> ifeq (,$(findstring nocheck, $(DEB_BUILD_OPTIONS)))
> @echo "===> Running tests"
> set -e ; set -x ;
Hi Tiago,
On Mon, Apr 04, 2016 at 04:29:44PM -0300, Tiago Ilieve wrote:
> Hi,
>
> The Style Guide for Packaging Python Libraries[1] states that in cases
> like this, one should package the library for both Python 2 and 3,
> creating a third package that contains the executable. As this package
> i
Hello guy, my name is Adrian i want to be part of the python-modules team
in alioth
i have a few pkgs in mentors for review and also i want to start fixing
some of the pkgs that you have already, i did it for python-clicks and sent
it to av...@debian.org
but i want to start collaboration with the t
Hi Dmitry,
On 6 April 2016 at 17:21, Dmitry Shachnev wrote:
> 1. Public (/usr/lib/python*/dist-packages) vs private (/usr/share/) location
> depends on whether the module is intended to be used by third-party packages,
> or only by grip itself.
>
> 2. The Style Guide doesn't *require* both Python
On April 6, 2016 10:37:24 PM EDT, Tiago Ilieve wrote:
>Hi Dmitry,
>
>On 6 April 2016 at 17:21, Dmitry Shachnev wrote:
>> 1. Public (/usr/lib/python*/dist-packages) vs private (/usr/share/)
>location
>> depends on whether the module is intended to be used by third-party
>packages,
>> or only by
5 matches
Mail list logo