Request to join team

2016-02-22 Thread Ondrej Novy
> A statement that you have read > https://python-modules.alioth.debian.org/policy.html and that you accept it. I read the policy and I'm accepting it. -- Best regards Bc. Ondrej Novy

Re: Request to join team

2016-03-01 Thread Ondrej Novy
Hi, gentle ping? Thank you. 2016-02-22 20:50 GMT+01:00 Ondrej Novy : > Hi, > > > Why you want to join the team: e.g. maintain your current packages > within the team, help maintain some specific packages, etc. > > I want to maintain new package python-m3u8 (and others).

Re: removing $(PYBUILD_NAME).egg-info with clean target in debian/rules?

2016-04-29 Thread Ondrej Novy
Hi, I'm using this: # cat debian/source/options extend-diff-ignore = "^[^/]*[.]egg-info/" and keeping .egg-info here. But if you don't want it here, use dh_clean OR create file debian/clean (man dh_clean for complete doc). -- Best regards Bc. Ondrej Novy

Re: [Python-modules-team] Bug#830607: python-simpy: accesses the internet during build

2016-08-07 Thread Ondrej Novy
Hi, fixed :) Feel free to review it. -- Best regards Ondřej Nový

Re: pep8 renamed to pycodestyle

2016-08-07 Thread Ondrej Novy
Hi, 2016-06-21 13:43 GMT+02:00 Barry Warsaw : > >I'd simply create new source package with new binary packages and remove > >src:pep8 even from Stretch (once all rev. dependencies use new package). > created (https://bugs.debian.org/833683) and uploaded :) -- Best regards Ondřej Nový

Re: pep8 renamed to pycodestyle

2016-08-08 Thread Ondrej Novy
Hi, what do you think about this: https://anonscm.debian.org/cgit/python-modules/packages/pep8.git/commit/?id=655e6f631fc854c51f48f142e58bdb6b4af8494f With this change we can make slow transition pep8 -> pycodestyle without breaking current pep8 users. BTW: pycodestyle is still in NEW, so don't

BTS bot in #debian-python IRC channel

2016-08-13 Thread Ondrej Novy
Hi, I would like to add BTS bot to IRC channel #debian-python with same notifications (uploads, bug reports) as in #debian-devel-changes filtered to maintainer/uploaders: Debian Python Modules Team Python Applications Packaging Team What do you think? -- Best regards Ondřej Nový

Re: BTS bot in #debian-python IRC channel

2016-08-13 Thread Ondrej Novy
Hi, 2016-08-13 23:39 GMT+02:00 Scott Kitterman : > I don't think there's anything you've listed that we don't already get via > email. Personally, I don't think I need it again on IRC. The existing > with this argument you don't like commit notifications on IRC channel too, right? :) If we ha

Re: BTS bot in #debian-python IRC channel

2016-08-14 Thread Ondrej Novy
Hi, cool, thanks guys for your opinions. Created this PL: https://github.com/sebastinas/debian-devel-changes-bot/pull/1/commits/4988ab91882dbf5f440f6ab2c0024fba022192d5 +1 for moving VCS commits too. Can I send request to KBG-* admins? -- Best regards Ondřej Nový

Re: on keep providing python 2 packages

2016-08-19 Thread Ondrej Novy
Hi, 2016-08-19 9:19 GMT+02:00 Sandro Tosi : > does anyone else agrees with this view? should we clarify that, when > available, python2 modules must be provided (along with their py3k)? > I agree. Nobody will move to Py3 because Debian doesn't have Py2 module. -- Best regards Ondřej Nový Ema

Re: KGB bot #debian-python -> #debian-python-changes

2016-09-08 Thread Ondrej Novy
Hi, 2016-09-08 21:33 GMT+02:00 gregor herrmann : > > >> please move KGB bot from #debian-python channel to > > >> #debian-python-changes > > > Done for KGB-0. > > Done! > Done as well. > thanks you guys! -- Best regards Ondřej Nový Email: n...@ondrej.org PGP: 3D98 3C52 EB85 980C 46A5 6090 3

Join Python Applications Packaging Team

2017-02-21 Thread Ondrej Novy
Hi, I'm already member of DPMT and I want to join PAPT. I read http://python-apps.alioth.debian.org/policy.html and i accept it. I would like to work on update of pyflakes, which i need for new flake8 package. Thanks. -- Best regards Ondřej Nový Email: n...@ondrej.org PGP: 3D98 3C52 EB85 98

Re: Request to join DPMT

2017-02-26 Thread Ondrej Novy
Hi, 2017-02-26 16:07 GMT+01:00 Allison Randal : > I'd like to request to join DPMT. > I support Allison request. -- Best regards Ondřej Nový Email: n...@ondrej.org PGP: 3D98 3C52 EB85 980C 46A5 6090 3573 1255 9D1E 064B

Re: Adopting OpenStack packages

2017-03-05 Thread Ondrej Novy
Hi, 2017-03-05 18:09 GMT+01:00 Allison Randal : > > So, getting back to more practical matters, my proposal is that we start > by moving alembic and python-concurrent.futures back to DPMT, since they > as alembic and python-concurrent.futures co-maintainer I guess, I can say something too :). As

