commit 7b5e009c746630784fd3e0d490a95d50a6b68d2f Author: James Antill Date: Mon Aug 8 12:29:32 2022 -0400 Update yaml diff --git a/inkscape.yaml b/inkscape.yaml new file mode 100644 index 0000000..3d09a63 --- /dev/null +++ b/inkscape.yaml @@ -0,0 +1,124 @@ +--- +document: modulemd +version: 2 +data: + name: inkscape + stream: 0.92.3 + version: 8060020211111060137 + context: b951fd09 + summary: Vector-based drawing program using SVG + description: >- + Inkscape is a vector graphics editor, with capabilities similar to + + Illustrator, CorelDraw, or Xara X, using the W3C standard Scalable Vector + + Graphics (SVG) file format. It is therefore a very useful tool for web + + designers and as an interchange format for desktop publishing. + + + Inkscape supports many advanced SVG features (markers, clones, alpha + + blending, etc.) and great care is taken in designing a streamlined + + interface. It is very easy to edit nodes, perform complex path operations, + + trace bitmaps and much more. + license: + module: + - GPL-2.0 + xmd: + mbs: + buildrequires: + platform: + context: 00000000 + filtered_rpms: [] + koji_tag: module-centos-8.6.0-build + ref: virtual + stream: el8.6.0 + stream_collision_modules: + ursine_rpms: + version: 2 + python27: + context: 8cdc2268 + filtered_rpms: [] + koji_tag: module-python27-2.7-8060020211109204754-8cdc2268 + ref: 9828beb2ec3bce892632b9df34287f09c491c9ce + stream: 2.7 + version: 8060020211109204754 + commit: 39780ae1b2bc17c06e14d31eefcbc6db79d8d5ca + mse: TRUE + rpms: + inkscape: + ref: d8d13218b622f0b634ca3d95b20919386d99b732 + python-scour: + ref: cc8ab9533c284258022bd2b4f714985c5a903bec + scmurl: git+https://git.centos.org/modules/inkscape.git?#39780ae1b2bc17c06e14d31eefcbc6db79d8d5ca + ursine_rpms: + - python2-test-0:2.7.17-1.el8.i686 + - python2-libs-0:2.7.17-1.el8.i686 + - python2-devel-0:2.7.17-1.el8.x86_64 + - python2-libs-0:2.7.17-1.el8.aarch64 + - python2-0:2.7.17-1.el8.aarch64 + - python-psycopg2-doc-0:2.7.5-7.el8.i686 + - python2-0:2.7.17-1.el8.x86_64 + - python-sqlalchemy-doc-0:1.2.7-3.el8.noarch + - python2-test-0:2.7.17-1.el8.aarch64 + - python2-setuptools-0:39.2.0-6.el8.noarch + - python2-test-0:2.7.17-1.el8.ppc64le + - python-nose-docs-0:1.3.7-23.el8.noarch + - python2-devel-0:2.7.17-1.el8.aarch64 + - python2-nose-0:1.3.7-23.el8.noarch + - python-psycopg2-doc-0:2.7.5-7.el8.aarch64 + - python2-devel-0:2.7.17-1.el8.ppc64le + - python2-0:2.7.17-1.el8.ppc64le + - python-psycopg2-doc-0:2.7.5-7.el8.x86_64 + - python2-rpm-macros-0:3-41.el8.noarch + - python2-test-0:2.7.17-1.el8.x86_64 + - python-psycopg2-doc-0:2.7.5-7.el8.ppc64le + - python2-devel-0:2.7.17-1.el8.i686 + - python2-libs-0:2.7.17-1.el8.ppc64le + - babel-0:2.5.1-7.el8.noarch + - python2-0:2.7.17-1.el8.i686 + - python2-libs-0:2.7.17-1.el8.x86_64 + dependencies: + - buildrequires: + platform: [el8.6.0] + python27: [2.7] + requires: + platform: [el8] + python27: [2.7] + references: + documentation: https://inkscape.org/en/learn/ + tracker: https://bugs.launchpad.net/inkscape + profiles: + common: + rpms: + - inkscape + api: + rpms: + - inkscape + filter: + rpms: + - python3-* + - python3-dns + - python3-scour + buildopts: + rpms: + macros: > + %_with_python2 1 + components: + rpms: + inkscape: + rationale: Module API. + repository: git+https://git.centos.org/rpms/inkscape + cache: https://git.centos.org/repo/pkgs/inkscape + ref: d8d13218b622f0b634ca3d95b20919386d99b732 + arches: [aarch64, i686, ppc64le, x86_64] + python-scour: + rationale: Runtime requirement of inkscape, should not be in API. + repository: git+https://git.centos.org/rpms/python-scour + cache: https://git.centos.org/repo/pkgs/python-scour + ref: cc8ab9533c284258022bd2b4f714985c5a903bec + arches: [aarch64, i686, ppc64le, x86_64] +...