[PR #522] [MERGED] fix: Move wheel in setup.py to avoid wheel building issue #1205

Closed
opened 2026-03-01 14:48:51 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/ArchiveBox/ArchiveBox/pull/522
Author: @cdvv7788
Created: 11/2/2020
Status: Merged
Merged: 11/3/2020
Merged by: @pirate

Base: masterHead: fix-wheel


📝 Commits (2)

  • c863853 fix: Move wheel in setup.py to avoid wheel building issue
  • ac0ec16 lint: Fix warnings in master branch

📊 Changes

4 files changed (+4 additions, -4 deletions)

View changed files

📝 archivebox/core/settings.py (+0 -1)
📝 archivebox/extractors/mercury.py (+1 -1)
📝 archivebox/logging_util.py (+0 -1)
📝 setup.py (+3 -1)

📄 Description

Summary

Move wheel so it is installed before pip tries to build the project's wheel.

Related issues

#521

Changes these areas

  • Bugfixes
  • Feature behavior
  • Command line interface
  • Configuration options
  • Internal architecture
  • Snapshot data layout on disk

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/ArchiveBox/ArchiveBox/pull/522 **Author:** [@cdvv7788](https://github.com/cdvv7788) **Created:** 11/2/2020 **Status:** ✅ Merged **Merged:** 11/3/2020 **Merged by:** [@pirate](https://github.com/pirate) **Base:** `master` ← **Head:** `fix-wheel` --- ### 📝 Commits (2) - [`c863853`](https://github.com/ArchiveBox/ArchiveBox/commit/c8638537e3199d57d950b9b6d5ab5c371727f763) fix: Move wheel in setup.py to avoid wheel building issue - [`ac0ec16`](https://github.com/ArchiveBox/ArchiveBox/commit/ac0ec160d141a2a1d7fd4053fd7294bdb07ef2cc) lint: Fix warnings in master branch ### 📊 Changes **4 files changed** (+4 additions, -4 deletions) <details> <summary>View changed files</summary> 📝 `archivebox/core/settings.py` (+0 -1) 📝 `archivebox/extractors/mercury.py` (+1 -1) 📝 `archivebox/logging_util.py` (+0 -1) 📝 `setup.py` (+3 -1) </details> ### 📄 Description # Summary Move `wheel` so it is installed before pip tries to build the project's wheel. # Related issues #521 # Changes these areas - [X] Bugfixes - [ ] Feature behavior - [ ] Command line interface - [ ] Configuration options - [ ] Internal architecture - [ ] Snapshot data layout on disk --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-01 14:48:51 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/ArchiveBox#1205
No description provided.