Re: Salvaging python-cassandra for Stretch

2017-04-06 Thread Ondrej Novy
Hi, 2017-04-06 17:49 GMT+02:00 Thomas Goirand : > I'll NMU. > because you are part of DPMT, why are you going to do NMU and not team upload? -- Best regards Ondřej Nový Email: n...@ondrej.org PGP: 3D98 3C52 EB85 980C 46A5 6090 3573 1255 9D1E 064B

Re: Salvaging python-cassandra for Stretch

2017-04-06 Thread Ondrej Novy
Hi, sry for second email. 2017-04-06 17:49 GMT+02:00 Thomas Goirand : > Attached is the debdiff. As you can see, I'm attempting to use the new > system that creates -dbgsym, and transitioning to it. cite from: https://release.debian.org/stretch/freeze_policy.html Some examples of changes that

Re: [Python-modules-commits] [python-cpuinfo] 02/02: Import Debian changes 3.0.0-1

2017-04-16 Thread Ondrej Novy
Hi, 2017-04-14 20:25 GMT+02:00 Sandro Tosi : > why the cli tools are in a separate packages, instead of being inside > the py3k package (as it seems to suggest it uses the python3 > module to work)? > because it's one of our team recommendation: https://wiki.debian.org/Python/LibraryStyleGuide#

Re: [Python-modules-commits] [python-cpuinfo] 02/02: Import Debian changes 3.0.0-1

2017-04-16 Thread Ondrej Novy
Hi, 2017-04-16 18:09 GMT+02:00 Mattia Rizzolo : > Surely I'm not the only one who would consider moving the file back to > python3-cpuinfo a step backward… > ack. I like solo binary package for /usr/bin/* tools too. -- Best regards Ondřej Nový Email: n...@ondrej.org PGP: 3D98 3C52 EB85 980C

Re: a few quick questions on gbp pq workflow

2017-08-06 Thread Ondrej Novy
Hi, 2017-08-06 12:26 GMT-04:00 Scott Kitterman : > > I don't work on the OpenStack packages, but I do maintain a reasonable > number of Python packages. I always work from the released tarball. I > haven't added the keys yet to verify all my packages, but am gradually > doing so as I have time.

Re: a few quick questions on gbp pq workflow

2017-08-06 Thread Ondrej Novy
Hi, 2017-08-06 14:53 GMT-04:00 Jeremy Stanley : > Why would you need to repack a tarball just because it contains > prebuilt docs (non-DFSG-free licensed documentation aside)? I'm all > Lintian considers this as "bug": https://lintian.debian. org/tags/source-contains-prebuilt-sphinx-documentatio

Re: Bug#883246: ITP: python-enum-compat -- Python enum/enum34 compatibility package

2017-12-01 Thread Ondrej Novy
Hi, 2017-12-01 11:25 GMT+01:00 Simon McVittie : > Within Debian, wouldn't this be better achieved by having Python 2 packages > that require enum34 depend on python-enum34 directly, as they already do? > python-enum34 could have a Provides on some other name if that helped. > I already tried thi

Re: Bug#883246: ITP: python-enum-compat -- Python enum/enum34 compatibility package

2017-12-01 Thread Ondrej Novy
Hi, 2017-12-01 12:42 GMT+01:00 Simon McVittie : > That's unfortunate - the solution you tried first does seem better. > right. Working on fix without this useless package/shim. Thanks for suggestions. -- Best regards Ondřej Nový Email: n...@ondrej.org PGP: 3D98 3C52 EB85 980C 46A5 6090 357

Re: /usr/bin/python2 in shebangs?

2017-12-14 Thread Ondrej Novy
2017-12-14 14:38 GMT+01:00 Piotr Ożarowski : > I plan to prepare new dh-python upload soon and hence a question about > a bit controversial change: should dh_python2 (as we discussed during > last DebConf's Python BoF) replace /usr/bin/python shebangs with > /usr/bin/python2? > +1 -- Best regar

Re: Move to salsa? Merge modules and apps team?

2018-02-07 Thread Ondrej Novy
Hi, 2018-02-07 8:37 GMT+01:00 W. Martin Borgert : > how about moving the Python team(s) to salsa? > +1 > And how about merging the modules and apps teams into one? > +1 > Moving git packages (modules team) is very easy using > import.sh from https://salsa.debian.org/mehdi/salsa-scripts.git

Re: Move to salsa? Team structure preview ready

2018-02-08 Thread Ondrej Novy
Hi, I created team "python-team" in salsa with 3 subgroups: interpreter modules packages See: https://salsa.debian.org/python-team Any thoughts? I can do DPMT GIT migration, but I need agreement on new structure. I think talk about PAPT+DPMT merging is big discussion, so let's put it aside. We

Re: Move to salsa? Team structure preview ready

2018-02-08 Thread Ondrej Novy
2018-02-08 10:14 GMT+01:00 Ondrej Novy : > I created team "python-team" in salsa with 3 subgroups: > interpreter > modules > packages > interpreter modules applications sry :). -- Best regards Ondřej Nový Email: n...@ondrej.org PGP: 3D98 3C52 EB85 980C 46A5 6090 3573 1255 9D1E 064B

