Skip to content

Commit e8ab458

Browse files
author
Release Manager
committed
Trac #32707: flit_core: Update to 3.4.0; setuptools_scm: Update to 6.3.2
https://flit.readthedocs.io/en/latest/history.html#version-3-4 This simplifies the dependencies and removes a "circular dependency" warning from the output during build. URL: https://trac.sagemath.org/32707 Reported by: mkoeppe Ticket author(s): Matthias Koeppe Reviewer(s): Volker Braun
2 parents 18abd75 + 9eea50c commit e8ab458

File tree

9 files changed

+20
-11
lines changed

9 files changed

+20
-11
lines changed

build/pkgs/backcall/dependencies

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
$(PYTHON) | $(PYTHON_TOOLCHAIN) flit_core toml
1+
$(PYTHON) | $(PYTHON_TOOLCHAIN) flit_core tomli
22

33
----------
44
All lines of this file are ignored except the first.

build/pkgs/flit_core/checksums.ini

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
tarball=flit_core-VERSION.tar.gz
2-
sha1=cc89ef0fef30582845dc40d73dda7fa3bfa494cd
3-
md5=697eb7da76b4eb5833bbf8bb97131879
4-
cksum=4051177318
2+
sha1=941603f1734b9b4af74954429ef51f97540f30e5
3+
md5=a4bb11b54bcf029ec2cd5cb981c07ded
4+
cksum=2905595733
55
upstream_url=https://pypi.io/packages/source/f/flit_core/flit_core-VERSION.tar.gz
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.3.0
1+
3.4.0

build/pkgs/importlib_metadata/dependencies

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
$(PYTHON) zipp typing_extensions | $(PYTHON_TOOLCHAIN) toml
1+
$(PYTHON) zipp typing_extensions | $(PYTHON_TOOLCHAIN) tomli
22

33
----------
44
All lines of this file are ignored except the first.
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
tarball=setuptools_scm-VERSION.tar.gz
2-
sha1=6d793de55ec500f7516802830f903cbc460a7999
3-
md5=7e17d25fd5bc5b128cfe2964a2e4cd5b
4-
cksum=1288889703
2+
sha1=a4f02fddae697614e356cadfddb6241cc7737f38
3+
md5=32918d8ac566360c21411e0b3556c695
4+
cksum=1450556136
55
upstream_url=https://pypi.io/packages/source/s/setuptools_scm/setuptools_scm-VERSION.tar.gz
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
6.3.1
1+
6.3.2

build/pkgs/toml/spkg-configure.m4

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
SAGE_SPKG_CONFIGURE([toml], [
2+
sage_spkg_install_toml=yes
3+
], [dnl REQUIRED-CHECK
4+
AC_REQUIRE([SAGE_SPKG_CONFIGURE_TOX])
5+
dnl toml is only needed when we cannot use system tox.
6+
AS_VAR_SET([SPKG_REQUIRE], [$sage_spkg_install_tox])
7+
])

build/pkgs/tomli/dependencies

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
$(PYTHON) | pip flit_core toml
1+
$(PYTHON) | pip flit_core
22

33
----------
44
All lines of this file are ignored except the first.

build/pkgs/tomli/spkg-install.in

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,4 @@
11
cd src
2+
# tomli's build system, flit_core, has a runtime dependency on tomli.
3+
export PYTHONPATH="$(pwd)"
24
sdh_pip_install .

0 commit comments

Comments
 (0)