On Tue, Aug 28, 2018 at 03:23:50PM +0200, Frédéric Fauberteau wrote:
Le 2018-08-28 14:50, Benny Siegert a écrit :
> The following reply was made to PR pkg/53560; it has been noted by
> GNATS.
>
> From: Benny Siegert <bsiegert%gmail.com@localhost>
> To: gnats-bugs%netbsd.org@localhost
> Cc: pkg-manager%netbsd.org@localhost, gnats-admin%netbsd.org@localhost,
> pkgsrc-bugs%netbsd.org@localhost
> Subject: Re: pkg/53560: devel/py-pluggy does not build for
> PYTHON_VERSION>27
> Date: Tue, 28 Aug 2018 14:46:45 +0200
>
> It looks like the build is fetching some packages that are considered
> missing. This is a sign that there is one or more dependencies that
> are missing from the package Makefile, or perhaps they are at the
> wrong version.
'python2.7 setup.py build' works fine while 'python3.6 setup.py build'
throws an error about failure of certificate verification. I don't
think it
is a problem of missing dependency in Makefile since the egg framework
seems
to fetch these setup requirements in a .egg/ directory. It sounds to
me like
a problem of ssl fetching with python3.X.
The core of the problem is the missing setuptools_scm functionality.
Joerg