Re: Move to salsa? Team structure preview ready

2018-02-08 Thread Ondrej Novy
Hi, 2018-02-08 10:39 GMT+01:00 Piotr Ożarowski : > could you describe these groups? What goes into modules and what into > packages? > it was typo, already fixed in next mail. Group description is in Salsa too. -- Best regards Ondřej Nový Email: n...@ondrej.org PGP: 3D98 3C52 EB85 980C 46A5

Re: Move to salsa? Team structure preview ready

2018-02-08 Thread Ondrej Novy
Hi, 2018-02-08 14:35 GMT+01:00 Raphael Hertzog : > This is not really needed. In fact I would suggest to de-activate the > "request to join" feature. It mails all "masters" (and all DD are masters > since they need to be able to create new repositories) and it doesn't > offer a way to explain why

[IMPORTANT] DPMT migrated to Salsa

2018-02-09 Thread Ondrej Novy
Hi, good news everyone. I migrated DPMT to Salsa. What is done: - git repository migration Alioth -> Salsa - git at Alioth locked (pre-receive hook) - DD members of Alioth DPMT team migrated to Salsa DPMT subgroup - DD members of Alioth PAPT team migrated to Salsa PAPT subgroup -

Re: [IMPORTANT] DPMT migrated to Salsa

2018-02-10 Thread Ondrej Novy
Hi, 2018-02-09 22:27 GMT+01:00 Vincent Bernat : > > Is it needed? anonscm URL work (both Vcs fields use https) and it seems > a better idea to have service-independant URL. > but nothing like 'service-independant URL' doesn't exists now. anonscm = Alioth. See https://salsa.debian.org/salsa/Aliot

Re: Move to salsa? Team structure preview ready

2018-02-12 Thread Ondrej Novy
Hi, 2018-02-12 12:14 GMT+01:00 Félix Sipma : > Do you plan changing the Vcs-fields for all packages automatically? > yes. > I also noticed that this package: > https://salsa.debian.org/python-team/modules/twodict is not accessible on > salsa > (and neither is accessible on alioth anymore). Is

Re: Move to salsa? Team structure preview ready

2018-02-12 Thread Ondrej Novy
Hi, 2018-02-12 12:38 GMT+01:00 Ondrej Novy : > I also noticed that this package: >> https://salsa.debian.org/python-team/modules/twodict is not accessible >> on salsa >> (and neither is accessible on alioth anymore). Is this expected? >> > > not expected, fixe

Salsa Vcs-* mass-commits

2018-02-12 Thread Ondrej Novy
Hi, I would like to mass-commit to all DPMT's projects this: https://salsa.debian.org/python-team/modules/python-m3u8/commit/f2683222bb936c4f81047285fad2bb7a32e9087f Any thoughts? -- Best regards Ondřej Nový Email: n...@ondrej.org PGP: 3D98 3C52 EB85 980C 46A5 6090 3573 1255 9D1E 064B

Re: [Python-modules-team] Salsa Vcs-* mass-commits

2018-02-12 Thread Ondrej Novy
Hi, 2018-02-12 15:29 GMT+01:00 Ghislain Vaillant : > Will it bypass packages for which such change has already been > committed, such as in src:flake8-polyfill (currently under RFS)? Just > checking. > yes: if ! grep-dctrl -q -F Vcs-Git 'salsa.debian.org' debian/control ; then -- Best regards

Re: Salsa Vcs-* mass-commits

2018-02-13 Thread Ondrej Novy
Hi, 2018-02-12 14:41 GMT+01:00 Ondrej Novy : > I would like to mass-commit to all DPMT's projects this: > done. Please report any bugs. -- Best regards Ondřej Nový Email: n...@ondrej.org PGP: 3D98 3C52 EB85 980C 46A5 6090 3573 1255 9D1E 064B

Re: xhtml2pdf updated, but can't push to salsa

2018-02-22 Thread Ondrej Novy
Hi, 2018-02-22 11:18 GMT+01:00 Drew Parsons : > The python group on salsa does not have the button for joining the > group (I don't actually want to join the group, but the commits to > xhtml2pdf should be pushed). > I'm sorry, but you need to join the group to push commits into it. -- Best re

Re: PAPT migrated to Git on Salsa

2018-02-27 Thread Ondrej Novy
Hi, 2018-02-24 19:13 GMT+01:00 Stefano Rivera : > I've finished migrating PAPT to Salsa > https://salsa.debian.org/python-team/applications thanks a lot for working on this. Any reason why you didn't add entry into d/changelog about changing Vcs-* fields? -- Best regards Ondřej Nový Email:

Re: Salsa membership, DPMT and PAPT

2018-03-25 Thread Ondrej Novy
Hi, 2018-03-25 7:58 GMT+02:00 Arto Jantunen : > > I'd like to join both the applications and modules teams welcome :) -- Best regards Ondřej Nový Email: n...@ondrej.org PGP: 3D98 3C52 EB85 980C 46A5 6090 3573 1255 9D1E 064B

Re: Request to join the DMPT, PAPT and Salsa Groups

2018-03-25 Thread Ondrej Novy
Hi, 2018-03-25 13:42 GMT+02:00 Bastian Venthur : > > I'd like to join the Python applications and Python modules teams. > welcome :) -- Best regards Ondřej Nový Email: n...@ondrej.org PGP: 3D98 3C52 EB85 980C 46A5 6090 3573 1255 9D1E 064B

Re: packages that use dh_python{2,3} but don't depend on dh-python

2018-03-27 Thread Ondrej Novy
Hi, 2018-03-26 17:03 GMT+02:00 PICCA Frederic-Emmanuel < frederic-emmanuel.pi...@synchrotron-soleil.fr>: > What about teaching cme how to fix packages build-depends. > or just mass-commit it inside DPMT/PAPT/OpenStack Team, which is vast majority of Python packages :). -- Best regards Ondřej

Re: Joining the team

2018-04-20 Thread Ondrej Novy
Hi, 2018-04-18 17:31 GMT+02:00 Joel Cross : > > ... it has been suggested that I join this team. welcome :) -- Best regards Ondřej Nový Email: n...@ondrej.org PGP: 3D98 3C52 EB85 980C 46A5 6090 3573 1255 9D1E 064B

Re: Request joining DPMT

2018-04-24 Thread Ondrej Novy
Hi, 2018-04-22 3:15 GMT+02:00 Lars Kruse : > I would like to join DPMT. > welcome :) -- Best regards Ondřej Nový Email: n...@ondrej.org PGP: 3D98 3C52 EB85 980C 46A5 6090 3573 1255 9D1E 064B

Re: Please add me to PAPT on Salsa

2018-04-24 Thread Ondrej Novy
Hi Tobias, 2018-04-21 10:57 GMT+02:00 Tobias Hansen : > I would like to help maintaining cython. I am already a member of DPMT. > do you accept our PAPT policy (http://python-apps.alioth. debian.org/policy.html)? -- Best regards Ondřej Nový Email: n...@ondrej.org PGP: 3D98 3C52 EB85 980C 46A

Re: Please add me to PAPT on Salsa

2018-04-24 Thread Ondrej Novy
Hi, 2018-04-24 14:33 GMT+02:00 Tobias Hansen : > > Seems to be a bit outdated, but I accept the spirit. ;) > right, it needs revision :). Welcome. -- Best regards Ondřej Nový Email: n...@ondrej.org PGP: 3D98 3C52 EB85 980C 46A5 6090 3573 1255 9D1E 064B

Re: Request to join the DPMT

2018-04-26 Thread Ondrej Novy
Hi, 2018-04-25 20:48 GMT+02:00 Fabian Wolff : > ... I am hereby requesting to join the Debian Python Modules Team. > welcome :). -- Best regards Ondřej Nový Email: n...@ondrej.org PGP: 3D98 3C52 EB85 980C 46A5 6090 3573 1255 9D1E 064B

Re: tablib module: ok to migrate repo from openstack to DPMT?

2018-04-30 Thread Ondrej Novy
Hi, 2018-04-30 1:32 GMT+02:00 Joseph Herlant : > Do you mind if I move the repo to the DPMT before upgrading the package? > as Openstack team member: Go ahead. Anything inside https://salsa.debian.org/openstack-team/python/* can be migrated to DPMT. See: https://salsa.debian.org/openstack-team

Re: Requesting to join a debian-python team

2018-04-30 Thread Ondrej Novy
Hi, 2018-04-27 7:07 GMT+02:00 Umar Parooq : > Why you want to join the team? > I want to join and maintain The virtual brain > packages > welcome :). -- Best regards Ondřej Nový Email: n...@ondrej.org PGP: 3D98 3C52 EB85 980C 46A5 6090 3573 1255 9D1E 064B

Re: Request joining DPMT

2018-04-30 Thread Ondrej Novy
Hi, 2018-04-27 13:41 GMT+02:00 kaliko : > I am hereby requesting to join the Debian Python Modules Team. > welcome :). -- Best regards Ondřej Nový Email: n...@ondrej.org PGP: 3D98 3C52 EB85 980C 46A5 6090 3573 1255 9D1E 064B

Re: Request access on salsa project

2018-05-09 Thread Ondrej Novy
Hi, 2018-05-03 12:13 GMT+02:00 eamanu15 : > > But, I lost my privileges when the project was migrate to salsa. Could > you give me access to pygithub? > added, welcome again :) -- Best regards Ondřej Nový Email: n...@ondrej.org PGP: 3D98 3C52 EB85 980C 46A5 6090 3573 1255 9D1E 064B

Re: tablib module: ok to migrate repo from openstack to DPMT?

2018-05-09 Thread Ondrej Novy
Hi, 2018-05-03 19:30 GMT+02:00 Thomas Goirand : > > I've archived the repo, which is the procedure in the team when > something goes away (at least, that's what I've been doing so far, and > unless Ondrej or others prefers something else?). > archive is fine, thanks. -- Best regards Ondřej Nov

Re: write access to python-django-adminsortable and python-django-casclient git repos @ salsa

2018-05-09 Thread Ondrej Novy
Hi, 2018-05-05 15:52 GMT+02:00 Joost van Baal-Ilić < joostvb-debian-python-2018050...@mdcc.cx>: > ... Could I > (joostvb@d.o) get write access again? I've been told DPMT-membership is > what's > needed for that. > did you read http://python-modules.alioth.debian.org/policy.html and do you accep

Re: Request to join the Debian Python Team

2018-05-09 Thread Ondrej Novy
Hi, 2018-04-30 9:46 GMT+02:00 Alastair McKinstry : > am hereby requesting to join the Debian Python Modules Team. > did you read http://python-modules.alioth.debian.org/policy.html and do you accept it? -- Best regards Ondřej Nový Email: n...@ondrej.org PGP: 3D98 3C52 EB85 980C 46A5 6090 3

Re: write access to python-django-adminsortable and python-django-casclient git repos @ salsa

2018-05-09 Thread Ondrej Novy
Hi, 2018-05-09 13:16 GMT+02:00 Joost van Baal-Ilić < joostvb-debian-python-2018050...@mdcc.cx>: > Yes and yes. > thanks, welcome :). -- Best regards Ondřej Nový Email: n...@ondrej.org PGP: 3D98 3C52 EB85 980C 46A5 6090 3573 1255 9D1E 064B

Re: Asking for packaging

2018-05-10 Thread Ondrej Novy
Hi, 2018-05-09 16:02 GMT+02:00 eamanu15 : > When I make a push to the package that I maintain on salsa repo. Is > necessary upload the package to debian-mentors too? > after you push changes to salsa repo, you need sponsor for upload. Best way to find sponsor for DPMT packages is to join IRC #de

Mass-commit fix of lintian ancient-python-version-field

2018-05-10 Thread Ondrej Novy
Hi, because of: - https://wiki.debian.org/Python/LibraryStyleGuide?action=diff&rev1=85&rev2=86 - https://lintian.debian.org/tags/ancient-python-version-field.html I would like to mass commit into DPMT/PAPT this: https://salsa.debian.org/python-team/modules/pytest/commit/a737368e75cb2e7

Re: Asking for packaging

2018-05-10 Thread Ondrej Novy
Hi, 2018-05-10 15:57 GMT+02:00 Thomas Goirand : > That's probably the way *you* do, which is a fine way to do it. > me, piotr, mapreri, ... and much guys more at IRC channel. See topic. But of course it's up to you, do it how you like it :) -- Best regards Ondřej Nový Email: n...@ondrej.org

Re: Asking for packaging

2018-05-10 Thread Ondrej Novy
Hi, 2018-05-10 16:49 GMT+02:00 eamanu15 : > Ok, I could see that all agree with upload to mentors for sponsorship, I > push to git. > no, I don't agree :). I'm sponsoring just from git. I don't care mentors website at all. > I think, that this steps, for DPMT shall be writing in the policy or

Re: Mass-commit fix of lintian ancient-python-version-field

2018-05-11 Thread Ondrej Novy
Hi, 2018-05-11 0:19 GMT+02:00 Joseph Herlant : > ... maybe we could delete the pycompat file > when exists at the same time (in a separate commit of course) to to > get rid of debian-pycompat-is-obsolete. It seems there are still 18 > python modules with that file in. > no problem, so just remov

Re: Addition in lintian to warn about debian/pyversions file

2018-05-14 Thread Ondrej Novy
Hi, 2018-05-14 12:14 GMT+02:00 Thomas Goirand : > As Ondrej wrote, there's only a few packages having this. How about we > just do a few NMUs as a team to fix that completely in the archive? > (imho) lintian tag is still good idea. In future we can change it to "error" to prevent re-entering arc

Re: Addition in lintian to warn about debian/pyversions file

2018-05-15 Thread Ondrej Novy
Hi, 2018-05-15 6:55 GMT+02:00 Scott Kitterman : > > I don't think deleting pycompat and pyversions is worth an upload. They > are > obsolete and should be removed, but don't actually hurt anything. > I agree. But maybe there are more changes in git, which in sum are worth an upload :) -- Best

Re: Requesting to join PAPT

2018-05-28 Thread Ondrej Novy
Hi Ondřej, 2018-05-24 22:05 GMT+02:00 Ondřej Kuzník : > Hi, > I'm the maintainer[1] of the quodlibet[2] package. I'd like to join the > team. Thanks to W. Martin Borgert (debacle), the repo is there already. > I still need permissions to push, though). > what is your salsa username please? --

Re: Request to join DPMT to maintain ujson

2018-05-28 Thread Ondrej Novy
Hi, 2018-05-20 16:36 GMT+02:00 Lumin : > ... Can someone grant me[2] access to that repo? > welcome :). But following that page the reader is required to accept a 404 page: > yep, we need to migrate policy to somewhere else (wiki?) Thanks. -- Best regards Ondřej Nový Email: n...@ondrej.or

Re: Could somebody change the alioth documentation, have a buster roadmap and know what's missing to move to python 3 entirely.

2018-06-07 Thread Ondrej Novy
Hi, 2018-06-07 11:03 GMT+02:00 Ben Finney : > > There is no “default Python” in Debian > ... > There is no command in Debian for “the default Python”, > ... > There is no “default Python” in Debian. > do I understand you correctly that there is no default Python in Debian? :) Just kiddin', t

