Re: python-mkdocs new dependancy

2016-05-05 Thread Piotr Ożarowski
clarations) is still installed. > > > > And then patch mkdocs to add /usr/share/mkdocs/themes to sys.path like > > Piotr suggested. > > I have a test version of the packages available: > > https://linuxpenguins.xyz/debian/pool/main/m/mkdocs-bootstrap/ * please use --in

Re: python-mkdocs new dependancy

2016-05-10 Thread Piotr Ożarowski
e to point it to, f.e. like this: override_dh_python3: dh_python3 -N mkdocs-bootstrap dh_python3 -p mkdocs-bootstrap /usr/share/mkdocs/themes/ -- Piotr Ożarowski Debian GNU/Linux Developer www.ozarowski.pl www.griffith.cc www.debian.org GP

Re: Properly splitting Python "-doc" packages

2016-04-14 Thread Piotr Ożarowski
to use "/usr/share/boostrap-vz" for it, but as it run as > root it ends up writing "*.pyc" files in there, resulting in a I copy-pasted your typo in package name so dh_python2 didn't find the right directory and didn't do its job. See attached patch (now it uses private dir)

Re: Properly splitting Python "-doc" packages

2016-04-14 Thread Piotr Ożarowski
kage, BTW) > Also, its "*.egg-info/" folder also went missing, as we can see with > "debdiff": "usr/lib/python*/dist-packages/bootstrapvz/" in bootstrap-vz.install doesn't match /usr/lib/python2.7/dist-packages/bootstrap_vz-0.9.5.egg-info,

Re: Properly splitting Python "-doc" packages

2016-04-14 Thread Piotr Ożarowski
[Tiago Ilieve, 2016-04-14] > On 14 April 2016 at 10:52, Piotr Ożarowski <pi...@debian.org> wrote: > > that's because python-django is using --buildsystem=pybuild in dh; if you > > add > > > > export PYBUILD_NAME=bootstrapvz > > > > it will install

Re: python-mkdocs new dependancy

2016-04-18 Thread Piotr Ożarowski
even those themes that use pkg_requires will continue to work -- Piotr Ożarowski Debian GNU/Linux Developer www.ozarowski.pl www.griffith.cc www.debian.org GPG Fingerprint: 1D2F A898 58DA AF62 1786 2DF7 AEF6 F1A2 A745 7645

Re: python-mkdocs new dependancy

2016-04-18 Thread Piotr Ożarowski
[Brian May, 2016-04-18] > Sorry, I don't quite understand. How will this help with the fact that > mkdocs-bootswatch is listed as a requirement, but we don't have > mkdocs-bootswatch in Debian? FTR: using not packaged version of mkdocs-bootswatch is not an option, but that's obvious, right?

Re: unwanted python-X-dbg

2016-05-08 Thread Piotr Ożarowski
binary package? dh_python3 will remove non .py/.so files from -dbg's packages dist-packages directory by default, but this looks like dpkg-source not knowing about python3-veusz-dbg to me -- Piotr Ożarowski Debian GNU/Linux Developer www.ozarowski.pl www.griffith.cc

Re: unwanted python-X-dbg

2016-05-08 Thread Piotr Ożarowski
[Jeremy Sanders, 2016-05-08] > Thanks Piotr. > > On 05/08/2016 10:28 AM, Piotr Ożarowski wrote: > >you don't need these ^ two, that's the default > > ok > > >do you have python3-veusz-dbg binary package? > > > >dh_python3 will remove non .py/.so f

Re: pybuild installation directory

2016-05-07 Thread Piotr Ożarowski
[Piotr Ożarowski, 2016-05-07] > If you really want to change it in pybuild, use --destdir or > PYBUILD_DESTDIR or PYBUILD_DESTDIR_python3 err, PYBUILD_INSTALL_ARGS=--install-lib=/usr/lib/python3/dist-packages/ (I still recommend to let dh_python3 handle it, though) -- Piotr Oża

Re: pybuild installation directory

2016-05-07 Thread Piotr Ożarowski
uggestion is: do nothing and it will work If you really want to change it in pybuild, use --destdir or PYBUILD_DESTDIR or PYBUILD_DESTDIR_python3 -- Piotr Ożarowski Debian GNU/Linux Developer www.ozarowski.pl www.griffith.cc www.debian.org GPG Fingerprint:

Re: [Python-modules-team] Bug#830186: sphinx: intersphinx mapping extension causes network access during package builds

2016-07-14 Thread Piotr Ożarowski
tp_proxy='127.0.0.1:9' sphinx-build -N -b man doc > build/man > (python-sphinx is only in Build-Depends-Indep hence you cannot use it in override_dh_auto_build) -- Piotr Ożarowski Debian GNU/Linux Developer www.ozarowski.pl www.griffith.cc www

Re: Request to join teams

2016-07-27 Thread Piotr Ożarowski
[Klaus Zimmermann, 2016-07-21] > I'd like to join PAPT to maintain the new package kyklop[1]. > > My alioth account is zklaus-guest and I have read and agree to the > policies [2], [3]. welcome :) -- Piotr Ożarowski Debian GNU/Linux Developer www.

Re: Request for joining the PAPT team

2016-07-27 Thread Piotr Ożarowski
) anyway, there's https://wiki.debian.org/Teams/PythonAppsPackagingTeam/HowTo -- Piotr Ożarowski Debian GNU/Linux Developer www.ozarowski.pl www.griffith.cc www.debian.org GPG Fingerprint: 1D2F A898 58DA AF62 1786 2DF7 AEF6 F1A2 A745 7645

Re: How to use pybuild without proper build system

2016-07-26 Thread Piotr Ożarowski
ram plot_features plot_res qiime2lefse run_lefse;\ + do\ + cp $$i.py $(DESTDIR)/$$i;\ + dh_link /usr/share/lefse/$$i /usr/bin/$$i;\ + done [¹] see manpage or search for "export PYBUILD_SYSTEM=custom" on https://wiki.debian.org/Python/Pybu

Re: DPMT membership request

2016-08-10 Thread Piotr Ożarowski
[Felix Krull, 2016-08-08] > I'd like to join the DPMT to maintain quark-sphinx-theme (ITP at [1]) > which is going to be needed as a build dependency for the next > SpeedCrunch version [2]. > > I have read the policy [3] and accept it. My Alioth login is fkrull-guest. welco

Re: Request to join DPMT

2016-08-10 Thread Piotr Ożarowski
les.alioth.debian.org/policy.html and > accept it. welcome :) -- Piotr Ożarowski Debian GNU/Linux Developer www.ozarowski.pl www.griffith.cc www.debian.org GPG Fingerprint: 1D2F A898 58DA AF62 1786 2DF7 AEF6 F1A2 A745 7645

Re: Acceptance of team policy

2016-08-10 Thread Piotr Ożarowski
[Dominik George, 2016-08-10] > of course, I have read and accept the DPMT policy. > > I have also already workde with gbp in the way described in the policy. welcome in the team :) -- Piotr Ożarowski Debian GNU/Linux Developer www.ozarowski.pl www.gr

Re: BTS bot in #debian-python IRC channel

2016-08-14 Thread Piotr Ożarowski
[Ben Finney, 2016-08-14] > Would it be a good idea to first have it running in an analogous > channel, ‘#debian-python-changes’? +1 (I'd move VCS commits messages there too) -- Piotr Ożarowski Debian GNU/Linux Developer www.ozarowski.pl www.griff

Re: Maintenance of new Flask extensions

2016-08-10 Thread Piotr Ożarowski
se join request on FusionForge, sorry (and I ignore them on purpose, policy clearly says to mail this mailing list). I will add you this evening. -- Piotr Ożarowski Debian GNU/Linux Developer www.ozarowski.pl www.griffith.cc www.debian.org GPG Fingerprint: 1D2F A898

Re: PAPT Git

2016-08-10 Thread Piotr Ożarowski
[Sandro Tosi, 2016-08-10] > should we try and use plain git-buildpackage instead of git-dpm? the plan is to test something else (git-pq), yes (and maybe even later replace git-dpm with it in DPMT if it proves to be better) -- Piotr Ożarowski Debian GNU/Linux Develo

Re: Request to join team

2016-07-17 Thread Piotr Ożarowski
[Peter Lisák, 2016-07-04] > I'd like to maintain new package python-fakeredis and later help with other > packages. welcome in the team! -- Piotr Ożarowski Debian GNU/Linux Developer www.ozarowski.pl www.griffith.cc www.debian.org GPG Fingerprint

Re: Request to join team

2016-07-17 Thread Piotr Ożarowski
tains > both Python 2 and 3 Django packages so I assumed that both should be > supported. But perhaps this is not the case? it's OK. -- Piotr Ożarowski Debian GNU/Linux Developer www.ozarowski.pl www.griffith.cc www.debian.org GPG Fingerprint: 1D2F A

Re: Request to join the Python Modules team

2016-07-17 Thread Piotr Ożarowski
[Gilles Dubuc, 2016-07-04] > I would like to join the Python Modules team for my ongoing work > packaging Thumbor [1][2] as well as its dependencies [3]. I would like > to continue helping with maintaining these packages in the future. welcome on board! (and sorry for the delay)

Re: Joining

2016-08-08 Thread Piotr Ożarowski
[Tristan Seligmann, 2016-08-08] > I think this email slipped through the cracks; could one of the alioth > admins look at this? done. Welcome and sorry for forgetting about this one. -- Piotr Ożarowski Debian GNU/Linux Developer www.ozarowski.pl www.griff

