sagemath / sage

Main repository of SageMath
https://www.sagemath.org
Other
1.38k stars 471 forks source link

Modularization of sagelib: Break out a separate package sagemath-meataxe #30151

Closed mkoeppe closed 1 year ago

mkoeppe commented 4 years ago

... in analogy of #29864 (sage-tdlib).

To try: make sagemath_meataxe

(or ./configure --enable-sagemath_meataxe && make build)

This is part of #29705: Meta-ticket: Modularize sagelib into separate distributions (distutils packages)

Depends on #34346

CC: @simon-king-jena @kiwifb @jhpalmieri @dimpase

Component: packages: optional

Keywords: sd111

Work Issues: Rebase, rename "sage-..." -> "sagemath-..."

Branch/Commit: u/mkoeppe/modularization_of_sagelib__break_out_a_separate_package_sage_meataxe @ ebe1dd6

Reviewer: Dima Pasechnik

Issue created by migration from https://trac.sagemath.org/ticket/30151

mkoeppe commented 3 years ago

Changed dependencies from #28925 #28711 to #28925

mkoeppe commented 3 years ago

Description changed:

--- 
+++ 
@@ -1,8 +1,8 @@
 ... in analogy of #29864 (sage-tdlib).

-To try: `make sage_meataxe`
+To try: `make sagemath_meataxe`

-(or `./configure --enable-sage_meataxe && make build`)
+(or `./configure --enable-sagemath_meataxe && make build`)

 This is part of #29705: Meta-ticket: Modularize sagelib into separate distributions (distutils packages)
mkoeppe commented 3 years ago

Changed work issues from Rebase to Rebase, rename "sage-..." -> "sagemath-..."

7ed8c4ca-6d56-4ae9-953a-41e42b4ed313 commented 3 years ago

Branch pushed to git repo; I updated commit sha1. New commits:

a6e8447Merge tag '9.3.beta3' into t/28925/modify_find_python_sources__clean_stale_files_to_support_modularization_of_sagelib_by_native_namespace_packages__pep_420_
ebe1dd6Merge branch 't/28925/modify_find_python_sources__clean_stale_files_to_support_modularization_of_sagelib_by_native_namespace_packages__pep_420_' into t/30151/modularization_of_sagelib__break_out_a_separate_package_sage_meataxe
7ed8c4ca-6d56-4ae9-953a-41e42b4ed313 commented 3 years ago

Changed commit from 7cedb3d to ebe1dd6

mkoeppe commented 3 years ago
comment:36

Setting new milestone based on a cursory review of ticket status, priority, and last modification date.

mkoeppe commented 3 years ago
comment:37

Setting a new milestone for this ticket based on a cursory review.

mkoeppe commented 1 year ago

Changed dependencies from #28925 to #34346

mkoeppe commented 1 year ago

Changed author from Matthias Koeppe to none

mkoeppe commented 1 year ago
comment:41

This is now done in #34346.

dimpase commented 1 year ago

Reviewer: Dima Pasechnik