Skip to content

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

Merged
merged 228 commits into from
Feb 28, 2025
Merged

Patch [email protected] #8

merged 228 commits into from
Feb 28, 2025

Conversation

404-geek
Copy link
Collaborator

No description provided.

No Author and others added 30 commits February 28, 2003 18:13
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]>
* 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]>
    * 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]>
    * Remove rerun option from azure-pipelines.yml

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]>
Merge changes from develop to main
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]>
AyanSinhaMahapatra and others added 21 commits July 13, 2023 00:45
Add macOS-13 job in azure-pipelines.yml
Added docs server script, dark mode & copybutton for docs, tracking chmod in git
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]>
Replace deprecated macos CI runners
Signed-off-by: Ayan Sinha Mahapatra <[email protected]>
Signed-off-by: 404-geek <[email protected]>
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
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
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
Copy link
Member

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

Copy link
Member

@AyanSinhaMahapatra AyanSinhaMahapatra left a 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!

@404-geek 404-geek merged commit d80aa38 into main Feb 28, 2025
12 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.