pystand 2.14__py3-none-any.whl → 2.15__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: pystand
3
- Version: 2.14
3
+ Version: 2.15
4
4
  Summary: Install Python versions from python-build-standalone project
5
5
  Author-email: Mark Blakeney <mark.blakeney@bullet-systems.net>
6
6
  License-Expression: GPL-3.0-or-later
@@ -0,0 +1,6 @@
1
+ pystand.py,sha256=YdgoQlLi4iHbZ90ecupVwu8TEJ6yzvFYytSs7IdHrYk,36817
2
+ pystand-2.15.dist-info/METADATA,sha256=ocaigth4pZqZRftG54e00VRKR5v9FAk7DId1oIeSGTw,24824
3
+ pystand-2.15.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
4
+ pystand-2.15.dist-info/entry_points.txt,sha256=DG4ps3I3nni1bubV1tXs6u8FARgkdbAYaEAzZD4RAo8,41
5
+ pystand-2.15.dist-info/top_level.txt,sha256=NoWUh19UQymAJLHTCdxMnVwV6Teftef5fzyF3OWLyNY,8
6
+ pystand-2.15.dist-info/RECORD,,
@@ -1,5 +1,5 @@
1
1
  Wheel-Version: 1.0
2
- Generator: setuptools (80.7.1)
2
+ Generator: setuptools (80.9.0)
3
3
  Root-Is-Purelib: true
4
4
  Tag: py3-none-any
5
5
 
pystand.py CHANGED
@@ -559,7 +559,7 @@ def strip_binaries(vdir: Path, distribution: str) -> bool:
559
559
  # Only run the strip command on Linux hosts and for Linux distributions
560
560
  was_stripped = False
561
561
  if platform.system() == 'Linux' and '-linux-' in distribution:
562
- for path in ('bin', 'lib'):
562
+ for path in ('lib',):
563
563
  base = vdir / path
564
564
  if not base.is_dir():
565
565
  continue
@@ -1,6 +0,0 @@
1
- pystand.py,sha256=gku268WNQw2VqYrjZa7R37k15a4Hkz5tBJ2_E75lBWw,36823
2
- pystand-2.14.dist-info/METADATA,sha256=U5ybEsQsHJ5yn7M1mGtQg50RbOr6sjAhvQ3cMqTN0OU,24824
3
- pystand-2.14.dist-info/WHEEL,sha256=Nw36Djuh_5VDukK0H78QzOX-_FQEo6V37m3nkm96gtU,91
4
- pystand-2.14.dist-info/entry_points.txt,sha256=DG4ps3I3nni1bubV1tXs6u8FARgkdbAYaEAzZD4RAo8,41
5
- pystand-2.14.dist-info/top_level.txt,sha256=NoWUh19UQymAJLHTCdxMnVwV6Teftef5fzyF3OWLyNY,8
6
- pystand-2.14.dist-info/RECORD,,