Re: Joining the DPMT and PAPT teams

2018-06-07 Thread Ondrej Novy
Hi, 2018-06-06 12:19 GMT+02:00 Stephen Kitt : > I would like to join the teams... > welcome :) -- Best regards Ondřej Nový Email: n...@ondrej.org PGP: 3D98 3C52 EB85 980C 46A5 6090 3573 1255 9D1E 064B

Re: add to the DPMT team

2018-06-07 Thread Ondrej Novy
Hi, 2018-05-31 16:57 GMT+02:00 Michal Arbet : > Could you please add me to DPMT team ? > welcome :). -- Best regards Ondřej Nový Email: n...@ondrej.org PGP: 3D98 3C52 EB85 980C 46A5 6090 3573 1255 9D1E 064B

Re: Joining Python Modules team

2018-06-07 Thread Ondrej Novy
Hi, 2018-06-06 14:16 GMT+02:00 Andrius Merkys : > > I would like to join the Python Modules team. welcome :) -- Best regards Ondřej Nový Email: n...@ondrej.org PGP: 3D98 3C52 EB85 980C 46A5 6090 3573 1255 9D1E 064B

Re: Please add my DD account to the Salsa group

2018-06-07 Thread Ondrej Novy
Hi, 2018-06-04 8:41 GMT+02:00 Elena ``of Valhalla'' : > > If the right procedure is to ask on the list, instead, can somebody > please add me? > added. -- Best regards Ondřej Nový Email: n...@ondrej.org PGP: 3D98 3C52 EB85 980C 46A5 6090 3573 1255 9D1E 064B

Re: can we disable the bounce kicker? Re: confirm

2018-06-11 Thread Ondrej Novy
Hi, 2018-06-10 1:35 GMT+02:00 Sandro Tosi : > this is still happening, and it looks like more frequently than before > - can we please disable this option once and for all? > +1. Please. > > On Sat, Sep 10, 2016 at 9:46 AM Sandro Tosi wrote: > > I'm sure i'm not the only member using gmail, w

Re: Add me to salsa

2018-07-05 Thread Ondrej Novy
Hi, ne 1. 7. 2018 v 14:45 odesílatel Bastien ROUCARIES < roucaries.bast...@gmail.com> napsal: > I am the maintainer of python magick that I maintained formally under > alioth > what is your salsa username please? -- Best regards Ondřej Nový Email: n...@ondrej.org PGP: 3D98 3C52 EB85 980C 46A

Re: Add me to salsa

2018-07-06 Thread Ondrej Novy
Hi, čt 5. 7. 2018 v 18:21 odesílatel Bastien ROUCARIES < roucaries.bast...@gmail.com> napsal: > Rouca ro...@debian.org > done. -- Best regards Ondřej Nový Email: n...@ondrej.org PGP: 3D98 3C52 EB85 980C 46A5 6090 3573 1255 9D1E 064B

Re: git-dpm required?

2018-07-30 Thread Ondrej Novy
Hi, út 31. 7. 2018 v 11:00 odesílatel Sean Whitton napsal: > Do I have to use the full suite of gbp tools (e.g. gbp-pq) or is it > enough that `gbp buildpackage` will work? > only important thing is: it's patches unapplied git. If you want to use quilt or qbp pq is up to you, because result is

git-dpm -> gbp conversion (mass-change)

2018-08-02 Thread Ondrej Novy
Hi guys, čt 2. 8. 2018 v 23:25 odesílatel Nicolas Dandrimont napsal: > 2/ Ondrej Novy will do a mass-change from git-dpm to gbp on team packages. > Related to this, Piotr will review and amend the team policy if necessary, > as > well as work on the pipeline to make sure the

Re: git-dpm -> gbp conversion (mass-change) [phase 1 DONE]

2018-08-08 Thread Ondrej Novy
Hi, pá 3. 8. 2018 v 5:06 odesílatel Ondrej Novy napsal: > 1. convert git-dpm -> gbp > this is done. -- Best regards Ondřej Nový Email: n...@ondrej.org PGP: 3D98 3C52 EB85 980C 46A5 6090 3573 1255 9D1E 064B

Re: git-dpm -> gbp conversion (mass-change)

2018-08-09 Thread Ondrej Novy
Hi, čt 9. 8. 2018 v 10:16 odesílatel Thomas Goirand napsal: > Let's say a patch has been applied upstream. In such case, I just do a > few "quilt push" to check, then I see one is already applied (by running > "patch --dry-run -P1 patch from the series file, and I'm done. In case of using git w

Re: git-dpm -> gbp conversion (mass-change) [phase 1 DONE]

2018-08-11 Thread Ondrej Novy
Hi, pá 10. 8. 2018 v 22:29 odesílatel Scott Kitterman napsal: > Thanks. I'm glad more is going on than people arguing about what's wrong > with the tool we aren't going to use anymore. > cool :). What branch layout did you use? > I kept original branch names, renaming them is "phase 2". --

Re: Request to join DPMT

2018-08-14 Thread Ondrej Novy
Hi, pá 10. 8. 2018 v 15:00 odesílatel Bill Blough napsal: > My salsa username is bblough. > welcome :) -- Best regards Ondřej Nový Email: n...@ondrej.org PGP: 3D98 3C52 EB85 980C 46A5 6090 3573 1255 9D1E 064B

Re: git-dpm -> gbp conversion (mass-change) [phase 1 DONE]

2018-08-15 Thread Ondrej Novy
Hi, st 15. 8. 2018 v 4:12 odesílatel Lars Kruse napsal: > > What's up with the page? https://wiki.debian.org/Python/GitPackagingPQ > > thankfully it was merged by Ondrej into > https://wiki.debian.org/Python/GitPackaging. > yes I merged it "back" to original page. If you know how to redirect Gi

Re: git-dpm -> gbp conversion (mass-change) [phase 1 DONE]

2018-08-15 Thread Ondrej Novy
Hi Pierre-Elliott, st 15. 8. 2018 v 12:50 odesílatel Pierre-Elliott Bécue napsal: > It's done, now. :) > thanks a lot. -- Best regards Ondřej Nový Email: n...@ondrej.org PGP: 3D98 3C52 EB85 980C 46A5 6090 3573 1255 9D1E 064B

Re: Repost: Request to join DPMT

2018-08-20 Thread Ondrej Novy
Hi, čt 16. 8. 2018 v 20:42 odesílatel Bastian Germann < bastiangerm...@fishpost.de> napsal: > As my first email was not answered for two weeks, this is a repost. > welcome in team, sorry for waiting. -- Best regards Ondřej Nový Email: n...@ondrej.org PGP: 3D98 3C52 EB85 980C 46A5 6090 3573

sphinx-build vs. Python 3

2018-08-20 Thread Ondrej Novy
Hi, I have question about sphinx-build and our effort to move to Python 3. sphinx-build is currently Python 2 or Python 3 according to python-sphinx / python3-sphinx package installed (with python3 as default if both are installed by alternative priority). According to: https://wiki.debian.org/P

Re: Please add me on Salsa

2018-08-20 Thread Ondrej Novy
Hi, po 20. 8. 2018 v 11:08 odesílatel Jean Baptiste Favre napsal: > Could someone please add me to the DPMT and DPAP teams on Salsa? My > Alioth and Salsa username is jbfavre-guest. > do you accept our policies? Or you are already part of team and you were member at Alioth? -- Best regards O

Re: Please add me on Salsa

2018-08-20 Thread Ondrej Novy
Hi, po 20. 8. 2018 v 12:32 odesílatel Jean Baptiste Favre napsal: > I'm already part of DPMT on Alioth. > ok, I added you to Salsa subgroups. -- Best regards Ondřej Nový Email: n...@ondrej.org PGP: 3D98 3C52 EB85 980C 46A5 6090 3573 1255 9D1E 064B

Re: autopkgtest-pkg-python fails due to module name mismatch

2018-08-20 Thread Ondrej Novy
Hi, I'm author of autopkgtest-pkg-python. po 20. 8. 2018 v 16:27 odesílatel Bill Blough napsal: > I don't feel like renaming the package or the module is the right thing to > do. > agree, it's not. I could work around it by installing a symlink, or by replacing > autopkgtest-pkg-python with m

Re: sphinx-build vs. Python 3

2018-08-21 Thread Ondrej Novy
Hi, po 20. 8. 2018 v 12:37 odesílatel Thomas Goirand napsal: > If you do the later, then anyway, you'll have to do the former if you > need backports. This bite me a few times with OpenStack already. So, no > mater what the faith of the sphinx-build command, it's always best to > use python3 -m

Re: sphinx-build vs. Python 3

2018-08-21 Thread Ondrej Novy
Hi, út 21. 8. 2018 v 12:37 odesílatel Thomas Goirand napsal: > On top of this, I generally also do PYTHON=python3, just in case the > Sphinx doc needs to invoke the interpreter... > i don't think this is good idea. If Sphinx doc needs to invoke interpreter, it should do it in more smart way. Ov

Re: Salsa repository and first upload of tinyarray

2018-08-22 Thread Ondrej Novy
Hi, st 22. 8. 2018 v 10:28 odesílatel Christoph Groth napsal: > Would someone be so kind to create a repository on salsa.debian.org for > Tinyarray and put it under group maintenance by the debian-python team? > I am cwg-guest on salsa, but so far I'm not even a Debian contributor. > Still, bein

Re: Salsa repository and first upload of tinyarray

2018-08-22 Thread Ondrej Novy
Hi again Christoph, please consider joining team (see: https://salsa.debian.org/python-team/tools/python-modules/blob/master/policy.rst) and please read https://wiki.debian.org/Python/GitPackaging Thanks for your contribution. -- S pozdravem/Best regards Ondřej Nový Email: n...@ondrej.org PGP

Re: Salsa repository and first upload of tinyarray

2018-08-22 Thread Ondrej Novy
Hi, st 22. 8. 2018 v 14:04 odesílatel Christoph Groth napsal: > trusting PyPI to store the official release tarballs... > trusting PyPi store without PGP signature is really bad idea. I've also kept the full upstream history in the upstream branch, > assuming this to be more robust and powerfu

Re: Request to join DPMT and PAPT

2018-08-26 Thread Ondrej Novy
Hi, čt 23. 8. 2018 v 18:16 odesílatel Nick Morrott napsal: > would like to join the Python Modules (DPMT) and Python Applications > (PAPT) teams, welcome :). -- Best regards Ondřej Nový Email: n...@ondrej.org PGP: 3D98 3C52 EB85 980C 46A5 6090 3573 1255 9D1E 064B

