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
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
* 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,
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
* 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
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
* 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_
7 matches
Mail list logo