Skip to content

Commit abcfde1

Browse files
authored
chore: remove conda.recipe (#819)
This was untouched, and not how we've shipped to conda-forge for years (now using pixi, too) Signed-off-by: Henry Schreiner <henryfs@princeton.edu>
1 parent 311147c commit abcfde1

7 files changed

Lines changed: 1 addition & 88 deletions

File tree

.pre-commit-config.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ repos:
1212
- id: check-merge-conflict
1313
- id: check-symlinks
1414
- id: check-yaml
15-
exclude: ^conda.recipe/meta.yaml$
1615
- id: debug-statements
1716
- id: end-of-file-fixer
1817
- id: mixed-line-ending

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ Basics
5757
>>> local.cmd.ls
5858
LocalCommand(/bin/ls)
5959
>>> local.cmd.ls()
60-
'build.py\nCHANGELOG.rst\nconda.recipe\nCONTRIBUTING.rst\ndocs\nexamples\nexperiments\nLICENSE\nMANIFEST.in\nPipfile\nplumbum\nplumbum.egg-info\npytest.ini\nREADME.rst\nsetup.cfg\nsetup.py\ntests\ntranslations.py\n'
60+
'build.py\nCHANGELOG.rst\nCONTRIBUTING.rst\ndocs\nexamples\nexperiments\nLICENSE\nMANIFEST.in\nPipfile\nplumbum\nplumbum.egg-info\npytest.ini\nREADME.rst\nsetup.cfg\nsetup.py\ntests\ntranslations.py\n'
6161
>>> notepad = local["c:\\windows\\notepad.exe"]
6262
>>> notepad() # Notepad window pops up
6363
'' # Notepad window is closed by user, command returns

conda.recipe/.gitignore

Lines changed: 0 additions & 6 deletions
This file was deleted.

conda.recipe/README.mkd

Lines changed: 0 additions & 33 deletions
This file was deleted.

conda.recipe/bld.bat

Lines changed: 0 additions & 2 deletions
This file was deleted.

conda.recipe/build.sh

Lines changed: 0 additions & 3 deletions
This file was deleted.

conda.recipe/meta.yaml

Lines changed: 0 additions & 42 deletions
This file was deleted.

0 commit comments

Comments
 (0)