Skip to content

Commit

Permalink
Exclude gulp from package data (#3789)
Browse files Browse the repository at this point in the history
* exclude gulp from package

* Need confirm: update GULP url

* remove `gulp` and libs

* remove gulp test from CI

* update download url info in error msg

* remove cmd_line package from find_namespace_packages in setup.py, from vendored files in .gitattributes and from exclude patterns in .pre-commit-config.yaml

---------

Co-authored-by: Janosh Riebesell <janosh.riebesell@gmail.com>
  • Loading branch information
DanielYang59 and janosh authored Apr 28, 2024
1 parent bf2f421 commit c9292ed
Show file tree
Hide file tree
Showing 46 changed files with 4 additions and 22,467 deletions.
1 change: 0 additions & 1 deletion .gitattributes
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
# declare HTML, rST and test files as vendored/docs to exclude them when calculating repo languages on GitHub
tests/files/**/* linguist-vendored
cmd_line/* linguist-vendored
docs/**/* linguist-generated
dev_scripts/**/* linguist-vendored
6 changes: 0 additions & 6 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@ jobs:

env:
PMG_MAPI_KEY: ${{ secrets.PMG_MAPI_KEY }}
GULP_LIB: ${{ github.workspace }}/cmd_line/gulp/Libraries
PMG_VASP_PSP_DIR: ${{ github.workspace }}/tests/files

steps:
Expand All @@ -61,11 +60,6 @@ jobs:
- name: Install uv
run: micromamba run -n pmg pip install uv

- name: Copy GULP to bin
if: matrix.os == 'ubuntu-latest'
run: |
sudo cp cmd_line/gulp/Linux_64bit/* /usr/local/bin/
- name: Install ubuntu-only conda dependencies
if: matrix.os == 'ubuntu-latest'
run: |
Expand Down
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
exclude: ^(docs|tests/files|cmd_line|tasks.py)
exclude: ^(docs|tests/files|tasks.py)

ci:
autoupdate_schedule: monthly
Expand Down
74 changes: 0 additions & 74 deletions cmd_line/gulp/Libraries/belashchenko.lib

This file was deleted.

24 changes: 0 additions & 24 deletions cmd_line/gulp/Libraries/bks.lib

This file was deleted.

27 changes: 0 additions & 27 deletions cmd_line/gulp/Libraries/bresme_water.lib

This file was deleted.

79 changes: 0 additions & 79 deletions cmd_line/gulp/Libraries/bush.lib

This file was deleted.

98 changes: 0 additions & 98 deletions cmd_line/gulp/Libraries/carbonate.lib

This file was deleted.

49 changes: 0 additions & 49 deletions cmd_line/gulp/Libraries/catlow.lib

This file was deleted.

Loading

0 comments on commit c9292ed

Please sign in to comment.