Request to join Debian Python Team

2024-01-30 Thread Francesco Ballarin
Dear Debian Python Team managers,
my name is Francesco Ballarin, and I am currently training to become a
Debian Maintainer under the sponsorship of Drew Parsons.

With this email, I am asking you to let me join your team with my
salsa username francesco.ballarin, associated with this email address.
The rationale for this request is the following:
* I helped getting
https://salsa.debian.org/python-team/packages/python-scooby started.
python-scooby will be maintained within the Debian Python Team.
* I filed a RFS for
https://salsa.debian.org/python-team/packages/pusimp . If accepted,
pusimp would be maintained within the Debian Python Team.
* I am working on https://salsa.debian.org/science-team/python-pyvista
within the science team. python-pyvista depends on several packages
maintained by the Debian Python Team, hence it would be beneficial if
I were part of both teams.

I confirm I have read
https://salsa.debian.org/python-team/tools/python-modules/blob/master/policy.rst
and accept the policies there.

Best regards,
Francesco Ballarin
[http://static.unicatt.it/ext-portale/5xmille_firma_mail_2023.jpg] 




Joining the Debian Python Team

2024-01-30 Thread Daniel Teichmann

Hey,

I wanna join the debian-python packaging team.

I've got Mike Gabriel, who will be my teacher guiding me through my way 
to become a Debian Maintainer.
I already have got a bit of experience with Debian Packaging (especially 
in the Debian Edu realm).

You can see that on my salsa profile.

I am online in the #debian-python IRC channel too, you can ping me 
there, if you have questions.


> Why you want to join the team: e.g. maintain your current packages 
within the team, help maintain some specific packages, etc.


I intend to package https://github.com/dscripka/openWakeWord.

> Your Salsa login.

https://salsa.debian.org/dzatoah

> A statement that you have read 
https://salsa.debian.org/python-team/tools/python-modules/blob/master/policy.rst 
and that you accept it.


I read it, understood it and accepted it.

Greeting,
dzatoah



Re: Joining the Debian Python Team

2024-01-30 Thread Mike Gabriel

Hi all, hi Daniel,

On  Di 30 Jan 2024 11:12:14 CET, Daniel Teichmann wrote:


Hey,

I wanna join the debian-python packaging team.

I've got Mike Gabriel, who will be my teacher guiding me through my  
way to become a Debian Maintainer.
I already have got a bit of experience with Debian Packaging  
(especially in the Debian Edu realm).

You can see that on my salsa profile.

I am online in the #debian-python IRC channel too, you can ping me  
there, if you have questions.


Why you want to join the team: e.g. maintain your current packages  
within the team, help maintain some specific packages, etc.


I intend to package https://github.com/dscripka/openWakeWord.


Your Salsa login.


https://salsa.debian.org/dzatoah

A statement that you have read  
https://salsa.debian.org/python-team/tools/python-modules/blob/master/policy.rst and that you accept  
it.


I read it, understood it and accepted it.

Greeting,
dzatoah


Seconding Daniel's request.

Thx + Greets,
Mike
--

DAS-NETZWERKTEAM
c\o Technik- und Ökologiezentrum Eckernförde
Mike Gabriel, Marienthaler Str. 17, 24340 Eckernförde
mobile: +49 (1520) 1976 148
landline: +49 (4351) 850 8940

GnuPG Fingerprint: 9BFB AEE8 6C0A A5FF BF22  0782 9AF4 6B30 2577 1B31
mail: mike.gabr...@das-netzwerkteam.de, http://das-netzwerkteam.de



pgpwrh1SQbqt7.pgp
Description: Digitale PGP-Signatur


graph-tool does not build on ppc64el architecture

2024-01-30 Thread Andreas Tille
Hi Tiago,

I updated Debian package of graph-tool to the latest (2.59).  It
turned out that it does not build on the ppc64el architecture.  You
can find a full build log here:

   
https://buildd.debian.org/status/fetch.php?pkg=graph-tool=ppc64el=2.59%2Bds-1=1704656087=0

Just seek for "error:" to navigate quickly to the actual problem
which is:

...
/bin/bash ./libtool  --tag=CXX   --mode=compile g++ -std=gnu++17 
-DHAVE_CONFIG_H -I. -I..  -I../src/boost-workaround -I../src/pcg-cpp/include 
-DHAVE_CONFIG_H -I../src/graph -I. 
-I/usr/lib/python3/dist-packages/cairo/include -I/usr/include/python3.11 
-pthread -I/usr/include -I/usr/lib/python3/dist-packages/numpy/core/include  
-DBOOST_ALLOW_DEPRECATED_HEADERS -DNDEBUG -Wdate-time -D_FORTIFY_SOURCE=2  
-fopenmp -O3 -fvisibility=default -fvisibility-inlines-hidden -Wno-deprecated 
-Wall -Wextra -ftemplate-backtrace-limit=0 -g -O2 
-ffile-prefix-map=/<>=. -fstack-protector-strong -Wformat 
-Werror=format-security -c -o src/graph/correlations/graph_assortativity.lo 
../src/graph/correlations/graph_assortativity.cc
libtool: compile:  g++ -std=gnu++17 -DHAVE_CONFIG_H -I. -I.. 
-I../src/boost-workaround -I../src/pcg-cpp/include -DHAVE_CONFIG_H 
-I../src/graph -I. -I/usr/lib/python3/dist-packages/cairo/include 
-I/usr/include/python3.11 -pthread -I/usr/include 
-I/usr/lib/python3/dist-packages/numpy/core/include 
-DBOOST_ALLOW_DEPRECATED_HEADERS -DNDEBUG -Wdate-time -D_FORTIFY_SOURCE=2 
-fopenmp -O3 -fvisibility=default -fvisibility-inlines-hidden -Wno-deprecated 
-Wall -Wextra -ftemplate-backtrace-limit=0 -g -O2 
-ffile-prefix-map=/<>=. -fstack-protector-strong -Wformat 
-Werror=format-security -c ../src/graph/correlations/graph_assortativity.cc  
-fPIC -DPIC -o src/graph/correlations/.libs/graph_assortativity.o
../src/graph/correlations/graph_assortativity.cc: In function 
‘std::pair 
assortativity_coefficient(graph_tool::GraphInterface&, 
graph_tool::GraphInterface::deg_t, boost::any)’:
../src/graph/correlations/graph_assortativity.cc:84:44: note: parameter passing 
for argument of type ‘std::pair’ when C++17 is enabled changed 
to match C++14 in GCC 10.1
   84 |   boost::any weight)
  |^
