2021-08-03 09:21:48 UTC

This commit is contained in:
Repository mirror & CI 2021-08-03 09:21:50 +00:00
parent eb3216de78
commit 804205b01b
No known key found for this signature in database
GPG Key ID: 7C2AC09CD98F2EDF
3 changed files with 18 additions and 2 deletions

View File

@ -0,0 +1,16 @@
BDEPEND=dev-python/setuptools[python_targets_pypy3(-)?,python_targets_python3_8(-)?,python_targets_python3_9(-)?,python_targets_python3_10(-)?] dev-python/tomli[python_targets_pypy3(-)?,python_targets_python3_8(-)?,python_targets_python3_9(-)?,python_targets_python3_10(-)?] test? ( dev-python/pytest-forked[python_targets_pypy3(-)?,python_targets_python3_8(-)?,python_targets_python3_9(-)?,python_targets_python3_10(-)?] dev-python/wheel[python_targets_pypy3(-)?,python_targets_python3_8(-)?,python_targets_python3_9(-)?,python_targets_python3_10(-)?] ) test? ( dev-python/setuptools[python_targets_pypy3(-)?,python_targets_python3_8(-)?,python_targets_python3_9(-)?,python_targets_python3_10(-)?] dev-python/tomli[python_targets_pypy3(-)?,python_targets_python3_8(-)?,python_targets_python3_9(-)?,python_targets_python3_10(-)?] >=dev-python/pytest-4.5.0[python_targets_pypy3(-)?,python_targets_python3_8(-)?,python_targets_python3_9(-)?,python_targets_python3_10(-)?] ) python_targets_pypy3? ( >=dev-python/pypy3-7.3.0:0= ) python_targets_python3_8? ( dev-lang/python:3.8 ) python_targets_python3_9? ( dev-lang/python:3.9 ) python_targets_python3_10? ( dev-lang/python:3.10 ) >=dev-lang/python-exec-2:=[python_targets_pypy3(-)?,python_targets_python3_8(-)?,python_targets_python3_9(-)?,python_targets_python3_10(-)?]
DEFINED_PHASES=compile configure install prepare test
DESCRIPTION=Cheap setup.py hack to install flit & poetry-based projects
EAPI=8
HOMEPAGE=https://github.com/mgorny/pyproject2setuppy
INHERIT=distutils-r1
IUSE=test python_targets_pypy3 python_targets_python3_8 python_targets_python3_9 python_targets_python3_10
KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc64 ~riscv ~s390 ~sparc ~x86 ~x64-macos
LICENSE=BSD-2
RDEPEND=dev-python/setuptools[python_targets_pypy3(-)?,python_targets_python3_8(-)?,python_targets_python3_9(-)?,python_targets_python3_10(-)?] dev-python/tomli[python_targets_pypy3(-)?,python_targets_python3_8(-)?,python_targets_python3_9(-)?,python_targets_python3_10(-)?] python_targets_pypy3? ( >=dev-python/pypy3-7.3.0:0= ) python_targets_python3_8? ( dev-lang/python:3.8 ) python_targets_python3_9? ( dev-lang/python:3.9 ) python_targets_python3_10? ( dev-lang/python:3.10 ) >=dev-lang/python-exec-2:=[python_targets_pypy3(-)?,python_targets_python3_8(-)?,python_targets_python3_9(-)?,python_targets_python3_10(-)?]
REQUIRED_USE=|| ( python_targets_pypy3 python_targets_python3_8 python_targets_python3_9 python_targets_python3_10 )
RESTRICT=!test? ( test )
SLOT=0
SRC_URI=https://github.com/mgorny/pyproject2setuppy/archive/v19.tar.gz -> pyproject2setuppy-19.tar.gz
_eclasses_=multiprocessing 61c959fc55c15c00bbb1079d6a71370b toolchain-funcs 9ea1c67b6f8315fdc2568abb674519aa multilib 97566c1a256d07b00848aa767e38a352 multibuild 05a584848db4901c97fcd94ae7cc3a97 python-utils-r1 2f5967e7ced9abfa71ff7b0ea8d61b3a python-r1 e20b80360497e6215aed0dd4ca7d6bad distutils-r1 943c17c3afd0f811ad36a0b5c8dedba9
_md5_=ba1a4b0ce35ab7430982c6e8bd9aef45

View File

@ -9168,7 +9168,7 @@ dev-python/pypiserver 1.4.2: Minimal PyPI server
dev-python/pypng 0.0.20: Pure Python PNG image encoder/decoder dev-python/pypng 0.0.20: Pure Python PNG image encoder/decoder
dev-python/pyprof2calltree 1.4.5: convert python profile data to kcachegrind calltree form dev-python/pyprof2calltree 1.4.5: convert python profile data to kcachegrind calltree form
dev-python/pyproj 3.0.1 3.1.0: Python interface to the PROJ library dev-python/pyproj 3.0.1 3.1.0: Python interface to the PROJ library
dev-python/pyproject2setuppy 17 18: Cheap setup.py hack to install flit & poetry-based projects dev-python/pyproject2setuppy 17 18 19: Cheap setup.py hack to install flit & poetry-based projects
dev-python/pypugjs 5.9.5 5.9.8 5.9.9: Pug (Jade) syntax adapter for Django, Jinja2 and Mako templates dev-python/pypugjs 5.9.5 5.9.8 5.9.9: Pug (Jade) syntax adapter for Django, Jinja2 and Mako templates
dev-python/pypy 7.3.4 7.3.4_p1 7.3.5_rc3 7.3.5_rc3_p1 7.3.5: A fast, compliant alternative implementation of the Python language dev-python/pypy 7.3.4 7.3.4_p1 7.3.5_rc3 7.3.5_rc3_p1 7.3.5: A fast, compliant alternative implementation of the Python language
dev-python/pypy-exe 7.3.4 7.3.5_rc3 7.3.5: PyPy executable (build from source) dev-python/pypy-exe 7.3.4 7.3.5_rc3 7.3.5: PyPy executable (build from source)

View File

@ -1 +1 @@
Tue, 03 Aug 2021 09:06:31 +0000 Tue, 03 Aug 2021 09:21:48 +0000