-
Notifications
You must be signed in to change notification settings - Fork 1
Patch [email protected] #8
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
Conversation
git-svn-id: svn+ssh://rubyforge.org/var/svn/rubygems/trunk@1 3d4018f9-ac1a-0410-99e9-8a154d859a19
Signed-off-by: Steven Esser <[email protected]>
This commit adds the inital skeleton files needed for a bare-bones python library. Includes a simple configure script and setup.py file Signed-off-by: Steven Esser <[email protected]>
Signed-off-by: Steven Esser <[email protected]>
* Add AUTHORS.rst * Add CHANGELOG.rst * Add setup.cfg Signed-off-by: Steven Esser <[email protected]>
* Add PEP 517/518 pyproject.toml file * Add setuptools_scm to handle versioning * Add setup.py content to setup.cfg * Update setup.py to act as a shim (so pip install -e works) Addresses: #2 Signed-off-by: Steven Esser <[email protected]>
Signed-off-by: Steven Esser <[email protected]>
Signed-off-by: Steven Esser <[email protected]>
Signed-off-by: Steven Esser <[email protected]>
Signed-off-by: Steven Esser <[email protected]>
Signed-off-by: Steven Esser <[email protected]>
Add initial skeleton files
* Create configure.bat so we can use our skeleton for Windows projects Signed-off-by: Jono Yang <[email protected]>
* Remove unused variables and options Signed-off-by: Jono Yang <[email protected]>
Signed-off-by: Jono Yang <[email protected]>
* Remove rerun option from azure-pipelines.yml Signed-off-by: Jono Yang <[email protected]>
Signed-off-by: Jono Yang <[email protected]>
* We have this to ensure the line ending of configure.bat is always CRLF Signed-off-by: Jono Yang <[email protected]>
Signed-off-by: Jono Yang <[email protected]>
Add CI config
Merge changes from develop to main
Signed-off-by: Ayan Sinha Mahapatra <[email protected]>
Update .gitignore to ignore Jupyter temp files
Signed-off-by: Steven Esser <[email protected]>
Adds a RTD configuration file (v2) to customize builds. Signed-off-by: Ayan Sinha Mahapatra <[email protected]>
Signed-off-by: Ayan Sinha Mahapatra <[email protected]>
RTD Build and CI updates
Signed-off-by: Jono Yang <[email protected]>
Add macOS-13 job in azure-pipelines.yml
Signed-off-by: Omkar Phansopkar <[email protected]>
Added docs server script, dark mode & copybutton for docs, tracking chmod in git
Reference: aboutcode-org/skeleton#84 Signed-off-by: John M. Horan <[email protected]>
Reference: aboutcode-org/skeleton#84 Signed-off-by: John M. Horan <[email protected]>
Signed-off-by: Ayan Sinha Mahapatra <[email protected]>
Update CSS to widen page and handle mobile #84
Signed-off-by: Ayan Sinha Mahapatra <[email protected]>
Update CI runners and python version
Replace macos-11 runners with macos-14 runners. Reference: https://github.com/actions/runner-images?tab=readme-ov-file#available-images Reference: aboutcode-org/skeleton#89 Signed-off-by: Ayan Sinha Mahapatra <[email protected]>
Signed-off-by: Ayan Sinha Mahapatra <[email protected]>
Replace deprecated macos CI runners
Signed-off-by: Chin Yeung Li <[email protected]>
Drop deprecated macos-12 runner
Signed-off-by: Ayan Sinha Mahapatra <[email protected]>
Update CI/Actions runners
Signed-off-by: 404-geek <[email protected]>
Signed-off-by: 404-geek <[email protected]>
azure-pipelines.yml
Outdated
python_versions: ['3.8', '3.9', '3.10', '3.11', '3.12'] | ||
python_versions: ['3.9', '3.10', '3.11', '3.12', '3.13'] | ||
test_suites: | ||
all: venv/bin/pytest -n 2 -vvs |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
all: venv/bin/pytest -n 2 -vvs | |
all: venv/bin/pytest -n 2 -vvs tests |
Could you add this to all the azure pipeline tests? So we only run tests from the tests folder
.readthedocs.yml
Outdated
@@ -1,4 +1,4 @@ | |||
# .readthedocs.yml | |||
t# .readthedocs.yml |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Maybe this was by mistake? I don't think this was from skeleton
Signed-off-by: 404-geek <[email protected]>
Signed-off-by: 404-geek <[email protected]>
Signed-off-by: 404-geek <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @404-geek please merge!
No description provided.