Re: Maintenance of new Flask extensions

2016-08-08 Thread Piotr Ożarowski
these two extensions: > > Flask-Restless > Flask-Compress > Flask-LDAPConn great! > Please tell me if it is ok to ask for team membership on Alioth ☺! My > username > there is natureshadow-guest. if you read and accept our policy, I will add you to the team in few da

Re: DPMT membership request

2016-08-08 Thread Piotr Ożarowski
[Filip Pytloun, 2016-08-04] > I would like to join to be able to package some software I am interested > in (Openstack-related + various python tools that I (co-)authored). Welcome :) -- Piotr Ożarowski Debian GNU/Linux Developer www.ozarowski.pl www.griff

pypi2deb 1.20160809 and --profile dpmt

2016-08-09 Thread Piotr Ożarowski
n-modules/packages/django.git (fetch) origin ssh://git.debian.org/git/python-modules/packages/django.git (push) -- Piotr Ożarowski Debian GNU/Linux Developer www.ozarowski.pl www.griffith.cc www.debian.org GPG Fingerprint: 1D2F A898 58DA AF62 1786 2DF7 A

Re: egg-info and Debian-specific submodule packages

2017-01-30 Thread Piotr Ożarowski
e.qtgui and python-pyside.qtnetwork only, yes > A third option would be to ask upstream to split out the packages as we have > done -- that would resolve the conflict in this instance, but not the general > issue, and would probably take a lot of effort (or be rebuffed). even more eggs?

Re: How to split modules in multiple deb packages

2017-02-21 Thread Piotr Ożarowski
ules in python3-mypackage with all required dependencies in Recommends or even Suggests (and Depends of the binary package with the daemon) sounds fine -- Piotr Ożarowski Debian GNU/Linux Developer www.ozarowski.pl www.griffith.cc www.debian.org GPG Fingerprint: 1D2F A898 58DA AF62 1786 2DF7 AEF6 F1A2 A745 7645

Re: How to split modules in multiple deb packages

2017-02-21 Thread Piotr Ożarowski
t use "python3-" prefix for packages that do not install files in /usr/lib/python3/dist-packages/ > file installing rpi.py in /usr/lib/python3/mypackage but I don't think it is > the right way of doing that. if it's one file only (without private modules) you can inst

Re: Naming convention for -doc package

2017-02-10 Thread Piotr Ożarowski
odulename binary package only BTW, it's pytestqt, not pytest-qt so binary package name for Python 3 should be python3-pytestqt (source name: pytest-qt) > Shall we keep the current python- prefix (as per Python the language, > not Python 2 the version) that would be my pick --

Re: Moving off of git-dpm

2017-02-16 Thread Piotr Ożarowski
another reason to replace me, volunteers?) -- Piotr Ożarowski Debian GNU/Linux Developer www.ozarowski.pl www.griffith.cc www.debian.org GPG Fingerprint: 1D2F A898 58DA AF62 1786 2DF7 AEF6 F1A2 A745 7645

Re: Team upload for python-jedi

2017-01-18 Thread Piotr Ożarowski
upstream git repo but some tests still fail and I don't have time to work on it right now. -- Piotr Ożarowski Debian GNU/Linux Developer www.ozarowski.pl www.griffith.cc www.debian.org GPG Fingerprint: 1D2F A898 58DA AF62 1786 2DF7 AEF6 F1A2 A745 7645

Re: Team upload for python-jedi

2017-01-19 Thread Piotr Ożarowski
FYI: I uploaded 0.10.0~git1+f05c071-1 (without running tests during build for now) -- Piotr Ożarowski Debian GNU/Linux Developer www.ozarowski.pl www.griffith.cc www.debian.org GPG Fingerprint: 1D2F A898 58DA AF62 1786 2DF7 AEF6 F1A2 A745 7645

Re: Bug#834809: dh-python: requires.txt versions ignored when writing control

2016-08-19 Thread Piotr Ożarowski
ution as in most cases that version is required for tests during build anyway) PS I heard some rumors that PyPI will enforce one of the standards, but I don't know the status of that -- Piotr Ożarowski Debian GNU/Linux Developer www.ozarowski.pl

Re: on keep providing python 2 packages

2016-08-20 Thread Piotr Ożarowski
d python-foo packages for sure (and without /usr/bin/python symlink or at least without Debian packages mentioning it, there should be a rule to not speak about /usr/bin/python symlink! ;) Note that Python upstream will stop supporting 2.X in ~2020 so about one year (and a half?) after relea

Re: PAPT membership request for moschlar-guest

