2023-07-24 08:31:45 UTC

This commit is contained in:
Repository mirror & CI
2023-07-24 08:31:45 +00:00
parent 2d9cf68d53
commit 73d96c11d1
11 changed files with 79 additions and 31 deletions

View File

@@ -1,16 +0,0 @@
BDEPEND=test? ( dev-python/beautifulsoup4[python_targets_python3_10(-)?] dev-python/docutils[python_targets_python3_10(-)?] dev-python/lxml[python_targets_python3_10(-)?] dev-python/markdown[python_targets_python3_10(-)?] dev-python/pygments[python_targets_python3_10(-)?] dev-python/tomlkit[python_targets_python3_10(-)?] ) test? ( dev-python/python-debian[python_targets_python3_10(-)?] dev-python/ruamel-yaml[python_targets_python3_10(-)?] dev-vcs/breezy[python_targets_python3_10(-)?] python_targets_python3_10? ( dev-python/unittest-or-fail[python_targets_python3_10(-)?] ) ) python_targets_python3_10? ( dev-lang/python:3.10 ) >=dev-python/gpep517-13[python_targets_python3_10(-)?] >=dev-python/setuptools-67.8.0-r1[python_targets_python3_10(-)?]
DEFINED_PHASES=compile configure install postinst prepare test
DESCRIPTION=Tracking of upstream project metadata
EAPI=8
HOMEPAGE=https://pypi.org/project/upstream-ontologist/ https://github.com/jelmer/upstream-ontologist
INHERIT=edo distutils-r1 optfeature pypi
IUSE=test python_targets_python3_10
KEYWORDS=~amd64
LICENSE=GPL-2+
RDEPEND=dev-python/python-debian[python_targets_python3_10(-)?] dev-python/ruamel-yaml[python_targets_python3_10(-)?] dev-vcs/breezy[python_targets_python3_10(-)?] python_targets_python3_10? ( dev-lang/python:3.10 )
REQUIRED_USE=|| ( python_targets_python3_10 )
RESTRICT=!test? ( test )
SLOT=0
SRC_URI=https://files.pythonhosted.org/packages/source/u/upstream-ontologist/upstream-ontologist-0.1.35.tar.gz
_eclasses_=edo c0eb9cbe6b0bd01fcb4918f12598a4d3 toolchain-funcs 8e3fb781f3258ae2757d1dfc2c7c170e multilib c19072c3cd7ac5cb21de013f7e9832e0 flag-o-matic ad475baa777c9978fa035216c8264a10 out-of-source-utils 1a9007554652a6e627edbccb3c25a439 multibuild 30dbf3c5a31db09a19f31ad0a68f2405 multiprocessing b4e253ab22cef7b1085e9b67c7a3b730 ninja-utils f3010c780f65d1bb5aea15a9af1adc9c python-utils-r1 7661dc585f75dd1f81eccefe37bef093 python-r1 b3f874304c1bda6ffc3450ebb4ae5169 distutils-r1 b7cd5736a595ec0df9b164d5aec6f228 optfeature 222cb475c5a4f7ae7cfb0bf510a6fe54 pypi 2eecb475512bc76e5ea9192a681b9e6b
_md5_=460cda819cc07fa9e0c9d46fb73cc037

View File

@@ -0,0 +1,16 @@
BDEPEND=test? ( python_single_target_python3_10? ( dev-python/beautifulsoup4[python_targets_python3_10(-)] dev-python/docutils[python_targets_python3_10(-)] dev-python/lxml[python_targets_python3_10(-)] dev-python/markdown[python_targets_python3_10(-)] dev-python/pygments[python_targets_python3_10(-)] dev-python/tomlkit[python_targets_python3_10(-)] ) python_single_target_python3_11? ( dev-python/beautifulsoup4[python_targets_python3_11(-)] dev-python/docutils[python_targets_python3_11(-)] dev-python/lxml[python_targets_python3_11(-)] dev-python/markdown[python_targets_python3_11(-)] dev-python/pygments[python_targets_python3_11(-)] dev-python/tomlkit[python_targets_python3_11(-)] ) ) test? ( python_single_target_python3_10? ( dev-python/python-debian[python_targets_python3_10(-)] dev-python/ruamel-yaml[python_targets_python3_10(-)] ) python_single_target_python3_11? ( dev-python/python-debian[python_targets_python3_11(-)] dev-python/ruamel-yaml[python_targets_python3_11(-)] ) dev-vcs/breezy[python_single_target_python3_10(-)?,python_single_target_python3_11(-)?] python_single_target_python3_10? ( dev-python/unittest-or-fail[python_targets_python3_10(-)] ) python_single_target_python3_11? ( dev-python/unittest-or-fail[python_targets_python3_11(-)] ) ) python_single_target_python3_10? ( dev-lang/python:3.10 ) python_single_target_python3_11? ( dev-lang/python:3.11 ) python_single_target_python3_10? ( >=dev-python/gpep517-13[python_targets_python3_10(-)] >=dev-python/setuptools-67.8.0-r1[python_targets_python3_10(-)] ) python_single_target_python3_11? ( >=dev-python/gpep517-13[python_targets_python3_11(-)] >=dev-python/setuptools-67.8.0-r1[python_targets_python3_11(-)] )
DEFINED_PHASES=compile configure install postinst prepare setup test
DESCRIPTION=Tracking of upstream project metadata
EAPI=8
HOMEPAGE=https://pypi.org/project/upstream-ontologist/ https://github.com/jelmer/upstream-ontologist
INHERIT=edo distutils-r1 optfeature pypi
IUSE=test python_single_target_python3_10 python_single_target_python3_11
KEYWORDS=~amd64
LICENSE=GPL-2+
RDEPEND=python_single_target_python3_10? ( dev-python/python-debian[python_targets_python3_10(-)] dev-python/ruamel-yaml[python_targets_python3_10(-)] ) python_single_target_python3_11? ( dev-python/python-debian[python_targets_python3_11(-)] dev-python/ruamel-yaml[python_targets_python3_11(-)] ) dev-vcs/breezy[python_single_target_python3_10(-)?,python_single_target_python3_11(-)?] python_single_target_python3_10? ( dev-lang/python:3.10 ) python_single_target_python3_11? ( dev-lang/python:3.11 )
REQUIRED_USE=^^ ( python_single_target_python3_10 python_single_target_python3_11 )
RESTRICT=!test? ( test )
SLOT=0
SRC_URI=https://files.pythonhosted.org/packages/source/u/upstream-ontologist/upstream-ontologist-0.1.35.tar.gz
_eclasses_=edo c0eb9cbe6b0bd01fcb4918f12598a4d3 toolchain-funcs 8e3fb781f3258ae2757d1dfc2c7c170e multilib c19072c3cd7ac5cb21de013f7e9832e0 flag-o-matic ad475baa777c9978fa035216c8264a10 out-of-source-utils 1a9007554652a6e627edbccb3c25a439 multibuild 30dbf3c5a31db09a19f31ad0a68f2405 multiprocessing b4e253ab22cef7b1085e9b67c7a3b730 ninja-utils f3010c780f65d1bb5aea15a9af1adc9c python-utils-r1 7661dc585f75dd1f81eccefe37bef093 python-single-r1 75118e916668a74c660a13b0ecb22562 distutils-r1 b7cd5736a595ec0df9b164d5aec6f228 optfeature 222cb475c5a4f7ae7cfb0bf510a6fe54 pypi 2eecb475512bc76e5ea9192a681b9e6b
_md5_=14fa4c943cf6397641ae49547664e7b2