aboutsummaryrefslogtreecommitdiffhomepage
path: root/internal/rosa/package/python
diff options
context:
space:
mode:
Diffstat (limited to 'internal/rosa/package/python')
-rw-r--r--internal/rosa/package/python/package.az38
1 files changed, 38 insertions, 0 deletions
diff --git a/internal/rosa/package/python/package.az b/internal/rosa/package/python/package.az
index dc1e3fca..e75709e6 100644
--- a/internal/rosa/package/python/package.az
+++ b/internal/rosa/package/python/package.az
@@ -370,6 +370,44 @@ package python-pluggy {
runtime = [ python ];
}
+package python-poetry-core {
+ description = "poetry PEP 517 Build Backend & Core Utilities";
+ website = "https://github.com/python-poetry/poetry-core";
+ anitya = 71155;
+
+ version# = "2.4.1";
+ source = remoteGitHub {
+ suffix = "python-poetry/poetry-core";
+ tag = version;
+ checksum = "tf9OeSUv9TJwKd48fQIU2uGtZ36GN-PDmPDZzjClozzLjv-rQ5nIbOg9gOXpegiH";
+ };
+
+ exec = pip {
+ // pytest circular dependency
+ check = nil;
+ };
+}
+
+package python-tomlkit {
+ description = "style-preserving TOML library for Python";
+ website = "https://github.com/python-poetry/tomlkit";
+ anitya = 19609;
+
+ version# = "0.15.1";
+ source = remoteGitHub {
+ suffix = "python-poetry/tomlkit";
+ tag = version;
+ checksum = "6n8h0Yf-OO0ARildxqyB1mB1EhS7uALtqFJqD7t7G1JSFTTb9RGRWSpCg-vamuu8";
+ };
+
+ exec = pip {
+ // pytest circular dependency
+ check = nil;
+ };
+
+ inputs = [ python-poetry-core ];
+}
+
package python-hatchling {
description = "the extensible, standards compliant build backend used by Hatch";
website = "https://hatch.pypa.io";