2017-02-28 Thread Piotr Ożarowski
[Moritz Schlarb, 2017-01-09] > I would also like to join the PAPT. > I want to help with maintaining the nagstamon package under guidance > of chr...@debian.org. > > My Alioth login is moschlar-guest. I somehow missed this request. You're now part of the team, welcome! (and sorry for the delay)

Re: Join the team

2017-02-28 Thread Piotr Ożarowski
[Timo Furrer, 2017-02-22] > I want to join the team to maintain the python-sure package > (https://github.com/gabrielfalcao/sure). I'm the core developer and one > of the core maintainers of this project. I could also help to maintain > other packages if needed. > > My Alioth login is

Re: Request to join DPMT

2017-02-28 Thread Piotr Ożarowski
[Allison Randal, 2017-02-26] > I'd like to request to join DPMT. I would be primarily focused on > maintaining the dependencies for OpenStack, but I'm also happy to help > out more generally. > > My Alioth login is allison-guest. welcome in the team! :)

Re: dh_auto_test versus nosetests3

2016-09-06 Thread Piotr Ożarowski
PYBUILD_AFTER_TEST=rm -r {build_dir}/resources -- Piotr Ożarowski Debian GNU/Linux Developer www.ozarowski.pl www.griffith.cc www.debian.org GPG Fingerprint: 1D2F A898 58DA AF62 1786 2DF7 AEF6 F1A2 A745 7645

Re: Request to join DPMT (was: "ITP: python-whitenoise -- static file serving for WSGI applications")

2016-08-29 Thread Piotr Ożarowski
ion, there's something wrong with ACLs and nobody knows what... You're oficially z DPMT member now :) -- Piotr Ożarowski Debian GNU/Linux Developer www.ozarowski.pl www.griffith.cc www.debian.org GPG Fingerprint: 1D2F A898 58DA AF62 1786 2DF7 AEF6 F1A2 A745 7645

Re: how to build sphinx doc when there is extension

2016-08-30 Thread Piotr Ożarowski
uot;echo {build_dir}") \ cd doc && http_proxy='127.0.0.1:9' sphinx-build -N -bhtml source build/html dh_installdocs "doc/build/html" -p python-pyfai-doc dh_sphinxdoc -O--buildsystem=pybuild endif -- Piotr Ożarowski Debian GNU

Re: Packaging pytango 9.2.0

2016-08-30 Thread Piotr Ożarowski
[PICCA Frederic-Emmanuel, 2016-08-30] > dh_python add a dependency to python-pytango and not python-tango Did you add dh-python to Build-Depends of that package? Did you add python{,3}-tango to Build-Depends? .oO( did you try to turn it off and on again? ;) -- Piotr Ożarow

Re: Packaging pytango 9.2.0

2016-08-30 Thread Piotr Ożarowski
it (with "pytango pytohn3-tango" inside) in all packages that build depend on python3-tango or ship "pytango python3-tango" in debian/python3-tango.pydist (in pytango source package only). If upstream is sane WRT versioning, you can use "pytango python3-tango; PE

Re: DPMT membership request

2016-09-22 Thread Piotr Ożarowski
[Christos Trochalakis, 2016-09-12] > My alioth username is ctrochalakis-guest and I've > read and agree with the DPTM Policy [1]. welcome on board :) -- Piotr Ożarowski Debian GNU/Linux Developer www.ozarowski.pl www.griffith.cc www.debian.o

Re: Request to join DPMT

2016-09-22 Thread Piotr Ożarowski
[Antoine R. Dumont, 2016-09-12] > ardumont-guest welcome :) -- Piotr Ożarowski Debian GNU/Linux Developer www.ozarowski.pl www.griffith.cc www.debian.org GPG Fingerprint: 1D2F A898 58DA AF62 1786 2DF7 AEF6 F1A2 A745 7645

Re: Wrong package name python-jwt

2016-08-29 Thread Piotr Ożarowski
[Cornelius Kölbel, 2016-08-29] > Due to ${python:Depends} the dependency python-pyjwt is added. please add dh-python to Build-Depends and try again -- Piotr Ożarowski Debian GNU/Linux Developer www.ozarowski.pl www.griffith.cc www.debian.org

Re: Request to join DPMT

2016-08-29 Thread Piotr Ożarowski
[Klaus Zimmermann, 2016-08-18] > I'd like to join DPMT to maintain the new package cf-python[1]. > > My alioth account is zklaus-guest and I have read and agree to the > policies [2], [3]. welcome :) -- Piotr Ożarowski Debian GNU/Linux Developer www.

Re: Review/sponsorship of osmalchemy package

2016-09-28 Thread Piotr Ożarowski
even if you convert it, please keep the rst file, I prefer rst over html -- Piotr Ożarowski Debian GNU/Linux Developer www.ozarowski.pl www.griffith.cc www.debian.org GPG Fingerprint: 1D2F A898 58DA AF62 1786 2DF7 AEF6 F1A2 A745 7645

