Skip to content

Commit

Permalink
Clean up old scripts/build tools
Browse files Browse the repository at this point in the history
Remove the old sonnet script, as well as the obsolete
make-nix-release.sh and Makefile.

The last one is maybe more borderline, but it's ill-maintained and has
no consumers as best I can tell.
  • Loading branch information
neersighted authored and abn committed Nov 12, 2021
1 parent bcb1083 commit 6865411
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 361 deletions.
63 changes: 0 additions & 63 deletions Makefile

This file was deleted.

24 changes: 0 additions & 24 deletions make-nix-release.sh

This file was deleted.

4 changes: 0 additions & 4 deletions poetry/utils/env.py
Original file line number Diff line number Diff line change
Expand Up @@ -1415,10 +1415,6 @@ def _bin(self, bin: str) -> str:
# This is especially true when installing Python with
# the official installer, where python.exe will be at
# the root of the env path.
# This is an edge case and should not be encountered
# in normal uses but this happens in the sonnet script
# that creates a fake virtual environment pointing to
# a base Python install.
if self._is_windows:
if not bin.endswith(".exe"):
bin_path = self._bin_dir / (bin + ".exe")
Expand Down
270 changes: 0 additions & 270 deletions sonnet

This file was deleted.

0 comments on commit 6865411

Please sign in to comment.