Merge branch 'feature/13'
feat(13): reference posix-sdc three ways for seamless multi-machine dev
This commit is contained in:
commit
c295a98748
4 changed files with 1195 additions and 5 deletions
10
Pipfile
10
Pipfile
|
|
@ -3,11 +3,14 @@ url = "https://pypi.org/simple"
|
|||
verify_ssl = true
|
||||
name = "pypi"
|
||||
|
||||
[[source]]
|
||||
url = "https://pypi.code.tiararodney.com/root/byteb4rb1e/+simple/"
|
||||
verify_ssl = true
|
||||
name = "pypicodetiararodney"
|
||||
|
||||
[packages]
|
||||
"tiararodney.sekft" = {file = ".", editable = true}
|
||||
# Local editable override of the posix-sdc dependency declared (abstractly) in
|
||||
# pyproject.toml, so the dataset/factory is developed side by side.
|
||||
"tiararodney.posix-sdc" = {path = "../posix-sdc", editable = true}
|
||||
"tiararodney.posix-sdc" = {version = "*", index = "pypicodetiararodney", extras= ["hub"]}
|
||||
|
||||
[dev-packages]
|
||||
tox = "*"
|
||||
|
|
@ -18,6 +21,7 @@ twine = "*"
|
|||
setuptools-scm = "~=8.2.0"
|
||||
pypi-attestations = "*"
|
||||
autopep8 = "*"
|
||||
"tiararodney.posix-sdc" = {ref = "develop", git = "https://git.code.tiararodney.com/tiara/posix-sdc.git", extras = ["hub"]}
|
||||
|
||||
[requires]
|
||||
python_version = "3"
|
||||
|
|
|
|||
1186
Pipfile.lock
generated
Normal file
1186
Pipfile.lock
generated
Normal file
File diff suppressed because it is too large
Load diff
2
TODO
2
TODO
|
|
@ -220,7 +220,7 @@ Content-Type: application/issue
|
|||
ID: 13
|
||||
Type: feature
|
||||
Title: reference posix-sdc three ways for seamless multi-machine dev
|
||||
Status: in-progress
|
||||
Status: done
|
||||
Priority: medium
|
||||
Created: 2026-06-17
|
||||
Module: sekft
|
||||
|
|
|
|||
|
|
@ -31,7 +31,7 @@ classifiers = [
|
|||
"Typing :: Typed",
|
||||
]
|
||||
dependencies = [
|
||||
"tiararodney.posix-sdc",
|
||||
"tiararodney.posix-sdc[hub]",
|
||||
]
|
||||
dynamic = ["version"]
|
||||
requires-python = ">=3.9"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue