Skip to content

Commit 5aaf92b

Browse files
authored
BLD: Remove conda package. Use pip + npm, or Docker (#631)
1 parent 3eb76b7 commit 5aaf92b

16 files changed

+0
-240
lines changed

.gitignore

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,3 @@ cover
119119

120120
# For Linux FUSE file system
121121
.fuse_hidden*
122-
123-
# License copied to conda build_dir
124-
pkg/conda/LICENSE

.gitlab-ci.yml

Lines changed: 0 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -51,23 +51,3 @@ deploy-uat:
5151
pip install gramexenterprise;
5252
gramex license accept;
5353
"'
54-
55-
56-
# On Gitlab Pipeline Schedules at https://code.gramener.com/cto/gramex/-/pipeline_schedules
57-
# create a new INACTIVE schedule that runs on the "release" branch.
58-
# When releasing a new branch, run the schedule. It'll build the releases for download.
59-
build-pypi:
60-
only: [release, /^build-.*/]
61-
script:
62-
- bash pkg/build_pypi.sh
63-
artifacts:
64-
paths:
65-
- "dist/gramex*.tar.gz"
66-
67-
build-conda:
68-
only: [release, /^build-.*/]
69-
script:
70-
- bash pkg/build_conda.sh
71-
artifacts:
72-
paths:
73-
- "pkg/gramex*.tar.bz2"

.prettierignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
gramex/apps/init/default/gramex.template.yaml
44
gramex/apps/init/minimal/gramex.template.yaml
55
gramex/apps/ui/bootstrap-theme.scss
6-
pkg/conda/template.meta.yaml
76
tests/sass/vars.scss
87

98
# These YAML test cases have deliberate errors -- for testing

pkg/anaconda-setup.sh

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

pkg/build_conda.sh

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

pkg/build_pypi.sh

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

pkg/conda/.gitignore

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

pkg/conda/README.md

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

pkg/conda/bld.bat

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

pkg/conda/build.sh

Lines changed: 0 additions & 1 deletion
This file was deleted.

pkg/conda/conda-setup.py

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

pkg/conda/conda_build_config.yaml

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

pkg/conda/template.meta.yaml

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

pkg/conda/template.post-link.bat

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

pkg/conda/template.post-link.sh

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

task

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -66,14 +66,6 @@ security () {
6666
snyk test --dev --all-projects --skip-unresolved > reports/snyk.txt || true
6767
}
6868

69-
conda () {
70-
# conda install conda-build
71-
conda build purge
72-
pip install orderedattrdict tornado==5.1.1
73-
python pkg/conda/conda-setup.py
74-
conda build -c conda-forge pkg/conda/
75-
}
76-
7769
# Usage: VERSION=1.xx.0 bash task pushdocker
7870
builddocker () {
7971
VERSION=$VERSION bash pkg/docker-gramex-base/setup.sh

0 commit comments

Comments
 (0)