index
:
spack
adelie
adelie-v0.19.0
adelie-v0.20.3
adelie-v0.21.0
adelie-v0.23.0
develop
A flexible package manager that supports multiple versions, configurations, platforms, and compilers.
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
spack
/
spack
/
build_systems
/
python.py
Age
Commit message (
Expand
)
Author
Files
Lines
2024-11-15
Improve type hints for package API (#47576)
Harmen Stoppels
1
-4
/
+5
2024-10-03
Stand-alone testing: remove deprecated methods (#45752)
AcriusWinter
1
-3
/
+3
2024-09-17
imports: automate missing imports (#46410)
Harmen Stoppels
1
-0
/
+2
2024-09-01
Remove redundant inspect.getmodule(self) idiom in packages (#46073)
Harmen Stoppels
1
-2
/
+1
2024-08-30
Remove `DetectedPackage` class (#46071)
Massimiliano Culpo
1
-3
/
+3
2024-08-24
PythonExtension: use different bin dir on Windows (#45427)
John W. Parent
1
-1
/
+7
2024-05-10
PythonExtension: fix issue where package does not extend python (#44109)
Harmen Stoppels
1
-8
/
+12
2024-05-06
python: always use a venv (#40773)
Harmen Stoppels
1
-19
/
+21
2024-03-08
Retiring as PythonPackage maintainer (#43091)
Adam J. Stewart
1
-3
/
+1
2024-02-23
Fix wrong call to a function (#42814)
Massimiliano Culpo
1
-2
/
+1
2024-02-22
PythonPackage: check purelib for libs/headers (#42602)
Adam J. Stewart
1
-8
/
+19
2024-02-19
Use relative target in symlinks to modified files in view (#42699)
Harmen Stoppels
1
-1
/
+1
2024-02-13
PythonExtension.add_files_to_view: link non-executable/non-shebang regular fi...
Harmen Stoppels
1
-0
/
+2
2024-02-12
Fix multiple issues with Python in views (#42601)
Harmen Stoppels
1
-17
/
+37
2024-01-02
Update copyright year to 2024 (#41919)
Todd Gamblin
1
-1
/
+1
2023-12-04
PythonPackage: type hints (#40539)
Adam J. Stewart
1
-31
/
+39
2023-11-01
Revert python build isolation & setuptools source install (#40796)
Harmen Stoppels
1
-99
/
+8
2023-10-26
PythonPackage: allow archive_files to be overridden (#40694)
Adam J. Stewart
1
-1
/
+1
2023-10-26
PythonPackage: nested config_settings (#40693)
Adam J. Stewart
1
-17
/
+26
2023-10-04
Improve build isolation in PythonPipBuilder (#40224)
Harmen Stoppels
1
-1
/
+99
2023-09-18
Better detection of Python libs/headers (#39308)
Adam J. Stewart
1
-8
/
+12
2023-09-14
Ensure PythonExtension is consistent when finding externals (#40012)
Massimiliano Culpo
1
-41
/
+41
2023-09-14
Add efficient `deptype` flag and `spack.deptypes` module (#39472)
Harmen Stoppels
1
-1
/
+2
2023-09-08
Speed-up `spack external find` execution (#39843)
Massimiliano Culpo
1
-2
/
+2
2023-08-12
Python: remove maintainer (#39384)
Adam J. Stewart
1
-1
/
+1
2023-08-11
spack.repo: uppercase the global PATH variable (#39372)
Massimiliano Culpo
1
-2
/
+2
2023-07-19
Remove `LazyReference` from code (#38944)
Massimiliano Culpo
1
-1
/
+1
2023-07-17
Fix python import tests (#38928)
Manuela Kuhn
1
-1
/
+1
2023-07-17
Update new PythonPackage template to prefer --config-settings (#38918)
Adam J. Stewart
1
-1
/
+6
2023-06-30
tests/pythons: convert to new stand-alone test process (#38340)
Tamara Dahlgren
1
-6
/
+9
2023-06-15
Add virtual information on DAG edges (#34821)
Massimiliano Culpo
1
-1
/
+1
2023-06-12
pip is a pythonextension not a pythonpackage, and it turns out we werent doin...
Peter Scheibel
1
-45
/
+45
2023-05-05
Improve version, version range, and version list syntax and behavior (#36273)
Harmen Stoppels
1
-1
/
+1
2023-02-20
Fix view support for optional Python extensions (#35489)
Adam J. Stewart
1
-0
/
+3
2023-02-15
Use the `maintainers` directive in all base classes (#35324)
Adam J. Stewart
1
-4
/
+2
2023-01-26
Extract functions to read spec files from different format (#35094)
Massimiliano Culpo
1
-1
/
+1
2023-01-18
Bugfix: External Python Extensions (#34202)
Greg Becker
1
-7
/
+77
2023-01-18
license year bump (#34921)
Harmen Stoppels
1
-1
/
+1
2022-12-04
typing: move from comment annotations to Python 3.6 annotations (#34305)
Todd Gamblin
1
-2
/
+2
2022-11-09
ensure external PythonPackages have python deps (#33777)
Greg Becker
1
-0
/
+22
2022-10-26
Allow for packages with multiple build-systems (#30738)
Massimiliano Culpo
1
-210
/
+224
2022-10-10
PythonPackage: fix libs/headers attributes (#32970)
Adam J. Stewart
1
-3
/
+3
2022-09-17
Add skip_import to PythonPackage and use it in py-nilearn (#32664)
Manuela Kuhn
1
-1
/
+17
2022-08-25
Python: add new maintainer (#31755)
Adam J. Stewart
1
-1
/
+1
2022-08-09
PythonPackage: add --config-settings support (#31823)
Adam J. Stewart
1
-3
/
+42
2022-07-31
black: reformat entire repository with black
Todd Gamblin
1
-68
/
+67
2022-07-12
`spack.repo.get()` can only be called on concrete specs (#31411)
Massimiliano Culpo
1
-16
/
+13
2022-06-29
PythonPackage: add default libs/headers attributes (#28527)
Adam J. Stewart
1
-0
/
+34
2022-05-28
refactor: packages import `spack.package` explicitly (#30404)
Tom Scogland
1
-3
/
+4
2022-03-24
add_files_to_view: flip incorrect default (#29700)
Harmen Stoppels
1
-1
/
+1
[next]