2022-05-02 07:33:01 UTC

This commit is contained in:
Repository mirror & CI
2022-05-02 07:33:01 +00:00
parent cc73a39fc5
commit 301736125f
104 changed files with 873 additions and 311 deletions

View File

@@ -3,6 +3,7 @@ DEFINED_PHASES=compile install unpack
DEPEND=dev-lang/hare test? ( app-text/mandoc )
DESCRIPTION=remove binary executables from a directory
EAPI=8
HOMEPAGE=https://git.sr.ht/~lanodan/deblob
INHERIT=git-r3
IUSE=test
LICENSE=BSD
@@ -10,4 +11,4 @@ PROPERTIES=live
RESTRICT=!test? ( test )
SLOT=0
_eclasses_=git-r3 b9ac6f96d2a88edb5b351df634dc5e53
_md5_=0b62227df2d9f78177329ca94d270fb5
_md5_=cd85ba0058fc4d6cfbe6a811bf59c7ef

View File

@@ -1,4 +1,4 @@
BDEPEND=test? ( media-gfx/fontdiff dev-python/mock[python_targets_python3_8(-)?,python_targets_python3_9(-)?] ) test? ( >=dev-python/fonttools-4.32.0[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/glyphsLib-6.0.4[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/ufo2ft-2.27.0[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/fontMath-0.9.1[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/ufoLib2-0.13.0[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/attrs-19[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/lxml-4.2.4[python_targets_python3_8(-)?,python_targets_python3_9(-)?] dev-python/compreffor[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/unicodedata2-14[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/pytest-7.0.1[python_targets_python3_8(-)?,python_targets_python3_9(-)?] ) python_targets_python3_8? ( >=dev-lang/python-3.8.12_p1-r1:3.8 ) python_targets_python3_9? ( >=dev-lang/python-3.9.9-r1:3.9 ) >=dev-python/gpep517-3[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/setuptools-60.5.0[python_targets_python3_8(-)?,python_targets_python3_9(-)?] dev-python/wheel[python_targets_python3_8(-)?,python_targets_python3_9(-)?]
BDEPEND=test? ( media-gfx/fontdiff dev-python/mock[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/ttfautohint-py-0.5.0[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/MutatorMath-3.0.1[python_targets_python3_8(-)?,python_targets_python3_9(-)?] ) test? ( >=dev-python/fonttools-4.32.0[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/glyphsLib-6.0.4[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/ufo2ft-2.27.0[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/fontMath-0.9.1[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/ufoLib2-0.13.0[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/attrs-19[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/lxml-4.2.4[python_targets_python3_8(-)?,python_targets_python3_9(-)?] dev-python/compreffor[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/unicodedata2-14[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/pytest-7.0.1[python_targets_python3_8(-)?,python_targets_python3_9(-)?] ) python_targets_python3_8? ( >=dev-lang/python-3.8.12_p1-r1:3.8 ) python_targets_python3_9? ( >=dev-lang/python-3.9.9-r1:3.9 ) >=dev-python/gpep517-3[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/setuptools-60.5.0[python_targets_python3_8(-)?,python_targets_python3_9(-)?] dev-python/wheel[python_targets_python3_8(-)?,python_targets_python3_9(-)?]
DEFINED_PHASES=compile configure install postinst prepare setup test
DEPEND=>=dev-python/fonttools-4.32.0[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/glyphsLib-6.0.4[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/ufo2ft-2.27.0[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/fontMath-0.9.1[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/ufoLib2-0.13.0[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/attrs-19[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/lxml-4.2.4[python_targets_python3_8(-)?,python_targets_python3_9(-)?] dev-python/compreffor[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/unicodedata2-14[python_targets_python3_8(-)?,python_targets_python3_9(-)?] dev-python/setuptools_scm[python_targets_python3_8(-)?,python_targets_python3_9(-)?]
DESCRIPTION=A wrapper for several Python libraries to compile fonts from sources
@@ -14,4 +14,4 @@ RESTRICT=!test? ( test )
SLOT=0
SRC_URI=https://github.com/googlefonts/fontmake/archive/refs/tags/v3.3.0.tar.gz -> fontmake-3.3.0.tar.gz
_eclasses_=multibuild d26d81f242cb193d899a72bca423d0bd multiprocessing b4e253ab22cef7b1085e9b67c7a3b730 toolchain-funcs badd6e329e1f3e6bee99b35bf8763ce8 multilib 4a33c9008e5ee30cb8840a3fdc24df2b python-utils-r1 6d4bdf68f7dcd9a5491613be687ae665 python-r1 8638751691200e941f26fe0ac3aef1d1 distutils-r1 0827198943c9287a83534fd8cbe3d897 optfeature d524f291c80f9d21ad80fe978e3ca760
_md5_=482cb425a00266884008dfe2e529ed11
_md5_=1f1beb1bec81f3682fa61c826c443662