Re: Do we need yapps2 any more and if yes what about maintaining it in DPT?

2025-05-20 Thread Matthias Urlichs
On 20.05.25 15:04, Andreas Tille wrote: @Matthias: I noticed that all but one of your packages (knxd) are not featuring Vcs fields (and knxd is not on Salsa but on Github). If it is your personal policy to not use Salsa that's fine and I would remove your ID from the Bug of the Day query. No

Re: pybuild: Build-testing with the package installed

2024-11-17 Thread Matthias Urlichs
__init__.py" are not copied in from the source tree, and without them Python refuses to recognize the copy. Ugh. Do we have any other namespaced packages in the archive? How do *they* handle this? -- -- regards -- -- Matthias Urlichs OpenPGP_signature.asc Description: OpenPGP digital signature

pybuild: Build-testing with the package installed

2024-11-14 Thread Matthias Urlichs
top of my TODO list …) if anybody wants to take a closer look. -- -- regards, -- -- Matthias Urlichs OpenPGP_signature.asc Description: OpenPGP digital signature

Re: The python command in Debian

2020-09-18 Thread Matthias Urlichs
On 17.09.20 15:26, Matthias Klose wrote: > If there is too much disagreement about the > python-is-python3 package, then I plan to run it via the CTTE, and ask for an > advice how to move on. FWIW and IMHO that's a reasonable compromise. -- -- Matthias Urlichs signature.a

Re: Kivy packages at Debian

