Ticket #256 (closed enhancement: fixed )

Opened 5 years ago

Last modified 4 months ago

automate updating CHEESE SHOP package info

Reported by: itamarst Assigned to: radix
Type: enhancement Priority: low
Milestone: Component: conch
Keywords: Cc: radix, exarkun, itamarst
Branch: Author:
Launchpad Bug:

Attachments

Change History

  2003-09-17 00:06:44+00:00 changed by itamarst

python.org/pypi can be automatically updated. This means
setup.py or PKG-INFO needs up-to-date metadata, and then the
page says:
To submit information to this index, you have three options:
1. Use the new distutils "register" command. If you're not
using python 2.3, you need to:
   1. Copy register.py to your python lib
"distutils/command" directory (typically something like
"/usr/lib/python2.2/distutils/command/").
   2. Run "setup.py register" as you would normally run
"setup.py" for your distribution - this will register your
distribution's metadata with the index.
   3. ... that's it

  2003-09-29 20:15:44+00:00 changed by itamarst

http://www.python.org/~jeremy/weblog/030924.html has more
info on how to do this.

  2003-10-19 17:38:54+00:00 changed by moshez

We certainly have 2.3 in the chroot, so we might as well run 'register'
from there. The only issue would be how to properly integrate it
with the username/password thingy

  2005-05-22 22:19:07+00:00 changed by exarkun

new distutils does something in this area, probably worth checking out

  2008-06-15 19:45:08+00:00 changed by exarkun

  • status changed from new to closed
  • resolution set to fixed
  • component set to conch
  • branch deleted
  • author deleted

This is pretty automated at this point. register works with our setup.py.

Note: See TracTickets for help on using tickets.