Re: Discussing next steps for the Python2 removal

2019-11-26 Thread Sandro Tosi
> i have a semi-working script that produced ~400 package depending on
> py2 packages with missing py2removal bugs, i'll try to finalize it in
> the coming days and submit those bugs when done

i found approximately 140 more packages that depends on python/cython
and dont have a py2removal bug; i'll spot check that list soon and
will report the missing bugs in the coming days.

I'll also start looking into packages that closed a py2removal bug but
still have py2 dependencies (and probably i'll reopen said bug).

-- 
Sandro "morph" Tosi
My website: http://sandrotosi.me/
Me at Debian: http://wiki.debian.org/SandroTosi
Twitter: https://twitter.com/sandrotosi



Re: Python 3.8 transition: CMake problems

2019-11-26 Thread Matthias Klose
On 26.11.19 11:02, Ole Streicher wrote:
> Hi,
> 
> I am currently updating the "casacore" package to the latest upstream
> version. Doing this, I discovered that it is not marked as part of the
> Python 3.8 transition, and was also not binNMUed for this, although it
> has the package libcasa-python3-3 (to be renamed to libcasa-python3-4)
> that depends on libpython3.7. Was this somehow forgotten?

No. We are currently adding Python3.8 support, that's not yet switching the
default.  And the tracker only tracks packages b-d on python3-all-dev, which
casacore doesn't match, only building for the default Python3.

Matthias



Re: Joining DPMT

2019-11-26 Thread Piotr Ożarowski
[Julian Gilbey, 2019-11-17]
> I currently maintain send2trash, and it was suggested to me by Sandro
> Tosi that I join the DPMT to team-maintain it.  That sounds like an
> excellent idea to me!
> 
> My salsa login is jdg
> 
> I have read and accept the DPMT policy.

welcome and sorry for the delay

-- 
GPG: 1D2F A898 58DA AF62 1786 2DF7 AEF6 F1A2 A745 7645



Re: Join DPMT

2019-11-26 Thread Piotr Ożarowski
[Håvard Flaget Aasen, 2019-11-17]
> I wish to join the team. I don't bring any packages with me, but i intend to
> contribute to existing ones.
> 
> I have read and accept the DPMT policy: 
> https://salsa.debian.org/python-team/tools/python-modules/blob/master/policy.rst
> 
> My salsa account is haava-guest

welcome in the team :)
-- 
GPG: 1D2F A898 58DA AF62 1786 2DF7 AEF6 F1A2 A745 7645



Re: Join DPMT

2019-11-26 Thread Piotr Ożarowski
[Thomas Andrejak, 2019-11-24]
> Peter Wienemann
> proposed me to became a member of DPMT and I think this is a good idea !
> 
> My salsa login is totol-guest
> 
> I have read
> https://salsa.debian.org/python-team/tools/python-modules/blob/master/policy.rst
> and
> I accept it.

Welcome :)
-- 
GPG: 1D2F A898 58DA AF62 1786 2DF7 AEF6 F1A2 A745 7645



Re: PAPT: join request

2019-11-26 Thread Piotr Ożarowski
[intrigeri, 2019-11-08]
> the PAPT umbrella; I'll co-maintain and sponsor; therefore, I need to
> join the PAPT.
> 
> My Salsa handle is: intrigeri
> 
> I've read
> https://salsa.debian.org/python-team/tools/python-modules/blob/master/policy.rst
> and I accept it.

welcome and sorry for the delay :(

>  - In https://wiki.debian.org/Teams/PythonModulesTeam/HowToJoin,
>the "Policy About Maintainer and Uploaders Fields" section
>mentions an "unwritten policy". Said policy seems to have been
>written since:
>
> https://salsa.debian.org/python-team/tools/python-modules/blob/master/policy.rst

feel free to edit the wiki (as a new member) :)
-- 
GPG: 1D2F A898 58DA AF62 1786 2DF7 AEF6 F1A2 A745 7645



Re: add to the DPMT team

2019-11-26 Thread Michal Arbet
Hi Folks,

Could you please re-add me to DPMT team ?
I switched from my keuko-guest salsa account to my DD account
ke...@debian.org.

Thanks,
Michal Arbet (kevko)

čt 15. 2. 2018 v 10:47 odesílatel Michal Arbet 
napsal:

> Hello Guys,
>
> Could you please add me to DPMT team ?
>
> Why do I want to join a team ?
> Now I am  part of Openstack-team and there was discussed that many python
> packages will be moved to DPMT team , so I want to continue with
> contributing to Openstack via DPMT team.
>
> What is my alioth login ?
> keuko-gues
>
> I've already read https://python-modules.alioth.debian.org/policy.html .
> Accept and uderstand.
>
>
> If you have some questions on me , you can push me via email, irc ..
> mail : michal.ar...@ultimum.io
> irc: keuko  <- #debian-python on OFTC
>
>
> Thank you very much
> Have a nice day
>
>
> Sincerely,
> Michal Arbet ( kevin )
>
>


Python 3.8 transition: CMake problems

2019-11-26 Thread Ole Streicher
Hi,

I am currently updating the "casacore" package to the latest upstream
version. Doing this, I discovered that it is not marked as part of the
Python 3.8 transition, and was also not binNMUed for this, although it
has the package libcasa-python3-3 (to be renamed to libcasa-python3-4)
that depends on libpython3.7. Was this somehow forgotten?

Nevertheless, when I now try to build the (updated) package, I get the
following error:

8<-
  Could NOT find Python3 (missing: Python3_LIBRARY Python3_INCLUDE_DIR
  Development NumPy) (found version "3.8.0")
Call Stack (most recent call first):
  /usr/share/cmake-3.15/Modules/FindPackageHandleStandardArgs.cmake:378 
(_FPHSA_FAILURE_MESSAGE)
  /usr/share/cmake-3.15/Modules/FindPython/Support.cmake:1653 
(find_package_handle_standard_args)
  /usr/share/cmake-3.15/Modules/FindPython3.cmake:215 (include)
  python3/CMakeLists-cmake3.14.txt:3 (find_package)
8<-

The corresponding line in python3/CMakeLists-cmake3.14.txt is

find_package(Python3 REQUIRED COMPONENTS Interpreter Development NumPy)

which looks normal to me. Any idea why CMAKE does not find Python 3.8?

Best regards

Ole