Re: [Zope-dev] Zope 2.12.0a2 released

2009-04-24 Thread Jens Vagelpohl
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1


On Apr 24, 2009, at 06:52 , Andreas Jung wrote:

 Am 23.04.2009 um 22:23 schrieb Jens Vagelpohl:

 On Apr 23, 2009, at 20:13 , Andreas Jung wrote:

 Does anyone know about the procedure for uploading stuff to
 download.zope.org?

 If there was a simple scriptable way to grab whatever you need on
 there e.g. from SVN I could add a script.

 I don't think that this can happen automatically. I could take over
 the responsiblity for doing this but this requires access
 to download.zope.org. Otherwise I have to nag you :)

I'll provide access and will email you off-list.

jens



-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.8 (Darwin)

iEYEARECAAYFAknxYLIACgkQRAx5nvEhZLIyNgCgmnqC6/b3Ums4qK+h6NNqb5Au
tfcAn1Wy4w1YEu9HU5XiPgWIqj5E9gRh
=2ehV
-END PGP SIGNATURE-
___
Zope-Dev maillist  -  Zope-Dev@zope.org
http://mail.zope.org/mailman/listinfo/zope-dev
**  No cross posts or HTML encoding!  **
(Related lists - 
 http://mail.zope.org/mailman/listinfo/zope-announce
 http://mail.zope.org/mailman/listinfo/zope )


Re: [Zope-dev] Zope 2.12.0a2 released

2009-04-23 Thread Andreas Jung
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1


Am 19.04.2009 um 10:52 schrieb Andreas Jung:



 Supported, documented and recommended installation methods should be

 - virtualenv + easy_install (see above)


I just released

http://pypi.python.org/pypi/zope.z2release/0.1

that allows us to build an Zope 2 related index based
on the versions.cfg file of the Zope 2 package. Easy_installing
becomes pretty easy using this approach:


virtualenv foo
cd foo
source bin/activate
bin/easy_install -i http://some.url/index/2.12.0a3 Zope2

Andreas
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.9 (Darwin)

iEYEARECAAYFAknwk5YACgkQCJIWIbr9KYx+ggCgi7DKixGnUOjJtQNBUpOX6e4I
imgAni/tIYRIlO72iedYR8REOd11rRJx
=NY+j
-END PGP SIGNATURE-
___
Zope-Dev maillist  -  Zope-Dev@zope.org
http://mail.zope.org/mailman/listinfo/zope-dev
**  No cross posts or HTML encoding!  **
(Related lists - 
 http://mail.zope.org/mailman/listinfo/zope-announce
 http://mail.zope.org/mailman/listinfo/zope )


Re: [Zope-dev] Zope 2.12.0a2 released

2009-04-23 Thread Hanno Schlichting
Andreas Jung wrote:
 I just released
 
 http://pypi.python.org/pypi/zope.z2release/0.1
 
 that allows us to build an Zope 2 related index based
 on the versions.cfg file of the Zope 2 package. Easy_installing
 becomes pretty easy using this approach:
 
 virtualenv foo
 cd foo
 source bin/activate
 bin/easy_install -i http://some.url/index/2.12.0a3 Zope2

Awesome news!

You rock :)
Hanno

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


Re: [Zope-dev] Zope 2.12.0a2 released

2009-04-23 Thread Tres Seaver
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Andreas Jung wrote:
 
 Am 19.04.2009 um 10:52 schrieb Andreas Jung:
 
 
 Supported, documented and recommended installation methods should be
 
 - virtualenv + easy_install (see above)
 
 
 I just released
 
 http://pypi.python.org/pypi/zope.z2release/0.1
 
 that allows us to build an Zope 2 related index based
 on the versions.cfg file of the Zope 2 package. Easy_installing
 becomes pretty easy using this approach:
 
 
 virtualenv foo
 cd foo
 source bin/activate
 bin/easy_install -i http://some.url/index/2.12.0a3 Zope2

- - The 'source bin/activate' part should be unnecessary (I never use it,
  and I use *lots* of virtualenvs).

- - I propose the following for the index URL:

  http://download.zope.org/Zope2/index/2.12.0a3


Tres.
- --
===
Tres Seaver  +1 540-429-0999  tsea...@palladion.com
Palladion Software   Excellence by Designhttp://palladion.com
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.6 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFJ8KTn+gerLs4ltQ4RAgkTAKDYjVXcvQ0iJ2N6GYmUVnuyA1a5fgCfVZ9B
3AjVPkFnQDyX4czVoKe95vQ=
=TGhb
-END PGP SIGNATURE-

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


Re: [Zope-dev] Zope 2.12.0a2 released

2009-04-23 Thread Baiju M
On Thu, Apr 23, 2009 at 12:27 PM, Tres Seaver tsea...@palladion.com wrote:
 -BEGIN PGP SIGNED MESSAGE-
 Hash: SHA1

 Andreas Jung wrote:

 Am 19.04.2009 um 10:52 schrieb Andreas Jung:


 Supported, documented and recommended installation methods should be

 - virtualenv + easy_install (see above)


 I just released

 http://pypi.python.org/pypi/zope.z2release/0.1

 that allows us to build an Zope 2 related index based
 on the versions.cfg file of the Zope 2 package. Easy_installing
 becomes pretty easy using this approach:


 virtualenv foo
 cd foo
 source bin/activate
 bin/easy_install -i http://some.url/index/2.12.0a3 Zope2

 - - The 'source bin/activate' part should be unnecessary (I never use it,
  and I use *lots* of virtualenvs).

 - - I propose the following for the index URL:

  http://download.zope.org/Zope2/index/2.12.0a3

What about dropping that index from URL, like this:

  http://download.zope.org/Zope2/2.12.0a3

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


Re: [Zope-dev] Zope 2.12.0a2 released

2009-04-23 Thread Andreas Jung
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1


Am 23.04.2009 um 19:27 schrieb Tres Seaver:

 -BEGIN PGP SIGNED MESSAGE-
 Hash: SHA1

 Andreas Jung wrote:

 Am 19.04.2009 um 10:52 schrieb Andreas Jung:


 Supported, documented and recommended installation methods should be

 - virtualenv + easy_install (see above)


 I just released

 http://pypi.python.org/pypi/zope.z2release/0.1

 that allows us to build an Zope 2 related index based
 on the versions.cfg file of the Zope 2 package. Easy_installing
 becomes pretty easy using this approach:


 virtualenv foo
 cd foo
 source bin/activate
 bin/easy_install -i http://some.url/index/2.12.0a3 Zope2

 - - The 'source bin/activate' part should be unnecessary (I never  
 use it,
  and I use *lots* of virtualenvs).

 - - I propose the following for the index URL:

  http://download.zope.org/Zope2/index/2.12.0a3



Does anyone know about the procedure for uploading stuff to  
download.zope.org?

Andreas
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.9 (Darwin)

iEYEARECAAYFAknwr9EACgkQCJIWIbr9KYx1dgCfUjhnxjc8wwwNAQuwsQHszH60
bvwAn0vQ5ZFTkfvmUy4QQmh2bZra0wQ6
=EkHo
-END PGP SIGNATURE-
___
Zope-Dev maillist  -  Zope-Dev@zope.org
http://mail.zope.org/mailman/listinfo/zope-dev
**  No cross posts or HTML encoding!  **
(Related lists - 
 http://mail.zope.org/mailman/listinfo/zope-announce
 http://mail.zope.org/mailman/listinfo/zope )


Re: [Zope-dev] Zope 2.12.0a2 released

2009-04-23 Thread Jens Vagelpohl
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1


On Apr 23, 2009, at 20:13 , Andreas Jung wrote:

 Does anyone know about the procedure for uploading stuff to
 download.zope.org?

Stephan Richter is maintaining the contents of download.zope.org with  
a series of scripts that do a simple PyPI mirror and create a bunch of  
other Zope 3-related content.

If there was a simple scriptable way to grab whatever you need on  
there e.g. from SVN I could add a script.

jens



-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.8 (Darwin)

iEYEARECAAYFAknwzjoACgkQRAx5nvEhZLLVPgCgjt64Og2DH2j93p2FkQAH89xM
5N4AniLBUtbPENJmMaOktmvS0hEZngoN
=M106
-END PGP SIGNATURE-
___
Zope-Dev maillist  -  Zope-Dev@zope.org
http://mail.zope.org/mailman/listinfo/zope-dev
**  No cross posts or HTML encoding!  **
(Related lists - 
 http://mail.zope.org/mailman/listinfo/zope-announce
 http://mail.zope.org/mailman/listinfo/zope )


Re: [Zope-dev] Zope 2.12.0a2 released

2009-04-23 Thread Tres Seaver
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Baiju M wrote:
 On Thu, Apr 23, 2009 at 12:27 PM, Tres Seaver tsea...@palladion.com wrote:
 -BEGIN PGP SIGNED MESSAGE-
 Hash: SHA1

 Andreas Jung wrote:
 Am 19.04.2009 um 10:52 schrieb Andreas Jung:


 Supported, documented and recommended installation methods should be
 - virtualenv + easy_install (see above)

 I just released

 http://pypi.python.org/pypi/zope.z2release/0.1

 that allows us to build an Zope 2 related index based
 on the versions.cfg file of the Zope 2 package. Easy_installing
 becomes pretty easy using this approach:


 virtualenv foo
 cd foo
 source bin/activate
 bin/easy_install -i http://some.url/index/2.12.0a3 Zope2
 - - The 'source bin/activate' part should be unnecessary (I never use it,
  and I use *lots* of virtualenvs).

 - - I propose the following for the index URL:

  http://download.zope.org/Zope2/index/2.12.0a3
 
 What about dropping that index from URL, like this:
 
   http://download.zope.org/Zope2/2.12.0a3

Depends on where the actual tarballs are located.  The URL which gets
pointed to via 'easy_install --index url' has to be a PyPI simple
index, not just a listing of tarballs.

If we put *all* tarballs in '/Zope2', *never* removing or replacing one,
then we could have the index be named for the release number.
Otherwise, we could put the exact tarballs for a given release into a
directory named for the release, e.g. '/Zope2/2.12.0a3/, and then create
the PyPI simple index structure at '/Zope2/2.12.0a3/index'.

That box is the same as svn.zope.org / cvs.zope.org, with the virtual
host served from /var/www/download.zope.org.  I think contributors have
rights to scp files into some parts of that tree, but might need help
creating the top-level directories from somebody with more privileges.

Tres.
- --
===
Tres Seaver  +1 540-429-0999  tsea...@palladion.com
Palladion Software   Excellence by Designhttp://palladion.com
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.6 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFJ8M93+gerLs4ltQ4RAuOPAKCsm2UqZ+Ao0TGwBOr7p6W4On4hZwCgzPGy
2eyBuVMU6QSmdcVoEjDzxsY=
=ocRa
-END PGP SIGNATURE-
___
Zope-Dev maillist  -  Zope-Dev@zope.org
http://mail.zope.org/mailman/listinfo/zope-dev
**  No cross posts or HTML encoding!  **
(Related lists - 
 http://mail.zope.org/mailman/listinfo/zope-announce
 http://mail.zope.org/mailman/listinfo/zope )


Re: [Zope-dev] Zope 2.12.0a2 released

2009-04-23 Thread Tres Seaver
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Jens Vagelpohl wrote:
 
 On Apr 23, 2009, at 20:13 , Andreas Jung wrote:
 
 Does anyone know about the procedure for uploading stuff to
 download.zope.org?
 
 Stephan Richter is maintaining the contents of download.zope.org with
 a series of scripts that do a simple PyPI mirror and create a bunch of
 other Zope 3-related content.
 
 If there was a simple scriptable way to grab whatever you need on
 there e.g. from SVN I could add a script.

Let's *not* mirror PyPI in the Zope2 index, please!  I know folks don't
like it, but this index should contain only Zope-related known good
packages.


Tres.
- --
===
Tres Seaver  +1 540-429-0999  tsea...@palladion.com
Palladion Software   Excellence by Designhttp://palladion.com
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.6 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFJ8NIB+gerLs4ltQ4RAjxNAJ4t2VjVjioMQpy9H01PwcHC7WC4vwCgkA4e
tK/h6kpId3ENphDUquVmBIM=
=VZUE
-END PGP SIGNATURE-

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


Re: [Zope-dev] Zope 2.12.0a2 released

2009-04-23 Thread Andreas Jung
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1


Am 23.04.2009 um 22:39 schrieb Tres Seaver:

 -BEGIN PGP SIGNED MESSAGE-
 Hash: SHA1

 Jens Vagelpohl wrote:

 On Apr 23, 2009, at 20:13 , Andreas Jung wrote:

 Does anyone know about the procedure for uploading stuff to
 download.zope.org?

 Stephan Richter is maintaining the contents of download.zope.org with
 a series of scripts that do a simple PyPI mirror and create a bunch  
 of
 other Zope 3-related content.

 If there was a simple scriptable way to grab whatever you need on
 there e.g. from SVN I could add a script.

 Let's *not* mirror PyPI in the Zope2 index, please!  I know folks  
 don't
 like it, but this index should contain only Zope-related known good
 packages.


zope.z2release does not create a mirror. The generated index.html files
within the index refer to the original files on PyPI. So no local
packages.

Andreas
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.9 (Darwin)

iEYEARECAAYFAknxP4IACgkQCJIWIbr9KYzuAACeMXvcDWw4vLkoGiALMV+Er5aH
hsYAnRfQW9dK/YqfYXsFoOPJDRhfaHZk
=vgoT
-END PGP SIGNATURE-
___
Zope-Dev maillist  -  Zope-Dev@zope.org
http://mail.zope.org/mailman/listinfo/zope-dev
**  No cross posts or HTML encoding!  **
(Related lists - 
 http://mail.zope.org/mailman/listinfo/zope-announce
 http://mail.zope.org/mailman/listinfo/zope )


Re: [Zope-dev] Zope 2.12.0a2 released

2009-04-22 Thread Andreas Jung
On Sun, Apr 19, 2009 at 16:33, Tres Seaver tsea...@palladion.com wrote:



 
  Supported, documented and recommended installation methods should be
 
  - zc.buildout (working)
  - virtualenv + easy_install (see above)

 Can we use the 'versions*.cfg' files to automate creation of the index
 at someplace like 'http://download.zope.org/indexes/Zope-2.12a2'?


 I created a related script 'inst/generate_index.py' within the Zope 2 trunk
generating the related index directory structure based on the versions.cfg
file
and the release/metadata information available from PyPI. It still needs
some
further polishing in order to make it more usable.

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


Re: [Zope-dev] Zope 2.12.0a2 released

2009-04-19 Thread Tres Seaver
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Andreas Jung wrote:
 I just released Zope 2.12.0a2:
 
 http://pypi.python.org/pypi/Zope2/2.12.0a2
 
 The problems I reported earlier this week with Acquistion/Extension  
 class on a 64bit Linux system could not be reproduced on another system.
 
 Working easy_install support is still lacking. I think we will follow  
 the approach providing a dedicated index (as Tres pointed out several times 
 in  
 former postings).
 
 The regarding the 'old-style' source tar-ball. My suggestion is to  
 drop it.
 
 Supported, documented and recommended installation methods should be
 
 - zc.buildout (working)
 - virtualenv + easy_install (see above)

Can we use the 'versions*.cfg' files to automate creation of the index
at someplace like 'http://download.zope.org/indexes/Zope-2.12a2'?


Tres.
- --
===
Tres Seaver  +1 540-429-0999  tsea...@palladion.com
Palladion Software   Excellence by Designhttp://palladion.com
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.6 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFJ6zY/+gerLs4ltQ4RAscwAKDbb+WWUDkRv9iriZjarIJSUFpN7wCghWWy
1tANwaoOhNQao6DFLUAgZVE=
=o5sa
-END PGP SIGNATURE-
___
Zope-Dev maillist  -  Zope-Dev@zope.org
http://mail.zope.org/mailman/listinfo/zope-dev
**  No cross posts or HTML encoding!  **
(Related lists - 
 http://mail.zope.org/mailman/listinfo/zope-announce
 http://mail.zope.org/mailman/listinfo/zope )


Re: [Zope-dev] Zope 2.12.0a2 released

2009-04-19 Thread Tobias Rodäbel
On 19.04.2009, at 10:52, Andreas Jung wrote:

 I just released Zope 2.12.0a2:

 http://pypi.python.org/pypi/Zope2/2.12.0a2

doc/CHANGES.rst is missing in the source distribution on pypi:

Getting distribution for 'Zope2'.
error: doc/CHANGES.rst: No such file or directory
An error occured when trying to install Zope2 2.12.0a2.Look above this  
message for any errors thatwere output by easy_install.
While:
   Installing python.
   Getting distribution for 'Zope2'.
Error: Couldn't install: Zope2 2.12.0a2

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


Re: [Zope-dev] Zope 2.12.0a2 released

2009-04-19 Thread Hanno Schlichting
Tobias Rodäbel wrote:
 On 19.04.2009, at 10:52, Andreas Jung wrote:
 
 I just released Zope 2.12.0a2:

 http://pypi.python.org/pypi/Zope2/2.12.0a2
 
 doc/CHANGES.rst is missing in the source distribution on pypi:

Damn, I just finished uploading the Windows binary eggs for this release.

The PyPi people enforce proper release procedure now, so you cannot
remove or overwrite the existing file.

Andreas, care to make an alpha 3?

Hanno

P.S. Make sure you don't use Subversion 1.6 or you need to manually
patch setuptools. The stupid unrecognized SVN data format bug is back
again.

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


Re: [Zope-dev] Zope 2.12.0a2 released

2009-04-19 Thread Andreas Jung
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1


Am 19.04.2009 um 16:33 schrieb Tres Seaver:

 -BEGIN PGP SIGNED MESSAGE-
 Hash: SHA1

 Andreas Jung wrote:
 I just released Zope 2.12.0a2:

 http://pypi.python.org/pypi/Zope2/2.12.0a2

 The problems I reported earlier this week with Acquistion/Extension
 class on a 64bit Linux system could not be reproduced on another  
 system.

 Working easy_install support is still lacking. I think we will follow
 the approach providing a dedicated index (as Tres pointed out  
 several times in
 former postings).

 The regarding the 'old-style' source tar-ball. My suggestion is to
 drop it.

 Supported, documented and recommended installation methods should be

 - zc.buildout (working)
 - virtualenv + easy_install (see above)

 Can we use the 'versions*.cfg' files to automate creation of the index
 at someplace like 'http://download.zope.org/indexes/Zope-2.12a2'?

This was my plan. I have actually some code but I need to rewrite it.
I will care of the issue.

Andreas
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.9 (Darwin)

iEYEARECAAYFAknrUrAACgkQCJIWIbr9KYw3AwCeIMMQq2PuWu7c4IFiPlpGSKdy
2KIAoMgNXeqozWyk1DklrEgCtx8lYBNt
=GrYT
-END PGP SIGNATURE-
___
Zope-Dev maillist  -  Zope-Dev@zope.org
http://mail.zope.org/mailman/listinfo/zope-dev
**  No cross posts or HTML encoding!  **
(Related lists - 
 http://mail.zope.org/mailman/listinfo/zope-announce
 http://mail.zope.org/mailman/listinfo/zope )