Skip to content

Commit

Permalink
*** Revert immediately prior to release ***
Browse files Browse the repository at this point in the history
Use fork for source.
  • Loading branch information
mrclary committed Dec 10, 2024
1 parent 4a4f3a8 commit 23d8fef
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions installers-conda/build_conda_pkgs.py
Original file line number Diff line number Diff line change
Expand Up @@ -177,8 +177,8 @@ def _add_recipe_append(self):
def _add_recipe_clobber(self):
self.recipe_clobber.update({
"source": {
"url": None,
"sha256": None,
"git_url": None,
"git_rev": None,
"path": self._bld_src.as_posix()},
})

Expand Down Expand Up @@ -245,8 +245,8 @@ class SpyderCondaPkg(BuildCondaPkg):
name = "spyder"
norm = False
source = os.environ.get('SPYDER_SOURCE', HERE.parent)
feedstock = "https://github.com/conda-forge/spyder-feedstock"
feedstock_branch = "dev"
feedstock = "https://github.com/mrclary/spyder-feedstock"
feedstock_branch = "spyder-base"
shallow_ver = "v5.3.2"

def _patch_source(self):
Expand Down

0 comments on commit 23d8fef

Please sign in to comment.