spack/var/spack/repos/builtin.mock/packages
Kayla Butler bc209c470d flags/variants: Add ++/~~/== syntax for propagation to dependencies
Currently, compiler flags and variants are inconsistent: compiler flags set for a
package are inherited by its dependencies, while variants are not. We should have these
be consistent by allowing for inheritance to be enabled or disabled for both variants
and compiler flags.

- [x] Make new (spec language) operators
- [x] Apply operators to variants and compiler flags
- [x] Conflicts currently result in an unsatisfiable spec
      (i.e., you can't propagate two conflicting values)

What I propose is using two of the currently used sigils to symbolized that the variant
or compiler flag will be inherited:

Example syntax:
- `package ++variant`
      enabled variant that will be propagated to dependencies
- `package +variant`
      enabled variant that will NOT be propagated to dependencies
- `package ~~variant`
      disabled variant that will be propagated to dependencies
- `package ~variant`
      disabled variant that will NOT be propagated to dependencies
- `package cflags==True`
      `cflags` will be propagated to dependencies
- `package cflags=True`
      `cflags` will NOT be propagated to dependencies

Syntax for string-valued variants is similar to compiler flags.
2022-11-02 09:43:57 -07:00
..
a Allow for packages with multiple build-systems (#30738) 2022-10-26 20:17:32 +02:00
archive-files black: reformat entire repository with black 2022-07-31 13:29:20 -07:00
attributes-foo Allow for packages with multiple build-systems (#30738) 2022-10-26 20:17:32 +02:00
attributes-foo-app black: reformat entire repository with black 2022-07-31 13:29:20 -07:00
autotools-conditional-variants-test black: reformat entire repository with black 2022-07-31 13:29:20 -07:00
autotools-config-replacement black: reformat entire repository with black 2022-07-31 13:29:20 -07:00
b black: reformat entire repository with black 2022-07-31 13:29:20 -07:00
boost black: reformat entire repository with black 2022-07-31 13:29:20 -07:00
both-link-and-build-dep-a black: reformat entire repository with black 2022-07-31 13:29:20 -07:00
both-link-and-build-dep-b black: reformat entire repository with black 2022-07-31 13:29:20 -07:00
both-link-and-build-dep-c black: reformat entire repository with black 2022-07-31 13:29:20 -07:00
bowtie Unit tests: make unit tests work for aarch64 machines (#33625) 2022-11-01 16:25:55 -06:00
brillig black: reformat entire repository with black 2022-07-31 13:29:20 -07:00
build-error black: reformat entire repository with black 2022-07-31 13:29:20 -07:00
build-warnings black: reformat entire repository with black 2022-07-31 13:29:20 -07:00
c black: reformat entire repository with black 2022-07-31 13:29:20 -07:00
callpath black: reformat entire repository with black 2022-07-31 13:29:20 -07:00
canfail Allow for packages with multiple build-systems (#30738) 2022-10-26 20:17:32 +02:00
chain-a Consolidate DAG traversal in traverse.py, support DFS/BFS (#33406) 2022-11-01 23:04:47 -07:00
chain-b Consolidate DAG traversal in traverse.py, support DFS/BFS (#33406) 2022-11-01 23:04:47 -07:00
chain-c Consolidate DAG traversal in traverse.py, support DFS/BFS (#33406) 2022-11-01 23:04:47 -07:00
chain-d Consolidate DAG traversal in traverse.py, support DFS/BFS (#33406) 2022-11-01 23:04:47 -07:00
cmake Allow for packages with multiple build-systems (#30738) 2022-10-26 20:17:32 +02:00
cmake-client Allow for packages with multiple build-systems (#30738) 2022-10-26 20:17:32 +02:00
cmake-client-inheritor BuildEnvironment: accumulate module changes to poke to all relevant modules (#32340) 2022-10-04 13:06:50 -07:00
cmake-conditional-variants-test black: reformat entire repository with black 2022-07-31 13:29:20 -07:00
conditional-constrained-dependencies black: reformat entire repository with black 2022-07-31 13:29:20 -07:00
conditional-provider black: reformat entire repository with black 2022-07-31 13:29:20 -07:00
conditional-values-in-variant black: reformat entire repository with black 2022-07-31 13:29:20 -07:00
conditional-variant-pkg black: reformat entire repository with black 2022-07-31 13:29:20 -07:00
conditional-virtual-dependency black: reformat entire repository with black 2022-07-31 13:29:20 -07:00
conditionally-patch-dependency black: reformat entire repository with black 2022-07-31 13:29:20 -07:00
configure-warning black: reformat entire repository with black 2022-07-31 13:29:20 -07:00
conflict black: reformat entire repository with black 2022-07-31 13:29:20 -07:00
conflict-parent black: reformat entire repository with black 2022-07-31 13:29:20 -07:00
conflicting-dependent black: reformat entire repository with black 2022-07-31 13:29:20 -07:00
corge black: reformat entire repository with black 2022-07-31 13:29:20 -07:00
cumulative-vrange-bottom black: reformat entire repository with black 2022-07-31 13:29:20 -07:00
cumulative-vrange-middle black: reformat entire repository with black 2022-07-31 13:29:20 -07:00
cumulative-vrange-root black: reformat entire repository with black 2022-07-31 13:29:20 -07:00
cvs-test black: reformat entire repository with black 2022-07-31 13:29:20 -07:00
define-cmake-prefix-paths CMakePackage: allow custom CMAKE_PREFIX_PATH entries (#32547) 2022-09-08 16:23:04 -07:00
dep-diamond-patch-mid1 black: reformat entire repository with black 2022-07-31 13:29:20 -07:00
dep-diamond-patch-mid2 black: reformat entire repository with black 2022-07-31 13:29:20 -07:00
dep-diamond-patch-top black: reformat entire repository with black 2022-07-31 13:29:20 -07:00
dep-with-variants black: reformat entire repository with black 2022-07-31 13:29:20 -07:00
dep-with-variants-if-develop black: reformat entire repository with black 2022-07-31 13:29:20 -07:00
dep-with-variants-if-develop-root black: reformat entire repository with black 2022-07-31 13:29:20 -07:00
depb black: reformat entire repository with black 2022-07-31 13:29:20 -07:00
dependency-install black: reformat entire repository with black 2022-07-31 13:29:20 -07:00
dependent-install black: reformat entire repository with black 2022-07-31 13:29:20 -07:00
dependent-of-dev-build black: reformat entire repository with black 2022-07-31 13:29:20 -07:00
depends-on-define-cmake-prefix-paths CMakePackage: allow custom CMAKE_PREFIX_PATH entries (#32547) 2022-09-08 16:23:04 -07:00
depends-on-develop Git Ref versions can be paired to defined versions in the spec (#30998) 2022-08-04 13:17:34 -07:00
depends-on-openmpi black: reformat entire repository with black 2022-07-31 13:29:20 -07:00
depends-on-run-env black: reformat entire repository with black 2022-07-31 13:29:20 -07:00
deprecated-versions black: reformat entire repository with black 2022-07-31 13:29:20 -07:00
dev-build-test-dependent Allow for packages with multiple build-systems (#30738) 2022-10-26 20:17:32 +02:00
dev-build-test-install Allow for packages with multiple build-systems (#30738) 2022-10-26 20:17:32 +02:00
dev-build-test-install-phases Allow for packages with multiple build-systems (#30738) 2022-10-26 20:17:32 +02:00
develop-branch-version Git Ref versions can be paired to defined versions in the spec (#30998) 2022-08-04 13:17:34 -07:00
develop-test black: reformat entire repository with black 2022-07-31 13:29:20 -07:00
develop-test2 black: reformat entire repository with black 2022-07-31 13:29:20 -07:00
direct-mpich black: reformat entire repository with black 2022-07-31 13:29:20 -07:00
dt-diamond black: reformat entire repository with black 2022-07-31 13:29:20 -07:00
dt-diamond-bottom black: reformat entire repository with black 2022-07-31 13:29:20 -07:00
dt-diamond-left black: reformat entire repository with black 2022-07-31 13:29:20 -07:00
dt-diamond-right black: reformat entire repository with black 2022-07-31 13:29:20 -07:00
dtbuild1 black: reformat entire repository with black 2022-07-31 13:29:20 -07:00
dtbuild2 black: reformat entire repository with black 2022-07-31 13:29:20 -07:00
dtbuild3 black: reformat entire repository with black 2022-07-31 13:29:20 -07:00
dtlink1 black: reformat entire repository with black 2022-07-31 13:29:20 -07:00
dtlink2 black: reformat entire repository with black 2022-07-31 13:29:20 -07:00
dtlink3 black: reformat entire repository with black 2022-07-31 13:29:20 -07:00
dtlink4 black: reformat entire repository with black 2022-07-31 13:29:20 -07:00
dtlink5 black: reformat entire repository with black 2022-07-31 13:29:20 -07:00
dtrun1 black: reformat entire repository with black 2022-07-31 13:29:20 -07:00
dtrun2 black: reformat entire repository with black 2022-07-31 13:29:20 -07:00
dtrun3 black: reformat entire repository with black 2022-07-31 13:29:20 -07:00
dttop black: reformat entire repository with black 2022-07-31 13:29:20 -07:00
dtuse black: reformat entire repository with black 2022-07-31 13:29:20 -07:00
dyninst black: reformat entire repository with black 2022-07-31 13:29:20 -07:00
e black: reformat entire repository with black 2022-07-31 13:29:20 -07:00
ecp-viz-sdk black: reformat entire repository with black 2022-07-31 13:29:20 -07:00
extendee black: reformat entire repository with black 2022-07-31 13:29:20 -07:00
extends-spec black: reformat entire repository with black 2022-07-31 13:29:20 -07:00
extension1 black: reformat entire repository with black 2022-07-31 13:29:20 -07:00
extension2 black: reformat entire repository with black 2022-07-31 13:29:20 -07:00
external-buildable-with-variant black: reformat entire repository with black 2022-07-31 13:29:20 -07:00
external-common-gdbm black: reformat entire repository with black 2022-07-31 13:29:20 -07:00
external-common-openssl black: reformat entire repository with black 2022-07-31 13:29:20 -07:00
external-common-perl black: reformat entire repository with black 2022-07-31 13:29:20 -07:00
external-common-python black: reformat entire repository with black 2022-07-31 13:29:20 -07:00
external-non-default-variant black: reformat entire repository with black 2022-07-31 13:29:20 -07:00
externalmodule black: reformat entire repository with black 2022-07-31 13:29:20 -07:00
externalprereq black: reformat entire repository with black 2022-07-31 13:29:20 -07:00
externaltest black: reformat entire repository with black 2022-07-31 13:29:20 -07:00
externaltool black: reformat entire repository with black 2022-07-31 13:29:20 -07:00
externalvirtual black: reformat entire repository with black 2022-07-31 13:29:20 -07:00
fail-test-audit Allow for packages with multiple build-systems (#30738) 2022-10-26 20:17:32 +02:00
failing-build black: reformat entire repository with black 2022-07-31 13:29:20 -07:00
failing-empty-install black: reformat entire repository with black 2022-07-31 13:29:20 -07:00
fake black: reformat entire repository with black 2022-07-31 13:29:20 -07:00
fetch-options black: reformat entire repository with black 2022-07-31 13:29:20 -07:00
fftw black: reformat entire repository with black 2022-07-31 13:29:20 -07:00
find-externals1 black: reformat entire repository with black 2022-07-31 13:29:20 -07:00
flake8 black: fix style check package and flake8 formatting for black 2022-07-31 13:29:20 -07:00
flatten-deps black: reformat entire repository with black 2022-07-31 13:29:20 -07:00
garply black: reformat entire repository with black 2022-07-31 13:29:20 -07:00
gcc black: reformat entire repository with black 2022-07-31 13:29:20 -07:00
git-svn-top-level black: reformat entire repository with black 2022-07-31 13:29:20 -07:00
git-test black: reformat entire repository with black 2022-07-31 13:29:20 -07:00
git-test-commit black: reformat entire repository with black 2022-07-31 13:29:20 -07:00
git-top-level black: reformat entire repository with black 2022-07-31 13:29:20 -07:00
git-url-svn-top-level black: reformat entire repository with black 2022-07-31 13:29:20 -07:00
git-url-top-level black: reformat entire repository with black 2022-07-31 13:29:20 -07:00
gmt black: reformat entire repository with black 2022-07-31 13:29:20 -07:00
gnuconfig black: reformat entire repository with black 2022-07-31 13:29:20 -07:00
hash-test1 black: reformat entire repository with black 2022-07-31 13:29:20 -07:00
hash-test2 black: reformat entire repository with black 2022-07-31 13:29:20 -07:00
hash-test3 black: reformat entire repository with black 2022-07-31 13:29:20 -07:00
hash-test4 black: reformat entire repository with black 2022-07-31 13:29:20 -07:00
hdf5 black: reformat entire repository with black 2022-07-31 13:29:20 -07:00
hg-test black: reformat entire repository with black 2022-07-31 13:29:20 -07:00
hg-top-level black: reformat entire repository with black 2022-07-31 13:29:20 -07:00
hpcviewer black: reformat entire repository with black 2022-07-31 13:29:20 -07:00
hwloc black: reformat entire repository with black 2022-07-31 13:29:20 -07:00
hypre flags/variants: Add ++/~~/== syntax for propagation to dependencies 2022-11-02 09:43:57 -07:00
impossible-concretization Unit tests: make unit tests work for aarch64 machines (#33625) 2022-11-01 16:25:55 -06:00
indirect-mpich black: reformat entire repository with black 2022-07-31 13:29:20 -07:00
installed-deps-a black: reformat entire repository with black 2022-07-31 13:29:20 -07:00
installed-deps-b black: reformat entire repository with black 2022-07-31 13:29:20 -07:00
installed-deps-c black: reformat entire repository with black 2022-07-31 13:29:20 -07:00
installed-deps-d black: reformat entire repository with black 2022-07-31 13:29:20 -07:00
installed-deps-e black: reformat entire repository with black 2022-07-31 13:29:20 -07:00
invalid-github-patch-url black: reformat entire repository with black 2022-07-31 13:29:20 -07:00
leaf-adds-virtual black: reformat entire repository with black 2022-07-31 13:29:20 -07:00
libdwarf black: reformat entire repository with black 2022-07-31 13:29:20 -07:00
libelf black: reformat entire repository with black 2022-07-31 13:29:20 -07:00
libtool-deletion Allow for packages with multiple build-systems (#30738) 2022-10-26 20:17:32 +02:00
libtool-installation Allow for packages with multiple build-systems (#30738) 2022-10-26 20:17:32 +02:00
low-priority-provider black: reformat entire repository with black 2022-07-31 13:29:20 -07:00
maintainers-1 black: reformat entire repository with black 2022-07-31 13:29:20 -07:00
maintainers-2 black: reformat entire repository with black 2022-07-31 13:29:20 -07:00
many-virtual-consumer black: reformat entire repository with black 2022-07-31 13:29:20 -07:00
middle-adds-virtual black: reformat entire repository with black 2022-07-31 13:29:20 -07:00
mirror-gnu black: reformat entire repository with black 2022-07-31 13:29:20 -07:00
mirror-gnu-broken black: reformat entire repository with black 2022-07-31 13:29:20 -07:00
mirror-sourceforge black: reformat entire repository with black 2022-07-31 13:29:20 -07:00
mirror-sourceforge-broken black: reformat entire repository with black 2022-07-31 13:29:20 -07:00
mirror-sourceware black: reformat entire repository with black 2022-07-31 13:29:20 -07:00
mirror-sourceware-broken black: reformat entire repository with black 2022-07-31 13:29:20 -07:00
mirror-xorg black: reformat entire repository with black 2022-07-31 13:29:20 -07:00
mirror-xorg-broken black: reformat entire repository with black 2022-07-31 13:29:20 -07:00
missing-dependency black: reformat entire repository with black 2022-07-31 13:29:20 -07:00
mixedversions black: reformat entire repository with black 2022-07-31 13:29:20 -07:00
modifies-run-env black: reformat entire repository with black 2022-07-31 13:29:20 -07:00
module-path-separator black: reformat entire repository with black 2022-07-31 13:29:20 -07:00
mpich black: reformat entire repository with black 2022-07-31 13:29:20 -07:00
mpich2 black: reformat entire repository with black 2022-07-31 13:29:20 -07:00
mpileaks Port package sanity unit tests to audits (#32405) 2022-09-01 08:21:12 +02:00
multi-provider-mpi black: reformat entire repository with black 2022-07-31 13:29:20 -07:00
multimethod black: reformat entire repository with black 2022-07-31 13:29:20 -07:00
multimethod-base black: reformat entire repository with black 2022-07-31 13:29:20 -07:00
multimethod-diamond black: reformat entire repository with black 2022-07-31 13:29:20 -07:00
multimethod-diamond-parent black: reformat entire repository with black 2022-07-31 13:29:20 -07:00
multimethod-inheritor black: reformat entire repository with black 2022-07-31 13:29:20 -07:00
multimodule-inheritance black: reformat entire repository with black 2022-07-31 13:29:20 -07:00
multivalue-variant black: reformat entire repository with black 2022-07-31 13:29:20 -07:00
mvapich2 black: reformat entire repository with black 2022-07-31 13:29:20 -07:00
mvdefaults black: reformat entire repository with black 2022-07-31 13:29:20 -07:00
needs-relocation black: reformat entire repository with black 2022-07-31 13:29:20 -07:00
needs-text-relocation Add filename to text_to_relocate only if it needs to be relocated (#31074) 2022-10-24 23:32:46 +02:00
netlib-blas black: reformat entire repository with black 2022-07-31 13:29:20 -07:00
netlib-lapack black: reformat entire repository with black 2022-07-31 13:29:20 -07:00
ninja bugfix: use cmake version from dependency (#31739) 2022-08-17 17:54:17 -07:00
non-existing-conditional-dep black: reformat entire repository with black 2022-07-31 13:29:20 -07:00
nosource black: reformat entire repository with black 2022-07-31 13:29:20 -07:00
nosource-bundle black: reformat entire repository with black 2022-07-31 13:29:20 -07:00
nosource-install Allow for packages with multiple build-systems (#30738) 2022-10-26 20:17:32 +02:00
noversion black: reformat entire repository with black 2022-07-31 13:29:20 -07:00
noversion-bundle black: reformat entire repository with black 2022-07-31 13:29:20 -07:00
old-external black: reformat entire repository with black 2022-07-31 13:29:20 -07:00
old-sbang black: reformat entire repository with black 2022-07-31 13:29:20 -07:00
openblas flags/variants: Add ++/~~/== syntax for propagation to dependencies 2022-11-02 09:43:57 -07:00
openblas-with-lapack black: reformat entire repository with black 2022-07-31 13:29:20 -07:00
openmpi black: reformat entire repository with black 2022-07-31 13:29:20 -07:00
optional-dep-test black: reformat entire repository with black 2022-07-31 13:29:20 -07:00
optional-dep-test-2 black: reformat entire repository with black 2022-07-31 13:29:20 -07:00
optional-dep-test-3 black: reformat entire repository with black 2022-07-31 13:29:20 -07:00
othervirtual black: reformat entire repository with black 2022-07-31 13:29:20 -07:00
override-context-templates black: reformat entire repository with black 2022-07-31 13:29:20 -07:00
override-module-templates black: reformat entire repository with black 2022-07-31 13:29:20 -07:00
patch black: reformat entire repository with black 2022-07-31 13:29:20 -07:00
patch-a-dependency black: reformat entire repository with black 2022-07-31 13:29:20 -07:00
patch-inheritance refactor: packages import spack.package explicitly (#30404) 2022-05-28 12:55:44 -04:00
patch-several-dependencies black: reformat entire repository with black 2022-07-31 13:29:20 -07:00
patchelf black: reformat entire repository with black 2022-07-31 13:29:20 -07:00
perl black: reformat entire repository with black 2022-07-31 13:29:20 -07:00
perl-extension black: reformat entire repository with black 2022-07-31 13:29:20 -07:00
preferred-test black: reformat entire repository with black 2022-07-31 13:29:20 -07:00
printing-package black: reformat entire repository with black 2022-07-31 13:29:20 -07:00
py-extension1 black: reformat entire repository with black 2022-07-31 13:29:20 -07:00
py-extension2 black: reformat entire repository with black 2022-07-31 13:29:20 -07:00
py-extension3 black: reformat entire repository with black 2022-07-31 13:29:20 -07:00
py-pip black: reformat entire repository with black 2022-07-31 13:29:20 -07:00
py-wheel black: reformat entire repository with black 2022-07-31 13:29:20 -07:00
python black: reformat entire repository with black 2022-07-31 13:29:20 -07:00
quantum-espresso black: reformat entire repository with black 2022-07-31 13:29:20 -07:00
quux black: reformat entire repository with black 2022-07-31 13:29:20 -07:00
raiser black: reformat entire repository with black 2022-07-31 13:29:20 -07:00
requires-virtual black: reformat entire repository with black 2022-07-31 13:29:20 -07:00
root black: reformat entire repository with black 2022-07-31 13:29:20 -07:00
root-adds-virtual black: reformat entire repository with black 2022-07-31 13:29:20 -07:00
simple-inheritance black: reformat entire repository with black 2022-07-31 13:29:20 -07:00
simple-standalone-test black: reformat entire repository with black 2022-07-31 13:29:20 -07:00
singlevalue-variant black: reformat entire repository with black 2022-07-31 13:29:20 -07:00
singlevalue-variant-dependent black: reformat entire repository with black 2022-07-31 13:29:20 -07:00
singlevalue-variant-dependent-type black: reformat entire repository with black 2022-07-31 13:29:20 -07:00
some-virtual-mv black: reformat entire repository with black 2022-07-31 13:29:20 -07:00
some-virtual-preferred black: reformat entire repository with black 2022-07-31 13:29:20 -07:00
splice-a black: reformat entire repository with black 2022-07-31 13:29:20 -07:00
splice-h black: reformat entire repository with black 2022-07-31 13:29:20 -07:00
splice-t black: reformat entire repository with black 2022-07-31 13:29:20 -07:00
splice-vh black: reformat entire repository with black 2022-07-31 13:29:20 -07:00
splice-z black: reformat entire repository with black 2022-07-31 13:29:20 -07:00
sticky-variant black: reformat entire repository with black 2022-07-31 13:29:20 -07:00
svn-test black: reformat entire repository with black 2022-07-31 13:29:20 -07:00
svn-top-level black: reformat entire repository with black 2022-07-31 13:29:20 -07:00
symly black: reformat entire repository with black 2022-07-31 13:29:20 -07:00
test-build-callbacks Allow for packages with multiple build-systems (#30738) 2022-10-26 20:17:32 +02:00
test-dep-with-imposed-conditions black: reformat entire repository with black 2022-07-31 13:29:20 -07:00
test-dependency black: reformat entire repository with black 2022-07-31 13:29:20 -07:00
test-error black: reformat entire repository with black 2022-07-31 13:29:20 -07:00
test-fail black: reformat entire repository with black 2022-07-31 13:29:20 -07:00
test-install-callbacks Allow for packages with multiple build-systems (#30738) 2022-10-26 20:17:32 +02:00
transitive-conditional-virtual-dependency Allow for packages with multiple build-systems (#30738) 2022-10-26 20:17:32 +02:00
trigger-external-non-default-variant black: reformat entire repository with black 2022-07-31 13:29:20 -07:00
trivial-install-test-package black: reformat entire repository with black 2022-07-31 13:29:20 -07:00
trivial-pkg-with-valid-hash black: reformat entire repository with black 2022-07-31 13:29:20 -07:00
trivial-smoke-test Allow for packages with multiple build-systems (#30738) 2022-10-26 20:17:32 +02:00
unconstrainable-conflict Port package sanity unit tests to audits (#32405) 2022-09-01 08:21:12 +02:00
unsat-provider black: reformat entire repository with black 2022-07-31 13:29:20 -07:00
unsat-virtual-dependency black: reformat entire repository with black 2022-07-31 13:29:20 -07:00
url_override black: reformat entire repository with black 2022-07-31 13:29:20 -07:00
url-list-test black: reformat entire repository with black 2022-07-31 13:29:20 -07:00
url-only-override black: reformat entire repository with black 2022-07-31 13:29:20 -07:00
url-only-override-with-gaps black: reformat entire repository with black 2022-07-31 13:29:20 -07:00
url-test black: reformat entire repository with black 2022-07-31 13:29:20 -07:00
v1-provider black: reformat entire repository with black 2022-07-31 13:29:20 -07:00
variant-on-dependency-condition-a black: reformat entire repository with black 2022-07-31 13:29:20 -07:00
variant-on-dependency-condition-b black: reformat entire repository with black 2022-07-31 13:29:20 -07:00
variant-on-dependency-condition-root black: reformat entire repository with black 2022-07-31 13:29:20 -07:00
vdefault-or-external black: reformat entire repository with black 2022-07-31 13:29:20 -07:00
vdefault-or-external-root black: reformat entire repository with black 2022-07-31 13:29:20 -07:00
version-test-dependency-preferred black: reformat entire repository with black 2022-07-31 13:29:20 -07:00
version-test-pkg black: reformat entire repository with black 2022-07-31 13:29:20 -07:00
version-test-root black: reformat entire repository with black 2022-07-31 13:29:20 -07:00
view-dir-dir black: reformat entire repository with black 2022-07-31 13:29:20 -07:00
view-dir-file black: reformat entire repository with black 2022-07-31 13:29:20 -07:00
view-dir-symlinked-dir black: reformat entire repository with black 2022-07-31 13:29:20 -07:00
virtual-with-versions black: reformat entire repository with black 2022-07-31 13:29:20 -07:00
when-directives-false black: reformat entire repository with black 2022-07-31 13:29:20 -07:00
when-directives-true black: reformat entire repository with black 2022-07-31 13:29:20 -07:00
with-constraint-met black: reformat entire repository with black 2022-07-31 13:29:20 -07:00
wrong-variant-in-conflicts black: reformat entire repository with black 2022-07-31 13:29:20 -07:00
wrong-variant-in-depends-on black: reformat entire repository with black 2022-07-31 13:29:20 -07:00
zlib black: reformat entire repository with black 2022-07-31 13:29:20 -07:00
zmpi black: reformat entire repository with black 2022-07-31 13:29:20 -07:00