[Python-modules-team] Bug#955460: RFP: scikit-build -- Improved build system generator for CPython C, C++, Cython and Fortran extensions

2020-03-31 Thread Bas Couwenberg
Package: wnpp
Severity: wishlist

* Package name: scikit-build
  Version : 0.10.0
  Upstream Author : The scikit-build team 
* URL : https://github.com/scikit-build/scikit-build
* License : Expat
  Programming Lang: Python
  Description : Improved build system generator for CPython C, C++, Cython 
and Fortran extensions

 Improved build system generator for CPython C/C++/Fortran/Cython
 extensions.
 .
 Better support is available for additional compilers, build systems,
 cross compilation, and locating dependencies and determining their
 build requirements.
 .
 The scikit-build package is fundamentally just glue between the
 setuptools Python module and CMake.


Debian Science already maintains other scikit packages and is likely
a good umbrella for this package too.

___
Python-modules-team mailing list
Python-modules-team@alioth-lists.debian.net
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/python-modules-team

[Python-modules-team] Bug#945390: androguard: autopkgtest failures

2019-11-23 Thread Bas Couwenberg
Source: androguard
Version: 3.3.5-1
Severity: serious
Justification: makes the package in question unusable or mostly so

Dear Maintainer,

The autopkgtest for your package are failing, which prevent the testing 
migration of networkx.

The logging shows many exceptions like this:

 AttributeError: 'DiGraph' object has no attribute 'node'

See:

 
https://ci.debian.net/data/autopkgtest/testing/amd64/a/androguard/3495118/log.gz

Kind Regards,

Bas

___
Python-modules-team mailing list
Python-modules-team@alioth-lists.debian.net
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/python-modules-team

[Python-modules-team] Bug#944400: sphinx: autopkgtest fails with texlive (2019.20191030-1)

2019-11-08 Thread Bas Couwenberg
Source: sphinx
Version: 1.8.5-3
Severity: serious
Justification: makes the package in question unusable or mostly so

Dear Maintainer,

The autopkgtest of your package fail with texlive (2019.20191030-1):

 https://ci.debian.net/data/autopkgtest/testing/amd64/s/sphinx/3363555/log.gz

This is blocking testing migration of various packages.

Kind Regards,

Bas

___
Python-modules-team mailing list
Python-modules-team@alioth-lists.debian.net
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/python-modules-team

[Python-modules-team] Bug#934116: nose2: Requires mock 2.0 (for python < 3.6) but 3.0 is in unstable

2019-08-07 Thread Bas Couwenberg
Source: nose2
Version: 0.9.1-1
Severity: serious
Justification: makes the package in question unusable or mostly so
Control: affects -1 src:python-pyproj

Dear Maintainer,

The rebuild on the buildd of python-pyproj failed [0] due to a version
mismatch between nose2 & python-mock:

 pkg_resources.DistributionNotFound: The 'mock==2.0.0' distribution was not 
found and is required by nose2

The setup.py for nose2 contains:

install_requires=[
"six>=1.7",
"coverage>=4.4.1",
# mock on py2, py3.4 and py3.5
# not just py2: py3 versions of mock don't all have the same
# interface and this can cause issues
'mock==2.0.0;python_version<"3.6"',
],

But the dependencies of python-nose2 don't reflect this version constraint:

 Depends: python-mock, [...]

Until 2019-07-16 python-mock was at version 2.0.0, but has since
upgraded to 3.0.5.

Please make nose2 work for Python < 3.6 again.

[0] 
https://buildd.debian.org/status/fetch.php?pkg=python-pyproj&arch=amd64&ver=1.9.6-1%2Bb1&stamp=1565162830&raw=0

Kind Regards,

Bas

___
Python-modules-team mailing list
Python-modules-team@alioth-lists.debian.net
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/python-modules-team

[Python-modules-team] Bug#932676: geopy: python-geopy -V: Don't depend on python-geographiclib

2019-07-21 Thread Bas Couwenberg
Source: geopy
Version: 1.18.1-1
Severity: important
User: debian-...@lists.debian.org
Usertags: python-geographiclib

Dear Maintainer,

The python-geographiclib package is going to be removed due to the
Python 2 EOL.

Your package should stop (build) depending on python-geographiclib.

Kind Regards,

Bas

___
Python-modules-team mailing list
Python-modules-team@alioth-lists.debian.net
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/python-modules-team

[Python-modules-team] Bug#932656: cf-python: Don't depend on python-netcdf4

2019-07-21 Thread Bas Couwenberg
Source: cf-python
Version: 1.3.2+dfsg1-4
Severity: important
User: debian-...@lists.debian.org
Usertags: python-netcdf4

Dear Maintainer,

The python-netcdf4 package is going to be removed due to the Python 2
EOL.

Your package should stop (build) depending on python-netcdf4.

Kind Regards,

Bas

___
Python-modules-team mailing list
Python-modules-team@alioth-lists.debian.net
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/python-modules-team

[Python-modules-team] Bug#925209: pywbem: New releases available on GitHub

2019-03-21 Thread Bas Couwenberg
Source: pywbem
Version: 0.8.0~dev650-1
Severity: normal

Dear Maintainer,

The upstream repository moved to GitHub:

 https://github.com/pywbem/pywbem

The latest release at time of writing is 0.13.1.

Please update the package to a newer upstream release, and add a Python
3 package as requested in #890583.

The latest upstream release also supports M2Crypto >= 0.31.0 which
should address #780264.

Do you need help to update the package?

I see that the repo is already available on Salsa, I can provide patches
to that if you'd like.

Kind Regards,

Bas

___
Python-modules-team mailing list
Python-modules-team@alioth-lists.debian.net
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/python-modules-team

[Python-modules-team] Bug#918204: dask: autopkgtest fails with python-numpy (1:1.16.0~rc1-3)

2019-01-04 Thread Bas Couwenberg
Source: dask
Version: 1.0.0+dfsg-1
Severity: normal
Control: block 917323 by -1

Dear Maintainer,

The autopkgtest for your package fail with python-numpy
(1:1.16.0~rc1-3), this increased the required age of python-numpy which
blocks the gdal transition.

Please fix the autopkgtest of your package.

Kind Regards,

Bas

___
Python-modules-team mailing list
Python-modules-team@alioth-lists.debian.net
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/python-modules-team