Update yaml

This commit is contained in:
James Antill 2022-08-08 12:27:56 -04:00
commit acf20f8e5b

102
gimp.yaml Normal file
View File

@ -0,0 +1,102 @@
---
document: modulemd
version: 2
data:
name: gimp
stream: 2.8
version: 8000020190628145146
context: 4148dfdf
summary: gimp module
description: "GIMP (GNU Image Manipulation Program) is a powerful image composition
and\nediting program, which can be extremely useful for creating logos and other\ngraphics
for webpages. "
license:
module:
- MIT
xmd:
mbs:
mse: TRUE
buildrequires:
python27:
ref: 1e57bbd7832e9b6ac80ddf6bb64efc0788d28204
stream: 2.7
context: c0efe978
version: 8000020190628020724
koji_tag: module-python27-2.7-8000020190628020724-c0efe978
filtered_rpms: []
platform:
ref: virtual
stream: el8.0.0
context: 00000000
version: 3
koji_tag: module-centos-8.0.0-build
stream_collision_modules:
ursine_rpms:
filtered_rpms: []
scmurl: git+https://git.centos.org/modules/gimp.git?#54a369cd21b4f0613de9460a1064aaf9b5035a59
commit: 54a369cd21b4f0613de9460a1064aaf9b5035a59
rpms:
gimp:
ref: 9ddcacfbf75bdb17f97f6ecba5dc66c8413cab1c
pygtk2:
ref: 6f95a814300e0ee99690603b5aec87b4ce3664fc
python2-pycairo:
ref: 33be420e72aa31f980e6be891af0c248ce43e835
pygobject2:
ref: 9f812b56e5c844bac7d1b1157e5be4a2ec3e9938
dependencies:
- buildrequires:
platform: [el8.0.0]
python27: [2.7]
requires:
platform: [el8]
python27: [2.7]
references:
community: https://www.gimp.org/develop/
documentation: https://www.gimp.org/docs/
tracker: https://www.gimp.org/bugs/
profiles:
common:
rpms:
- gimp
devel:
rpms:
- gimp-devel
- gimp-devel-tools
api:
rpms:
- gimp
- gimp-devel
- gimp-devel-tools
- gimp-libs
components:
rpms:
gimp:
rationale: GIMP Module.
repository: git+https://git.centos.org/rpms/gimp
cache: https://git.centos.org/repo/pkgs/gimp
ref: 9ddcacfbf75bdb17f97f6ecba5dc66c8413cab1c
buildorder: 10
arches: [aarch64, i686, ppc64le, x86_64]
pygobject2:
rationale: GIMP Module dependency
repository: git+https://git.centos.org/rpms/pygobject2
cache: https://git.centos.org/repo/pkgs/pygobject2
ref: 9f812b56e5c844bac7d1b1157e5be4a2ec3e9938
buildorder: 1
arches: [aarch64, i686, ppc64le, x86_64]
pygtk2:
rationale: GIMP Module dependency
repository: git+https://git.centos.org/rpms/pygtk2
cache: https://git.centos.org/repo/pkgs/pygtk2
ref: 6f95a814300e0ee99690603b5aec87b4ce3664fc
buildorder: 5
arches: [aarch64, i686, ppc64le, x86_64]
python2-pycairo:
rationale: Python2 binding required by pygtk2
repository: git+https://git.centos.org/rpms/python2-pycairo
cache: https://git.centos.org/repo/pkgs/python2-pycairo
ref: 33be420e72aa31f980e6be891af0c248ce43e835
buildorder: 3
arches: [aarch64, i686, ppc64le, x86_64]
...