2015-01-26 Thread Matthias Urlichs
switch to the Debian/Ubuntu version of debian/*? -- -- Matthias Urlichs signature.asc Description: Digital signature

Re: About requests.packages.urllib3 in Debian

2014-11-04 Thread Matthias Urlichs
Hi, Daniele Tricoli: > Due to #753578 I added a stub (technically I just used a symlink) to make > import requests.packages.urllib3 works. I'd add a stub _file_ which just contains "from urllib3 import *". -- -- Matthias Urlichs signature.asc Description: Digital signature

Re: Using pristine-tar

2014-10-20 Thread Matthias Urlichs
you happen to use a different version of tar than the one used to prepare the pristine-tar entry. I'd rather record the .orig.tar.?z's exact size and hash(es). -- -- Matthias Urlichs signature.asc Description: Digital signature

Re: Keeping upstream commits separate from Debian packaging commits (was: Fighting commit storm madness)

2014-10-10 Thread Matthias Urlichs
Hi, Charles Plessy: > https://github.com/mhagger/git-multimail/ > Looking at that code, IMHO it should be sufficient to add the arguments '--' and 'debian' to all calls of "git revlist". -- -- Matthias Urlichs -- To UNSUBSCRIBE, email to debian-py

Re: Fwd: [Python-modules-commits] [python-mplexporter] 135/135: Merge pull request #30 from rainwoodman/patch-1

2014-09-23 Thread Matthias Urlichs
;&2 ; exit 1; fi git config commitmail.$BRANCH.last $HEAD if [ "$LAST" = "$HEAD ] ; then echo "Nothing changed, exiting">&2 ; exit ; fi git log $LOG_OPTS $LAST..$HEAD | mail -s "Changes on $BRANCH until $(date)" $DEST #echo "mailed log of $(git

Re: When packaging a library, should I prevent its test suite from being packaged

2014-09-10 Thread Matthias Urlichs
ACKAGENAME" database, and make the mysql credentials overrideable (via environment or whatever). Requiring (a) root (b) without a password (c) on localhost (presumably) is a bad idea on all three counts. -- -- Matthias Urlichs -- To UNSUBSCRIBE, email to debian-python-requ...@lists.de

Re: Help needed to test packages with Django 1.7

2014-08-06 Thread Matthias Urlichs
> (non-PEP 8 compliant) names. > Agreed. In fact I'd recommend that bs3's reverse dependencies get converted to bs4 before the release (and then drop bs3 from the archive) if possible. -- -- Matthias Urlichs -- To UNSUBSCRIBE, email to debian-python-requ...@lists.debian.org w

Re: /usr/bin/django-admin in python-django

2014-07-21 Thread Matthias Urlichs
bin/sh # -*- coding: utf-8 -*- shell_code=''' ' echo This is Shell exec python $0 python_code=''' ## ONLY use DOUBLE quotes ‹"› after this line print("This is Python") # End of Python code. Do not modify this line. #' This way, "d

Re: [Distutils] formencode as .egg in Debian ??

2005-11-24 Thread Matthias Urlichs
ill_ support a mode that works for Debian packaging, which is *great*, so ... -- Matthias Urlichs | {M:U} IT Design @ m-u-it.de | [EMAIL PROTECTED] Disclaimer: The quote was selected randomly. Really. | http://smurf.noris.de - - Order is the sanity of the mind, the health of the body, the p

Re: [Distutils] formencode as .egg in Debian ??

2005-11-23 Thread Matthias Urlichs
the mess I just created will nicely clean up after itself when I install the next official version on top, assuming I managed not to install random additional files). -- Matthias Urlichs | {M:U} IT Design @ m-u-it.de | [EMAIL PROTECTED] Disclaimer: The quote was selected randomly. Real

Re: [Distutils] formencode as .egg in Debian ??

2005-11-23 Thread Matthias Urlichs
y one of these files, since you are aware that there is a conflict (the second package simply doesn't install if you don't fix it), and thus can handle it intelligently. -- Matthias Urlichs | {M:U} IT Design @ m-u-it.de | [EMAIL PROTECTED] Disclaimer: The quot

Re: formencode as .egg in Debian ??

2005-11-21 Thread Matthias Urlichs
Hi, Bob Tanner: > On Monday 21 November 2005 09:09 am, Matthias Urlichs wrote: > > $ dpkg -L python2.4-formencode > > [...] > > /usr/lib/python2.4/site-packages/FormEncode-0.4-py2.4.egg > > /usr/share/doc/python2.4-formencode/copyright > > /usr/share/doc/python2

Re: Bug#221523: Causes build failures

2003-11-26 Thread Matthias Urlichs
, it works, and packages with Build-Depends: which do not take this into account need to be fixed anyway. -- Matthias Urlichs | {M:U} IT Design @ m-u-it.de | [EMAIL PROTECTED] Disclaimer: The quote was selected randomly. Really. | http://smurf.noris.de - - All life is barriers. All growth

Re: Summary of python transition problems

2003-10-01 Thread Matthias Urlichs
k!" FAQ. So include a "Recommends: python" control line. As per policy, section 7.2, that would be strong enough for this situation. ("The Recommends field should list packages that would be found together with this one in all but unusual installations.") -- Matthias Urlich

Re: python 2.2 to python 2.3 transition

2003-08-12 Thread Matthias Urlichs
python in this case... this code has to go > into the package "python"s postinst script. So what? In postinst, python is already installed. -- Matthias Urlichs | {M:U} IT Design @ m-u-it.de | [EMAIL PROTECTED] Disclaimer: The quote was selected randomly. Really. | http://smurf.n

Re: python 2.2 to python 2.3 transition

2003-08-11 Thread Matthias Urlichs
ks like it should look like this instead: >> egrep "^install ok installed:[^:]*:(|.*[ ,])$PYTHONXY([ ,]|$)" | \ so that it doesn't find packages which depend on packages which just happend to end with $PYTHONXY. (Or perhaps you should rewrite that shell function in Python

Re: python 2.2 to python 2.3 transition

2003-08-11 Thread Matthias Urlichs
> > Matthias, do you think it is feasible ? Would work for me. /usr/lib/site-python is supposed to have "clean" python scripts only, so running compileall.py on all subdirectories thereof should pose no problem. -- Matthias Urlichs | {M:U} IT Design @ m-u-it.de | [EMAI

Re: python 2.2 to python 2.3 transition

2003-08-10 Thread Matthias Urlichs
Hi, Lars Wirzenius wrote: > (There will be a problem when the default version of Python changes. I > don't think we have a way to deal with that.) Why not simply call compileall.py for each dirctory in the PYTHONPATH from "python"s postinst? -- Matthias Urlichs |

Re: version independent pythin packages: ?

2003-08-08 Thread Matthias Urlichs
r support of legacy applications almost certainly have the default python package installed anyway. This solution certainly beats the other alternatives. -- Matthias Urlichs | {M:U} IT Design @ m-u-it.de | [EMAIL PROTECTED] Disclaimer: The quote was selected randomly. Really. | http://smurf.nor

Re: version independent pythin packages: ?

2003-08-08 Thread Matthias Urlichs
eck whether it really does the right thing when you have python2.2 installed and pull in python-docutils. It gets even worse if I decide to support Python versions > 2.3, but that doesn't seem to be helpable. > I was going to suggest a solution, but I'm tired and I can&#

Re: version independent pythin packages: ?

2003-08-08 Thread Matthias Urlichs
| python2.2 | python2.1 | python2.0 | python1.6 > | python1.5 > Provides: python2.2-xmlbase, python2.1-xmlbase, python2.0-xmlbase, > python1.6-xmlbase, python1.5-xmlbase > Duh? xmlbase doesn't seem to be supported for Python < 2.1. -- Matthias Urlichs | {M:U} I

Re: version independent pythin packages: ?

2003-08-07 Thread Matthias Urlichs
ists for 2.1, but not 2.2 or 2.3. How > should the dependencies be written ? The same way we currently handle non-pure Python packages -- except that the nonversioned package contains the actual Python code and the versioned packages are empty, instead of the other way round. -- Matthias Urlichs

version independent pythin packages: ?

2003-08-06 Thread Matthias Urlichs
for reasonably-small packages that won't be much of a problem, IMHO. -- Matthias Urlichs | {M:U} IT Design @ m-u-it.de | [EMAIL PROTECTED] Disclaimer: Das Zitat wurde zufällig ausgewählt. | http://smurf.noris.de -- Auf jedes Mädchen mit Kurven kommen zehn Männer mit Geraden.

Re: bug reports preventing the python transition (2nd round)

2003-05-11 Thread Matthias Urlichs
Hi, signed wxwin2.4 binaries for Linux/PPC, built with the binutils from http://ftp-master.debian.org/~doko/python/, are available on http://smurf.noris.de/smurf/debian/upload -- Matthias

Re: pure python and postinst

2003-04-01 Thread Matthias Urlichs
Hi, On Tue, 01 Apr 2003 23:20:22 +, Donovan Baarda wrote: > 2) it ties you package to the particular version of python used to > generate the pyc files (ie, you had better have "Depends: python2.1" if > the .pyc's were generated with python 2.1) > That's not correct, as Python will ignore .py

ITP: python-yapsnmp -- SNMP client for Python

2003-04-01 Thread Matthias Urlichs
Package: wnpp Version: unavailable; reported 2003-04-01 Severity: wishlist * Package name: python-yapsnmp Version : 0.7.6 Upstream Author : Yves Perrenoud <[EMAIL PROTECTED]> * URL : http://yapsnmp.sourceforge.net * License : LGPL Description : SNMP client