FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [View Raw Code]   [Original HTTPS Page]

python-packaging-user-guide/source/patching.rst at master · pythonpeixun/python-packaging-user-guide · GitHub

Latest commit

 

History

History
22 lines (15 loc) · 525 Bytes

File metadata and controls

22 lines (15 loc) · 525 Bytes

Patching & Forking

Page Status:Incomplete
Last Reviewed:2014-12-24
FIXME

- locally patch 3rd-part projects to deal with unfixed bugs
   - old style pkg_resources "patch releases":  1.3-fork1
   - PEP440's local identifiers: http://www.python.org/dev/peps/pep-0440/#local-version-identifiers
- fork and publish when you need to publish a project that depends on the fork
   (DONT use dependency links)

Back | FazBrowse Home | New Git URL