Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use setuptools_scm to set package versions #240

Closed
37 tasks done
javierggt opened this issue Dec 20, 2019 · 1 comment
Closed
37 tasks done

Use setuptools_scm to set package versions #240

javierggt opened this issue Dec 20, 2019 · 1 comment
Milestone

Comments

@javierggt
Copy link
Contributor

javierggt commented Dec 20, 2019

I am opening this issue as a switchboard for all issues related to the implementation of setuptools_scm within skare3 packages. This description will change to include lots of information.

The implementation is based on the ska_helpers package: sot/ska_helpers/pull/1

All PRs for current ska3-flight packages

Testing

Testing was done by running testr SKA3_HEAD tests. For the purpose of testing, I created a conda environment which can reproduced in this way:

miniconda_install_prefix=/proj/sot/ska/jgonzalez/miniconda3-test
curl -O https://repo.continuum.io/miniconda/Miniconda3-4.3.21-Linux-x86_64.sh
bash Miniconda3-4.3.21-Linux-x86_64.sh -b -p $miniconda_install_prefix
export PATH=${miniconda_install_prefix}:$PATH
conda install python=3.6.2 conda=4.3.21
conda env create -f /proj/sot/ska/jgonzalez/scm_test_env.yaml

Issues:

  • setuptools_scm needs to be upgraded. It is currently in /proj/sot/ska/jgonzalez/other_packages

Some History

This was proposed for engarchive (sot/cheta/pull/157), sparkles (sot/sparkles/pull/107) and also discused here (#118 and #52)

This was referenced Dec 20, 2019
@jeanconn
Copy link
Contributor

Can close this when Quaternion 3.5.0 is installed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants