DD requiesting to join python-modules-team

2012-10-08 Thread Hans-Christoph Steiner
hey all, I'm a DD that is working on a couple python module packages. I have 'pyjavaproperties' already in wheezy/unstable and python-pure-otr in the works, packaged as 'python-potr' since that was the original name and the library is still called 'potr', i.e. "import potr" I'm putting the pyth

Re: DD requesting to join python-modules-team

2012-10-10 Thread Hans-Christoph Steiner
On Oct 9, 2012, at 4:48 AM, Jakub Wilk wrote: > * Hans-Christoph Steiner , 2012-10-08, 20:14: >> I'm a DD that is working on a couple python module packages. I have >> 'pyjavaproperties' already in wheezy/unstable and python-pure-otr in the >> works, pack

Re: RFR: python-qrcode -- native python module to generate QR codes

2013-04-12 Thread Hans-Christoph Steiner
On 02/21/2013 03:34 PM, Cornelius Kölbel wrote: > > Am 21.02.2013 20:42, schrieb Jakub Wilk: >> * Cornelius Kölbel , 2013-02-21, 20:14: http://mentors.debian.net/debian/pool/main/q/qrcode/qrcode_2.4.2-1.dsc >>> Great. The mentors site suddenly gives me lintian warnings, that were >>> not ther

Re: RFR: python-qrcode -- native python module to generate QR codes

2013-04-14 Thread Hans-Christoph Steiner
On 04/14/2013 03:10 AM, Cornelius Kölbel wrote: > Am 13.04.2013 05:46, schrieb Hans-Christoph Steiner: >> On 02/21/2013 03:34 PM, Cornelius Kölbel wrote: >>> Am 21.02.2013 20:42, schrieb Jakub Wilk: >>>> * Cornelius Kölbel , 2013-02-21, 20:14: >>>>>&

Re: RFR: python-qrcode -- native python module to generate QR codes

2013-04-16 Thread Hans-Christoph Steiner
On 04/15/2013 04:26 AM, Cornelius Kölbel wrote: > Am 15.04.2013 03:15, schrieb Hans-Christoph Steiner: >> On 04/14/2013 03:10 AM, Cornelius Kölbel wrote: >>> Am 13.04.2013 05:46, schrieb Hans-Christoph Steiner: >>>> On 02/21/2013 03:34 PM, Cornelius Kölbel wrote: >

Re: Using git-svn and gbp for DPMT - Was: Re: Joining the DPMT and git.debian.org access

2014-01-14 Thread Hans-Christoph Steiner
On 01/14/2014 09:31 AM, Barry Warsaw wrote: > On Jan 14, 2014, at 02:40 PM, Olivier Berger wrote: > >> I've used git-buildpackage with git-svn on submodules of the DPMT SVN >> repo without too many difficulties so far. > > I need to spend more time playing with git-bp, but last time I looked at

Re: Joining the DPMT and git.debian.org access