Re: Review/sponsorship of osmalchemy package

2016-09-28 Thread Piotr Ożarowski
[Thomas Goirand, 2016-09-28] > * Please set "Priority: extra" and not optional. why? I know ftp-masters change all packages from optional to extra but I probably missed an announcement about the reason... -- Piotr Ożarowski Debian GNU/Linux Developer www

Re: Review/sponsorship of osmalchemy package

2016-10-03 Thread Piotr Ożarowski
olicy/ch-archive.html#s-priorities > maybe? :) I don't see anything new here. I always used optional unless one of dependencies was already non-optional. If libraries get Priority=extra by default, where do f.e. -doc packages go now? -- Piotr Ożarowski Debian GNU/Linux

Re: Derive package dependencies from Setuptools declarations

2016-10-17 Thread Piotr Ożarowski
> binary has none of the Python dependent packages declared. after making it buildable (missing "r" in VCS-Browser field), this one worked perfectly fine for me (tested with dh_python2 1.2014-2) so I assumed you pointed us to a wrong example -- Piotr Ożarowski

Re: Derive package dependencies from Setuptools declarations

2016-10-17 Thread Piotr Ożarowski
Setuptools ‘install_requires’ declaration? For example, can you point me to a source package where dh_python3 *doesn't* do that already? -- Piotr Ożarowski Debian GNU/Linux Developer www.ozarowski.pl www.griffith.cc www.debian.org GPG Fingerprint: 1D2F A898 58DA AF62 1786 2DF7 AEF6 F1A2 A745 7645

Re: Request Membership

2016-11-26 Thread Piotr Ożarowski
[Marcos Fouces, 2016-11-24] > > > My Alioth account is "mfouces-guest" > > do you accept our policy? (f.e. using git-dpm?) > FTR: yes, i accept the team policy and try my best to stick to it. welcome :) -- Piotr Ożarowski Debian GNU/Linu

Re: I'd like to join the team

2016-11-26 Thread Piotr Ożarowski
[Paolo Greppi, 2016-11-23] > My alioth login is: paolog-guest > > I have read https://python-modules.alioth.debian.org/policy.html and I > accept it. you're in :) -- Piotr Ożarowski Debian GNU/Linux Developer www.ozarowski.pl www

Re: Binary naming for Django Related Packages

2016-11-28 Thread Piotr Ożarowski
n django namespace, otherwise binary package name would be python3-django.foo (or python3-django.ext.foo, like in flask?) [²] sys.path.append('/usr/lib/python3/django-packages/') in django/__init__.py if django import always prepends other imports (python3-django- namespace would b

Re: Binary naming for Django Related Packages

2016-11-28 Thread Piotr Ożarowski
beacause Django submodules use global namespace and thus any unique django submodule name takes not so unique Python module name (i.e. they're installed under /usr/lib/python3/dist-packages/ now, not under /usr/lib/python3/dist-packages/django) -- Piotr Ożarowski Debian GNU/

Re: DPMT Membership request

2016-11-16 Thread Piotr Ożarowski
Hi Marcos, > > My Alioth account is "mfouces-guest" do you accept our policy? (f.e. using git-dpm?) -- Piotr Ożarowski Debian GNU/Linux Developer www.ozarowski.pl www.griffith.cc www.debian.org GPG Fingerprint: 1D2F A898 58DA AF62 178

Re: DPMT membership request

2016-11-13 Thread Piotr Ożarowski
[Valentin Vidic, 2016-11-11] > My alioth username is vvidic-guest and I've read and agree > with the DPTM Policy [1]. Welcome! :) -- Piotr Ożarowski Debian GNU/Linux Developer www.ozarowski.pl www.griffith.cc www.debian.org GPG Fingerprint: 1D2

Re: Joining the team

2016-11-13 Thread Piotr Ożarowski
> krata-guest welcome! :) (and sorry for the delay) -- Piotr Ożarowski Debian GNU/Linux Developer www.ozarowski.pl www.griffith.cc www.debian.org GPG Fingerprint: 1D2F A898 58DA AF62 1786 2DF7 AEF6 F1A2 A745 7645

Re: Request to join DPMT

2016-11-13 Thread Piotr Ożarowski
[chrysn, 2016-11-08] > My alioth user name is chrysn-guest. welcome on board! :) -- Piotr Ożarowski Debian GNU/Linux Developer www.ozarowski.pl www.griffith.cc www.debian.org GPG Fingerprint: 1D2F A898 58DA AF62 1786 2DF7 AEF6 F1A2 A745 7645

Re: Request to join the team

