relenv 0.19.0__tar.gz → 0.19.2__tar.gz

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.
Files changed (46) hide show
  1. {relenv-0.19.0/relenv.egg-info → relenv-0.19.2}/PKG-INFO +3 -2
  2. {relenv-0.19.0 → relenv-0.19.2}/relenv/build/common.py +0 -1
  3. {relenv-0.19.0 → relenv-0.19.2}/relenv/common.py +1 -1
  4. {relenv-0.19.0 → relenv-0.19.2/relenv.egg-info}/PKG-INFO +3 -2
  5. relenv-0.19.2/relenv.egg-info/requires.txt +3 -0
  6. {relenv-0.19.0 → relenv-0.19.2}/setup.cfg +3 -2
  7. relenv-0.19.0/relenv.egg-info/requires.txt +0 -3
  8. {relenv-0.19.0 → relenv-0.19.2}/LICENSE.md +0 -0
  9. {relenv-0.19.0 → relenv-0.19.2}/MANIFEST.in +0 -0
  10. {relenv-0.19.0 → relenv-0.19.2}/NOTICE +0 -0
  11. {relenv-0.19.0 → relenv-0.19.2}/README.md +0 -0
  12. {relenv-0.19.0 → relenv-0.19.2}/pyproject.toml +0 -0
  13. {relenv-0.19.0 → relenv-0.19.2}/relenv/__init__.py +0 -0
  14. {relenv-0.19.0 → relenv-0.19.2}/relenv/__main__.py +0 -0
  15. {relenv-0.19.0 → relenv-0.19.2}/relenv/_scripts/install_vc_build.ps1 +0 -0
  16. {relenv-0.19.0 → relenv-0.19.2}/relenv/_toolchain/aarch64/aarch64-linux-gnu-ct-ng.config +0 -0
  17. {relenv-0.19.0 → relenv-0.19.2}/relenv/_toolchain/aarch64/x86_64-linux-gnu-ct-ng.config +0 -0
  18. {relenv-0.19.0 → relenv-0.19.2}/relenv/_toolchain/x86_64/aarch64-linux-gnu-ct-ng.config +0 -0
  19. {relenv-0.19.0 → relenv-0.19.2}/relenv/_toolchain/x86_64/x86_64-linux-gnu-ct-ng.config +0 -0
  20. {relenv-0.19.0 → relenv-0.19.2}/relenv/build/__init__.py +0 -0
  21. {relenv-0.19.0 → relenv-0.19.2}/relenv/build/darwin.py +0 -0
  22. {relenv-0.19.0 → relenv-0.19.2}/relenv/build/linux.py +0 -0
  23. {relenv-0.19.0 → relenv-0.19.2}/relenv/build/windows.py +0 -0
  24. {relenv-0.19.0 → relenv-0.19.2}/relenv/buildenv.py +0 -0
  25. {relenv-0.19.0 → relenv-0.19.2}/relenv/check.py +0 -0
  26. {relenv-0.19.0 → relenv-0.19.2}/relenv/create.py +0 -0
  27. {relenv-0.19.0 → relenv-0.19.2}/relenv/fetch.py +0 -0
  28. {relenv-0.19.0 → relenv-0.19.2}/relenv/relocate.py +0 -0
  29. {relenv-0.19.0 → relenv-0.19.2}/relenv/runtime.py +0 -0
  30. {relenv-0.19.0 → relenv-0.19.2}/relenv/toolchain.py +0 -0
  31. {relenv-0.19.0 → relenv-0.19.2}/relenv.egg-info/SOURCES.txt +0 -0
  32. {relenv-0.19.0 → relenv-0.19.2}/relenv.egg-info/dependency_links.txt +0 -0
  33. {relenv-0.19.0 → relenv-0.19.2}/relenv.egg-info/entry_points.txt +0 -0
  34. {relenv-0.19.0 → relenv-0.19.2}/relenv.egg-info/top_level.txt +0 -0
  35. {relenv-0.19.0 → relenv-0.19.2}/setup.py +0 -0
  36. {relenv-0.19.0 → relenv-0.19.2}/tests/__init__.py +0 -0
  37. {relenv-0.19.0 → relenv-0.19.2}/tests/conftest.py +0 -0
  38. {relenv-0.19.0 → relenv-0.19.2}/tests/test_build.py +0 -0
  39. {relenv-0.19.0 → relenv-0.19.2}/tests/test_common.py +0 -0
  40. {relenv-0.19.0 → relenv-0.19.2}/tests/test_create.py +0 -0
  41. {relenv-0.19.0 → relenv-0.19.2}/tests/test_downloads.py +0 -0
  42. {relenv-0.19.0 → relenv-0.19.2}/tests/test_fips_photon.py +0 -0
  43. {relenv-0.19.0 → relenv-0.19.2}/tests/test_relocate.py +0 -0
  44. {relenv-0.19.0 → relenv-0.19.2}/tests/test_runtime.py +0 -0
  45. {relenv-0.19.0 → relenv-0.19.2}/tests/test_toolchain.py +0 -0
  46. {relenv-0.19.0 → relenv-0.19.2}/tests/test_verify_build.py +0 -0
