Python Pypi: what is your process for releasing packages for different versions of Python? (Linux)

I have some eggs that I support on Pypi, but so far I have always focused on Python 2.5x. I would like to release my eggs under Python 2.5 and Python 2.6 in an automatic way, i.e.

  • current tests
  • document creation
  • cooking eggs
  • upload to pypi

How do you guys achieve this?

Related question: how can I mark an egg as "version independent"? works under any version of Python?

+5
source share
2 answers

- , Windows, , C-, . . Python .

, buildbot. 2.5 2.6, python setup.py sdist register upload, , Python .

+1

script Python, , Python, .. 2.3, 2.4, 2.5, 2.6 3.1. , ( C ), 10 .

script , , .

.

, Makefile.

cover.py, bitbucket, , . cmd Windows.

0

All Articles