cook-build 0.6.1__py3-none-any.whl → 0.6.2__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {cook_build-0.6.1.dist-info → cook_build-0.6.2.dist-info}/METADATA +20 -1
- {cook_build-0.6.1.dist-info → cook_build-0.6.2.dist-info}/RECORD +6 -6
- {cook_build-0.6.1.dist-info → cook_build-0.6.2.dist-info}/WHEEL +0 -0
- {cook_build-0.6.1.dist-info → cook_build-0.6.2.dist-info}/entry_points.txt +0 -0
- {cook_build-0.6.1.dist-info → cook_build-0.6.2.dist-info}/licenses/LICENSE +0 -0
- {cook_build-0.6.1.dist-info → cook_build-0.6.2.dist-info}/top_level.txt +0 -0
|
@@ -1,6 +1,25 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: cook-build
|
|
3
|
-
Version: 0.6.
|
|
3
|
+
Version: 0.6.2
|
|
4
|
+
Summary: A task-centric build system with simple declarative recipes specified in Python
|
|
5
|
+
Author: Till Hoffmann
|
|
6
|
+
License: BSD-3-Clause
|
|
7
|
+
Project-URL: Homepage, https://github.com/tillahoffmann/cook-build
|
|
8
|
+
Project-URL: Documentation, https://github.com/tillahoffmann/cook-build
|
|
9
|
+
Project-URL: Repository, https://github.com/tillahoffmann/cook-build
|
|
10
|
+
Project-URL: Issues, https://github.com/tillahoffmann/cook-build/issues
|
|
11
|
+
Classifier: Development Status :: 4 - Beta
|
|
12
|
+
Classifier: Intended Audience :: Developers
|
|
13
|
+
Classifier: License :: OSI Approved :: BSD License
|
|
14
|
+
Classifier: Operating System :: OS Independent
|
|
15
|
+
Classifier: Programming Language :: Python :: 3
|
|
16
|
+
Classifier: Programming Language :: Python :: 3.10
|
|
17
|
+
Classifier: Programming Language :: Python :: 3.11
|
|
18
|
+
Classifier: Programming Language :: Python :: 3.12
|
|
19
|
+
Classifier: Programming Language :: Python :: 3.13
|
|
20
|
+
Classifier: Topic :: Software Development :: Build Tools
|
|
21
|
+
Classifier: Topic :: System :: Software Distribution
|
|
22
|
+
Classifier: Typing :: Typed
|
|
4
23
|
Requires-Python: >=3.10
|
|
5
24
|
Description-Content-Type: text/markdown
|
|
6
25
|
License-File: LICENSE
|
|
@@ -6,9 +6,9 @@ cook/controller.py,sha256=BYsYxPqEWDwYLAG7-cHzzTuqIvFunGGSge1XAbDk9xs,15753
|
|
|
6
6
|
cook/manager.py,sha256=vt-PoZ8IOmPIGbe9xeqUrZ4VJf2Gj5KucwjQzc5YUZ4,5684
|
|
7
7
|
cook/task.py,sha256=0OGzVKKezo8x6nX80OpLnGsqCG8mIE7oUaBgSqv3m0M,1381
|
|
8
8
|
cook/util.py,sha256=hpMxxHnmJRfCUUAzkwMQU4kF_JAcEBFVpvPsHxOOY2U,2681
|
|
9
|
-
cook_build-0.6.
|
|
10
|
-
cook_build-0.6.
|
|
11
|
-
cook_build-0.6.
|
|
12
|
-
cook_build-0.6.
|
|
13
|
-
cook_build-0.6.
|
|
14
|
-
cook_build-0.6.
|
|
9
|
+
cook_build-0.6.2.dist-info/licenses/LICENSE,sha256=3Nuj_WTTcz7JDg4-9EzNf6vHlKRWpdLUccg-pvoZ3WE,1500
|
|
10
|
+
cook_build-0.6.2.dist-info/METADATA,sha256=0H6_FzoAJ-Qi2zM4TnHsQO99iiD0msxHdKRiN0M9nVw,4586
|
|
11
|
+
cook_build-0.6.2.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
12
|
+
cook_build-0.6.2.dist-info/entry_points.txt,sha256=5UP0ZmmxSNKevTVISUJxmdXEQsKrI4n54OQYkjrdX2c,48
|
|
13
|
+
cook_build-0.6.2.dist-info/top_level.txt,sha256=ewNQIn2oRSYV98vAsUnw88u2Q8XHKhAz70ed2PEdR2c,5
|
|
14
|
+
cook_build-0.6.2.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|