[Zope-dev] windows egg/exe packages on PyPI?

2013-03-06 Thread Adam GROSZER

Hello,

Just got a request that winbot should prepare .exe's for windows.

My question is, do we want exe AND egg or just exe for windows binary 
packages?


I think setuptools/distribute should work with an exe too, but veto me 
here and now.



--
Best regards,
 Adam GROSZER
--
Quote of the day:
The way to a man's heart is through his veins.
___
Zope-Dev maillist  -  Zope-Dev@zope.org
https://mail.zope.org/mailman/listinfo/zope-dev
**  No cross posts or HTML encoding!  **
(Related lists -
https://mail.zope.org/mailman/listinfo/zope-announce
https://mail.zope.org/mailman/listinfo/zope )


Re: [Zope-dev] windows egg/exe packages on PyPI?

2013-03-06 Thread Jim Fulton
On Wed, Mar 6, 2013 at 7:10 AM, Adam GROSZER agros...@gmail.com wrote:
 Hello,

 Just got a request that winbot should prepare .exe's for windows.

 My question is, do we want exe AND egg or just exe for windows binary
 packages?

 I think setuptools/distribute should work with an exe too,

I doubt it. Have you tested it?

 but veto me here
 and now.

Unless you prove that they're equivalent, both please.

Jim

-- 
Jim Fulton
http://www.linkedin.com/in/jimfulton
Jerky is better than bacon! http://zo.pe/Kqm
___
Zope-Dev maillist  -  Zope-Dev@zope.org
https://mail.zope.org/mailman/listinfo/zope-dev
**  No cross posts or HTML encoding!  **
(Related lists -
 https://mail.zope.org/mailman/listinfo/zope-announce
 https://mail.zope.org/mailman/listinfo/zope )


Re: [Zope-dev] windows egg/exe packages on PyPI?

2013-03-06 Thread Adam GROSZER

Hello,

Well at least easy_install docs say that:

http://peak.telecommunity.com/DevCenter/EasyInstall#id6


When downloading or processing downloaded files, Easy Install recognizes 
distutils source distribution files with extensions of .tgz, .tar, 
.tar.gz, .tar.bz2, or .zip. And of course it handles already-built .egg 
distributions as well as .win32.exe installers built using distutils.



On 03/06/2013 01:18 PM, Jim Fulton wrote:

On Wed, Mar 6, 2013 at 7:10 AM, Adam GROSZER agros...@gmail.com wrote:

Hello,

Just got a request that winbot should prepare .exe's for windows.

My question is, do we want exe AND egg or just exe for windows binary
packages?

I think setuptools/distribute should work with an exe too,


I doubt it. Have you tested it?


but veto me here
and now.


Unless you prove that they're equivalent, both please.

Jim



--
Best regards,
 Adam GROSZER
--
Quote of the day:
The first sign of a nervous breakdown is when you start thinking your 
work is terribly important.  -  Milo Bloom

___
Zope-Dev maillist  -  Zope-Dev@zope.org
https://mail.zope.org/mailman/listinfo/zope-dev
**  No cross posts or HTML encoding!  **
(Related lists -
https://mail.zope.org/mailman/listinfo/zope-announce
https://mail.zope.org/mailman/listinfo/zope )


Re: [Zope-dev] zope-tests - FAILED: 16, OK: 12

2013-03-06 Thread Marius Gedminas
On Wed, Mar 06, 2013 at 01:00:01AM +, Zope tests summarizer wrote:
 [12]   FAILED  winbot / zope.app.http_py_265_32
https://mail.zope.org/pipermail/zope-tests/2013-March/073081.html

zope.app.http wants zope.app.wsgi.testlayer.

zope.app.wsgi 4.0.0a3 introduces a new setuptools extra [testlayer] that
has all the dependencies required for zope.app.wsgi.testlayer.

I fixed zope.app.http's buildout.cfg to pin zope.app.wsgi  4.0dev for
now.

Marius Gedminas
-- 
http://pov.lt/ -- Zope 3/BlueBream consulting and development


signature.asc
Description: Digital signature
___
Zope-Dev maillist  -  Zope-Dev@zope.org
https://mail.zope.org/mailman/listinfo/zope-dev
**  No cross posts or HTML encoding!  **
(Related lists -
 https://mail.zope.org/mailman/listinfo/zope-announce
 https://mail.zope.org/mailman/listinfo/zope )


Re: [Zope-dev] zope-tests - FAILED: 16, OK: 12

2013-03-06 Thread Marius Gedminas
On Wed, Mar 06, 2013 at 02:44:19PM +0200, Marius Gedminas wrote:
 On Wed, Mar 06, 2013 at 01:00:01AM +, Zope tests summarizer wrote:
  [12]   FAILED  winbot / zope.app.http_py_265_32
 https://mail.zope.org/pipermail/zope-tests/2013-March/073081.html
 
 zope.app.http wants zope.app.wsgi.testlayer.
 
 zope.app.wsgi 4.0.0a3 introduces a new setuptools extra [testlayer] that
 has all the dependencies required for zope.app.wsgi.testlayer.
 
 I fixed zope.app.http's buildout.cfg to pin zope.app.wsgi  4.0dev for
 now.

zope.app.publication had the same issue, fixed in the same way.

Marius Gedminas
-- 
http://pov.lt/ -- Zope 3/BlueBream consulting and development


signature.asc
Description: Digital signature
___
Zope-Dev maillist  -  Zope-Dev@zope.org
https://mail.zope.org/mailman/listinfo/zope-dev
**  No cross posts or HTML encoding!  **
(Related lists -
 https://mail.zope.org/mailman/listinfo/zope-announce
 https://mail.zope.org/mailman/listinfo/zope )


Re: [Zope-dev] zope-tests - FAILED: 16, OK: 12

2013-03-06 Thread Marius Gedminas
On Wed, Mar 06, 2013 at 01:00:01AM +, Zope tests summarizer wrote:
 [6]winbot / z3c.language.switch_py_265_32

Missing extra_requires of zope.app.testing for the [test] extra.  Fixed.

Marius Gedminas
-- 
http://pov.lt/ -- Zope 3/BlueBream consulting and development


signature.asc
Description: Digital signature
___
Zope-Dev maillist  -  Zope-Dev@zope.org
https://mail.zope.org/mailman/listinfo/zope-dev
**  No cross posts or HTML encoding!  **
(Related lists -
 https://mail.zope.org/mailman/listinfo/zope-announce
 https://mail.zope.org/mailman/listinfo/zope )


[Zope-dev] FYI: random2

2013-03-06 Thread Stephan Richter
Hi everyone,

one of the issues while porting apps to Python 3 is that Python 3 uses a new 
algorithm for randrange(), which produces different output for Python 2 and 3. 
I just released random2, which is a port of Python 2.7's `random` module to 
Python 2.6, 3.2 and 3.3. This way your random output will not change while 
porting.

Note: This is of course most useful to the ones among you that use sampledata 
generation heavily.

Regards,
Stephan
-- 
Entrepreneur and Software Geek
Google me. Zope Stephan Richter
___
Zope-Dev maillist  -  Zope-Dev@zope.org
https://mail.zope.org/mailman/listinfo/zope-dev
**  No cross posts or HTML encoding!  **
(Related lists -
 https://mail.zope.org/mailman/listinfo/zope-announce
 https://mail.zope.org/mailman/listinfo/zope )


[Zope-dev] FYI2: Output Checker

2013-03-06 Thread Stephan Richter
Hi everyone,

when we ported TAL to Python 3, we had to fix the attribute order and I think 
Marius sorted them alphabetically. This would break a lot of existing tests. 
Luckily lxml provides and output checker that verifies the XML structure rather 
than the string representation. This will solve your HTML/XML output 
comparison issues. But often you also need your standard RE normalizers as 
well, but the 2 do not mix. For z3c.form I had developed an output checker 
that does both. I just released it as a separate package:

https://pypi.python.org/pypi/zope.outputchecker

Happy porting. :-)

Regards,
Stephan
-- 
Entrepreneur and Software Geek
Google me. Zope Stephan Richter
___
Zope-Dev maillist  -  Zope-Dev@zope.org
https://mail.zope.org/mailman/listinfo/zope-dev
**  No cross posts or HTML encoding!  **
(Related lists -
 https://mail.zope.org/mailman/listinfo/zope-announce
 https://mail.zope.org/mailman/listinfo/zope )


[Zope-dev] zope-tests - FAILED: 11, OK: 12

2013-03-06 Thread Zope tests summarizer
This is the summary for test reports received on the 
zope-tests list between 2013-03-05 00:00:00 UTC and 2013-03-06 00:00:00 UTC:

See the footnotes for test reports of unsuccessful builds.

An up-to date view of the builders is also available in our 
buildbot documentation: 
http://docs.zope.org/zopetoolkit/process/buildbots.html#the-nightly-builds

Reports received


[1]Still Failing - zopetoolkit_trunk - Build # 193
   winbot / ZODB_dev py_265_win32
   winbot / ZODB_dev py_265_win64
   winbot / ZODB_dev py_270_win32
   winbot / ZODB_dev py_270_win64
[2]winbot / z3c.contents_py_265_32
[3]winbot / z3c.formui_py_265_32
[4]winbot / z3c.language.switch_py_265_32
[5]winbot / z3c.layer.ready2go_py_265_32
[6]winbot / z3c.pagelet_py_265_32
[7]winbot / zc.resourcelibrary_py_265_32
[8]winbot / zope.app.http_py_265_32
[9]winbot / zope.app.pagetemplate_py_265_32
[10]   winbot / zope.app.renderer_py_265_32
[11]   winbot / zope.browserpage_py_265_32
   winbot / ztk_10 py_254_win32
   winbot / ztk_10 py_265_win32
   winbot / ztk_10 py_265_win64
   winbot / ztk_11 py_254_win32
   winbot / ztk_11 py_265_win32
   winbot / ztk_11 py_265_win64
   winbot / ztk_11 py_270_win32
   winbot / ztk_11 py_270_win64

Non-OK results
--

[1]FAILED  Still Failing - zopetoolkit_trunk - Build # 193
   https://mail.zope.org/pipermail/zope-tests/2013-March/073094.html


[2]FAILED  winbot / z3c.contents_py_265_32
   https://mail.zope.org/pipermail/zope-tests/2013-March/073091.html


[3]FAILED  winbot / z3c.formui_py_265_32
   https://mail.zope.org/pipermail/zope-tests/2013-March/073090.html


[4]FAILED  winbot / z3c.language.switch_py_265_32
   https://mail.zope.org/pipermail/zope-tests/2013-March/073092.html


[5]FAILED  winbot / z3c.layer.ready2go_py_265_32
   https://mail.zope.org/pipermail/zope-tests/2013-March/073087.html


[6]FAILED  winbot / z3c.pagelet_py_265_32
   https://mail.zope.org/pipermail/zope-tests/2013-March/073088.html


[7]FAILED  winbot / zc.resourcelibrary_py_265_32
   https://mail.zope.org/pipermail/zope-tests/2013-March/073108.html


[8]FAILED  winbot / zope.app.http_py_265_32
   https://mail.zope.org/pipermail/zope-tests/2013-March/073107.html


[9]FAILED  winbot / zope.app.pagetemplate_py_265_32
   https://mail.zope.org/pipermail/zope-tests/2013-March/073093.html


[10]   FAILED  winbot / zope.app.renderer_py_265_32
   https://mail.zope.org/pipermail/zope-tests/2013-March/073089.html


[11]   FAILED  winbot / zope.browserpage_py_265_32
   https://mail.zope.org/pipermail/zope-tests/2013-March/073109.html


___
Zope-Dev maillist  -  Zope-Dev@zope.org
https://mail.zope.org/mailman/listinfo/zope-dev
**  No cross posts or HTML encoding!  **
(Related lists -
 https://mail.zope.org/mailman/listinfo/zope-announce
 https://mail.zope.org/mailman/listinfo/zope )