Re: RFS: python-translitcodec , python-mongokit

2012-02-10 Thread Clint Byrum
Excerpts from Jakub Wilk's message of Sun Jan 29 05:34:23 -0800 2012: > * Clint Byrum , 2012-01-28, 15:04: > >>scripts/update_table.py tries to call sys.exit(), though it never > >>imports sys. > >> > >>It should be: > >> > >>if not (os.path.exists('translitcodec') and > >> os.path.exists

Re: RFS: python-translitcodec , python-mongokit

2012-01-30 Thread Barry Warsaw
On Jan 29, 2012, at 11:38 PM, Jakub Wilk wrote: >* Barry Warsaw , 2012-01-29, 17:30: >>>Can you recommend a good package to look at to implement this? >>You can look at the flufl.enum > >Why does it print "nocheck set, skipping tests" in every target (including >e.g. clean) if DEB_BUILD_OPTIONS=no

Re: RFS: python-translitcodec , python-mongokit

2012-01-29 Thread Jakub Wilk
* Barry Warsaw , 2012-01-29, 17:30: Can you recommend a good package to look at to implement this? You can look at the flufl.enum Why does it print "nocheck set, skipping tests" in every target (including e.g. clean) if DEB_BUILD_OPTIONS=nocheck is set? :) -- Jakub Wilk -- To UNSUBSCRIBE,

Re: RFS: python-translitcodec , python-mongokit

2012-01-29 Thread Barry Warsaw
On Jan 28, 2012, at 03:04 PM, Clint Byrum wrote: >Can you recommend a good package to look at to implement this? You can look at the flufl.enum (or any of the flufl.*) packages for this (among others, I'm sure). I have enabled builds and tests for all supported versions of Python, including both

Re: RFS: python-translitcodec , python-mongokit

2012-01-29 Thread Jakub Wilk
* Clint Byrum , 2012-01-28, 15:04: scripts/update_table.py tries to call sys.exit(), though it never imports sys. It should be: if not (os.path.exists('translitcodec') and os.path.exists('transtab')) rather than: if not os.path.exists('translitcodec') and os.path.exists('transt

Re: RFS: python-translitcodec , python-mongokit

2012-01-28 Thread Clint Byrum
Excerpts from Jakub Wilk's message of Sat Jan 28 04:00:06 -0800 2012: > * Clint Byrum , 2012-01-28, 00:52: > >I've pushed python-translitcodec and python-mongokit into the SVN > >repository. > > translitcodec looks interesting. (Though I don't intend to sponsor it, > sorry. I'm boycotting dh_pyt

Re: RFS: python-translitcodec , python-mongokit

2012-01-28 Thread Jakub Wilk
* Clint Byrum , 2012-01-28, 00:52: I've pushed python-translitcodec and python-mongokit into the SVN repository. translitcodec looks interesting. (Though I don't intend to sponsor it, sorry. I'm boycotting dh_python2.) I will be finally able to phase out my python-elinks[0]. scripts/update_