• R/O
  • SSH

提交

标签
No Tags

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

Commit MetaInfo

修订版89f8b55403d27fa7caa8dfb6fd4ad5889cdd05b1 (tree)
时间2024-02-28 05:04:20
作者Albert Mietus < albert AT mietus DOT nl >
CommiterAlbert Mietus < albert AT mietus DOT nl >

Log Message

Added INITIAL/ASIS 'pyproject.toml' files (to use with build) for first (2) packages

更改概述

差异

diff -r 1019b68a71df -r 89f8b55403d2 CCastle/DocParts/Design/01.Architecture/02.packages.rst
--- a/CCastle/DocParts/Design/01.Architecture/02.packages.rst Sun Feb 18 21:27:23 2024 +0100
+++ b/CCastle/DocParts/Design/01.Architecture/02.packages.rst Tue Feb 27 21:04:20 2024 +0100
@@ -74,10 +74,11 @@
7474 This directory contains the *only* package-info-file, which name a content depends on the (package) build systems.
7575 E.g.
7676
77- * ``setup.py`` (or ...)
77+ * ``pyproject.toml`` (`setup.py` is outdated)
7878
79- + **name** *:str* e.g. “nice-fsm-castle-plugin”`
80- + **packages** *:List[str]* =[ ``castle.transformers.fsm.nice_fsm``, ...]
79+ + **name** *:str* e.g. ``castle-RPy-writer`` or “nice-fsm-castle-plugin”
80+ + *version* *:str* typical a dotted number (as string)
81+ + **dependencies** *:List[str]* =[ ``castle-aigr``, `<package-names>`, ...]
8182
8283 We need a file-hierarchy, with *empty* directories, that mirror the (shared) namespace
8384