[PATCH 0/3] update to pip from setup.py
daniel watson <[email protected]> Tue, 16 Jun 2026 18:24:11 -0700
| Newsgroups | gmane.mail.imap.offlineimap.general |
|---|---|
| Message-ID | <[email protected]> |
installing offlineimap3-git on arch failed because the package assumes "setup.py" exists in offlineimap3 source. there is a separate patch to fix the arch package. while creating that patch, i noticed that offlineimap3's own makefile also references "setup.py". this set of patches fixes those dead references and restores make build, clean, and targz. not sure what the current build process is, and i could not tell from the documentation i found, so i guessed. this patch series also updates the dockerfile so docker build works for me. after these changes, i am able to build the docker image, and run offlineimap3 on my arch box. i'm open to doing something different. - [x] I've read the [DCO](http://www.offlineimap.org/doc/dco.html). - [x] I've read the [Coding Guidelines](http://www.offlineimap.org/doc/CodingGuidelines.html) - [x] The relevant informations about the changes stands in the commit message, not here in the message of the pull request. - [x] Code changes follow the style of the files they change. - [x] Code is tested (provide details). daniel watson (3): fix commit abbrev on merge commits silence warning about running pip as root in docker build use pip install since setup.py is gone Dockerfile | 3 ++- Makefile | 14 ++++++++------ contrib/release.sh | 2 +- docs/build-uploads.sh | 2 +- 4 files changed, 12 insertions(+), 9 deletions(-) -- 2.54.0 _______________________________________________ OfflineIMAP-project mailing list: [email protected] https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/offlineimap-project OfflineIMAP homepages: - https://github.com/OfflineIMAP - http://offlineimap.org