-
-
Notifications
You must be signed in to change notification settings - Fork 485
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
New upstream for database_stein_watkins #33881
Comments
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
New commits:
|
Commit: |
Branch pushed to git repo; I updated commit sha1. New commits:
|
Author: Matthias Koeppe |
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
Branch pushed to git repo; I updated commit sha1. New commits:
|
Branch pushed to git repo; I updated commit sha1. New commits:
|
This comment has been minimized.
This comment has been minimized.
comment:14
Editable installs do not work yet |
comment:15
Now they work. |
Work Issues: Add spkgs for hatchling and its deps |
Branch pushed to git repo; I updated commit sha1. New commits:
|
Changed work issues from Add spkgs for hatchling and its deps to Change spkg for hatchling to normal, add its deps |
Branch pushed to git repo; I updated commit sha1. This was a forced push. New commits:
|
Changed work issues from Change spkg for hatchling to normal, add its deps to none |
We create Python packages at https://github.com/sagemath/database_stein_watkins
that serve as the new upstream.
The actual files will be accessed via
importlib.resources
; actually the backport packageimportlib-resources
, because Python 3.8 does not have files and as_file. Also we need the added support for package resources in namespace packages: the distributions database-stein-watkins-mini and database-stein-watkins-huge both share the namespacedatabase_stein_watkins
.Currently database-stein-watkins-huge is only a placeholder. Whether we can publish the huge package to PyPI will depend on whether the size limit request at pypi/support#1946 is successful.
We use hatchling as the build system. It supports PEP 660 editable wheels and namespace packages. (
flit_core
is not suitable - it does not have support for resources in namespace packages.)Part of Meta-ticket #30914: Create upstream repositories, pip-installable packages for database packages
CC: @williamstein
Component: packages: optional
Author: Matthias Koeppe
Branch/Commit: u/mkoeppe/new_upstream_for_database_stein_watkins @
fb43593
Issue created by migration from https://trac.sagemath.org/ticket/33881
The text was updated successfully, but these errors were encountered: