icplot 0.0.4__tar.gz → 0.0.6__tar.gz

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.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: icplot
3
- Version: 0.0.4
3
+ Version: 0.0.6
4
4
  Summary: Utilities for generating plots and graphics for technical reports.
5
5
  Author-email: "James Grogan, Irish Centre for High End Computing" <james.grogan@ichec.ie>
6
6
  Project-URL: Repository, https://git.ichec.ie/performance/toolshed/icplot
@@ -15,15 +15,17 @@ Requires-Python: >=3.8
15
15
  Description-Content-Type: text/markdown
16
16
  License-File: LICENSE
17
17
  Requires-Dist: wand
18
- Requires-Dist: pycairo
19
- Requires-Dist: CairoSVG
20
- Requires-Dist: iccore==0.0.7
18
+ Requires-Dist: matplotlib
19
+ Requires-Dist: iccore==0.0.8
21
20
  Provides-Extra: test
22
21
  Requires-Dist: pytest; extra == "test"
23
22
  Requires-Dist: pytest-cov; extra == "test"
24
23
  Requires-Dist: pytest-sugar; extra == "test"
25
24
  Requires-Dist: black; extra == "test"
26
25
  Requires-Dist: mypy; extra == "test"
26
+ Provides-Extra: cairo
27
+ Requires-Dist: pycairo; extra == "cairo"
28
+ Requires-Dist: CairoSVG; extra == "cairo"
27
29
 
28
30
  # icplot
29
31
 
@@ -1,6 +1,6 @@
1
1
  [project]
2
2
  name = "icplot"
3
- version = "0.0.4"
3
+ version = "0.0.6"
4
4
  authors = [
5
5
  { name="James Grogan, Irish Centre for High End Computing", email="james.grogan@ichec.ie" },
6
6
  ]
@@ -17,9 +17,8 @@ classifiers = [
17
17
  keywords = ["Publishing", "Technical Reports", "Graphics"]
18
18
 
19
19
  dependencies = ["wand",
20
- "pycairo",
21
- "CairoSVG",
22
- "iccore==0.0.7"]
20
+ "matplotlib",
21
+ "iccore==0.0.8"]
23
22
 
24
23
  [project.urls]
25
24
  Repository = "https://git.ichec.ie/performance/toolshed/icplot"
@@ -34,6 +33,11 @@ test = [
34
33
  "mypy"
35
34
  ]
36
35
 
36
+ cairo = [
37
+ "pycairo",
38
+ "CairoSVG"
39
+ ]
40
+
37
41
  [build-system]
38
42
  requires = ["setuptools>=61.0", "wheel"]
39
43
  build-backend = "setuptools.build_meta"
@@ -70,6 +74,7 @@ deps =
70
74
  pytest>=7
71
75
  pytest-sugar
72
76
  pytest-cov
77
+ .[cairo]
73
78
  commands =
74
79
  pytest {posargs:test}
75
80
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: icplot
3
- Version: 0.0.4
3
+ Version: 0.0.6
4
4
  Summary: Utilities for generating plots and graphics for technical reports.
5
5
  Author-email: "James Grogan, Irish Centre for High End Computing" <james.grogan@ichec.ie>
6
6
  Project-URL: Repository, https://git.ichec.ie/performance/toolshed/icplot
@@ -15,15 +15,17 @@ Requires-Python: >=3.8
15
15
  Description-Content-Type: text/markdown
16
16
  License-File: LICENSE
17
17
  Requires-Dist: wand
18
- Requires-Dist: pycairo
19
- Requires-Dist: CairoSVG
20
- Requires-Dist: iccore==0.0.7
18
+ Requires-Dist: matplotlib
19
+ Requires-Dist: iccore==0.0.8
21
20
  Provides-Extra: test
22
21
  Requires-Dist: pytest; extra == "test"
23
22
  Requires-Dist: pytest-cov; extra == "test"
24
23
  Requires-Dist: pytest-sugar; extra == "test"
25
24
  Requires-Dist: black; extra == "test"
26
25
  Requires-Dist: mypy; extra == "test"
26
+ Provides-Extra: cairo
27
+ Requires-Dist: pycairo; extra == "cairo"
28
+ Requires-Dist: CairoSVG; extra == "cairo"
27
29
 
28
30
  # icplot
29
31
 
@@ -1,7 +1,10 @@
1
1
  wand
2
+ matplotlib
3
+ iccore==0.0.8
4
+
5
+ [cairo]
2
6
  pycairo
3
7
  CairoSVG
4
- iccore==0.0.7
5
8
 
6
9
  [test]
7
10
  pytest
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes