MNT: Re-rendered with conda-build 24.9.0, conda-smithy 3.40.1, and conda-forge-pinning 2024.10.02.19.54.49
This commit is contained in:
Generated
+2
@@ -43,6 +43,8 @@ setup_conda_rc "${FEEDSTOCK_ROOT}" "${RECIPE_ROOT}" "${CONFIG_FILE}"
|
|||||||
|
|
||||||
source run_conda_forge_build_setup
|
source run_conda_forge_build_setup
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
# make the build number clobber
|
# make the build number clobber
|
||||||
make_build_number "${FEEDSTOCK_ROOT}" "${RECIPE_ROOT}" "${CONFIG_FILE}"
|
make_build_number "${FEEDSTOCK_ROOT}" "${RECIPE_ROOT}" "${CONFIG_FILE}"
|
||||||
|
|
||||||
|
|||||||
Generated
+4
-1
@@ -1,8 +1,11 @@
|
|||||||
#!/usr/bin/env python3
|
#!/bin/sh
|
||||||
|
"""exec" "python3" "$0" "$@" #""" # fmt: off # fmt: on
|
||||||
#
|
#
|
||||||
# This file has been generated by conda-smithy in order to build the recipe
|
# This file has been generated by conda-smithy in order to build the recipe
|
||||||
# locally.
|
# locally.
|
||||||
#
|
#
|
||||||
|
# The line above this comment is a bash / sh / zsh guard
|
||||||
|
# to stop people from running it with the wrong interpreter
|
||||||
import glob
|
import glob
|
||||||
import os
|
import os
|
||||||
import platform
|
import platform
|
||||||
|
|||||||
Reference in New Issue
Block a user