Opened at 2013-04-22T21:19:00Z
Last modified at 2020-01-21T20:52:10Z
#1950 closed task
allmydataectomy: rename "allmydata" package to "tahoe_lafs" or "tahoelafs" — at Initial Version
Reported by: | warner | Owned by: | |
---|---|---|---|
Priority: | normal | Milestone: | 2.0.0 |
Component: | packaging | Version: | 1.9.2 |
Keywords: | cleanup | Cc: | |
Launchpad Bug: |
Description
Now that allmydata.com has been dead for like 5 years, it's probably time to remove "allmydata" from the package name. This means:
- replace all imports with relative imports (reducing the code impact of a rename), which is possible because we now require a python version that provides relative imports
- decide on "tahoe_lafs" or "tahoelafs" or "tahoe" or "TahoeLAFS"
- rename the src/allmydata/ directory to match
- update the setup.py metadata to match
- change the name we use for git tags, currently like allmydata-tahoe-1.10, maybe to just "1.10" or "v1.10"
- update the PyPI package, debian/ubuntu packages, etc, if they're using the old allmydata-tahoe name
Note: See
TracTickets for help on using
tickets.