2022-08-24 16:08:15 UTC

This commit is contained in:
Repository mirror & CI
2022-08-24 16:08:16 +00:00
parent 0cd41b9a8c
commit ec1933ec78
109 changed files with 966 additions and 405 deletions

View File

@@ -0,0 +1,17 @@
BDEPEND=python_targets_python3_9? ( >=dev-lang/python-3.9.12:3.9 ) python_targets_python3_10? ( >=dev-lang/python-3.10.4:3.10 ) test? ( dev-python/attrs[python_targets_python3_9(-)?,python_targets_python3_10(-)?] dev-python/pydantic[python_targets_python3_9(-)?,python_targets_python3_10(-)?] dev-python/scrapy[python_targets_python3_9(-)?,python_targets_python3_10(-)?] ) test? ( python_targets_python3_9? ( >=dev-lang/python-3.9.12:3.9 ) python_targets_python3_10? ( >=dev-lang/python-3.10.4:3.10 ) >=dev-python/pytest-7.1.2[python_targets_python3_9(-)?,python_targets_python3_10(-)?] ) python_targets_python3_9? ( >=dev-lang/python-3.9.12:3.9 ) python_targets_python3_10? ( >=dev-lang/python-3.10.4:3.10 ) >=dev-python/setuptools-42.0.2[python_targets_python3_9(-)?,python_targets_python3_10(-)?]
DEFINED_PHASES=compile configure install prepare test
DEPEND=python_targets_python3_9? ( >=dev-lang/python-3.9.12:3.9 ) python_targets_python3_10? ( >=dev-lang/python-3.10.4:3.10 )
DESCRIPTION=Common interface for scrapy data container classes
EAPI=7
HOMEPAGE=https://scrapy.org/
INHERIT=distutils-r1
IUSE=test python_targets_python3_9 python_targets_python3_10
KEYWORDS=~amd64
LICENSE=BSD
RDEPEND=python_targets_python3_9? ( >=dev-lang/python-3.9.12:3.9 ) python_targets_python3_10? ( >=dev-lang/python-3.10.4:3.10 ) python_targets_python3_9? ( >=dev-lang/python-3.9.12:3.9 ) python_targets_python3_10? ( >=dev-lang/python-3.10.4:3.10 )
REQUIRED_USE=|| ( python_targets_python3_9 python_targets_python3_10 )
RESTRICT=!test? ( test )
SLOT=0
SRC_URI=https://github.com/scrapy/itemadapter/archive/refs/tags/v0.6.0.tar.gz -> itemadapter-0.6.0.tar.gz
_eclasses_=multibuild d26d81f242cb193d899a72bca423d0bd multiprocessing b4e253ab22cef7b1085e9b67c7a3b730 toolchain-funcs 1542e649be915f43f6908a9e93909961 multilib 5ca4e49abed8e3a2f7b56920eadee157 eapi8-dosym cd7d420bb5be5ee079f27239ce76b8f5 python-utils-r1 dd5e1098e305ad508d21f496e9e37046 python-r1 2d51fd03931e743811ce30d198e4dcfd distutils-r1 e3b0f72d558eb613ff83262d22cbf887
_md5_=947e91900a30c645b5eda626073693a3

View File

@@ -1,17 +1,17 @@
BDEPEND=test? ( python_targets_python3_9? ( >=dev-lang/python-3.9.12:3.9 ) dev-python/itemadapter[python_targets_python3_9(-)?] dev-python/jmespath[python_targets_python3_9(-)?] dev-python/parsel[python_targets_python3_9(-)?] dev-python/w3lib[python_targets_python3_9(-)?] >=dev-python/pytest-7.1.2[python_targets_python3_9(-)?] ) python_targets_python3_9? ( >=dev-lang/python-3.9.12:3.9 ) >=dev-python/setuptools-42.0.2[python_targets_python3_9(-)?]
BDEPEND=test? ( python_targets_python3_9? ( >=dev-lang/python-3.9.12:3.9 ) python_targets_python3_10? ( >=dev-lang/python-3.10.4:3.10 ) dev-python/itemadapter[python_targets_python3_9(-)?,python_targets_python3_10(-)?] dev-python/jmespath[python_targets_python3_9(-)?,python_targets_python3_10(-)?] dev-python/parsel[python_targets_python3_9(-)?,python_targets_python3_10(-)?] dev-python/w3lib[python_targets_python3_9(-)?,python_targets_python3_10(-)?] >=dev-python/pytest-7.1.2[python_targets_python3_9(-)?,python_targets_python3_10(-)?] ) python_targets_python3_9? ( >=dev-lang/python-3.9.12:3.9 ) python_targets_python3_10? ( >=dev-lang/python-3.10.4:3.10 ) >=dev-python/setuptools-42.0.2[python_targets_python3_9(-)?,python_targets_python3_10(-)?]
DEFINED_PHASES=compile configure install prepare test
DEPEND=python_targets_python3_9? ( >=dev-lang/python-3.9.12:3.9 )
DEPEND=python_targets_python3_9? ( >=dev-lang/python-3.9.12:3.9 ) python_targets_python3_10? ( >=dev-lang/python-3.10.4:3.10 )
DESCRIPTION=Library to populate items using XPath and CSS with a convenient API
EAPI=7
HOMEPAGE=https://scrapy.org/
INHERIT=distutils-r1
IUSE=test python_targets_python3_9
IUSE=test python_targets_python3_9 python_targets_python3_10
KEYWORDS=~amd64
LICENSE=BSD
RDEPEND=python_targets_python3_9? ( >=dev-lang/python-3.9.12:3.9 ) dev-python/itemadapter[python_targets_python3_9(-)?] dev-python/jmespath[python_targets_python3_9(-)?] dev-python/parsel[python_targets_python3_9(-)?] dev-python/w3lib[python_targets_python3_9(-)?] python_targets_python3_9? ( >=dev-lang/python-3.9.12:3.9 )
REQUIRED_USE=|| ( python_targets_python3_9 )
RDEPEND=python_targets_python3_9? ( >=dev-lang/python-3.9.12:3.9 ) python_targets_python3_10? ( >=dev-lang/python-3.10.4:3.10 ) dev-python/itemadapter[python_targets_python3_9(-)?,python_targets_python3_10(-)?] dev-python/jmespath[python_targets_python3_9(-)?,python_targets_python3_10(-)?] dev-python/parsel[python_targets_python3_9(-)?,python_targets_python3_10(-)?] dev-python/w3lib[python_targets_python3_9(-)?,python_targets_python3_10(-)?] python_targets_python3_9? ( >=dev-lang/python-3.9.12:3.9 ) python_targets_python3_10? ( >=dev-lang/python-3.10.4:3.10 )
REQUIRED_USE=|| ( python_targets_python3_9 python_targets_python3_10 )
RESTRICT=!test? ( test )
SLOT=0
SRC_URI=https://github.com/scrapy/itemloaders/archive/refs/tags/v1.0.4.tar.gz -> itemloaders-1.0.4.tar.gz
_eclasses_=multibuild d26d81f242cb193d899a72bca423d0bd multiprocessing b4e253ab22cef7b1085e9b67c7a3b730 toolchain-funcs 1542e649be915f43f6908a9e93909961 multilib 5ca4e49abed8e3a2f7b56920eadee157 eapi8-dosym cd7d420bb5be5ee079f27239ce76b8f5 python-utils-r1 dd5e1098e305ad508d21f496e9e37046 python-r1 2d51fd03931e743811ce30d198e4dcfd distutils-r1 e3b0f72d558eb613ff83262d22cbf887
_md5_=5f53d5838d3606a9b288454b24b5c111
_md5_=fee57eaba1cffca80b47703479c1bc79

View File

@@ -1,17 +1,17 @@
BDEPEND=python_targets_python3_9? ( >=dev-lang/python-3.9.12:3.9 ) test? ( dev-python/sybil[python_targets_python3_9(-)?] ) test? ( python_targets_python3_9? ( >=dev-lang/python-3.9.12:3.9 ) dev-python/cssselect[python_targets_python3_9(-)?] dev-python/lxml[python_targets_python3_9(-)?] dev-python/six[python_targets_python3_9(-)?] dev-python/w3lib[python_targets_python3_9(-)?] >=dev-python/pytest-7.1.2[python_targets_python3_9(-)?] ) python_targets_python3_9? ( >=dev-lang/python-3.9.12:3.9 ) >=dev-python/setuptools-42.0.2[python_targets_python3_9(-)?]
BDEPEND=python_targets_python3_9? ( >=dev-lang/python-3.9.12:3.9 ) python_targets_python3_10? ( >=dev-lang/python-3.10.4:3.10 ) test? ( dev-python/sybil[python_targets_python3_9(-)?,python_targets_python3_10(-)?] ) test? ( python_targets_python3_9? ( >=dev-lang/python-3.9.12:3.9 ) python_targets_python3_10? ( >=dev-lang/python-3.10.4:3.10 ) dev-python/cssselect[python_targets_python3_9(-)?,python_targets_python3_10(-)?] dev-python/lxml[python_targets_python3_9(-)?,python_targets_python3_10(-)?] dev-python/six[python_targets_python3_9(-)?,python_targets_python3_10(-)?] dev-python/w3lib[python_targets_python3_9(-)?,python_targets_python3_10(-)?] >=dev-python/pytest-7.1.2[python_targets_python3_9(-)?,python_targets_python3_10(-)?] ) python_targets_python3_9? ( >=dev-lang/python-3.9.12:3.9 ) python_targets_python3_10? ( >=dev-lang/python-3.10.4:3.10 ) >=dev-python/setuptools-42.0.2[python_targets_python3_9(-)?,python_targets_python3_10(-)?]
DEFINED_PHASES=compile configure install prepare test
DEPEND=python_targets_python3_9? ( >=dev-lang/python-3.9.12:3.9 )
DEPEND=python_targets_python3_9? ( >=dev-lang/python-3.9.12:3.9 ) python_targets_python3_10? ( >=dev-lang/python-3.10.4:3.10 )
DESCRIPTION=Utility to extract data from XML/HTML documents using XPath or CSS selectors
EAPI=7
HOMEPAGE=https://scrapy.org/
INHERIT=distutils-r1
IUSE=test python_targets_python3_9
IUSE=test python_targets_python3_9 python_targets_python3_10
KEYWORDS=~amd64
LICENSE=BSD
RDEPEND=python_targets_python3_9? ( >=dev-lang/python-3.9.12:3.9 ) dev-python/cssselect[python_targets_python3_9(-)?] dev-python/lxml[python_targets_python3_9(-)?] dev-python/six[python_targets_python3_9(-)?] dev-python/w3lib[python_targets_python3_9(-)?] python_targets_python3_9? ( >=dev-lang/python-3.9.12:3.9 )
REQUIRED_USE=|| ( python_targets_python3_9 )
RDEPEND=python_targets_python3_9? ( >=dev-lang/python-3.9.12:3.9 ) python_targets_python3_10? ( >=dev-lang/python-3.10.4:3.10 ) dev-python/cssselect[python_targets_python3_9(-)?,python_targets_python3_10(-)?] dev-python/lxml[python_targets_python3_9(-)?,python_targets_python3_10(-)?] dev-python/six[python_targets_python3_9(-)?,python_targets_python3_10(-)?] dev-python/w3lib[python_targets_python3_9(-)?,python_targets_python3_10(-)?] python_targets_python3_9? ( >=dev-lang/python-3.9.12:3.9 ) python_targets_python3_10? ( >=dev-lang/python-3.10.4:3.10 )
REQUIRED_USE=|| ( python_targets_python3_9 python_targets_python3_10 )
RESTRICT=!test? ( test )
SLOT=0
SRC_URI=https://github.com/scrapy/parsel/archive/refs/tags/v1.6.0.tar.gz -> parsel-1.6.0.tar.gz
_eclasses_=multibuild d26d81f242cb193d899a72bca423d0bd multiprocessing b4e253ab22cef7b1085e9b67c7a3b730 toolchain-funcs 1542e649be915f43f6908a9e93909961 multilib 5ca4e49abed8e3a2f7b56920eadee157 eapi8-dosym cd7d420bb5be5ee079f27239ce76b8f5 python-utils-r1 dd5e1098e305ad508d21f496e9e37046 python-r1 2d51fd03931e743811ce30d198e4dcfd distutils-r1 e3b0f72d558eb613ff83262d22cbf887
_md5_=a34717544feba3753dba34f4629cda0b
_md5_=84f8a6fa7e855f84bc9f888d32397772

View File

@@ -0,0 +1,16 @@
BDEPEND=test? ( dev-python/six[python_targets_pypy3(-)?,python_targets_python3_8(-)?,python_targets_python3_9(-)?,python_targets_python3_10(-)?] >=dev-python/pytest-7.1.2[python_targets_pypy3(-)?,python_targets_python3_8(-)?,python_targets_python3_9(-)?,python_targets_python3_10(-)?] ) python_targets_pypy3? ( >=dev-python/pypy3-7.3.9_p1:0= ) python_targets_python3_8? ( >=dev-lang/python-3.8.13:3.8 ) python_targets_python3_9? ( >=dev-lang/python-3.9.12:3.9 ) python_targets_python3_10? ( >=dev-lang/python-3.10.4:3.10 ) >=dev-python/setuptools-42.0.2[python_targets_pypy3(-)?,python_targets_python3_8(-)?,python_targets_python3_9(-)?,python_targets_python3_10(-)?]
DEFINED_PHASES=compile configure install prepare test
DESCRIPTION=robots.txt parser with support for modern conventions
EAPI=7
HOMEPAGE=https://scrapy.org/
INHERIT=distutils-r1
IUSE=test python_targets_pypy3 python_targets_python3_8 python_targets_python3_9 python_targets_python3_10
KEYWORDS=~amd64
LICENSE=BSD
RDEPEND=dev-python/six[python_targets_pypy3(-)?,python_targets_python3_8(-)?,python_targets_python3_9(-)?,python_targets_python3_10(-)?] python_targets_pypy3? ( >=dev-python/pypy3-7.3.9_p1:0= ) python_targets_python3_8? ( >=dev-lang/python-3.8.13:3.8 ) python_targets_python3_9? ( >=dev-lang/python-3.9.12:3.9 ) python_targets_python3_10? ( >=dev-lang/python-3.10.4:3.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/scrapy/protego/archive/refs/tags/0.2.1.tar.gz -> protego-0.2.1.tar.gz
_eclasses_=multibuild d26d81f242cb193d899a72bca423d0bd multiprocessing b4e253ab22cef7b1085e9b67c7a3b730 toolchain-funcs 1542e649be915f43f6908a9e93909961 multilib 5ca4e49abed8e3a2f7b56920eadee157 eapi8-dosym cd7d420bb5be5ee079f27239ce76b8f5 python-utils-r1 dd5e1098e305ad508d21f496e9e37046 python-r1 2d51fd03931e743811ce30d198e4dcfd distutils-r1 e3b0f72d558eb613ff83262d22cbf887
_md5_=7ff33c7a84810ca1c342be6a297641fe

View File

@@ -0,0 +1,16 @@
BDEPEND=test? ( dev-python/unittest-or-fail[python_targets_python3_9(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?] ) python_targets_python3_9? ( >=dev-lang/python-3.9.12:3.9 ) python_targets_python3_10? ( >=dev-lang/python-3.10.4:3.10 ) python_targets_python3_11? ( >=dev-lang/python-3.11.0_beta4:3.11 ) >=dev-python/setuptools-42.0.2[python_targets_python3_9(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?]
DEFINED_PHASES=compile configure install prepare test
DESCRIPTION=Multi-producer-multi-consumer signal dispatching mechanism
EAPI=7
HOMEPAGE=https://github.com/scrapy/pypydispatcher https://pypi.org/project/PyPyDispatcher/
INHERIT=distutils-r1
IUSE=test python_targets_python3_9 python_targets_python3_10 python_targets_python3_11
KEYWORDS=~amd64
LICENSE=BSD
RDEPEND=python_targets_python3_9? ( >=dev-lang/python-3.9.12:3.9 ) python_targets_python3_10? ( >=dev-lang/python-3.10.4:3.10 ) python_targets_python3_11? ( >=dev-lang/python-3.11.0_beta4:3.11 )
REQUIRED_USE=|| ( python_targets_python3_9 python_targets_python3_10 python_targets_python3_11 )
RESTRICT=!test? ( test )
SLOT=0
SRC_URI=mirror://pypi/P/PyDispatcher/PyDispatcher-2.0.5.tar.gz
_eclasses_=multibuild d26d81f242cb193d899a72bca423d0bd multiprocessing b4e253ab22cef7b1085e9b67c7a3b730 toolchain-funcs 1542e649be915f43f6908a9e93909961 multilib 5ca4e49abed8e3a2f7b56920eadee157 eapi8-dosym cd7d420bb5be5ee079f27239ce76b8f5 python-utils-r1 dd5e1098e305ad508d21f496e9e37046 python-r1 2d51fd03931e743811ce30d198e4dcfd distutils-r1 e3b0f72d558eb613ff83262d22cbf887
_md5_=55f5ddc9e67cb00aeb52c3e91d2e30a2

View File

@@ -11,6 +11,6 @@ RDEPEND=python_targets_python3_8? ( >=dev-lang/python-3.8.13:3.8 ) python_target
REQUIRED_USE=|| ( python_targets_python3_8 python_targets_python3_9 python_targets_python3_10 )
RESTRICT=!test? ( test )
SLOT=0
SRC_URI=https://github.com/tkarabela/pysubs2/archive/refs/tags/1.4.1.tar.gz -> pysubs2-1.4.1.tar.gz
SRC_URI=https://github.com/tkarabela/pysubs2/archive/refs/tags/1.4.3.tar.gz -> pysubs2-1.4.3.tar.gz
_eclasses_=multibuild d26d81f242cb193d899a72bca423d0bd multiprocessing b4e253ab22cef7b1085e9b67c7a3b730 toolchain-funcs 1542e649be915f43f6908a9e93909961 multilib 5ca4e49abed8e3a2f7b56920eadee157 python-utils-r1 dd5e1098e305ad508d21f496e9e37046 python-r1 2d51fd03931e743811ce30d198e4dcfd distutils-r1 e3b0f72d558eb613ff83262d22cbf887
_md5_=90aab5d6a09ad8db94d33c3150b882de

View File

@@ -1,16 +0,0 @@
BDEPEND=test? ( dev-python/unittest-or-fail[python_targets_python3_8(-)?,python_targets_python3_9(-)?,python_targets_python3_10(-)?] ) python_targets_python3_8? ( >=dev-lang/python-3.8.13:3.8 ) python_targets_python3_9? ( >=dev-lang/python-3.9.12:3.9 ) python_targets_python3_10? ( >=dev-lang/python-3.10.4:3.10 ) >=dev-python/setuptools-42.0.2[python_targets_python3_8(-)?,python_targets_python3_9(-)?,python_targets_python3_10(-)?]
DEFINED_PHASES=compile configure install prepare test
DESCRIPTION=PIDFile context processor. Supported py2 and py3
EAPI=8
HOMEPAGE=https://github.com/mosquito/python-pidfile
INHERIT=distutils-r1
IUSE=test python_targets_python3_8 python_targets_python3_9 python_targets_python3_10
KEYWORDS=~amd64
LICENSE=MIT
RDEPEND=python_targets_python3_8? ( >=dev-lang/python-3.8.13:3.8 ) python_targets_python3_9? ( >=dev-lang/python-3.9.12:3.9 ) python_targets_python3_10? ( >=dev-lang/python-3.10.4:3.10 )
REQUIRED_USE=|| ( python_targets_python3_8 python_targets_python3_9 python_targets_python3_10 )
RESTRICT=test !test? ( test )
SLOT=0
SRC_URI=mirror://pypi/p/python-pidfile/python-pidfile-3.0.0.tar.gz
_eclasses_=multibuild d26d81f242cb193d899a72bca423d0bd multiprocessing b4e253ab22cef7b1085e9b67c7a3b730 toolchain-funcs 1542e649be915f43f6908a9e93909961 multilib 5ca4e49abed8e3a2f7b56920eadee157 python-utils-r1 dd5e1098e305ad508d21f496e9e37046 python-r1 2d51fd03931e743811ce30d198e4dcfd distutils-r1 e3b0f72d558eb613ff83262d22cbf887
_md5_=725dcbc6c4a63e3665c656d3ad124475

View File

@@ -0,0 +1,16 @@
BDEPEND=test? ( dev-python/psutil[python_targets_python3_8(-)?,python_targets_python3_9(-)?,python_targets_python3_10(-)?] dev-python/unittest-or-fail[python_targets_python3_8(-)?,python_targets_python3_9(-)?,python_targets_python3_10(-)?] ) python_targets_python3_8? ( >=dev-lang/python-3.8.13:3.8 ) python_targets_python3_9? ( >=dev-lang/python-3.9.12:3.9 ) python_targets_python3_10? ( >=dev-lang/python-3.10.4:3.10 ) >=dev-python/setuptools-42.0.2[python_targets_python3_8(-)?,python_targets_python3_9(-)?,python_targets_python3_10(-)?]
DEFINED_PHASES=compile configure install prepare test
DESCRIPTION=PIDFile context processor. Supported py2 and py3
EAPI=8
HOMEPAGE=https://github.com/mosquito/python-pidfile
INHERIT=distutils-r1
IUSE=test python_targets_python3_8 python_targets_python3_9 python_targets_python3_10
KEYWORDS=~amd64
LICENSE=MIT
RDEPEND=dev-python/psutil[python_targets_python3_8(-)?,python_targets_python3_9(-)?,python_targets_python3_10(-)?] python_targets_python3_8? ( >=dev-lang/python-3.8.13:3.8 ) python_targets_python3_9? ( >=dev-lang/python-3.9.12:3.9 ) python_targets_python3_10? ( >=dev-lang/python-3.10.4:3.10 )
REQUIRED_USE=|| ( python_targets_python3_8 python_targets_python3_9 python_targets_python3_10 )
RESTRICT=test !test? ( test )
SLOT=0
SRC_URI=mirror://pypi/p/python-pidfile/python-pidfile-3.0.0.tar.gz
_eclasses_=multibuild d26d81f242cb193d899a72bca423d0bd multiprocessing b4e253ab22cef7b1085e9b67c7a3b730 toolchain-funcs 1542e649be915f43f6908a9e93909961 multilib 5ca4e49abed8e3a2f7b56920eadee157 python-utils-r1 dd5e1098e305ad508d21f496e9e37046 python-r1 2d51fd03931e743811ce30d198e4dcfd distutils-r1 e3b0f72d558eb613ff83262d22cbf887
_md5_=0040a43dde97065a7d705c67abc76ecc

View File

@@ -1,17 +1,17 @@
BDEPEND=test? ( python_targets_python3_9? ( >=dev-lang/python-3.9.12:3.9 ) >=dev-python/pytest-7.1.2[python_targets_python3_9(-)?] ) python_targets_python3_9? ( >=dev-lang/python-3.9.12:3.9 ) >=dev-python/setuptools-42.0.2[python_targets_python3_9(-)?]
BDEPEND=test? ( python_targets_python3_9? ( >=dev-lang/python-3.9.12:3.9 ) python_targets_python3_10? ( >=dev-lang/python-3.10.4:3.10 ) python_targets_python3_11? ( >=dev-lang/python-3.11.0_beta4:3.11 ) >=dev-python/pytest-7.1.2[python_targets_python3_9(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?] ) python_targets_python3_9? ( >=dev-lang/python-3.9.12:3.9 ) python_targets_python3_10? ( >=dev-lang/python-3.10.4:3.10 ) python_targets_python3_11? ( >=dev-lang/python-3.11.0_beta4:3.11 ) >=dev-python/setuptools-42.0.2[python_targets_python3_9(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?]
DEFINED_PHASES=compile configure install prepare test
DEPEND=python_targets_python3_9? ( >=dev-lang/python-3.9.12:3.9 )
DEPEND=python_targets_python3_9? ( >=dev-lang/python-3.9.12:3.9 ) python_targets_python3_10? ( >=dev-lang/python-3.10.4:3.10 ) python_targets_python3_11? ( >=dev-lang/python-3.11.0_beta4:3.11 )
DESCRIPTION=Collection of persistent and non-persistent queues for Python
EAPI=7
HOMEPAGE=https://scrapy.org/
INHERIT=distutils-r1
IUSE=test python_targets_python3_9
IUSE=test python_targets_python3_9 python_targets_python3_10 python_targets_python3_11
KEYWORDS=~amd64
LICENSE=BSD
RDEPEND=python_targets_python3_9? ( >=dev-lang/python-3.9.12:3.9 ) python_targets_python3_9? ( >=dev-lang/python-3.9.12:3.9 )
REQUIRED_USE=|| ( python_targets_python3_9 )
RDEPEND=python_targets_python3_9? ( >=dev-lang/python-3.9.12:3.9 ) python_targets_python3_10? ( >=dev-lang/python-3.10.4:3.10 ) python_targets_python3_11? ( >=dev-lang/python-3.11.0_beta4:3.11 ) python_targets_python3_9? ( >=dev-lang/python-3.9.12:3.9 ) python_targets_python3_10? ( >=dev-lang/python-3.10.4:3.10 ) python_targets_python3_11? ( >=dev-lang/python-3.11.0_beta4:3.11 )
REQUIRED_USE=|| ( python_targets_python3_9 python_targets_python3_10 python_targets_python3_11 )
RESTRICT=!test? ( test )
SLOT=0
SRC_URI=https://github.com/scrapy/queuelib/archive/refs/tags/v1.6.2.tar.gz -> queuelib-1.6.2.tar.gz
_eclasses_=multibuild d26d81f242cb193d899a72bca423d0bd multiprocessing b4e253ab22cef7b1085e9b67c7a3b730 toolchain-funcs 1542e649be915f43f6908a9e93909961 multilib 5ca4e49abed8e3a2f7b56920eadee157 eapi8-dosym cd7d420bb5be5ee079f27239ce76b8f5 python-utils-r1 dd5e1098e305ad508d21f496e9e37046 python-r1 2d51fd03931e743811ce30d198e4dcfd distutils-r1 e3b0f72d558eb613ff83262d22cbf887
_md5_=b28059601c3df2c6663d486d5f979873
_md5_=11c7b08d154f0d54484c215f0f80d6d3

View File

@@ -1,17 +1,17 @@
BDEPEND=test? ( python_targets_python3_9? ( >=dev-lang/python-3.9.12:3.9 ) dev-python/cssselect[python_targets_python3_9(-)?] dev-python/cryptography[python_targets_python3_9(-)?] <dev-python/priority-2.0.0[python_targets_python3_9(-)?] <dev-python/h2-4.0.0[python_targets_python3_9(-)?] dev-python/itemadapter[python_targets_python3_9(-)?] dev-python/itemloaders[python_targets_python3_9(-)?] dev-python/lxml[python_targets_python3_9(-)?] dev-python/parsel[python_targets_python3_9(-)?] dev-python/protego[python_targets_python3_9(-)?] >=dev-python/pydispatcher-2.0.5[python_targets_python3_9(-)?] dev-python/pyopenssl[python_targets_python3_9(-)?] dev-python/queuelib[python_targets_python3_9(-)?] dev-python/service_identity[python_targets_python3_9(-)?] dev-python/six[python_targets_python3_9(-)?] >=dev-python/twisted-17.9.0[python_targets_python3_9(-)?] dev-python/w3lib[python_targets_python3_9(-)?] dev-python/zope-interface[python_targets_python3_9(-)?] >=dev-python/pytest-7.1.2[python_targets_python3_9(-)?] ) python_targets_python3_9? ( >=dev-lang/python-3.9.12:3.9 ) >=dev-python/setuptools-42.0.2[python_targets_python3_9(-)?]
BDEPEND=test? ( python_targets_python3_9? ( >=dev-lang/python-3.9.12:3.9 ) python_targets_python3_10? ( >=dev-lang/python-3.10.4:3.10 ) dev-python/cssselect[python_targets_python3_9(-)?,python_targets_python3_10(-)?] dev-python/cryptography[python_targets_python3_9(-)?,python_targets_python3_10(-)?] <dev-python/priority-2.0.0[python_targets_python3_9(-)?,python_targets_python3_10(-)?] <dev-python/h2-4.0.0[python_targets_python3_9(-)?,python_targets_python3_10(-)?] dev-python/itemadapter[python_targets_python3_9(-)?,python_targets_python3_10(-)?] dev-python/itemloaders[python_targets_python3_9(-)?,python_targets_python3_10(-)?] dev-python/lxml[python_targets_python3_9(-)?,python_targets_python3_10(-)?] dev-python/parsel[python_targets_python3_9(-)?,python_targets_python3_10(-)?] dev-python/protego[python_targets_python3_9(-)?,python_targets_python3_10(-)?] >=dev-python/pydispatcher-2.0.5[python_targets_python3_9(-)?,python_targets_python3_10(-)?] dev-python/pyopenssl[python_targets_python3_9(-)?,python_targets_python3_10(-)?] dev-python/queuelib[python_targets_python3_9(-)?,python_targets_python3_10(-)?] dev-python/service_identity[python_targets_python3_9(-)?,python_targets_python3_10(-)?] dev-python/six[python_targets_python3_9(-)?,python_targets_python3_10(-)?] >=dev-python/twisted-17.9.0[python_targets_python3_9(-)?,python_targets_python3_10(-)?] dev-python/w3lib[python_targets_python3_9(-)?,python_targets_python3_10(-)?] dev-python/zope-interface[python_targets_python3_9(-)?,python_targets_python3_10(-)?] >=dev-python/pytest-7.1.2[python_targets_python3_9(-)?,python_targets_python3_10(-)?] ) python_targets_python3_9? ( >=dev-lang/python-3.9.12:3.9 ) python_targets_python3_10? ( >=dev-lang/python-3.10.4:3.10 ) >=dev-python/setuptools-42.0.2[python_targets_python3_9(-)?,python_targets_python3_10(-)?]
DEFINED_PHASES=compile configure install prepare test
DEPEND=python_targets_python3_9? ( >=dev-lang/python-3.9.12:3.9 ) dev-python/cssselect[python_targets_python3_9(-)?] dev-python/cryptography[python_targets_python3_9(-)?] <dev-python/priority-2.0.0[python_targets_python3_9(-)?] <dev-python/h2-4.0.0[python_targets_python3_9(-)?] dev-python/itemadapter[python_targets_python3_9(-)?] dev-python/itemloaders[python_targets_python3_9(-)?] dev-python/lxml[python_targets_python3_9(-)?] dev-python/parsel[python_targets_python3_9(-)?] dev-python/protego[python_targets_python3_9(-)?] >=dev-python/pydispatcher-2.0.5[python_targets_python3_9(-)?] dev-python/pyopenssl[python_targets_python3_9(-)?] dev-python/queuelib[python_targets_python3_9(-)?] dev-python/service_identity[python_targets_python3_9(-)?] dev-python/six[python_targets_python3_9(-)?] >=dev-python/twisted-17.9.0[python_targets_python3_9(-)?] dev-python/w3lib[python_targets_python3_9(-)?] dev-python/zope-interface[python_targets_python3_9(-)?] test? ( dev-python/testfixtures[python_targets_python3_9(-)?] dev-python/uvloop[python_targets_python3_9(-)?] )
DEPEND=python_targets_python3_9? ( >=dev-lang/python-3.9.12:3.9 ) python_targets_python3_10? ( >=dev-lang/python-3.10.4:3.10 ) dev-python/cssselect[python_targets_python3_9(-)?,python_targets_python3_10(-)?] dev-python/cryptography[python_targets_python3_9(-)?,python_targets_python3_10(-)?] <dev-python/priority-2.0.0[python_targets_python3_9(-)?,python_targets_python3_10(-)?] <dev-python/h2-4.0.0[python_targets_python3_9(-)?,python_targets_python3_10(-)?] dev-python/itemadapter[python_targets_python3_9(-)?,python_targets_python3_10(-)?] dev-python/itemloaders[python_targets_python3_9(-)?,python_targets_python3_10(-)?] dev-python/lxml[python_targets_python3_9(-)?,python_targets_python3_10(-)?] dev-python/parsel[python_targets_python3_9(-)?,python_targets_python3_10(-)?] dev-python/protego[python_targets_python3_9(-)?,python_targets_python3_10(-)?] >=dev-python/pydispatcher-2.0.5[python_targets_python3_9(-)?,python_targets_python3_10(-)?] dev-python/pyopenssl[python_targets_python3_9(-)?,python_targets_python3_10(-)?] dev-python/queuelib[python_targets_python3_9(-)?,python_targets_python3_10(-)?] dev-python/service_identity[python_targets_python3_9(-)?,python_targets_python3_10(-)?] dev-python/six[python_targets_python3_9(-)?,python_targets_python3_10(-)?] >=dev-python/twisted-17.9.0[python_targets_python3_9(-)?,python_targets_python3_10(-)?] dev-python/w3lib[python_targets_python3_9(-)?,python_targets_python3_10(-)?] dev-python/zope-interface[python_targets_python3_9(-)?,python_targets_python3_10(-)?] test? ( dev-python/testfixtures[python_targets_python3_9(-)?,python_targets_python3_10(-)?] dev-python/uvloop[python_targets_python3_9(-)?,python_targets_python3_10(-)?] )
DESCRIPTION=A high-level Web Crawling and Web Scraping framework
EAPI=7
HOMEPAGE=https://scrapy.org/
INHERIT=distutils-r1
IUSE=test python_targets_python3_9
IUSE=test python_targets_python3_9 python_targets_python3_10
KEYWORDS=~amd64
LICENSE=BSD
RDEPEND=python_targets_python3_9? ( >=dev-lang/python-3.9.12:3.9 ) dev-python/cssselect[python_targets_python3_9(-)?] dev-python/cryptography[python_targets_python3_9(-)?] <dev-python/priority-2.0.0[python_targets_python3_9(-)?] <dev-python/h2-4.0.0[python_targets_python3_9(-)?] dev-python/itemadapter[python_targets_python3_9(-)?] dev-python/itemloaders[python_targets_python3_9(-)?] dev-python/lxml[python_targets_python3_9(-)?] dev-python/parsel[python_targets_python3_9(-)?] dev-python/protego[python_targets_python3_9(-)?] >=dev-python/pydispatcher-2.0.5[python_targets_python3_9(-)?] dev-python/pyopenssl[python_targets_python3_9(-)?] dev-python/queuelib[python_targets_python3_9(-)?] dev-python/service_identity[python_targets_python3_9(-)?] dev-python/six[python_targets_python3_9(-)?] >=dev-python/twisted-17.9.0[python_targets_python3_9(-)?] dev-python/w3lib[python_targets_python3_9(-)?] dev-python/zope-interface[python_targets_python3_9(-)?] python_targets_python3_9? ( >=dev-lang/python-3.9.12:3.9 )
REQUIRED_USE=|| ( python_targets_python3_9 )
RDEPEND=python_targets_python3_9? ( >=dev-lang/python-3.9.12:3.9 ) python_targets_python3_10? ( >=dev-lang/python-3.10.4:3.10 ) dev-python/cssselect[python_targets_python3_9(-)?,python_targets_python3_10(-)?] dev-python/cryptography[python_targets_python3_9(-)?,python_targets_python3_10(-)?] <dev-python/priority-2.0.0[python_targets_python3_9(-)?,python_targets_python3_10(-)?] <dev-python/h2-4.0.0[python_targets_python3_9(-)?,python_targets_python3_10(-)?] dev-python/itemadapter[python_targets_python3_9(-)?,python_targets_python3_10(-)?] dev-python/itemloaders[python_targets_python3_9(-)?,python_targets_python3_10(-)?] dev-python/lxml[python_targets_python3_9(-)?,python_targets_python3_10(-)?] dev-python/parsel[python_targets_python3_9(-)?,python_targets_python3_10(-)?] dev-python/protego[python_targets_python3_9(-)?,python_targets_python3_10(-)?] >=dev-python/pydispatcher-2.0.5[python_targets_python3_9(-)?,python_targets_python3_10(-)?] dev-python/pyopenssl[python_targets_python3_9(-)?,python_targets_python3_10(-)?] dev-python/queuelib[python_targets_python3_9(-)?,python_targets_python3_10(-)?] dev-python/service_identity[python_targets_python3_9(-)?,python_targets_python3_10(-)?] dev-python/six[python_targets_python3_9(-)?,python_targets_python3_10(-)?] >=dev-python/twisted-17.9.0[python_targets_python3_9(-)?,python_targets_python3_10(-)?] dev-python/w3lib[python_targets_python3_9(-)?,python_targets_python3_10(-)?] dev-python/zope-interface[python_targets_python3_9(-)?,python_targets_python3_10(-)?] python_targets_python3_9? ( >=dev-lang/python-3.9.12:3.9 ) python_targets_python3_10? ( >=dev-lang/python-3.10.4:3.10 )
REQUIRED_USE=|| ( python_targets_python3_9 python_targets_python3_10 )
RESTRICT=!test? ( test )
SLOT=0
SRC_URI=https://github.com/scrapy/scrapy/archive/refs/tags/2.5.1.tar.gz -> scrapy-2.5.1.tar.gz
_eclasses_=multibuild d26d81f242cb193d899a72bca423d0bd multiprocessing b4e253ab22cef7b1085e9b67c7a3b730 toolchain-funcs 1542e649be915f43f6908a9e93909961 multilib 5ca4e49abed8e3a2f7b56920eadee157 eapi8-dosym cd7d420bb5be5ee079f27239ce76b8f5 python-utils-r1 dd5e1098e305ad508d21f496e9e37046 python-r1 2d51fd03931e743811ce30d198e4dcfd distutils-r1 e3b0f72d558eb613ff83262d22cbf887
_md5_=dd38916a7ae4e9f777cf31865aa46a1c
_md5_=4d1f724c331a62e8656ee388e79a5153

View File

@@ -0,0 +1,17 @@
BDEPEND=test? ( python_targets_python3_9? ( >=dev-lang/python-3.9.12:3.9 ) python_targets_python3_10? ( >=dev-lang/python-3.10.4:3.10 ) dev-python/cssselect[python_targets_python3_9(-)?,python_targets_python3_10(-)?] dev-python/cryptography[python_targets_python3_9(-)?,python_targets_python3_10(-)?] <dev-python/priority-2.0.0[python_targets_python3_9(-)?,python_targets_python3_10(-)?] <dev-python/h2-4.0.0[python_targets_python3_9(-)?,python_targets_python3_10(-)?] dev-python/itemadapter[python_targets_python3_9(-)?,python_targets_python3_10(-)?] dev-python/itemloaders[python_targets_python3_9(-)?,python_targets_python3_10(-)?] dev-python/lxml[python_targets_python3_9(-)?,python_targets_python3_10(-)?] dev-python/parsel[python_targets_python3_9(-)?,python_targets_python3_10(-)?] dev-python/protego[python_targets_python3_9(-)?,python_targets_python3_10(-)?] >=dev-python/pydispatcher-2.0.5[python_targets_python3_9(-)?,python_targets_python3_10(-)?] dev-python/pyopenssl[python_targets_python3_9(-)?,python_targets_python3_10(-)?] dev-python/queuelib[python_targets_python3_9(-)?,python_targets_python3_10(-)?] dev-python/service_identity[python_targets_python3_9(-)?,python_targets_python3_10(-)?] dev-python/six[python_targets_python3_9(-)?,python_targets_python3_10(-)?] dev-python/tldextract[python_targets_python3_9(-)?,python_targets_python3_10(-)?] >=dev-python/twisted-17.9.0[python_targets_python3_9(-)?,python_targets_python3_10(-)?] dev-python/w3lib[python_targets_python3_9(-)?,python_targets_python3_10(-)?] dev-python/zope-interface[python_targets_python3_9(-)?,python_targets_python3_10(-)?] >=dev-python/pytest-7.1.2[python_targets_python3_9(-)?,python_targets_python3_10(-)?] ) python_targets_python3_9? ( >=dev-lang/python-3.9.12:3.9 ) python_targets_python3_10? ( >=dev-lang/python-3.10.4:3.10 ) >=dev-python/setuptools-42.0.2[python_targets_python3_9(-)?,python_targets_python3_10(-)?]
DEFINED_PHASES=compile configure install prepare test
DEPEND=python_targets_python3_9? ( >=dev-lang/python-3.9.12:3.9 ) python_targets_python3_10? ( >=dev-lang/python-3.10.4:3.10 ) dev-python/cssselect[python_targets_python3_9(-)?,python_targets_python3_10(-)?] dev-python/cryptography[python_targets_python3_9(-)?,python_targets_python3_10(-)?] <dev-python/priority-2.0.0[python_targets_python3_9(-)?,python_targets_python3_10(-)?] <dev-python/h2-4.0.0[python_targets_python3_9(-)?,python_targets_python3_10(-)?] dev-python/itemadapter[python_targets_python3_9(-)?,python_targets_python3_10(-)?] dev-python/itemloaders[python_targets_python3_9(-)?,python_targets_python3_10(-)?] dev-python/lxml[python_targets_python3_9(-)?,python_targets_python3_10(-)?] dev-python/parsel[python_targets_python3_9(-)?,python_targets_python3_10(-)?] dev-python/protego[python_targets_python3_9(-)?,python_targets_python3_10(-)?] >=dev-python/pydispatcher-2.0.5[python_targets_python3_9(-)?,python_targets_python3_10(-)?] dev-python/pyopenssl[python_targets_python3_9(-)?,python_targets_python3_10(-)?] dev-python/queuelib[python_targets_python3_9(-)?,python_targets_python3_10(-)?] dev-python/service_identity[python_targets_python3_9(-)?,python_targets_python3_10(-)?] dev-python/six[python_targets_python3_9(-)?,python_targets_python3_10(-)?] dev-python/tldextract[python_targets_python3_9(-)?,python_targets_python3_10(-)?] >=dev-python/twisted-17.9.0[python_targets_python3_9(-)?,python_targets_python3_10(-)?] dev-python/w3lib[python_targets_python3_9(-)?,python_targets_python3_10(-)?] dev-python/zope-interface[python_targets_python3_9(-)?,python_targets_python3_10(-)?] test? ( dev-python/testfixtures[python_targets_python3_9(-)?,python_targets_python3_10(-)?] dev-python/uvloop[python_targets_python3_9(-)?,python_targets_python3_10(-)?] )
DESCRIPTION=A high-level Web Crawling and Web Scraping framework
EAPI=7
HOMEPAGE=https://scrapy.org/
INHERIT=distutils-r1
IUSE=test python_targets_python3_9 python_targets_python3_10
KEYWORDS=~amd64
LICENSE=BSD
RDEPEND=python_targets_python3_9? ( >=dev-lang/python-3.9.12:3.9 ) python_targets_python3_10? ( >=dev-lang/python-3.10.4:3.10 ) dev-python/cssselect[python_targets_python3_9(-)?,python_targets_python3_10(-)?] dev-python/cryptography[python_targets_python3_9(-)?,python_targets_python3_10(-)?] <dev-python/priority-2.0.0[python_targets_python3_9(-)?,python_targets_python3_10(-)?] <dev-python/h2-4.0.0[python_targets_python3_9(-)?,python_targets_python3_10(-)?] dev-python/itemadapter[python_targets_python3_9(-)?,python_targets_python3_10(-)?] dev-python/itemloaders[python_targets_python3_9(-)?,python_targets_python3_10(-)?] dev-python/lxml[python_targets_python3_9(-)?,python_targets_python3_10(-)?] dev-python/parsel[python_targets_python3_9(-)?,python_targets_python3_10(-)?] dev-python/protego[python_targets_python3_9(-)?,python_targets_python3_10(-)?] >=dev-python/pydispatcher-2.0.5[python_targets_python3_9(-)?,python_targets_python3_10(-)?] dev-python/pyopenssl[python_targets_python3_9(-)?,python_targets_python3_10(-)?] dev-python/queuelib[python_targets_python3_9(-)?,python_targets_python3_10(-)?] dev-python/service_identity[python_targets_python3_9(-)?,python_targets_python3_10(-)?] dev-python/six[python_targets_python3_9(-)?,python_targets_python3_10(-)?] dev-python/tldextract[python_targets_python3_9(-)?,python_targets_python3_10(-)?] >=dev-python/twisted-17.9.0[python_targets_python3_9(-)?,python_targets_python3_10(-)?] dev-python/w3lib[python_targets_python3_9(-)?,python_targets_python3_10(-)?] dev-python/zope-interface[python_targets_python3_9(-)?,python_targets_python3_10(-)?] python_targets_python3_9? ( >=dev-lang/python-3.9.12:3.9 ) python_targets_python3_10? ( >=dev-lang/python-3.10.4:3.10 )
REQUIRED_USE=|| ( python_targets_python3_9 python_targets_python3_10 )
RESTRICT=!test? ( test )
SLOT=0
SRC_URI=https://github.com/scrapy/scrapy/archive/refs/tags/2.6.2.tar.gz -> scrapy-2.6.2.tar.gz
_eclasses_=multibuild d26d81f242cb193d899a72bca423d0bd multiprocessing b4e253ab22cef7b1085e9b67c7a3b730 toolchain-funcs 1542e649be915f43f6908a9e93909961 multilib 5ca4e49abed8e3a2f7b56920eadee157 eapi8-dosym cd7d420bb5be5ee079f27239ce76b8f5 python-utils-r1 dd5e1098e305ad508d21f496e9e37046 python-r1 2d51fd03931e743811ce30d198e4dcfd distutils-r1 e3b0f72d558eb613ff83262d22cbf887
_md5_=e3219352fe2723ffdf33293204e68025

View File

@@ -0,0 +1,16 @@
BDEPEND=test? ( dev-python/six[python_targets_pypy3(-)?,python_targets_python3_8(-)?,python_targets_python3_9(-)?,python_targets_python3_10(-)?] >=dev-python/pytest-7.1.2[python_targets_pypy3(-)?,python_targets_python3_8(-)?,python_targets_python3_9(-)?,python_targets_python3_10(-)?] ) python_targets_pypy3? ( >=dev-python/pypy3-7.3.9_p1:0= ) python_targets_python3_8? ( >=dev-lang/python-3.8.13:3.8 ) python_targets_python3_9? ( >=dev-lang/python-3.9.12:3.9 ) python_targets_python3_10? ( >=dev-lang/python-3.10.4:3.10 ) >=dev-python/setuptools-42.0.2[python_targets_pypy3(-)?,python_targets_python3_8(-)?,python_targets_python3_9(-)?,python_targets_python3_10(-)?]
DEFINED_PHASES=compile configure install prepare test
DESCRIPTION=Library of web-related functions
EAPI=8
HOMEPAGE=https://scrapy.org/
INHERIT=distutils-r1
IUSE=test python_targets_pypy3 python_targets_python3_8 python_targets_python3_9 python_targets_python3_10
KEYWORDS=~amd64
LICENSE=BSD
RDEPEND=dev-python/six[python_targets_pypy3(-)?,python_targets_python3_8(-)?,python_targets_python3_9(-)?,python_targets_python3_10(-)?] python_targets_pypy3? ( >=dev-python/pypy3-7.3.9_p1:0= ) python_targets_python3_8? ( >=dev-lang/python-3.8.13:3.8 ) python_targets_python3_9? ( >=dev-lang/python-3.9.12:3.9 ) python_targets_python3_10? ( >=dev-lang/python-3.10.4:3.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/scrapy/w3lib/archive/refs/tags/v2.0.1.tar.gz -> w3lib-2.0.1.tar.gz
_eclasses_=multibuild d26d81f242cb193d899a72bca423d0bd multiprocessing b4e253ab22cef7b1085e9b67c7a3b730 toolchain-funcs 1542e649be915f43f6908a9e93909961 multilib 5ca4e49abed8e3a2f7b56920eadee157 python-utils-r1 dd5e1098e305ad508d21f496e9e37046 python-r1 2d51fd03931e743811ce30d198e4dcfd distutils-r1 e3b0f72d558eb613ff83262d22cbf887
_md5_=6499c4de737ae8a60bcf23c6b791ceeb