Skip to content

Commit

Permalink
Rebuild for python39 (#6)
Browse files Browse the repository at this point in the history
* Rebuild for python39
* MNT: Re-rendered with conda-build 3.20.5, conda-smithy 3.8.5, and conda-forge-pinning 2020.11.10.21.31.03
* Updating license to MPL

Co-authored-by: Vanessasaurus <vsochat@gmail.com>
  • Loading branch information
regro-cf-autotick-bot and vsoch committed Nov 11, 2020
1 parent 7a3e16b commit 7a4b30a
Show file tree
Hide file tree
Showing 7 changed files with 46 additions and 84 deletions.
55 changes: 0 additions & 55 deletions .ci_support/migrations/python38.yaml

This file was deleted.

27 changes: 27 additions & 0 deletions .ci_support/migrations/python39.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
migrator_ts: 1602104489
__migrator:
migration_number: 2
operation: key_add
primary_key: python
ordering:
python:
- 3.6.* *_cpython
- 3.7.* *_cpython
- 3.8.* *_cpython
- 3.9.* *_cpython # new entry
- 3.6.* *_73_pypy
paused: false
longterm: True
pr_limit: 50
exclude:
# this shouldn't attempt to modify the python feedstocks
- python
- pypy3.6
- pypy-meta
python:
- 3.9.* *_cpython
# additional entries to add for zip_keys
numpy:
- 1.19
python_impl:
- cpython
2 changes: 1 addition & 1 deletion .gitattributes

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion LICENSE.txt

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

28 changes: 3 additions & 25 deletions README.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 12 additions & 0 deletions build-locally.py

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ source:
sha256: dea3f29ccd082a9d833595c72a28f8e2c4626a79931a17a3e5019ee2dd6d18b9

build:
number: 0
number: 1
entry_points:
- scif=scif.client:main
script: "{{ PYTHON }} -m pip install . --no-deps --ignore-installed -vv "
Expand Down Expand Up @@ -68,7 +68,7 @@ test:

about:
home: https://www.github.com/vsoch/scif
license: AGPL-3.0
license: MPL-2.0
license_family: OTHER
license_file: LICENSE
summary: a filesystem organization for scientific software and metadata
Expand Down

0 comments on commit 7a4b30a

Please sign in to comment.