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

add macports environment to tox.ini #35667

Merged

Conversation

dimpase
Copy link
Member

@dimpase dimpase commented May 22, 2023

this is the branch from #31505, rebased over Sage 10.0 branch

Resolves #31505

@mkoeppe mkoeppe force-pushed the u/mkoeppe/tox_ini__add_macports_environment branch from 7d7ca6a to c184c38 Compare September 28, 2023 04:56
@mkoeppe
Copy link
Member

mkoeppe commented Sep 28, 2023

Rebased but not tested

git grep -l \" build/pkgs/*/distros* | xargs sed -i.bak '/^"/s/"//g'

git grep -l -E '^([^# ]+) +([^# ][^#]+)(#.*)' build/pkgs/*/distros/*.txt | xargs sed -E -i.bak $'s/^([^# ]+) +([^# ][^#]+)(#.*)?/\\3\\\n\\1\\\n\\2/'

git grep -l -E '^([^# ]+) +([^# ][^#]+)' build/pkgs/*/distros/*.txt | xargs sed -E -i.bak $'s/^([^# ]+) +([^# ][^#]+)/\\1\\\n\\2/'

git grep -l -E ' +$' build/pkgs/*/distros/*.txt | xargs sed -E -i.bak 's/[ ]+$//'
@mkoeppe mkoeppe mentioned this pull request Dec 18, 2023
5 tasks
@mkoeppe mkoeppe force-pushed the u/mkoeppe/tox_ini__add_macports_environment branch from c184c38 to f5cf2cf Compare December 18, 2023 18:49
@mkoeppe
Copy link
Member

mkoeppe commented Dec 18, 2023

@dimpase Let's merge it?

@mkoeppe mkoeppe self-assigned this Dec 18, 2023
@dimpase
Copy link
Member Author

dimpase commented Dec 18, 2023

well, I don't mind if it's still in the works.

Copy link

Documentation preview for this PR (built with commit b5ad624; changes) is ready! 🎉

@mkoeppe
Copy link
Member

mkoeppe commented Dec 18, 2023

OK. Already the warning message "Use of MacPorts is experimental" is certainly an improvement and better than just silently using people's MacPorts installation.

vbraun pushed a commit to vbraun/sage that referenced this pull request Dec 21, 2023
    
this is the branch from sagemath#31505, rebased over Sage 10.0 branch

Resolves sagemath#31505

- Depends on sagemath#36910 (merged here)
    
URL: sagemath#35667
Reported by: Dima Pasechnik
Reviewer(s):
vbraun pushed a commit to vbraun/sage that referenced this pull request Dec 22, 2023
    
this is the branch from sagemath#31505, rebased over Sage 10.0 branch

Resolves sagemath#31505

- Depends on sagemath#36910 (merged here)
    
URL: sagemath#35667
Reported by: Dima Pasechnik
Reviewer(s):
vbraun pushed a commit to vbraun/sage that referenced this pull request Dec 23, 2023
    
this is the branch from sagemath#31505, rebased over Sage 10.0 branch

Resolves sagemath#31505

- Depends on sagemath#36910 (merged here)
    
URL: sagemath#35667
Reported by: Dima Pasechnik
Reviewer(s):
vbraun pushed a commit to vbraun/sage that referenced this pull request Dec 24, 2023
    
this is the branch from sagemath#31505, rebased over Sage 10.0 branch

Resolves sagemath#31505

- Depends on sagemath#36910 (merged here)
    
URL: sagemath#35667
Reported by: Dima Pasechnik
Reviewer(s):
vbraun pushed a commit to vbraun/sage that referenced this pull request Dec 25, 2023
this is the branch from sagemath#31505, rebased over Sage 10.0 branch

Resolves sagemath#31505

- Depends on sagemath#36910 (merged here)

URL: sagemath#35667
Reported by: Dima Pasechnik
Reviewer(s):
@vbraun vbraun merged commit c0372d9 into sagemath:develop Dec 26, 2023
20 of 29 checks passed
@mkoeppe mkoeppe added this to the sage-10.3 milestone Dec 26, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Extend system package scripts to handle macports; tox.ini: Add macports environment
3 participants