Re: Request to join DPMT and DPAP on Salsa

2018-08-26 Thread Ondrej Novy
Hi, po 20. 8. 2018 v 15:25 odesílatel Andrii Senkovych < jolly_ro...@itblog.org.ua> napsal: > Please add me to the DPMT and DPAP teams on Salsa. I am already a team > member and my username is jollyroger-guest. Currently I'd like to > update the python-sqlparse module I maintain. > done. -- Be

Re: Shifting GNU-khata from gitlab to salsa

2018-09-03 Thread Ondrej Novy
Hi, po 3. 9. 2018 v 15:05 odesílatel Manas Kashyap napsal: > So, if python team would like to move it under their team , please let us > know and hopefully we can help out too, so that the updating of GNUkhata > can be done as soon as possible once it is in salsa. > it looks like, gnukhata-desk

Re: Shifting GNU-khata from gitlab to salsa

2018-09-10 Thread Ondrej Novy
Hi, ne 9. 9. 2018 v 17:12 odesílatel Manas Kashyap napsal: > Sounds good to me. so , can DPMT shift core and core -engine or can give > me access to shift those for now so that i can work on that. > to get access you need to join DPMT/PAPT teams (see https://salsa.debian.org/python-team/tools/p

Re: Request to join DPMT

2018-09-18 Thread Ondrej Novy
Hi, út 11. 9. 2018 v 21:29 odesílatel Dr. Tobias Quathamer napsal: > I'd like to join the Python modules team welcome :) -- Best regards Ondřej Nový Email: n...@ondrej.org PGP: 3D98 3C52 EB85 980C 46A5 6090 3573 1255 9D1E 064B

Re: Please add me to PAPT

2018-09-18 Thread Ondrej Novy
Hi, st 12. 9. 2018 v 11:29 odesílatel Raphael Hertzog napsal: > Hello, > > I'm part of the DPMT and I have already agreed to follow the policy. > However I'm not part of PAPT and I would like to join this team too > welcome :) -- Best regards Ondřej Nový Email: n...@ondrej.org PGP: 3D98 3C5

Re: Please add me to PAPT

2018-09-18 Thread Ondrej Novy
Hi, st 12. 9. 2018 v 19:48 odesílatel Sergio Durigan Junior napsal: > Raphael's e-mail reminded me that I'd like to be added to PAPT as well, > welcome :) -- Best regards Ondřej Nový Email: n...@ondrej.org PGP: 3D98 3C52 EB85 980C 46A5 6090 3573 1255 9D1E 064B

Re: Request to join DPMT

2018-09-18 Thread Ondrej Novy
Hi, st 5. 9. 2018 v 22:32 odesílatel Alexandros Afentoulis napsal: > I am packaging pytest-flask [1], bug #816713, and I would like to > maintain it within the DPMT. welcome :) -- Best regards Ondřej Nový Email: n...@ondrej.org PGP: 3D98 3C52 EB85 980C 46A5 6090 3573 1255 9D1E 064B

Re: Request for joining the team to maintain the autosuspend Debian package

2018-09-18 Thread Ondrej Novy
Hi, so 8. 9. 2018 v 14:27 odesílatel Johannes Wienke napsal: > currently I am maintaining the Debian packaging for autosuspend [1] on > Github [2]. I'd like to move this to salsa and the Python team seems to > be a good fit for this application. Hence, I'd like to join the team > such that I can

Re: RFS and join the team

2018-09-18 Thread Ondrej Novy
Hi, pá 24. 8. 2018 v 18:18 odesílatel Ioannis Valasakis napsal: > ... I would like to ask to join the Python Team (PAPT)! > welcome and sorry for long waiting :). -- Best regards Ondřej Nový Email: n...@ondrej.org PGP: 3D98 3C52 EB85 980C 46A5 6090 3573 1255 9D1E 064B Jabber: on...@njs.net

Re: Joining DPMT

2018-09-18 Thread Ondrej Novy
Hi, pá 14. 9. 2018 v 16:09 odesílatel Mathieu Parent napsal: > As per [1], I request to join the DPMT team to package python-pyvmomi > (See #860285). > welcome :) -- Best regards Ondřej Nový Email: n...@ondrej.org PGP: 3D98 3C52 EB85 980C 46A5 6090 3573 1255 9D1E 064B

Re: List of all redundant / empty projects in DPMT / PAPT that should be removed (Was: Empty Salsa project: sphinxcontrib-bibtex (same with pybtex-docutils and petsc4py))

2018-09-27 Thread Ondrej Novy
Hi, út 25. 9. 2018 v 12:08 odesílatel Andreas Tille napsal: > If it simplifies your work to delete the repositories I can provide full > URLs. I'd also volunteer to do the removal work if you give me > according permissions for say one single day. > thanks for this list. I deleted empty reposi

  1   2   3   >