2016-12-13 Thread Piotr Ożarowski
> I hereby request to join the team, I want to maintain my package > python-mimeparse here. My Alioth login is mathiasertl-guest. I naturally > accept the policy document at [1]. welcome :) -- Piotr Ożarowski Debian GNU/Linux Developer www.oza

Re: Binary naming for Django Related Packages

2016-11-29 Thread Piotr Ożarowski
[Scott Kitterman, 2016-11-29] > Piotr: Is there some language that acknowledges the situation as unusual, > even > if it doesn't fully bless it that you'd be comfortable with in policy so we > can at least document current practice? if module name is foo, name of the binary pa

Re: How to deal with jupyter notebook extensions

2016-12-05 Thread Piotr Ożarowski
way is the best. They each have their > downsides. is upstream willing to apply a patch to support /etc/jupyter/nbconfig/notebook.d/ that would solve your problem IIUC? -- Piotr Ożarowski Debian GNU/Linux Developer www.ozarowski.pl www.griffith.cc www.debian.

Re: Versioned dependencies with stdeb and pybuild

2016-12-05 Thread Piotr Ożarowski
in debian/control. Any advice on how to > achieve this (or explanation why its a bad idea :))? try with X-Python3-Version: >= 3.5 PS shameless plug: did you try py2dsp (from pypi2deb)? -- Piotr Ożarowski Debian GNU/Linux Developer www.ozarowski.pl www.griffith.cc www.debian.org GPG Fingerprint: 1D2F A898 58DA AF62 1786 2DF7 AEF6 F1A2 A745 7645

Re: DPMT membership request for acaso-guest

