version independent pythin packages: ?

2003-08-06 Thread Matthias Urlichs
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: version independent pythin packages: ?

2003-08-08 Thread Matthias Urlichs
, 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} IT Design @ m-u-it.de | [EMAIL PROTECTED] Disclaimer: The quote was selected randomly. Really. | http://smurf.noris.de -- I could

Re: version independent pythin packages: ?

2003-08-08 Thread Matthias Urlichs
to be helpable. I was going to suggest a solution, but I'm tired and I can't think of one. docutils is a tough one :-( Yes, it's an interesting testcase for changing policy. ;-) -- Matthias Urlichs | {M:U} IT Design @ m-u-it.de | [EMAIL PROTECTED] Disclaimer: Das Zitat wurde zufllig ausgewhlt

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 pythons postinst? -- Matthias Urlichs | {M:U} IT Design @ m-u-it.de

Re: python 2.2 to python 2.3 transition

2003-08-11 Thread Matthias Urlichs
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 | [EMAIL PROTECTED] Disclaimer: The quote was selected

Re: python 2.2 to python 2.3 transition

2003-08-11 Thread Matthias Urlichs
: 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. ;-) -- Matthias Urlichs | {M:U} IT Design @ m-u-it.de

Re: Bug#221523: Causes build failures

2003-11-26 Thread Matthias Urlichs
. -- 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 is the transcendence of barriers. It's the dividing line that makes everything possible. Without

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

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.4-formencode/changelog.Debian.gz

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

2005-11-23 Thread Matthias Urlichs
_not_ depend on which package gets installed first). IMHO that's actually superior randomly executing only 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

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

2005-11-23 Thread Matthias Urlichs
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. Really. | http://smurf.noris.de - - Remember

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

2005-11-24 Thread Matthias Urlichs
... -- 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 peace of the city, the security of the state. As the beams to a house

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

2014-07-21 Thread Matthias Urlichs
python_code=''' ## ONLY use DOUBLE quotes ‹› after this line print(This is Python) # End of Python code. Do not modify this line. #' This way, dash -n $SCRIPT will ignore the Python code (since it's a string) and not report a syntax error. -- -- Matthias Urlichs -- To UNSUBSCRIBE, email to debian

Re: Help needed to test packages with Django 1.7

2014-08-06 Thread Matthias Urlichs
. 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 with a subject of unsubscribe. Trouble? Contact

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

2014-09-10 Thread Matthias Urlichs
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.debian.org with a subject of unsubscribe. Trouble

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

2014-09-24 Thread Matthias Urlichs
| mail -s Changes on $BRANCH until $(date) $DEST #echo mailed log of $(git log --oneline | wc -l) changesets exit 0 -- -- Matthias Urlichs -- To UNSUBSCRIBE, email to debian-python-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org Archive: https

Re: Using pristine-tar

2014-10-20 Thread Matthias Urlichs
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: 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: Kivy packages at Debian

2015-01-26 Thread Matthias Urlichs
/*? -- -- Matthias Urlichs signature.asc Description: 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.asc De