File: control

package info (click to toggle)
python-os-resource-classes 1.1.0-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 188 kB
  • sloc: python: 132; makefile: 19
file content (75 lines) | stat: -rw-r--r-- 2,523 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
Source: python-os-resource-classes
Section: python
Priority: optional
Maintainer: Debian OpenStack <team+openstack@tracker.debian.org>
Uploaders:
 Thomas Goirand <zigo@debian.org>,
 Mickael Asseline <mickael@papamica.com>,
Build-Depends:
 debhelper-compat (= 10),
 dh-python,
 openstack-pkg-tools (>= 99~),
 python3-all,
 python3-pbr,
 python3-setuptools,
 python3-sphinx,
Build-Depends-Indep:
 python3-coverage,
 python3-hacking,
 python3-openstackdocstheme,
 python3-oslotest,
 python3-reno,
 python3-stestr,
 python3-subunit,
 python3-testtools,
 subunit,
Standards-Version: 4.4.1
Vcs-Browser: https://salsa.debian.org/openstack-team/libs/python-os-resource-classes
Vcs-Git: https://salsa.debian.org/openstack-team/libs/python-os-resource-classes.git
Homepage: https://docs.openstack.org/os-resource-classes/latest/

Package: python-os-resource-classes-doc
Section: doc
Architecture: all
Depends:
 ${misc:Depends},
 ${sphinxdoc:Depends},
Description: Resource Classes for OpenStack - doc
 A resource class is a distinct type of inventory that exists in a cloud
 environment, for example VCPU, DISK_GB. They are upper case with underscores.
 They often include a unit in their name.
 .
 This package provides a collection of symbols representing those standard
 resource classes which are expected to be available in any OpenStack
 deployment.
 .
 There also exists a concept of custom resource classes. These are countable
 types that are custom to a particular environment. The OpenStack placement API
 provides a way to create these. A custom resource class always begins with a
 CUSTOM_ prefix.
 .
 This package contains the documentation.

Package: python3-os-resource-classes
Architecture: all
Depends:
 python3-pbr,
 ${misc:Depends},
 ${python3:Depends},
Suggests:
 python-os-resource-classes-doc,
Description: Resource Classes for OpenStack - Python 3.x
 A resource class is a distinct type of inventory that exists in a cloud
 environment, for example VCPU, DISK_GB. They are upper case with underscores.
 They often include a unit in their name.
 .
 This package provides a collection of symbols representing those standard
 resource classes which are expected to be available in any OpenStack
 deployment.
 .
 There also exists a concept of custom resource classes. These are countable
 types that are custom to a particular environment. The OpenStack placement API
 provides a way to create these. A custom resource class always begins with a
 CUSTOM_ prefix.
 .
 This package contains the Python 3.x module.