2016-12-05 Thread Piotr Ożarowski
[Alberto Caso, 2016-12-02] > I would like to join the DPMT. I intend to package and maintain python- > dbus (RFP #838791). > > My Alioth login is acaso-guest. > > I have read and accept the DPMT policy [1]. welcome! :) -- Piotr Ożarowski Debian G

Re: Versioned dependencies with stdeb and pybuild

2016-12-05 Thread Piotr Ożarowski
itten the next time I use stdeb? you can specify X-Python3-Version in setup.cfg and stdeb will read it > > PS shameless plug: did you try py2dsp (from pypi2deb)? > > Not yet. Does it handle versioned dependencies differently? not really since both use dh_python3 (package name is pypi

Re: DPMT Membership request​ (was Packaging new version of ZODB (Zope Object Database))

2016-12-01 Thread Piotr Ożarowski
added you to the team, welcome :) -- Piotr Ożarowski Debian GNU/Linux Developer www.ozarowski.pl www.griffith.cc www.debian.org GPG Fingerprint: 1D2F A898 58DA AF62 1786 2DF7 AEF6 F1A2 A745 7645

Re: PAPT Membership request for johntconklin-guest

2017-01-03 Thread Piotr Ożarowski
to upload to svn.debian.org as documented @ > https://wiki.debian.org/Teams/PythonAppsPackagingTeam/HowTo. I added you to PAPT, snv-inject your source package and ping us -- Piotr Ożarowski Debian GNU/Linux Developer www.ozarowski.pl www.griffith.cc www.deb

Re: Request to join DPMT

2017-01-03 Thread Piotr Ożarowski
Hi Carl, [Carl Suster, 2017-01-03] > I have already partly updated cherrypy3 to the latest upstream version > locally and would like to commit my progress to git for starters. could you publish these changes somewhere so that I can take a look? -- Piotr Ożarowski

Re: DPMT membership request for moschlar-guest

2017-01-03 Thread Piotr Ożarowski
h.debian.org/policy.html and accept it. welcome! (and sorry for the delay) -- Piotr Ożarowski Debian GNU/Linux Developer www.ozarowski.pl www.griffith.cc www.debian.org GPG Fingerprint: 1D2F A898 58DA AF62 1786 2DF7 AEF6 F1A2 A745 7645

Re: DPMT membership request for randall-guest

2017-01-03 Thread Piotr Ożarowski
[Lee Garrett, 2016-12-23] > I would like to join the DPMT. I plan on working on modules mainly used for > Ansible (I'm currently updating pywinrm). I have read and accept the DPMT > policy found at [1]. > > My Alioth account is 'randall-guest'. welcome :) (sorry for the d

Re: Request to join DPMT

2017-01-05 Thread Piotr Ożarowski
ove help2man back to override_dh_auto_build target :) [¹] https://wiki.debian.org/Python/GitPackaging#Patching [²] https://anonscm.debian.org/cgit/dh-python/dh-python.git/tree/README.rst#n41 -- Piotr Ożarowski Debian GNU/Linux Developer www.ozarowski.pl www.griffith

Re: My Guest Login at alioth works ... what is the next step now?

2017-03-29 Thread Piotr Ożarowski
Hi Thomas, [Thomas Güttler, 2017-03-29] > Am 15.03.2017 um 10:58 schrieb Thomas Güttler: > > I want to get some of my python modules into debian (see thread of last > > week). > > > > I can login at alioth with "guettli-guest". > > > > What is the next step now? > > I received no reply. Do

Re: Under which umbrella should I package my Python IDE for beginners (Thonny)?

2017-03-09 Thread Piotr Ożarowski
[Ghislain Vaillant, 2017-03-09] > You can use git with PAPT too. not yet -- GPG: 1D2F A898 58DA AF62 1786 2DF7 AEF6 F1A2 A745 7645

Re: Joining DPMT

2017-03-12 Thread Piotr Ożarowski
[Gaurav Juvekar, 2017-03-08] > I wish to upload and maintain humanfriendly(RFS: #852233), > python-coloredlogs(RFS: #854249) and python-verboselogs(RFS: #854115) > packages in DPMT so that a sponsor can upload them to experimental or > sid. I also want to help create and maintain other packages

Re: Join the team

2017-03-11 Thread Piotr Ożarowski
[Sophie Brun, 2017-03-07] > I would like to join the Python-modules team to maintain the > python-pyric package > (https://github.com/wraith-wireless/PyRIC) and maybe other packages > needed by the pkg-security-team. > > My alioth login is sbrun-guest > > I have read the DPMT policy >

Re: I want to maintain my current packages within the team

2017-03-13 Thread Piotr Ożarowski
[Thomas Güttler, 2017-03-10] > [1]http://python-modules.alioth.debian.org/policy.html > > Yes, I accept the above policy. welcome in the team :) -- GPG: 1D2F A898 58DA AF62 1786 2DF7 AEF6 F1A2 A745 7645

Re: Join the team

2017-04-08 Thread Piotr Ożarowski
[Adrian Vondendriesch, 2017-04-04] > I would like to join the Python-modules team. Within the pkg-postgresql > team we are currently working on pgAdmin4 which has a lot of python > dependencies that are not yet in debian. I'm currently working on these > packages. > > My alioth login is

Re: Joining the team

2017-04-05 Thread Piotr Ożarowski
[sab, 2017-04-01] > - I'd like to join DPM Team, I'm trying to learn and give my contribution to > Debian, so I have adopted my first orphaned Python package: python-zxcvbn > https://mentors.debian.net/package/python-zxcvbnand I prefer to work in a > dedicated team. > > - In Alioth website i'm

Re: building manpages via setup.py

2017-08-02 Thread Piotr Ożarowski
[PICCA Frederic-Emmanuel, 2017-08-02] > > you can drop it, PYTHONPATH and http_proxy should be set by pybuild > > Is it true for jessie > > I need to support jessie and stretch > > And even debian7... I didn't test it even for unstable, but IIRC pybuild exports those in all steps since a long

Re: building manpages via setup.py

2017-08-02 Thread Piotr Ożarowski
[PICCA Frederic-Emmanuel, 2017-08-02] > > if you want to test all requested Python interpreters: > > I prefer this solution in order to check that the built extensions are > working for all the python interpreters. > The doc use autodoc so it is nice to have this functionnality > > |

Re: MBF for deprecating Python2 usage

2017-08-04 Thread Piotr Ożarowski
[Scott Kitterman, 2017-08-04] > Read it. I remain completely convinced that /usr/bin/python pointing > at a python3 version is utterly wrong and a disservice to our users. > Even after we remove python2.7, people will be locally compiling it > and using it for a decade. > > Such a change would

Re: Joining DMPT

2017-07-09 Thread Piotr Ożarowski
[Brandon Weeks, 2017-07-08] > I am interested in joining DPMT to bring the existing python3-aiohttp-cors > package under DMPT support. My Alioth username is bweeks-guest. I have read > https://python-modules.alioth.debian.org/policy.html and agree to the > policy. welcome! :) -- GPG: 1D2F A898

Re: Request to join the Debian Python Modules team

2017-07-18 Thread Piotr Ożarowski
[Clive Johnston, 2017-07-14] > I am interested in helping to package the python modules required for > Mycroft [1] and have been helping the Mycroft Developers with their > packages on Launchpad [2]. > > My Alioth username is clivejo-guest welcome in the team :) -- GPG: 1D2F A898 58DA AF62 1786

Re: Joining the Python Modules team

2017-07-18 Thread Piotr Ożarowski
[Ethan Ward, 2017-07-14] > I'm Ethan Ward, a Mycroft developer. Mycroft is an open-source > voice-activated assistant. I've been trying to create Debian packages for > Mycroft, with the goal of eventually getting them in the main Debian > package repositories. Since Mycroft is written purely in

Re: Request to join DPMT

2017-06-29 Thread Piotr Ożarowski
[Pierre-Elliott Bécue, 2017-06-27] > My alioth login is peb-guest. Welcome on board! :) -- GPG: 1D2F A898 58DA AF62 1786 2DF7 AEF6 F1A2 A745 7645

Re: Joining Python Applications Packaging Team

2017-07-04 Thread Piotr Ożarowski
[Daniel, 2017-06-30] > I am a python developer interested in packaging my application WereSync > (https://github.com/DonyorM/weresync) for Debian and would like to join > the PAPT in doing this. My username on Alioth is: donyorm-guest. I have > read the policy guide for both PAPT and DPMT and

Re: Request to join

2017-07-07 Thread Piotr Ożarowski
[anm...@gmx.net, 2017-07-03] > I’m currently working on packaging Python-Modules for DebianGIS and > I’d like to join the DPMT to maintain those packages after they’ve > made their way into the distribution. I’d also like to contribute to > the awesome work of the DPM Team and to give a helping

Re: building manpages via setup.py

2017-08-01 Thread Piotr Ożarowski
[PICCA Frederic-Emmanuel, 2017-08-01] > This pacakge contain one module with extensions (the important point) > > The new upstream version 0.14.0 provide a build_man target via the setup.py > > So in ordert to generate the doc I need to do > > python setup.py build_man > [...] > So what should

Re: Request to join DPMT

2017-08-07 Thread Piotr Ożarowski
h is muri-guest. welcome in the team! (and sorry for the delay) :) -- Piotr Ożarowski Debian GNU/Linux Developer www.ozarowski.pl www.griffith.cc www.debian.org GPG Fingerprint: 1D2F A898 58DA AF62 1786 2DF7 AEF6 F1A2 A745 7645 signature.asc Description: PGP signature

binary package names

2017-05-17 Thread Piotr Ożarowski
[Thomas Goirand, 2017-05-17] > On 05/16/2017 02:38 PM, Piotr Ożarowski wrote: > > hint: Debian Python Policy §3.3 recommends module name, not > > egg/dist/thecurrentnamefromlatestpep > > Who are we to decide that names of packages in Debian should be > different from wha

Re: python-parse-type

2017-05-16 Thread Piotr Ożarowski
[Barry Warsaw, 2017-05-16] > Why is that wrong? Agreed it's perhaps less discoverable in this case, but if > you were looking for the PyPI enum34 package in Debian, you'd find > python-enum34 first, and it would make sense. It must be a pain for all these PyPI users... >>> import Foo-Bar

Re: python-parse-type

2017-05-16 Thread Piotr Ożarowski
[Nicolas CANIART, 2017-05-16] > https://pypi.python.org/pypi/enum34/1.1.6 packaged as python-enum34 (correct name is python-enum, that's why you didn't find it most probably) Barry: ;-P -- GPG: 1D2F A898 58DA AF62 1786 2DF7 AEF6 F1A2 A745 7645

Re: python-parse-type

2017-05-16 Thread Piotr Ożarowski
[Brian May, 2017-05-16] > python-enum - robust enumerated type support in Python ah, that's why python-enum34 name was chosen, there's even "Breaks: python-enum" - I've missed it because it's no longer in unstable -- GPG: 1D2F A898 58DA AF62 1786 2DF7 AEF6 F1A2 A745 7645

Re: request to join the DPMT

2017-05-25 Thread Piotr Ożarowski
[Félix Sipma, 2017-05-18] > I'd like to package and maintain sphinx-autorun > https://github.com/hobarrera/sphinx-autorun which is needed to build another > ITP of mine, todoman. It would be nice if I could do this in the DPMT. todoman looks like a package for PAPT, let me know if you want to

Re: Request to join PAPT team

2017-05-07 Thread Piotr Ożarowski
[عبدالله شلي (Abdellah Chelli), 2017-05-04] > I am looking to join PAPT welcome :) -- GPG: 1D2F A898 58DA AF62 1786 2DF7 AEF6 F1A2 A745 7645

Re: Joining the team

2017-05-06 Thread Piotr Ożarowski
[sab, 2017-05-06] > 'https://anonscm.debian.org/git/python-modules/packages/python-zxcvbn.git/': git+ssh://git.debian.org/git/python-modules/packages/python-zxcvbn.git -- GPG: 1D2F A898 58DA AF62 1786 2DF7 AEF6 F1A2 A745 7645

Re: How to switch python-pysam package from nosetest to pytest

2017-09-20 Thread Piotr Ożarowski
[Andreas Tille, 2017-09-19] > Seems I'm not lucky here. I tried the following patch: the patch doesn't show changes in debian/control, did you replace nose with pytest there? -- GPG: 1D2F A898 58DA AF62 1786 2DF7 AEF6 F1A2 A745 7645

<    3   4   5   6   7   8   9   10   >