Skip to content

Commit

Permalink
*/*: Rename dev-python/{jinja → jinja2}
Browse files Browse the repository at this point in the history
Signed-off-by: Alexander Puck Neuwirth <alexander@neuwirth-informatik.de>
  • Loading branch information
APN-Pucky committed Nov 15, 2024
1 parent c22d0de commit cb5227c
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion dev-python/bokeh/bokeh-2.4.2.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ SLOT="0"
KEYWORDS="~amd64"

RDEPEND="
>=dev-python/jinja-2.9[${PYTHON_USEDEP}]
>=dev-python/jinja2-2.9[${PYTHON_USEDEP}]
>=dev-python/numpy-1.11.3[${PYTHON_USEDEP}]
>=dev-python/packaging-16.8[${PYTHON_USEDEP}]
>=dev-python/pillow-7.1.0[${PYTHON_USEDEP}]
Expand Down
2 changes: 1 addition & 1 deletion dev-python/kmapper/kmapper-2.0.1-r1.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ SLOT="0"
KEYWORDS="~amd64"

RDEPEND="${PYTHON_DEPS}
dev-python/jinja[${PYTHON_USEDEP}]
dev-python/jinja2[${PYTHON_USEDEP}]
dev-python/joblib[${PYTHON_USEDEP}]
dev-python/markupsafe[${PYTHON_USEDEP}]
dev-python/numpy[${PYTHON_USEDEP}]
Expand Down
2 changes: 1 addition & 1 deletion dev-python/snakemake/snakemake-7.32.4.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ RDEPEND="
dev-python/docutils[${PYTHON_USEDEP}]
dev-python/GitPython[${PYTHON_USEDEP}]
dev-python/humanfriendly[${PYTHON_USEDEP}]
dev-python/jinja[${PYTHON_USEDEP}]
dev-python/jinja2[${PYTHON_USEDEP}]
dev-python/jsonschema[${PYTHON_USEDEP}]
dev-python/nbformat[${PYTHON_USEDEP}]
dev-python/packaging[${PYTHON_USEDEP}]
Expand Down
2 changes: 1 addition & 1 deletion dev-python/snakemake/snakemake-8.16.0.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ RDEPEND="
dev-python/docutils[${PYTHON_USEDEP}]
dev-python/GitPython[${PYTHON_USEDEP}]
dev-python/humanfriendly[${PYTHON_USEDEP}]
>=dev-python/jinja-3.0[${PYTHON_USEDEP}]
>=dev-python/jinja2-3.0[${PYTHON_USEDEP}]
dev-python/jsonschema[${PYTHON_USEDEP}]
dev-python/nbformat[${PYTHON_USEDEP}]
dev-python/packaging[${PYTHON_USEDEP}]
Expand Down
2 changes: 1 addition & 1 deletion sci-biology/multiqc/multiqc-1.23.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ KEYWORDS="~amd64 ~amd64-linux"
RDEPEND="dev-python/click[${PYTHON_USEDEP}]
dev-python/humanize[${PYTHON_USEDEP}]
dev-python/importlib-metadata[${PYTHON_USEDEP}]
>=dev-python/jinja-3.0.0[${PYTHON_USEDEP}]
>=dev-python/jinja2-3.0.0[${PYTHON_USEDEP}]
dev-python/markdown[${PYTHON_USEDEP}]
dev-python/numpy[${PYTHON_USEDEP}]
dev-python/packaging[${PYTHON_USEDEP}]
Expand Down
2 changes: 1 addition & 1 deletion sci-libs/daal4py/daal4py-2023.0.2.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ BDEPEND="
"

DEPEND="
dev-python/jinja[${PYTHON_USEDEP}]
dev-python/jinja2[${PYTHON_USEDEP}]
dev-python/numpy[${PYTHON_USEDEP}]
dev-python/dpctl[${PYTHON_USEDEP}]
sci-libs/oneDAL
Expand Down
2 changes: 1 addition & 1 deletion sci-visualization/fsleyes/fsleyes-1.5.0.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ KEYWORDS="~amd64"

RDEPEND="
>=dev-python/fslpy-3.9[${PYTHON_USEDEP}]
>=dev-python/jinja-2[${PYTHON_USEDEP}]
>=dev-python/jinja2-2[${PYTHON_USEDEP}]
>=dev-python/matplotlib-1.5.1[${PYTHON_USEDEP}]
>=dev-python/numpy-1.14[${PYTHON_USEDEP}]
>=dev-python/pillow-3.2.0[${PYTHON_USEDEP}]
Expand Down

0 comments on commit cb5227c

Please sign in to comment.