Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #25911
| From | eric.lemings@gmail.com |
|---|---|
| Newsgroups | comp.lang.python |
| Subject | Using Python packaging tools to maintain source distributions in other languages? |
| Date | 2012-07-23 11:16 -0700 |
| Organization | http://groups.google.com |
| Message-ID | <3e0353ce-cc80-4e2b-9c5a-9878d02cd98a@googlegroups.com> (permalink) |
Greetings all, I would like to leverage the Python packaging tools (e.g. distutils, setuptools, distribute, et. al.) to maintain (i.e. download, extract, configure, make, install, package) source distributions other than Python modules (e.g. zlib, openssl). Are there any open-source packages/tools that already do this? Any documentation in print or on the web that outlines a basic plan for doing such? Any and all help greatly appreciated.
Back to comp.lang.python | Previous | Next — Next in thread | Find similar | Unroll thread
Using Python packaging tools to maintain source distributions in other languages? eric.lemings@gmail.com - 2012-07-23 11:16 -0700
Re: Using Python packaging tools to maintain source distributions in other languages? rusi <rustompmody@gmail.com> - 2012-07-23 22:59 -0700
Re: Using Python packaging tools to maintain source distributions in other languages? eric.lemings@gmail.com - 2012-07-24 14:25 -0700
Re: Using Python packaging tools to maintain source distributions in other languages? Rusi <rustompmody@gmail.com> - 2012-07-24 18:39 -0700
csiph-web