In file included from 
/usr/include/boost/math/special_functions/detail/round_fwd.hpp:12,
 from /usr/include/boost/math/special_functions/math_fwd.hpp:29,
 from 
/usr/include/boost/math/special_functions/fpclassify.hpp:18,
 from 
/usr/include/boost/math/special_functions/relative_difference.hpp:9,
 from ../src/graph/correlations/graph_assortativity.hh:26,
 from ../src/graph/correlations/graph_assortativity.cc:23:
/usr/include/boost/math/tools/promotion.hpp: In instantiation of ‘struct 
boost::math::tools::promote_args’:
/usr/include/boost/math/tools/promotion.hpp:272:13:   required by substitution 
of ‘template using 
boost::math::tools::promote_args_t = typename 
boost::math::tools::promote_args::type [with T1 = long double; T2 = double; T3 
= float; T4 = float; T5 = float; T6 = float]’
/usr/include/boost/math/special_functions/relative_difference.hpp:17:60:   
required by substitution of ‘template 
boost::math::tools::promote_args_t 
boost::math::relative_difference(const T&, const U&) [with T = long double; U = 
double]’
../src/graph/correlations/graph_assortativity.hh:177:45:   required from ‘void 
graph_tool::get_scalar_assortativity_coefficient::operator()(const Graph&, 
DegreeSelector, Eweight, double&, double&) const [with Graph = 
boost::adj_list; DegreeSelector = graph_tool::in_degreeS; 
Eweight = boost::unchecked_vector_property_map >]’
../src/graph/correlations/graph_assortativity.cc:130:18:   required from 
‘scalar_assortativity_coefficient(graph_tool::GraphInterface&, 
graph_tool::GraphInterface::deg_t, boost::any):: [with auto:68 = boost::adj_list&; auto:69 = 
graph_tool::in_degreeS&; auto:70 = boost::unchecked_vector_property_map >&]’
../src/graph/graph_filtering.hh:492:27:   recursively required from 
‘graph_tool::detail::dispatch_loop, mpl_::bool_ >&, boost::adj_list, 
boost::reversed_graph, const 
boost::adj_list&>, 
boost::undirected_adaptor >, 
boost::filt_graph, 
MaskFilter > >, 
MaskFilter > > >, 
boost::filt_graph, 
const boost::adj_list&>, 
MaskFilter > >, 
MaskFilter > > >, 
boost::filt_graph 
>, MaskFilter > >, 
MaskFilter > > >, 
typelist > >, 
graph_tool::scalarS > >, 
graph_tool::scalarS > >, 
graph_tool::scalarS > >, 
graph_tool::scalarS > >, 
graph_tool::scalarS > >, 
graph_tool::scalarS > >, 
typelist >, 
boost::checked_vector_property_map >, 
boost::checked_vector_property_map >, boost::checked_vector_property_map >, 
boost::checked_vector_property_map >, 
boost::checked_vector_property_map >, 
boost::adj_edge_index_property_map, 
graph_tool::UnityPropertyMap > >, boost::any, 
boost::any&, boost::any&>(const 
action_wrap, mpl_::bool_ >&, typelist, boost::reversed_graph, const 

Re: New upstream version of flufl.i18n fails its test

2024-01-30 Thread Andreas Tille
Hi Yogeswaran,

Am Mon, Jan 29, 2024 at 02:36:59PM -0500 schrieb Yogeswaran Umasankar:
> > [1] https://salsa.debian.org/python-team/packages/flufl.i18n/-/jobs/5148646
> 
> I made some changes for you to take a look. Included a patch to use
> setuptools and sphinx-build html docs with Python 3.12.
> https://salsa.debian.org/python-team/packages/flufl.i18n

Thanks, Uploaded, Andreas.

-- 
http://fam-tille.de