Merge lp://staging/~jelmer/pqm/distutils into lp://staging/pqm
Proposed by
Jelmer Vernooij
Status: | Superseded | ||||
---|---|---|---|---|---|
Proposed branch: | lp://staging/~jelmer/pqm/distutils | ||||
Merge into: | lp://staging/pqm | ||||
Diff against target: | 385 lines | ||||
To merge this branch: | bzr merge lp://staging/~jelmer/pqm/distutils | ||||
Related bugs: |
|
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Robert Collins | Needs Fixing | ||
pqm developers | Pending | ||
Review via email: mp+569@code.staging.launchpad.net |
This proposal supersedes a proposal from 2008-07-03.
This proposal has been superseded by a proposal from 2009-07-26.
Commit message
Use distutils instead of automake.
To post a comment you must log in.
Unmerged revisions
- 185. By Jelmer Vernooij
-
Merge trunk.
- 184. By Jelmer Vernooij
-
Run shell tests too from ./setup.py test.
- 183. By Jelmer Vernooij
-
Update MANIFEST.in for some non-Python files.
- 182. By Jelmer Vernooij
-
Install subpackages.
- 181. By Jelmer Vernooij
-
Fix dist target, add build target.
- 180. By Jelmer Vernooij
-
Only compare mtimes if output file exists.
- 179. By Jelmer Vernooij
-
Merge trunk.
- 178. By Jelmer Vernooij
-
Merge trunk.
- 177. By Jelmer Vernooij
-
Fix support for BZR_HOME.
- 176. By Jelmer Vernooij
-
Add current working directory to python path like was done previously.
Updating diff...
An updated diff will be available in a few minutes. Reload to see the changes.
Ok, lets do this.
Some things:
- need a Makefile, to let:
make check
make dist
make install
work
- need to port over the BZR_HOME isolation for shell test scripts
I think that that is all that is needed.
bb:tweak, but this isn't bb