@@ -1,13 +1,14 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: relenv
3
- Version: 0.19.0
3
+ Version: 0.19.2
4
4
  Project-URL: Source Code, https://github.com/saltstack/relative-environment-for-python
5
5
  Project-URL: Documentation, https://relenv.readthedocs.io/en/latest/
6
6
  Project-URL: Changelog, https://relenv.readthedocs.io/en/latest/changelog.html
7
7
  Description-Content-Type: text/markdown
8
8
  License-File: LICENSE.md
9
9
  License-File: NOTICE
10
- Requires-Dist: ppbt; sys_platform == "linux"
10
+ Provides-Extra: toolchain
11
+ Requires-Dist: ppbt; extra == "toolchain"
11
12
  Dynamic: license-file
12
13
 
13
14
  Relenv
@@ -1555,7 +1555,6 @@ def finalize(env, dirs, logfp):
1555
1555
  "/include/*",
1556
1556
  "*.so",
1557
1557
  "/lib/*.so.*",
1558
- "*.a",
1559
1558
  "*.py",
1560
1559
  # Mac specific, factor this out
1561
1560
  "*.dylib",
@@ -18,7 +18,7 @@ import threading
18
18
  import time
19
19
 
20
20
  # relenv package version
21
- __version__ = "0.19.0"
21
+ __version__ = "0.19.2"
22
22
 
23
23
  MODULE_DIR = pathlib.Path(__file__).resolve().parent
24
24
 
@@ -1,13 +1,14 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: relenv
3
- Version: 0.19.0
3
+ Version: 0.19.2
4
4
  Project-URL: Source Code, https://github.com/saltstack/relative-environment-for-python
5
5
  Project-URL: Documentation, https://relenv.readthedocs.io/en/latest/
6
6
  Project-URL: Changelog, https://relenv.readthedocs.io/en/latest/changelog.html
7
7
  Description-Content-Type: text/markdown
8
8
  License-File: LICENSE.md
9
9
  License-File: NOTICE
10
- Requires-Dist: ppbt; sys_platform == "linux"
10
+ Provides-Extra: toolchain
11
+ Requires-Dist: ppbt; extra == "toolchain"
11
12
  Dynamic: license-file
12
13
 
13
14
  Relenv
@@ -0,0 +1,3 @@
1
+
2
+ [toolchain]
3
+ ppbt
@@ -13,13 +13,14 @@ packages = find:
13
13
  package_dir =
14
14
  relenv = relenv
15
15
  include_package_data = True
16
- install_requires =
17
- ppbt; sys_platform == "linux"
18
16
 
19
17
  [options.entry_points]
20
18
  console_scripts =
21
19
  relenv = relenv.__main__:main
22
20
 
21
+ [options.extras_require]
22
+ toolchain = ppbt
23
+
23
24
  [sdist]
24
25
  owner = root
25
26
  group = root
@@ -1,3 +0,0 @@
1
-
2
- [:sys_platform == "linux"]
3
- ppbt
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes