947
edits
(make these a (sub)subheading) |
(move this around) |
||
Line 245: | Line 245: | ||
* versionbump.py can only handle simple dependencies. That is for install_requires, foo, foo == 1.2.3, bar >= 4.5.6 are fine, but foo == 1.1, == 1.2 is not. Mozbase currently only has simple dependencies. | * versionbump.py can only handle simple dependencies. That is for install_requires, foo, foo == 1.2.3, bar >= 4.5.6 are fine, but foo == 1.1, == 1.2 is not. Mozbase currently only has simple dependencies. | ||
==== PyPI ==== | |||
Releases of mozbase [https://developer.mozilla.org/en/Python#Python_packaging packages] are uploaded to the [http://pypi.python.org/pypi Python Package Index (pypi)] so that they may be easily consumed by [http://pypi.python.org/pypi/setuptools setuptools] and other installers. | |||
Package owners: | |||
* ahal | |||
* ctalbert | |||
* davehunt | |||
* David.Burns | |||
* elvis314 | |||
* jgriffin | |||
* k0s | |||
* markrcote | |||
* whimboo | |||
* wlach | |||
=== Mirroring to Mozilla-Central === | === Mirroring to Mozilla-Central === | ||
Line 377: | Line 394: | ||
Other packages also depend on mozbase: http://k0s.org/mozilla/mozbase/dependencies.html | Other packages also depend on mozbase: http://k0s.org/mozilla/mozbase/dependencies.html | ||
Releases and version changes should be tested against downstream packages to ensure compatibility | Releases and version changes should be tested against downstream packages to ensure compatibility | ||
== Integration Notes == | == Integration Notes == |
edits