2014-01-14 Thread Hans-Christoph Steiner
On 01/14/2014 08:24 AM, Alexandre Rossi wrote: > Hi, > >>> My goal is to maintain sockjs-twisted (#735154). >> >> the problem is... we don't use git, not yet at least (nobody had time to >> propose a transition) > > The Wiki page[1] suggests there are some git repositories, but I > cannot find/

upgrading python-libcloud to latest upstream

2014-04-14 Thread Hans-Christoph Steiner
I'd like to update python-libcloud to the latest (0.14.1) or at least a newer one. In the package's SVN, there is already an 0.10 update in it. Anyone know the status of this? Are there any blockers or shall I just commit and upload? http://packages.qa.debian.org/libc/libcloud.html .hc sign

Re: policy for source package names

2014-08-05 Thread Hans-Christoph Steiner
olivier.sal...@codeless.fr wrote: > > On 08/05/2014 12:04 AM, Vincent Cheng wrote: >> On Mon, Aug 4, 2014 at 2:17 PM, Antonio Valentino >> wrote: >>> Hi list, >>> I read in [1] and [2] that binary packages with public modules should >>> have the python- (or python3-) prefix in the name. >>> I'm

Re: policy for source package names

2014-08-06 Thread Hans-Christoph Steiner
Barry Warsaw wrote: > On Aug 05, 2014, at 04:09 PM, Hans-Christoph Steiner wrote: > >> I think it is a good practice to make the source package name the same as the >> binary package name as long is there isn't a good reason to do otherwise. So >> with any sou

Re: Proposed git migration plan

2014-08-26 Thread Hans-Christoph Steiner
I think this plan makes a lot of sense. I'll just throw in my two bits for a couple of other points: * the git-buildpackage workflow is really quite wonderful and reasonably flexible, I highly recommend it, and I think it will improve the productivity of this team. * Vcs-Git and Vcs-Browser s

Re: Keeping upstream commits separate from Debian packaging commits

2014-10-16 Thread Hans-Christoph Steiner
Barry Warsaw wrote: > On Oct 16, 2014, at 09:26 AM, Tristan Seligmann wrote: > >> I would expect it to make merging / rebasing Debian patches on top of >> a new upstream version easier, since you have the granular history of >> changes to the source tree, not one massive single commit which may

Re: Keeping upstream commits separate from Debian packaging commits

2014-10-16 Thread Hans-Christoph Steiner
Thomas Goirand wrote: > On 10/12/2014 05:15 PM, Tristan Seligmann wrote: >> I wasn't at Debconf, maybe this is why I'm a bit confused by what you >> wrote here. pristine-tar and upstream VCS merge are in no way mutually >> exclusive, but you seem to be implying that they are > > Using pristine-t

Re: Keeping upstream commits separate from Debian packaging commits

2014-10-16 Thread Hans-Christoph Steiner
Thomas Goirand wrote: > On 10/12/2014 05:15 PM, Tristan Seligmann wrote: >> I wasn't at Debconf, maybe this is why I'm a bit confused by what you >> wrote here. pristine-tar and upstream VCS merge are in no way mutually >> exclusive, but you seem to be implying that they are > > Using pristine-t

Re: Keeping upstream commits separate from Debian packaging commits

2014-10-16 Thread Hans-Christoph Steiner
Tristan Seligmann wrote: > On 16 October 2014 18:01, Thomas Goirand wrote: >> Using pristine-tar and pulling from upstream VCS is silly. If you do >> like this, then why not just doing tag-based packaging? That's a lot >> safer than just re-tagging on top of what upstream does (ie: no risk to >>

Re: Resources/best practices for making a .deb out of a virtualenv

2015-01-07 Thread Hans-Christoph Steiner
I've used python-stdeb to make Debian packages out of standard projects, then you can upload those packages to a PPA like on launchpad.net, and it is also easy to get them into Debian-proper. https://packages.debian.org/python-stdeb Try py2deb or pypi-install from that package. .hc Tim Chase:

Re: Source package name with "python-" or without?

2015-06-12 Thread Hans-Christoph Steiner
Scott Kitterman: > On June 9, 2015 9:08:06 AM EDT, Thomas Goirand wrote: >> On 06/08/2015 08:13 AM, Piotr Ożarowski wrote: >>> [Tim Landscheidt, 2015-06-08] Should source package names ("Source:" in debian/control) be prefixed with "python-"? >>> >>> no. >>> >>> I use "python-" prefix

Re: pip for stretch

2016-11-23 Thread Hans-Christoph Steiner
Donald Stufft: >> >> On Nov 21, 2016, at 6:33 PM, Barry Warsaw wrote: >> >> I have not started to look at what if anything needs to be done to transition >> to pip 9, but if you have a strong opinion one way or the other, please weigh >> in. >> > > > As one might expect, I would prefer it if f

Re: #850098 subliminal: change of upstream structure

2017-01-10 Thread Hans-Christoph Steiner
I don't work on any of those packages, but I think your logic makes sense. .hc Carl Suster: > I see that subliminal is currently using the tarballs from PyPI and then > patching in the source for the nautilus extension which is of course > absent from there. Also the Github-hosted tarballs inclu

Re: GnuPG signatures on PyPI: why so few?

2017-03-13 Thread Hans-Christoph Steiner
Donald Stufft: > >> On Mar 12, 2017, at 10:35 PM, Paul Wise wrote: >> >> On Mon, Mar 13, 2017 at 4:28 AM, Jeremy Stanley wrote: >> >>> upload them to PyPI since the authors of the coming Warehouse >>> replacement for the current CheeseShop PyPI have already indicated >>> that they intend to dro

GitLab CI on salsa.debian.org

2018-01-09 Thread Hans-Christoph Steiner
One great addition that GitLab gives us is CI builds with custom Docker images, which will run the whole build/test process for each merge request. For example: https://salsa.debian.org/eighthave/python-vagrant/-/jobs/4005 I have set up a prototype Docker image for running git-buildpackage buil

Re: Help proposed for migration of PAPT repos to Salsa

2018-02-23 Thread Hans-Christoph Steiner
Joseph Herlant: > Hi, > > I've seen that there are some SVN repositories for PAPT on alioth and > I was wondering if you'd want help to move them to Salsa. > > I'm familiar with the procedure to transfert a repo from svn to git > without loosing the tags, commits, branches, etc and I can do som

Re: Buildbot maintenance by PAPT

2018-02-28 Thread Hans-Christoph Steiner
* Create an account on salsa and click "request to join" on the team page: https://salsa.debian.org/python-team/applications * Change the Vcs-* tags in debian/control to point to: https://salsa.debian.org/python-team/applications/buildbot * set the Maintainer or Uploaders in debian/control to:

Re: GitLab CI on salsa.debian.org

2018-03-21 Thread Hans-Christoph Steiner
Hans-Christoph Steiner: > > One great addition that GitLab gives us is CI builds with custom Docker > images, which will run the whole build/test process for each merge > request. For example: > > https://salsa.debian.org/eighthave/python-vagrant/-/jobs/4005 > > I have s

Re: GitLab CI on salsa.debian.org

2018-03-21 Thread Hans-Christoph Steiner
it'll run per commit. .hc > On Wed, 2018-03-21 at 15:27 +0100, Hans-Christoph Steiner wrote: >> Since I got only crickets on this email, let me elaborate: gitlab-ci >> lets you run whatever you want as root via Docker images. That means >> its easy to run full builds

Re: Streamlining the use of Salsa CI on team packages

2019-09-05 Thread Hans-Christoph Steiner
I think we should definitely use Gitlab-CI! The 'salsa-ci-team/pipeline' project does have good coverage, with reprotest and piuparts. I'm the lead dev on another approach, also part of the salsa-ci-team, called 'ci-image-git-buildpackage': https://wiki.debian.org/Salsa/Doc#Running_Continuous_I

Re: Streamlining the use of Salsa CI on team packages

2019-09-10 Thread Hans-Christoph Steiner
Gregor Riepl: > >> I am not a fan of pointing to a moving target with the "include" statement: >> >> include: >> - https://salsa.debian.org/salsa-ci-team/pipeline/raw/master/salsa-ci.yml >> - >> https://salsa.debian.org/salsa-ci-team/pipeline/raw/master/pipeline-jobs.yml >> >> "master" will

Re: Streamlining the use of Salsa CI on team packages

2019-09-16 Thread Hans-Christoph Steiner
kes <10 minutes: https://salsa.debian.org/python-team/modules/libcloud/-/jobs/248526 The whole androguard took ~13 minutes: https://salsa.debian.org/python-team/modules/androguard/pipelines Seems like there needs to be some load testing before pushing heavy processes like reprotest and piupa

Re: Streamlining the use of Salsa CI on team packages

2019-09-17 Thread Hans-Christoph Steiner
Raphael Hertzog: > Hi, > > On Sun, 15 Sep 2019, Louis-Philippe Véronneau wrote: >> For step 1, I proposed we use the "Salsa Pipeline" [1], as I feel it is >> the most mature solution, has more contributors and has more features >> (including reprotest and piuparts). This option seems to have had t

joining the PAPT

2020-05-06 Thread Hans-Christoph Steiner
Hey all, I'm a DD and a long time member of PMPT I would like to join the PAPT. I am packaging https://github.com/cryptax/droidlysis and I think it fits best in PAPT. I am also willing to be a sponsor for packages I know something about or are simple enough that I can understand them. I have

Re: joining the PAPT

2020-05-11 Thread Hans-Christoph Steiner
#x27;m not fine with being locked out of my package. .hc Hans-Christoph Steiner: > > Hey all, > > I'm a DD and a long time member of PMPT I would like to join the PAPT. > I am packaging https://github.com/cryptax/droidlysis and I think it > fits best in PAPT. I am

Re: joining the PAPT

2020-05-13 Thread Hans-Christoph Steiner
Louis-Philippe Véronneau: > On 20-05-11 17 h 02, Louis-Philippe Véronneau wrote: >> On 20-05-11 16 h 48, Utkarsh Gupta wrote: >>> Hi Hans, >>> >>> On Tue, May 12, 2020 at 2:03 AM Hans-Christoph Steiner >>> wrote: >>>> Ok, this has be

Re: The python command in Debian

2020-07-13 Thread Hans-Christoph Steiner
Ondrej Novy: > Hi, > > čt 9. 7. 2020 v 15:27 odesílatel Matthias Klose napsal: > >> Describing here a solution which is implemented for Ubuntu focal (20.04 >> LTS). A >> new source package what-is-python (-perl-dont-hurt-me) ships binary >> packages >> python-is-python2, python-dev-is-python

Re: The python command in Debian

2020-07-14 Thread Hans-Christoph Steiner
Piotr Ożarowski: > FTR: I didn't change my mind. /usr/bin/python is still used outside > Debian packages, in /usr/local/bin scripts and applications and I > strongly disagree to touch it. Sometimes breaking things can be helpful. If someone is not aware that something still requires Python 2.x,

Re: Ask for reviewing

2022-06-08 Thread Hans-Christoph Steiner
Andrey Rahmatullin: On Sat, May 28, 2022 at 06:39:56PM +0430, Danial Behzadi wrote: Hey folks, I recently uploaded my python app to deb-expo. As this is my first packaging experience in Debian, I would love to get some feedback on my packaging to make it better. Here is my package: https://

uploading paramiko 3.0.0

2023-02-06 Thread Hans-Christoph Steiner
paramiko 3.0.0 was released two weeks ago. Any reason to not upload it now? It would be nice to get into bookworm. .hc

Re: Orphaning mu-editor, firmware-microbit-micropython, and their (build)-deps

2024-04-19 Thread Hans-Christoph Steiner
Hey Nick, Thanks for maintaining mu-editor, my kids are just getting started with it. So I might be interested in taking it over. Are the updates a lot of work? I see the tarball is tagged with dfsg so there's that... .hc Nick Morrott: Dear team, I intend to orphan two of my team main

Re: quick update on the ansible ecosystem

2025-04-23 Thread Hans-Christoph Steiner
Thanks for the update and your maintenance work! I like your plan for keeping it up to date. I'm trying to do the same with some of the packages I work on. I would like to see more packages getting stable updates directly from upstream when upstream puts out conservative stable bug fix releases

Re: I'm dropping python-ytmusicapi

2025-07-24 Thread Hans-Christoph Steiner
Sounds interesting. I would maintain such a thing as part of the Python team maintenance. Could you just set it up for team maintenance? Sorry you had a bad experience in Debian. Salvo Tomaselli: Hello, since the debian community is not as nice as I thought and I am reducing my involveme