2022-02-23 00:51:49 UTC

This commit is contained in:
Repository mirror & CI
2022-02-23 00:51:49 +00:00
parent 43b555e3cf
commit 3cd126fa81
38 changed files with 339 additions and 113 deletions

View File

@@ -1,15 +1,17 @@
BDEPEND=python_targets_python3_9? ( >=dev-lang/python-3.9.9-r1:3.9 ) python_targets_python3_10? ( >=dev-lang/python-3.10.0_p1-r1:3.10 ) doc? ( dev-python/sphinx[python_targets_python3_9(-)?,python_targets_python3_10(-)?] dev-python/furo[python_targets_python3_9(-)?,python_targets_python3_10(-)?] ) >=dev-util/meson-0.58.2-r1 >=dev-util/ninja-1.8.2 dev-util/meson-format-array
DEFINED_PHASES=compile configure install test
DEPEND=test? ( gui-libs/gtk:4[introspection] )
DESCRIPTION=Compiler for Blueprint, a markup language for GTK user interfaces
EAPI=8
HOMEPAGE=https://jwestman.pages.gitlab.gnome.org/blueprint-compiler/
INHERIT=meson python-r1
IUSE=doc python_targets_python3_9 python_targets_python3_10
IUSE=doc test python_targets_python3_9 python_targets_python3_10
KEYWORDS=~amd64
LICENSE=LGPL-3+
RDEPEND=python_targets_python3_9? ( >=dev-lang/python-3.9.9-r1:3.9 ) python_targets_python3_10? ( >=dev-lang/python-3.10.0_p1-r1:3.10 )
REQUIRED_USE=|| ( python_targets_python3_9 python_targets_python3_10 )
RESTRICT=!test? ( test )
SLOT=0
SRC_URI=https://gitlab.gnome.org/jwestman/blueprint-compiler/-/archive/8ce748e62b6f7d10cf16a075a37c8f4b1f0267e4/blueprint-compiler-8ce748e62b6f7d10cf16a075a37c8f4b1f0267e4.tar.gz -> blueprint-compiler-0.1.0_pre20220219.tar.gz
_eclasses_=multiprocessing 61c959fc55c15c00bbb1079d6a71370b ninja-utils a4dab848a4490e8e48cf0baab3e61bc2 toolchain-funcs badd6e329e1f3e6bee99b35bf8763ce8 multilib de4beb52bfa93c4c5d96792a6b5e1784 python-utils-r1 d3d7da5aff94a677154819e0cb95ee36 meson 9f3e84959ae1d60e19bc91f212774dcc multibuild d79bd5b4bc4edcb1f5bc19591f8d4714 python-r1 bcd408f1e4a9669198ef4dfcd5ab8696
_md5_=bc9b242ce581bae7724f317980a27cb7
_md5_=90def0cd9ebe64cd0655cdf7f157b545

View File

@@ -1,14 +1,16 @@
BDEPEND=python_targets_python3_9? ( >=dev-lang/python-3.9.9-r1:3.9 ) python_targets_python3_10? ( >=dev-lang/python-3.10.0_p1-r1:3.10 ) doc? ( dev-python/sphinx[python_targets_python3_9(-)?,python_targets_python3_10(-)?] dev-python/furo[python_targets_python3_9(-)?,python_targets_python3_10(-)?] ) >=dev-util/meson-0.58.2-r1 >=dev-util/ninja-1.8.2 dev-util/meson-format-array >=dev-vcs/git-1.8.2.1[curl]
DEFINED_PHASES=compile configure install test unpack
DEPEND=test? ( gui-libs/gtk:4[introspection] )
DESCRIPTION=Compiler for Blueprint, a markup language for GTK user interfaces
EAPI=8
HOMEPAGE=https://jwestman.pages.gitlab.gnome.org/blueprint-compiler/
INHERIT=meson python-r1 git-r3
IUSE=doc python_targets_python3_9 python_targets_python3_10
IUSE=doc test python_targets_python3_9 python_targets_python3_10
LICENSE=LGPL-3+
PROPERTIES=live
RDEPEND=python_targets_python3_9? ( >=dev-lang/python-3.9.9-r1:3.9 ) python_targets_python3_10? ( >=dev-lang/python-3.10.0_p1-r1:3.10 )
REQUIRED_USE=|| ( python_targets_python3_9 python_targets_python3_10 )
RESTRICT=!test? ( test )
SLOT=0
_eclasses_=multiprocessing 61c959fc55c15c00bbb1079d6a71370b ninja-utils a4dab848a4490e8e48cf0baab3e61bc2 toolchain-funcs badd6e329e1f3e6bee99b35bf8763ce8 multilib de4beb52bfa93c4c5d96792a6b5e1784 python-utils-r1 d3d7da5aff94a677154819e0cb95ee36 meson 9f3e84959ae1d60e19bc91f212774dcc multibuild d79bd5b4bc4edcb1f5bc19591f8d4714 python-r1 bcd408f1e4a9669198ef4dfcd5ab8696 git-r3 cc875b0c1e9b3bdac1af0f82f3ba29da
_md5_=825b9a7a21307af47cc1f471666c748b
_md5_=e1a7a143b81833148e37836c643ea754

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long