2023-03-23 09:18:52 UTC

This commit is contained in:
Repository mirror & CI
2023-03-23 09:18:52 +00:00
parent 14ed38f2ee
commit b291a69d88
181 changed files with 926 additions and 756 deletions

View File

@@ -3,13 +3,13 @@ DEFINED_PHASES=compile configure install prepare test
DESCRIPTION=Pure-python reader for DAWGs (DAFSAs) created by dawgdic C++ library.
EAPI=8
HOMEPAGE=https://github.com/pytries/DAWG-Python https://pypi.org/project/DAWG-Python/
INHERIT=distutils-r1
INHERIT=distutils-r1 pypi
IUSE=python_targets_pypy3 python_targets_python3_9 python_targets_python3_10 python_targets_python3_11
KEYWORDS=~amd64 ~arm ~arm64 ~x86
LICENSE=MIT
RDEPEND=python_targets_pypy3? ( >=dev-python/pypy3-7.3.11-r1:0= ) python_targets_python3_9? ( >=dev-lang/python-3.9.16-r1:3.9 ) python_targets_python3_10? ( >=dev-lang/python-3.10.9-r1:3.10 ) python_targets_python3_11? ( >=dev-lang/python-3.11.1-r1:3.11 )
REQUIRED_USE=|| ( python_targets_pypy3 python_targets_python3_9 python_targets_python3_10 python_targets_python3_11 )
SLOT=0
SRC_URI=mirror://pypi/D/DAWG-Python/DAWG-Python-0.7.2.tar.gz
_eclasses_=out-of-source-utils 1a9007554652a6e627edbccb3c25a439 multibuild bddcb51b74f4a76724ff7cf8e7388869 multilib 5ca4e49abed8e3a2f7b56920eadee157 toolchain-funcs 6001248ef162a5fa2a21ce132a212f6b multiprocessing b4e253ab22cef7b1085e9b67c7a3b730 ninja-utils 38c85b725d0467e51954ea921b6c104b python-utils-r1 429bfd4e8d8e39db5385ba5744f30788 python-r1 3c6cd0f418ba702c186a9865b85e704d distutils-r1 ad4c1e4ec8737eb363aacd638f6a513b
_md5_=ceeeb67574ca94951868c6dc5fd281c2
SRC_URI=https://files.pythonhosted.org/packages/source/D/DAWG-Python/DAWG-Python-0.7.2.tar.gz
_eclasses_=out-of-source-utils 1a9007554652a6e627edbccb3c25a439 multibuild bddcb51b74f4a76724ff7cf8e7388869 multilib 5ca4e49abed8e3a2f7b56920eadee157 toolchain-funcs 6001248ef162a5fa2a21ce132a212f6b multiprocessing b4e253ab22cef7b1085e9b67c7a3b730 ninja-utils 38c85b725d0467e51954ea921b6c104b python-utils-r1 429bfd4e8d8e39db5385ba5744f30788 python-r1 3c6cd0f418ba702c186a9865b85e704d distutils-r1 ad4c1e4ec8737eb363aacd638f6a513b pypi d083c45ce254373ad68562a43f4b9035
_md5_=ae867653d4794b0eb34d79502f3e5442

View File

@@ -3,13 +3,13 @@ DEFINED_PHASES=compile configure install prepare test
DESCRIPTION=Ebook library which can handle EPUB2/EPUB3 and Kindle format
EAPI=8
HOMEPAGE=https://github.com/aerkalov/ebooklib https://pypi.org/project/EbookLib/
INHERIT=distutils-r1
INHERIT=distutils-r1 pypi
IUSE=python_targets_python3_9 python_targets_python3_10 python_targets_python3_11
KEYWORDS=~amd64 ~arm ~arm64 ~x86
LICENSE=AGPL-3
RDEPEND=python_targets_python3_9? ( >=dev-lang/python-3.9.16-r1:3.9 ) python_targets_python3_10? ( >=dev-lang/python-3.10.9-r1:3.10 ) python_targets_python3_11? ( >=dev-lang/python-3.11.1-r1:3.11 )
REQUIRED_USE=|| ( python_targets_python3_9 python_targets_python3_10 python_targets_python3_11 )
SLOT=0
SRC_URI=mirror://pypi/E/EbookLib/EbookLib-0.17.1.tar.gz
_eclasses_=out-of-source-utils 1a9007554652a6e627edbccb3c25a439 multibuild bddcb51b74f4a76724ff7cf8e7388869 multilib 5ca4e49abed8e3a2f7b56920eadee157 toolchain-funcs 6001248ef162a5fa2a21ce132a212f6b multiprocessing b4e253ab22cef7b1085e9b67c7a3b730 ninja-utils 38c85b725d0467e51954ea921b6c104b python-utils-r1 429bfd4e8d8e39db5385ba5744f30788 python-r1 3c6cd0f418ba702c186a9865b85e704d distutils-r1 ad4c1e4ec8737eb363aacd638f6a513b
_md5_=c570cde9b32e058f527b7fb1f19326c4
SRC_URI=https://files.pythonhosted.org/packages/source/E/EbookLib/EbookLib-0.17.1.tar.gz
_eclasses_=out-of-source-utils 1a9007554652a6e627edbccb3c25a439 multibuild bddcb51b74f4a76724ff7cf8e7388869 multilib 5ca4e49abed8e3a2f7b56920eadee157 toolchain-funcs 6001248ef162a5fa2a21ce132a212f6b multiprocessing b4e253ab22cef7b1085e9b67c7a3b730 ninja-utils 38c85b725d0467e51954ea921b6c104b python-utils-r1 429bfd4e8d8e39db5385ba5744f30788 python-r1 3c6cd0f418ba702c186a9865b85e704d distutils-r1 ad4c1e4ec8737eb363aacd638f6a513b pypi d083c45ce254373ad68562a43f4b9035
_md5_=c9c4857ad4863286f3db9f04ebd4e50c

View File

@@ -3,13 +3,13 @@ DEFINED_PHASES=compile configure install prepare test
DESCRIPTION=Simple lua-python parser
EAPI=8
HOMEPAGE=https://github.com/SirAnthony/slpp https://pypi.org/project/SLPP/
INHERIT=distutils-r1
INHERIT=distutils-r1 pypi
IUSE=python_targets_python3_9 python_targets_python3_10 python_targets_python3_11
KEYWORDS=~amd64 ~arm ~arm64 ~x86
LICENSE=MIT
RDEPEND=python_targets_python3_9? ( >=dev-lang/python-3.9.16-r1:3.9 ) python_targets_python3_10? ( >=dev-lang/python-3.10.9-r1:3.10 ) python_targets_python3_11? ( >=dev-lang/python-3.11.1-r1:3.11 )
REQUIRED_USE=|| ( python_targets_python3_9 python_targets_python3_10 python_targets_python3_11 )
SLOT=0
SRC_URI=mirror://pypi/S/SLPP/SLPP-1.2.3.tar.gz
_eclasses_=out-of-source-utils 1a9007554652a6e627edbccb3c25a439 multibuild bddcb51b74f4a76724ff7cf8e7388869 multilib 5ca4e49abed8e3a2f7b56920eadee157 toolchain-funcs 6001248ef162a5fa2a21ce132a212f6b multiprocessing b4e253ab22cef7b1085e9b67c7a3b730 ninja-utils 38c85b725d0467e51954ea921b6c104b python-utils-r1 429bfd4e8d8e39db5385ba5744f30788 python-r1 3c6cd0f418ba702c186a9865b85e704d distutils-r1 ad4c1e4ec8737eb363aacd638f6a513b
_md5_=86201a41db784aefd02ec2287f14f9ab
SRC_URI=https://files.pythonhosted.org/packages/source/S/SLPP/SLPP-1.2.3.tar.gz
_eclasses_=out-of-source-utils 1a9007554652a6e627edbccb3c25a439 multibuild bddcb51b74f4a76724ff7cf8e7388869 multilib 5ca4e49abed8e3a2f7b56920eadee157 toolchain-funcs 6001248ef162a5fa2a21ce132a212f6b multiprocessing b4e253ab22cef7b1085e9b67c7a3b730 ninja-utils 38c85b725d0467e51954ea921b6c104b python-utils-r1 429bfd4e8d8e39db5385ba5744f30788 python-r1 3c6cd0f418ba702c186a9865b85e704d distutils-r1 ad4c1e4ec8737eb363aacd638f6a513b pypi d083c45ce254373ad68562a43f4b9035
_md5_=928f4b8029b31e9ee9eca35c88e231cb

View File

@@ -4,7 +4,7 @@ DEPEND=dev-python/six[python_targets_python3_9(-)?,python_targets_python3_10(-)?
DESCRIPTION=Various utility functions and datatypes for SQLAlchemy
EAPI=8
HOMEPAGE=https://github.com/kvesteri/sqlalchemy-utils https://pypi.org/project/SQLAlchemy-Utils/
INHERIT=distutils-r1
INHERIT=distutils-r1 pypi
IUSE=test python_targets_python3_9 python_targets_python3_10
KEYWORDS=~amd64
LICENSE=BSD
@@ -12,6 +12,6 @@ RDEPEND=dev-python/six[python_targets_python3_9(-)?,python_targets_python3_10(-)
REQUIRED_USE=|| ( python_targets_python3_9 python_targets_python3_10 )
RESTRICT=!test? ( test )
SLOT=0
SRC_URI=mirror://pypi/S/SQLAlchemy-Utils/SQLAlchemy-Utils-0.39.0.tar.gz
_eclasses_=out-of-source-utils 1a9007554652a6e627edbccb3c25a439 multibuild bddcb51b74f4a76724ff7cf8e7388869 multilib 5ca4e49abed8e3a2f7b56920eadee157 toolchain-funcs 6001248ef162a5fa2a21ce132a212f6b multiprocessing b4e253ab22cef7b1085e9b67c7a3b730 ninja-utils 38c85b725d0467e51954ea921b6c104b python-utils-r1 429bfd4e8d8e39db5385ba5744f30788 python-r1 3c6cd0f418ba702c186a9865b85e704d distutils-r1 ad4c1e4ec8737eb363aacd638f6a513b
_md5_=7400830864584489c52e679f0d2bc351
SRC_URI=https://files.pythonhosted.org/packages/source/S/SQLAlchemy-Utils/SQLAlchemy-Utils-0.39.0.tar.gz
_eclasses_=out-of-source-utils 1a9007554652a6e627edbccb3c25a439 multibuild bddcb51b74f4a76724ff7cf8e7388869 multilib 5ca4e49abed8e3a2f7b56920eadee157 toolchain-funcs 6001248ef162a5fa2a21ce132a212f6b multiprocessing b4e253ab22cef7b1085e9b67c7a3b730 ninja-utils 38c85b725d0467e51954ea921b6c104b python-utils-r1 429bfd4e8d8e39db5385ba5744f30788 python-r1 3c6cd0f418ba702c186a9865b85e704d distutils-r1 ad4c1e4ec8737eb363aacd638f6a513b pypi d083c45ce254373ad68562a43f4b9035
_md5_=9b545c638452f651d90b9d53cf342abb

View File

@@ -3,7 +3,7 @@ DEFINED_PHASES=compile configure install prepare test
DESCRIPTION=Take The Time, a super-neat Python library for timing chunks of code
EAPI=8
HOMEPAGE=https://github.com/ErikBjare/TakeTheTime
INHERIT=distutils-r1
INHERIT=distutils-r1 pypi
IUSE=python_targets_pypy3 python_targets_python3_9 python_targets_python3_10 python_targets_python3_11
KEYWORDS=~amd64
LICENSE=MIT
@@ -11,6 +11,6 @@ RDEPEND=python_targets_pypy3? ( >=dev-python/pypy3-7.3.11-r1:0= ) python_targets
REQUIRED_USE=|| ( python_targets_pypy3 python_targets_python3_9 python_targets_python3_10 python_targets_python3_11 )
RESTRICT=test
SLOT=0
SRC_URI=mirror://pypi/T/TakeTheTime/TakeTheTime-0.3.1.tar.gz
_eclasses_=out-of-source-utils 1a9007554652a6e627edbccb3c25a439 multibuild bddcb51b74f4a76724ff7cf8e7388869 multilib 5ca4e49abed8e3a2f7b56920eadee157 toolchain-funcs 6001248ef162a5fa2a21ce132a212f6b multiprocessing b4e253ab22cef7b1085e9b67c7a3b730 ninja-utils 38c85b725d0467e51954ea921b6c104b python-utils-r1 429bfd4e8d8e39db5385ba5744f30788 python-r1 3c6cd0f418ba702c186a9865b85e704d distutils-r1 ad4c1e4ec8737eb363aacd638f6a513b
_md5_=cd312010a989904162260c8a050b1395
SRC_URI=https://files.pythonhosted.org/packages/source/T/TakeTheTime/TakeTheTime-0.3.1.tar.gz
_eclasses_=out-of-source-utils 1a9007554652a6e627edbccb3c25a439 multibuild bddcb51b74f4a76724ff7cf8e7388869 multilib 5ca4e49abed8e3a2f7b56920eadee157 toolchain-funcs 6001248ef162a5fa2a21ce132a212f6b multiprocessing b4e253ab22cef7b1085e9b67c7a3b730 ninja-utils 38c85b725d0467e51954ea921b6c104b python-utils-r1 429bfd4e8d8e39db5385ba5744f30788 python-r1 3c6cd0f418ba702c186a9865b85e704d distutils-r1 ad4c1e4ec8737eb363aacd638f6a513b pypi d083c45ce254373ad68562a43f4b9035
_md5_=de1982a0d2eaff254e75f777f8ddd401

View File

@@ -4,13 +4,13 @@ DEPEND=dev-python/setuptools[python_targets_python3_9(-)?,python_targets_python3
DESCRIPTION=Xen API SDK, for communication with Citrix XenServer and Xen Cloud Platform
EAPI=8
HOMEPAGE=https://xenproject.org/developers/teams/xen-api/ https://github.com/xapi-project/xen-api https://pypi.org/project/XenAPI/
INHERIT=distutils-r1
INHERIT=distutils-r1 pypi
IUSE=python_targets_python3_9 python_targets_python3_10 python_targets_python3_11
KEYWORDS=~amd64
LICENSE=LGPL-2
RDEPEND=python_targets_python3_9? ( >=dev-lang/python-3.9.16-r1:3.9 ) python_targets_python3_10? ( >=dev-lang/python-3.10.9-r1:3.10 ) python_targets_python3_11? ( >=dev-lang/python-3.11.1-r1:3.11 )
REQUIRED_USE=|| ( python_targets_python3_9 python_targets_python3_10 python_targets_python3_11 )
SLOT=0
SRC_URI=mirror://pypi/X/XenAPI/XenAPI-2.14.tar.gz
_eclasses_=out-of-source-utils 1a9007554652a6e627edbccb3c25a439 multibuild bddcb51b74f4a76724ff7cf8e7388869 multilib 5ca4e49abed8e3a2f7b56920eadee157 toolchain-funcs 6001248ef162a5fa2a21ce132a212f6b multiprocessing b4e253ab22cef7b1085e9b67c7a3b730 ninja-utils 38c85b725d0467e51954ea921b6c104b python-utils-r1 429bfd4e8d8e39db5385ba5744f30788 python-r1 3c6cd0f418ba702c186a9865b85e704d distutils-r1 ad4c1e4ec8737eb363aacd638f6a513b
_md5_=619bec7824b8c2e24be4469bc289f212
SRC_URI=https://files.pythonhosted.org/packages/source/X/XenAPI/XenAPI-2.14.tar.gz
_eclasses_=out-of-source-utils 1a9007554652a6e627edbccb3c25a439 multibuild bddcb51b74f4a76724ff7cf8e7388869 multilib 5ca4e49abed8e3a2f7b56920eadee157 toolchain-funcs 6001248ef162a5fa2a21ce132a212f6b multiprocessing b4e253ab22cef7b1085e9b67c7a3b730 ninja-utils 38c85b725d0467e51954ea921b6c104b python-utils-r1 429bfd4e8d8e39db5385ba5744f30788 python-r1 3c6cd0f418ba702c186a9865b85e704d distutils-r1 ad4c1e4ec8737eb363aacd638f6a513b pypi d083c45ce254373ad68562a43f4b9035
_md5_=240d62c9f35744932d1afc8dd0145ae3

View File

@@ -3,7 +3,7 @@ DEFINED_PHASES=compile configure install prepare test
DESCRIPTION=Unicode to ASCII transliteration
EAPI=8
HOMEPAGE=https://pypi.org/project/anyascii/
INHERIT=distutils-r1
INHERIT=distutils-r1 pypi
IUSE=test python_targets_python3_9 python_targets_python3_10 python_targets_python3_11
KEYWORDS=~amd64 ~arm64
LICENSE=ISC
@@ -12,5 +12,5 @@ REQUIRED_USE=|| ( python_targets_python3_9 python_targets_python3_10 python_targ
RESTRICT=!test? ( test )
SLOT=0
SRC_URI=https://files.pythonhosted.org/packages/source/a/anyascii/anyascii-0.3.1.tar.gz
_eclasses_=out-of-source-utils 1a9007554652a6e627edbccb3c25a439 multibuild bddcb51b74f4a76724ff7cf8e7388869 multilib 5ca4e49abed8e3a2f7b56920eadee157 toolchain-funcs 6001248ef162a5fa2a21ce132a212f6b multiprocessing b4e253ab22cef7b1085e9b67c7a3b730 ninja-utils 38c85b725d0467e51954ea921b6c104b python-utils-r1 429bfd4e8d8e39db5385ba5744f30788 python-r1 3c6cd0f418ba702c186a9865b85e704d distutils-r1 ad4c1e4ec8737eb363aacd638f6a513b
_md5_=93a24b6c85a8b9bcfedd3bc3e63acbc5
_eclasses_=out-of-source-utils 1a9007554652a6e627edbccb3c25a439 multibuild bddcb51b74f4a76724ff7cf8e7388869 multilib 5ca4e49abed8e3a2f7b56920eadee157 toolchain-funcs 6001248ef162a5fa2a21ce132a212f6b multiprocessing b4e253ab22cef7b1085e9b67c7a3b730 ninja-utils 38c85b725d0467e51954ea921b6c104b python-utils-r1 429bfd4e8d8e39db5385ba5744f30788 python-r1 3c6cd0f418ba702c186a9865b85e704d distutils-r1 ad4c1e4ec8737eb363aacd638f6a513b pypi d083c45ce254373ad68562a43f4b9035
_md5_=7103b776d397f40cd92513b09fd98aa7

View File

@@ -3,7 +3,7 @@ DEFINED_PHASES=compile configure install prepare test
DESCRIPTION=A fast PostgreSQL Database Client Library for Python/asyncio
EAPI=8
HOMEPAGE=https://github.com/MagicStack/asyncpg
INHERIT=distutils-r1
INHERIT=distutils-r1 pypi
IUSE=test doc python_targets_python3_9 python_targets_python3_10 python_targets_python3_11
KEYWORDS=~amd64 ~x86
LICENSE=Apache-2.0
@@ -11,6 +11,6 @@ RDEPEND=python_targets_python3_9? ( >=dev-lang/python-3.9.16-r1:3.9 ) python_tar
REQUIRED_USE=|| ( python_targets_python3_9 python_targets_python3_10 python_targets_python3_11 )
RESTRICT=!test? ( test )
SLOT=0
SRC_URI=mirror://pypi/a/asyncpg/asyncpg-0.27.0.tar.gz
_eclasses_=out-of-source-utils 1a9007554652a6e627edbccb3c25a439 multibuild bddcb51b74f4a76724ff7cf8e7388869 multilib 5ca4e49abed8e3a2f7b56920eadee157 toolchain-funcs 6001248ef162a5fa2a21ce132a212f6b multiprocessing b4e253ab22cef7b1085e9b67c7a3b730 ninja-utils 38c85b725d0467e51954ea921b6c104b python-utils-r1 429bfd4e8d8e39db5385ba5744f30788 python-r1 3c6cd0f418ba702c186a9865b85e704d distutils-r1 ad4c1e4ec8737eb363aacd638f6a513b
_md5_=a337758f97b73beb68cb86185d1b47ea
SRC_URI=https://files.pythonhosted.org/packages/source/a/asyncpg/asyncpg-0.27.0.tar.gz
_eclasses_=out-of-source-utils 1a9007554652a6e627edbccb3c25a439 multibuild bddcb51b74f4a76724ff7cf8e7388869 multilib 5ca4e49abed8e3a2f7b56920eadee157 toolchain-funcs 6001248ef162a5fa2a21ce132a212f6b multiprocessing b4e253ab22cef7b1085e9b67c7a3b730 ninja-utils 38c85b725d0467e51954ea921b6c104b python-utils-r1 429bfd4e8d8e39db5385ba5744f30788 python-r1 3c6cd0f418ba702c186a9865b85e704d distutils-r1 ad4c1e4ec8737eb363aacd638f6a513b pypi d083c45ce254373ad68562a43f4b9035
_md5_=a965169d30d509257e2a21443ba453a5

View File

@@ -3,7 +3,7 @@ DEFINED_PHASES=compile configure install prepare test
DESCRIPTION=Apache Avro is a data serialization system
EAPI=8
HOMEPAGE=https://pypi.org/project/avro/ https://avro.apache.org
INHERIT=distutils-r1
INHERIT=distutils-r1 pypi
IUSE=test python_targets_pypy3 python_targets_python3_9 python_targets_python3_10 python_targets_python3_11
KEYWORDS=~amd64
LICENSE=Apache-2.0
@@ -12,6 +12,6 @@ RDEPEND=python_targets_pypy3? ( >=dev-python/pypy3-7.3.11-r1:0= ) python_targets
REQUIRED_USE=|| ( python_targets_pypy3 python_targets_python3_9 python_targets_python3_10 python_targets_python3_11 )
RESTRICT=test !test? ( test )
SLOT=0
SRC_URI=mirror://pypi/a/avro/avro-1.11.0.tar.gz
_eclasses_=out-of-source-utils 1a9007554652a6e627edbccb3c25a439 multibuild bddcb51b74f4a76724ff7cf8e7388869 multilib 5ca4e49abed8e3a2f7b56920eadee157 toolchain-funcs 6001248ef162a5fa2a21ce132a212f6b multiprocessing b4e253ab22cef7b1085e9b67c7a3b730 ninja-utils 38c85b725d0467e51954ea921b6c104b python-utils-r1 429bfd4e8d8e39db5385ba5744f30788 python-r1 3c6cd0f418ba702c186a9865b85e704d distutils-r1 ad4c1e4ec8737eb363aacd638f6a513b
_md5_=a437b9c170d26a373d527dd10760a718
SRC_URI=https://files.pythonhosted.org/packages/source/a/avro/avro-1.11.0.tar.gz
_eclasses_=out-of-source-utils 1a9007554652a6e627edbccb3c25a439 multibuild bddcb51b74f4a76724ff7cf8e7388869 multilib 5ca4e49abed8e3a2f7b56920eadee157 toolchain-funcs 6001248ef162a5fa2a21ce132a212f6b multiprocessing b4e253ab22cef7b1085e9b67c7a3b730 ninja-utils 38c85b725d0467e51954ea921b6c104b python-utils-r1 429bfd4e8d8e39db5385ba5744f30788 python-r1 3c6cd0f418ba702c186a9865b85e704d distutils-r1 ad4c1e4ec8737eb363aacd638f6a513b pypi d083c45ce254373ad68562a43f4b9035
_md5_=55882e81744ff956284373523f9431b1

View File

@@ -4,7 +4,7 @@ DEPEND=dev-python/fonttools[python_targets_python3_10(-)?,python_targets_python3
DESCRIPTION=A Python API to access data from the Google Fonts variable fonts Axis Registry
EAPI=8
HOMEPAGE=https://github.com/googlefonts/axisregistry https://pypi.org/project/axisregistry/
INHERIT=distutils-r1
INHERIT=distutils-r1 pypi
IUSE=test python_targets_python3_10 python_targets_python3_11
KEYWORDS=~amd64
LICENSE=Apache-2.0
@@ -12,6 +12,6 @@ RDEPEND=dev-python/fonttools[python_targets_python3_10(-)?,python_targets_python
REQUIRED_USE=|| ( python_targets_python3_10 python_targets_python3_11 )
RESTRICT=!test? ( test )
SLOT=0
SRC_URI=mirror://pypi/a/axisregistry/axisregistry-0.3.11.tar.gz
_eclasses_=out-of-source-utils 1a9007554652a6e627edbccb3c25a439 multibuild bddcb51b74f4a76724ff7cf8e7388869 multilib 5ca4e49abed8e3a2f7b56920eadee157 toolchain-funcs 6001248ef162a5fa2a21ce132a212f6b multiprocessing b4e253ab22cef7b1085e9b67c7a3b730 ninja-utils 38c85b725d0467e51954ea921b6c104b python-utils-r1 429bfd4e8d8e39db5385ba5744f30788 python-r1 3c6cd0f418ba702c186a9865b85e704d distutils-r1 ad4c1e4ec8737eb363aacd638f6a513b
_md5_=27f9941481c7de3f0674dc68441bfb1f
SRC_URI=https://files.pythonhosted.org/packages/source/a/axisregistry/axisregistry-0.3.11.tar.gz
_eclasses_=out-of-source-utils 1a9007554652a6e627edbccb3c25a439 multibuild bddcb51b74f4a76724ff7cf8e7388869 multilib 5ca4e49abed8e3a2f7b56920eadee157 toolchain-funcs 6001248ef162a5fa2a21ce132a212f6b multiprocessing b4e253ab22cef7b1085e9b67c7a3b730 ninja-utils 38c85b725d0467e51954ea921b6c104b python-utils-r1 429bfd4e8d8e39db5385ba5744f30788 python-r1 3c6cd0f418ba702c186a9865b85e704d distutils-r1 ad4c1e4ec8737eb363aacd638f6a513b pypi d083c45ce254373ad68562a43f4b9035
_md5_=b9578a9891579c039b4ff11b326e88cb

View File

@@ -4,7 +4,7 @@ DEPEND=>=dev-python/orjson-3.5.1[python_targets_python3_10(-)?] >=dev-python/fon
DESCRIPTION=Interrogate and manipulate UFO, TTF and OTF fonts with a common interface
EAPI=8
HOMEPAGE=https://github.com/simoncozens/babelfont https://pypi.org/project/babelfont/
INHERIT=distutils-r1
INHERIT=distutils-r1 pypi
IUSE=test python_targets_python3_10
KEYWORDS=~amd64
LICENSE=MIT
@@ -12,6 +12,6 @@ RDEPEND=>=dev-python/orjson-3.5.1[python_targets_python3_10(-)?] >=dev-python/fo
REQUIRED_USE=|| ( python_targets_python3_10 )
RESTRICT=test !test? ( test )
SLOT=0
SRC_URI=mirror://pypi/b/babelfont/babelfont-3.0.0a9.tar.gz
_eclasses_=out-of-source-utils 1a9007554652a6e627edbccb3c25a439 multibuild bddcb51b74f4a76724ff7cf8e7388869 multilib 5ca4e49abed8e3a2f7b56920eadee157 toolchain-funcs 6001248ef162a5fa2a21ce132a212f6b multiprocessing b4e253ab22cef7b1085e9b67c7a3b730 ninja-utils 38c85b725d0467e51954ea921b6c104b python-utils-r1 429bfd4e8d8e39db5385ba5744f30788 python-r1 3c6cd0f418ba702c186a9865b85e704d distutils-r1 ad4c1e4ec8737eb363aacd638f6a513b
_md5_=58885126ef85adc5ab1de446f46dcc61
SRC_URI=https://files.pythonhosted.org/packages/source/b/babelfont/babelfont-3.0.0a9.tar.gz
_eclasses_=out-of-source-utils 1a9007554652a6e627edbccb3c25a439 multibuild bddcb51b74f4a76724ff7cf8e7388869 multilib 5ca4e49abed8e3a2f7b56920eadee157 toolchain-funcs 6001248ef162a5fa2a21ce132a212f6b multiprocessing b4e253ab22cef7b1085e9b67c7a3b730 ninja-utils 38c85b725d0467e51954ea921b6c104b python-utils-r1 429bfd4e8d8e39db5385ba5744f30788 python-r1 3c6cd0f418ba702c186a9865b85e704d distutils-r1 ad4c1e4ec8737eb363aacd638f6a513b pypi d083c45ce254373ad68562a43f4b9035
_md5_=0618c148efec1801519a802d3ec88596

View File

@@ -3,7 +3,7 @@ DEFINED_PHASES=compile configure install prepare test
DESCRIPTION=Base58 and Base58Check implementation
EAPI=8
HOMEPAGE=https://github.com/keis/base58
INHERIT=distutils-r1
INHERIT=distutils-r1 pypi
IUSE=test python_targets_python3_9 python_targets_python3_10
KEYWORDS=~amd64
LICENSE=MIT
@@ -11,6 +11,6 @@ RDEPEND=python_targets_python3_9? ( >=dev-lang/python-3.9.16-r1:3.9 ) python_tar
REQUIRED_USE=|| ( python_targets_python3_9 python_targets_python3_10 )
RESTRICT=!test? ( test )
SLOT=0
SRC_URI=mirror://pypi/b/base58/base58-2.1.1.tar.gz
_eclasses_=out-of-source-utils 1a9007554652a6e627edbccb3c25a439 multibuild bddcb51b74f4a76724ff7cf8e7388869 multilib 5ca4e49abed8e3a2f7b56920eadee157 toolchain-funcs 6001248ef162a5fa2a21ce132a212f6b multiprocessing b4e253ab22cef7b1085e9b67c7a3b730 ninja-utils 38c85b725d0467e51954ea921b6c104b python-utils-r1 429bfd4e8d8e39db5385ba5744f30788 python-r1 3c6cd0f418ba702c186a9865b85e704d distutils-r1 ad4c1e4ec8737eb363aacd638f6a513b
_md5_=72fe88c206b5e38f520b37b6ee9b74ec
SRC_URI=https://files.pythonhosted.org/packages/source/b/base58/base58-2.1.1.tar.gz
_eclasses_=out-of-source-utils 1a9007554652a6e627edbccb3c25a439 multibuild bddcb51b74f4a76724ff7cf8e7388869 multilib 5ca4e49abed8e3a2f7b56920eadee157 toolchain-funcs 6001248ef162a5fa2a21ce132a212f6b multiprocessing b4e253ab22cef7b1085e9b67c7a3b730 ninja-utils 38c85b725d0467e51954ea921b6c104b python-utils-r1 429bfd4e8d8e39db5385ba5744f30788 python-r1 3c6cd0f418ba702c186a9865b85e704d distutils-r1 ad4c1e4ec8737eb363aacd638f6a513b pypi d083c45ce254373ad68562a43f4b9035
_md5_=05fb1ba2685a306c0203522ff85474f9

View File

@@ -3,13 +3,13 @@ DEFINED_PHASES=compile configure install postinst prepare test
DESCRIPTION=A set of third-party serializers for Betamax
EAPI=8
HOMEPAGE=https://pypi.org/project/betamax-serializers/ https://gitlab.com/betamax/serializers
INHERIT=distutils-r1 optfeature
INHERIT=distutils-r1 optfeature pypi
IUSE=python_targets_pypy3 python_targets_python3_9 python_targets_python3_10 python_targets_python3_11
KEYWORDS=~amd64
LICENSE=Apache-2.0
RDEPEND=dev-python/betamax[python_targets_pypy3(-)?,python_targets_python3_9(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?] python_targets_pypy3? ( >=dev-python/pypy3-7.3.11-r1:0= ) python_targets_python3_9? ( >=dev-lang/python-3.9.16-r1:3.9 ) python_targets_python3_10? ( >=dev-lang/python-3.10.9-r1:3.10 ) python_targets_python3_11? ( >=dev-lang/python-3.11.1-r1:3.11 )
REQUIRED_USE=|| ( python_targets_pypy3 python_targets_python3_9 python_targets_python3_10 python_targets_python3_11 )
SLOT=0
SRC_URI=mirror://pypi/b/betamax-serializers/betamax-serializers-0.2.1.tar.gz
_eclasses_=out-of-source-utils 1a9007554652a6e627edbccb3c25a439 multibuild bddcb51b74f4a76724ff7cf8e7388869 multilib 5ca4e49abed8e3a2f7b56920eadee157 toolchain-funcs 6001248ef162a5fa2a21ce132a212f6b multiprocessing b4e253ab22cef7b1085e9b67c7a3b730 ninja-utils 38c85b725d0467e51954ea921b6c104b python-utils-r1 429bfd4e8d8e39db5385ba5744f30788 python-r1 3c6cd0f418ba702c186a9865b85e704d distutils-r1 ad4c1e4ec8737eb363aacd638f6a513b optfeature 222cb475c5a4f7ae7cfb0bf510a6fe54
_md5_=1778ebc5d368649941796c7e27328598
SRC_URI=https://files.pythonhosted.org/packages/source/b/betamax-serializers/betamax-serializers-0.2.1.tar.gz
_eclasses_=out-of-source-utils 1a9007554652a6e627edbccb3c25a439 multibuild bddcb51b74f4a76724ff7cf8e7388869 multilib 5ca4e49abed8e3a2f7b56920eadee157 toolchain-funcs 6001248ef162a5fa2a21ce132a212f6b multiprocessing b4e253ab22cef7b1085e9b67c7a3b730 ninja-utils 38c85b725d0467e51954ea921b6c104b python-utils-r1 429bfd4e8d8e39db5385ba5744f30788 python-r1 3c6cd0f418ba702c186a9865b85e704d distutils-r1 ad4c1e4ec8737eb363aacd638f6a513b optfeature 222cb475c5a4f7ae7cfb0bf510a6fe54 pypi d083c45ce254373ad68562a43f4b9035
_md5_=2b9f1fbb6550efb40731514aa09b0f36

View File

@@ -0,0 +1,16 @@
BDEPEND=test? ( >=dev-python/black-19.3[python_targets_python3_9(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?] >=dev-python/isort-5.10.1[python_targets_python3_9(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?] >=dev-python/jinja-2.11.2[python_targets_python3_9(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?] >=dev-python/grpcio-tools-1.40.0[python_targets_python3_9(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?] >=dev-python/pytest-mock-3.1.1[python_targets_python3_9(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?] >=dev-python/pytest-asyncio-0.12.0[python_targets_python3_9(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?] ) test? ( >=dev-python/grpclib-0.4.1[python_targets_python3_9(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?] >=dev-python/python-dateutil-2.8.0[python_targets_python3_9(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?] >=dev-python/pytest-7.2.1[python_targets_python3_9(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?] ) doc? ( || ( ( >=dev-lang/python-3.11.1-r1:3.11 >=dev-python/sphinx-5.3.0[python_targets_python3_11(-)] >=dev-python/sphinx-rtd-theme-0.5.0[python_targets_python3_11(-)] ) ( >=dev-lang/python-3.10.9-r1:3.10 >=dev-python/sphinx-5.3.0[python_targets_python3_10(-)] >=dev-python/sphinx-rtd-theme-0.5.0[python_targets_python3_10(-)] ) ( >=dev-lang/python-3.9.16-r1:3.9 >=dev-python/sphinx-5.3.0[python_targets_python3_9(-)] >=dev-python/sphinx-rtd-theme-0.5.0[python_targets_python3_9(-)] ) ) ) python_targets_python3_9? ( >=dev-lang/python-3.9.16-r1:3.9 ) python_targets_python3_10? ( >=dev-lang/python-3.10.9-r1:3.10 ) python_targets_python3_11? ( >=dev-lang/python-3.11.1-r1:3.11 ) >=dev-python/gpep517-13[python_targets_python3_9(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?] >=dev-python/poetry-core-1.4.0[python_targets_python3_9(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?]
DEFINED_PHASES=compile configure install postinst prepare test
DESCRIPTION=Better Protobuf / gRPC Support for Python
EAPI=8
HOMEPAGE=https://github.com/danielgtaylor/python-betterproto
INHERIT=distutils-r1 optfeature
IUSE=test doc python_targets_python3_9 python_targets_python3_10 python_targets_python3_11
KEYWORDS=~amd64 ~x86
LICENSE=MIT
RDEPEND=>=dev-python/grpclib-0.4.1[python_targets_python3_9(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?] >=dev-python/python-dateutil-2.8.0[python_targets_python3_9(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?] python_targets_python3_9? ( >=dev-lang/python-3.9.16-r1:3.9 ) python_targets_python3_10? ( >=dev-lang/python-3.10.9-r1:3.10 ) python_targets_python3_11? ( >=dev-lang/python-3.11.1-r1: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/danielgtaylor/python-betterproto/archive/refs/tags/v2.0.0b4.tar.gz -> betterproto-2.0.0_beta4.gh.tar.gz
_eclasses_=out-of-source-utils 1a9007554652a6e627edbccb3c25a439 multibuild bddcb51b74f4a76724ff7cf8e7388869 multilib 5ca4e49abed8e3a2f7b56920eadee157 toolchain-funcs 6001248ef162a5fa2a21ce132a212f6b multiprocessing b4e253ab22cef7b1085e9b67c7a3b730 ninja-utils 38c85b725d0467e51954ea921b6c104b python-utils-r1 429bfd4e8d8e39db5385ba5744f30788 python-r1 3c6cd0f418ba702c186a9865b85e704d distutils-r1 ad4c1e4ec8737eb363aacd638f6a513b optfeature 222cb475c5a4f7ae7cfb0bf510a6fe54
_md5_=68f8b29735219bd334cbbf4bc11de126

View File

@@ -0,0 +1,16 @@
BDEPEND=test? ( >=dev-python/black-19.3[python_targets_python3_9(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?] >=dev-python/isort-5.10.1[python_targets_python3_9(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?] >=dev-python/jinja-3.0.3[python_targets_python3_9(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?] >=dev-python/grpcio-tools-1.40.0[python_targets_python3_9(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?] >=dev-python/pytest-mock-3.1.1[python_targets_python3_9(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?] >=dev-python/pytest-asyncio-0.12.0[python_targets_python3_9(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?] ) test? ( >=dev-python/grpclib-0.4.1[python_targets_python3_9(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?] >=dev-python/python-dateutil-2.8.0[python_targets_python3_9(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?] >=dev-python/pytest-7.2.1[python_targets_python3_9(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?] ) doc? ( || ( ( >=dev-lang/python-3.11.1-r1:3.11 >=dev-python/sphinx-5.3.0[python_targets_python3_11(-)] >=dev-python/sphinx-rtd-theme-0.5.0[python_targets_python3_11(-)] ) ( >=dev-lang/python-3.10.9-r1:3.10 >=dev-python/sphinx-5.3.0[python_targets_python3_10(-)] >=dev-python/sphinx-rtd-theme-0.5.0[python_targets_python3_10(-)] ) ( >=dev-lang/python-3.9.16-r1:3.9 >=dev-python/sphinx-5.3.0[python_targets_python3_9(-)] >=dev-python/sphinx-rtd-theme-0.5.0[python_targets_python3_9(-)] ) ) ) python_targets_python3_9? ( >=dev-lang/python-3.9.16-r1:3.9 ) python_targets_python3_10? ( >=dev-lang/python-3.10.9-r1:3.10 ) python_targets_python3_11? ( >=dev-lang/python-3.11.1-r1:3.11 ) >=dev-python/gpep517-13[python_targets_python3_9(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?] >=dev-python/poetry-core-1.4.0[python_targets_python3_9(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?]
DEFINED_PHASES=compile configure install postinst prepare test
DESCRIPTION=Better Protobuf / gRPC Support for Python
EAPI=8
HOMEPAGE=https://github.com/danielgtaylor/python-betterproto
INHERIT=distutils-r1 optfeature
IUSE=test doc python_targets_python3_9 python_targets_python3_10 python_targets_python3_11
KEYWORDS=~amd64 ~x86
LICENSE=MIT
RDEPEND=>=dev-python/grpclib-0.4.1[python_targets_python3_9(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?] >=dev-python/python-dateutil-2.8.0[python_targets_python3_9(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?] python_targets_python3_9? ( >=dev-lang/python-3.9.16-r1:3.9 ) python_targets_python3_10? ( >=dev-lang/python-3.10.9-r1:3.10 ) python_targets_python3_11? ( >=dev-lang/python-3.11.1-r1: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/danielgtaylor/python-betterproto/archive/refs/tags/v2.0.0b5.tar.gz -> betterproto-2.0.0_beta5.gh.tar.gz
_eclasses_=out-of-source-utils 1a9007554652a6e627edbccb3c25a439 multibuild bddcb51b74f4a76724ff7cf8e7388869 multilib 5ca4e49abed8e3a2f7b56920eadee157 toolchain-funcs 6001248ef162a5fa2a21ce132a212f6b multiprocessing b4e253ab22cef7b1085e9b67c7a3b730 ninja-utils 38c85b725d0467e51954ea921b6c104b python-utils-r1 429bfd4e8d8e39db5385ba5744f30788 python-r1 3c6cd0f418ba702c186a9865b85e704d distutils-r1 ad4c1e4ec8737eb363aacd638f6a513b optfeature 222cb475c5a4f7ae7cfb0bf510a6fe54
_md5_=cd777236778efb3880a2a5f9ce585da3

View File

@@ -0,0 +1,15 @@
BDEPEND=test? ( >=dev-python/black-19.3[python_targets_python3_9(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?] >=dev-python/isort-5.10.1[python_targets_python3_9(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?] >=dev-python/jinja-2.11.2[python_targets_python3_9(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?] >=dev-python/grpcio-tools-1.40.0[python_targets_python3_9(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?] >=dev-python/pytest-mock-3.1.1[python_targets_python3_9(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?] >=dev-python/pytest-asyncio-0.12.0[python_targets_python3_9(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?] ) test? ( >=dev-python/grpclib-0.4.1[python_targets_python3_9(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?] >=dev-python/python-dateutil-2.8.0[python_targets_python3_9(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?] >=dev-python/pytest-7.2.1[python_targets_python3_9(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?] ) doc? ( || ( ( >=dev-lang/python-3.11.1-r1:3.11 >=dev-python/sphinx-5.3.0[python_targets_python3_11(-)] >=dev-python/sphinx-rtd-theme-0.5.0[python_targets_python3_11(-)] ) ( >=dev-lang/python-3.10.9-r1:3.10 >=dev-python/sphinx-5.3.0[python_targets_python3_10(-)] >=dev-python/sphinx-rtd-theme-0.5.0[python_targets_python3_10(-)] ) ( >=dev-lang/python-3.9.16-r1:3.9 >=dev-python/sphinx-5.3.0[python_targets_python3_9(-)] >=dev-python/sphinx-rtd-theme-0.5.0[python_targets_python3_9(-)] ) ) ) python_targets_python3_9? ( >=dev-lang/python-3.9.16-r1:3.9 ) python_targets_python3_10? ( >=dev-lang/python-3.10.9-r1:3.10 ) python_targets_python3_11? ( >=dev-lang/python-3.11.1-r1:3.11 ) >=dev-python/gpep517-13[python_targets_python3_9(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?] >=dev-python/poetry-core-1.4.0[python_targets_python3_9(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?] >=dev-vcs/git-1.8.2.1[curl]
DEFINED_PHASES=compile configure install postinst prepare test unpack
DESCRIPTION=Better Protobuf / gRPC Support for Python
EAPI=8
HOMEPAGE=https://github.com/danielgtaylor/python-betterproto
INHERIT=distutils-r1 optfeature git-r3
IUSE=test doc python_targets_python3_9 python_targets_python3_10 python_targets_python3_11
LICENSE=MIT
PROPERTIES=live
RDEPEND=>=dev-python/grpclib-0.4.1[python_targets_python3_9(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?] >=dev-python/python-dateutil-2.8.0[python_targets_python3_9(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?] python_targets_python3_9? ( >=dev-lang/python-3.9.16-r1:3.9 ) python_targets_python3_10? ( >=dev-lang/python-3.10.9-r1:3.10 ) python_targets_python3_11? ( >=dev-lang/python-3.11.1-r1:3.11 )
REQUIRED_USE=|| ( python_targets_python3_9 python_targets_python3_10 python_targets_python3_11 )
RESTRICT=!test? ( test )
SLOT=0
_eclasses_=out-of-source-utils 1a9007554652a6e627edbccb3c25a439 multibuild bddcb51b74f4a76724ff7cf8e7388869 multilib 5ca4e49abed8e3a2f7b56920eadee157 toolchain-funcs 6001248ef162a5fa2a21ce132a212f6b multiprocessing b4e253ab22cef7b1085e9b67c7a3b730 ninja-utils 38c85b725d0467e51954ea921b6c104b python-utils-r1 429bfd4e8d8e39db5385ba5744f30788 python-r1 3c6cd0f418ba702c186a9865b85e704d distutils-r1 ad4c1e4ec8737eb363aacd638f6a513b optfeature 222cb475c5a4f7ae7cfb0bf510a6fe54 git-r3 c57c50c922e121043788de0b40ada60a
_md5_=a5a4a5a58647d0f26d857a2b0a084645

View File

@@ -3,7 +3,7 @@ DEFINED_PHASES=compile configure install prepare test
DESCRIPTION=The bidirectional mapping library for Python
EAPI=8
HOMEPAGE=https://github.com/jab/bidict https://pypi.org/project/bidict/
INHERIT=distutils-r1
INHERIT=distutils-r1 pypi
IUSE=test doc python_targets_python3_9 python_targets_python3_10
KEYWORDS=~amd64
LICENSE=MPL-2.0
@@ -11,6 +11,6 @@ RDEPEND=python_targets_python3_9? ( >=dev-lang/python-3.9.16-r1:3.9 ) python_tar
REQUIRED_USE=|| ( python_targets_python3_9 python_targets_python3_10 )
RESTRICT=!test? ( test )
SLOT=0
SRC_URI=mirror://pypi/b/bidict/bidict-0.22.0.tar.gz
_eclasses_=out-of-source-utils 1a9007554652a6e627edbccb3c25a439 multibuild bddcb51b74f4a76724ff7cf8e7388869 multilib 5ca4e49abed8e3a2f7b56920eadee157 toolchain-funcs 6001248ef162a5fa2a21ce132a212f6b multiprocessing b4e253ab22cef7b1085e9b67c7a3b730 ninja-utils 38c85b725d0467e51954ea921b6c104b python-utils-r1 429bfd4e8d8e39db5385ba5744f30788 python-r1 3c6cd0f418ba702c186a9865b85e704d distutils-r1 ad4c1e4ec8737eb363aacd638f6a513b
_md5_=de792fa6cd050e958c45ed4b0ddb1176
SRC_URI=https://files.pythonhosted.org/packages/source/b/bidict/bidict-0.22.0.tar.gz
_eclasses_=out-of-source-utils 1a9007554652a6e627edbccb3c25a439 multibuild bddcb51b74f4a76724ff7cf8e7388869 multilib 5ca4e49abed8e3a2f7b56920eadee157 toolchain-funcs 6001248ef162a5fa2a21ce132a212f6b multiprocessing b4e253ab22cef7b1085e9b67c7a3b730 ninja-utils 38c85b725d0467e51954ea921b6c104b python-utils-r1 429bfd4e8d8e39db5385ba5744f30788 python-r1 3c6cd0f418ba702c186a9865b85e704d distutils-r1 ad4c1e4ec8737eb363aacd638f6a513b pypi d083c45ce254373ad68562a43f4b9035
_md5_=5bdd73d2264a470eeb5f223e7e5e4628

View File

@@ -3,13 +3,13 @@ DEFINED_PHASES=compile configure install prepare test
DESCRIPTION=Python API for communicating with the BitBox02 device
EAPI=7
HOMEPAGE=https://github.com/digitalbitbox/bitbox02-firmware
INHERIT=distutils-r1
INHERIT=distutils-r1 pypi
IUSE=python_targets_python3_9
KEYWORDS=~amd64
LICENSE=Apache-2.0
RDEPEND=>=dev-python/base58-2.0.0[python_targets_python3_9(-)?] >=dev-python/ecdsa-0.14.0[python_targets_python3_9(-)?] >=dev-python/hidapi-0.7.99[python_targets_python3_9(-)?] >=dev-python/noiseprotocol-0.3.0[python_targets_python3_9(-)?] >=dev-python/protobuf-python-3.7.0[python_targets_python3_9(-)?] >=dev-python/semver-2.8.1[python_targets_python3_9(-)?] >=dev-python/typing-extensions-3.7.4[python_targets_python3_9(-)?] python_targets_python3_9? ( >=dev-lang/python-3.9.16-r1:3.9 )
REQUIRED_USE=|| ( python_targets_python3_9 )
SLOT=0
SRC_URI=mirror://pypi/b/bitbox02/bitbox02-5.3.0.tar.gz
_eclasses_=out-of-source-utils 1a9007554652a6e627edbccb3c25a439 multibuild bddcb51b74f4a76724ff7cf8e7388869 multilib 5ca4e49abed8e3a2f7b56920eadee157 toolchain-funcs 6001248ef162a5fa2a21ce132a212f6b multiprocessing b4e253ab22cef7b1085e9b67c7a3b730 ninja-utils 38c85b725d0467e51954ea921b6c104b eapi8-dosym 741bfa77afb2a9321261501aca58c208 python-utils-r1 429bfd4e8d8e39db5385ba5744f30788 python-r1 3c6cd0f418ba702c186a9865b85e704d distutils-r1 ad4c1e4ec8737eb363aacd638f6a513b
_md5_=6c08ae168c099db21145290ac5214626
SRC_URI=https://files.pythonhosted.org/packages/source/b/bitbox02/bitbox02-5.3.0.tar.gz
_eclasses_=out-of-source-utils 1a9007554652a6e627edbccb3c25a439 multibuild bddcb51b74f4a76724ff7cf8e7388869 multilib 5ca4e49abed8e3a2f7b56920eadee157 toolchain-funcs 6001248ef162a5fa2a21ce132a212f6b multiprocessing b4e253ab22cef7b1085e9b67c7a3b730 ninja-utils 38c85b725d0467e51954ea921b6c104b eapi8-dosym 741bfa77afb2a9321261501aca58c208 python-utils-r1 429bfd4e8d8e39db5385ba5744f30788 python-r1 3c6cd0f418ba702c186a9865b85e704d distutils-r1 ad4c1e4ec8737eb363aacd638f6a513b pypi d083c45ce254373ad68562a43f4b9035
_md5_=969951c1df2c0d353fa22afe3c4921e0

View File

@@ -3,7 +3,7 @@ DEFINED_PHASES=compile configure install prepare test
DESCRIPTION=Pure-Python implementation of the blurhash algorithm
EAPI=8
HOMEPAGE=https://pypi.org/project/blurhash/ https://github.com/halcy/blurhash-python
INHERIT=distutils-r1
INHERIT=distutils-r1 pypi
IUSE=test python_targets_python3_9 python_targets_python3_10 python_targets_python3_11
KEYWORDS=~amd64
LICENSE=MIT
@@ -11,6 +11,6 @@ RDEPEND=python_targets_python3_9? ( >=dev-lang/python-3.9.16-r1:3.9 ) python_tar
REQUIRED_USE=|| ( python_targets_python3_9 python_targets_python3_10 python_targets_python3_11 )
RESTRICT=test !test? ( test )
SLOT=0
SRC_URI=mirror://pypi/b/blurhash/blurhash-1.1.4.tar.gz
_eclasses_=out-of-source-utils 1a9007554652a6e627edbccb3c25a439 multibuild bddcb51b74f4a76724ff7cf8e7388869 multilib 5ca4e49abed8e3a2f7b56920eadee157 toolchain-funcs 6001248ef162a5fa2a21ce132a212f6b multiprocessing b4e253ab22cef7b1085e9b67c7a3b730 ninja-utils 38c85b725d0467e51954ea921b6c104b python-utils-r1 429bfd4e8d8e39db5385ba5744f30788 python-r1 3c6cd0f418ba702c186a9865b85e704d distutils-r1 ad4c1e4ec8737eb363aacd638f6a513b
_md5_=587c69ea426fd9c93e4bc5a0b23dd2ce
SRC_URI=https://files.pythonhosted.org/packages/source/b/blurhash/blurhash-1.1.4.tar.gz
_eclasses_=out-of-source-utils 1a9007554652a6e627edbccb3c25a439 multibuild bddcb51b74f4a76724ff7cf8e7388869 multilib 5ca4e49abed8e3a2f7b56920eadee157 toolchain-funcs 6001248ef162a5fa2a21ce132a212f6b multiprocessing b4e253ab22cef7b1085e9b67c7a3b730 ninja-utils 38c85b725d0467e51954ea921b6c104b python-utils-r1 429bfd4e8d8e39db5385ba5744f30788 python-r1 3c6cd0f418ba702c186a9865b85e704d distutils-r1 ad4c1e4ec8737eb363aacd638f6a513b pypi d083c45ce254373ad68562a43f4b9035
_md5_=fdc5102716f5738801999c6d3e581600

View File

@@ -4,7 +4,7 @@ DEPEND=>=dev-python/cython-0.29.24[python_targets_python3_9(-)?,python_targets_p
DESCRIPTION=A CFF table subroutinizer for FontTools
EAPI=8
HOMEPAGE=https://github.com/googlefonts/compreffor https://pypi.org/project/compreffor/
INHERIT=distutils-r1
INHERIT=distutils-r1 pypi
IUSE=test python_targets_python3_9 python_targets_python3_10 python_targets_python3_11
KEYWORDS=~amd64
LICENSE=Apache-2.0
@@ -12,6 +12,6 @@ RDEPEND=>=dev-python/fonttools-4[python_targets_python3_9(-)?,python_targets_pyt
REQUIRED_USE=|| ( python_targets_python3_9 python_targets_python3_10 python_targets_python3_11 )
RESTRICT=!test? ( test )
SLOT=0
SRC_URI=mirror://pypi/c/compreffor/compreffor-0.5.2.tar.gz
_eclasses_=out-of-source-utils 1a9007554652a6e627edbccb3c25a439 multibuild bddcb51b74f4a76724ff7cf8e7388869 multilib 5ca4e49abed8e3a2f7b56920eadee157 toolchain-funcs 6001248ef162a5fa2a21ce132a212f6b multiprocessing b4e253ab22cef7b1085e9b67c7a3b730 ninja-utils 38c85b725d0467e51954ea921b6c104b python-utils-r1 429bfd4e8d8e39db5385ba5744f30788 python-r1 3c6cd0f418ba702c186a9865b85e704d distutils-r1 ad4c1e4ec8737eb363aacd638f6a513b
_md5_=dac5fedb695758d7e591c3e61742288c
SRC_URI=https://files.pythonhosted.org/packages/source/c/compreffor/compreffor-0.5.2.tar.gz
_eclasses_=out-of-source-utils 1a9007554652a6e627edbccb3c25a439 multibuild bddcb51b74f4a76724ff7cf8e7388869 multilib 5ca4e49abed8e3a2f7b56920eadee157 toolchain-funcs 6001248ef162a5fa2a21ce132a212f6b multiprocessing b4e253ab22cef7b1085e9b67c7a3b730 ninja-utils 38c85b725d0467e51954ea921b6c104b python-utils-r1 429bfd4e8d8e39db5385ba5744f30788 python-r1 3c6cd0f418ba702c186a9865b85e704d distutils-r1 ad4c1e4ec8737eb363aacd638f6a513b pypi d083c45ce254373ad68562a43f4b9035
_md5_=5e5f838c2921ced6d1636acdba2fa8ca

View File

@@ -4,13 +4,13 @@ DEPEND=<dev-python/coverage-7[python_targets_python3_10(-)?,python_targets_pytho
DESCRIPTION=Show coverage stats online via coveralls.io
EAPI=8
HOMEPAGE=https://github.com/TheKevJames/coveralls-python
INHERIT=distutils-r1
INHERIT=distutils-r1 pypi
IUSE=python_targets_python3_10 python_targets_python3_11
KEYWORDS=~amd64
LICENSE=MIT
RDEPEND=<dev-python/coverage-7[python_targets_python3_10(-)?,python_targets_python3_11(-)?] dev-python/docopt[python_targets_python3_10(-)?,python_targets_python3_11(-)?] dev-python/requests[python_targets_python3_10(-)?,python_targets_python3_11(-)?] dev-python/pyyaml[python_targets_python3_10(-)?,python_targets_python3_11(-)?] python_targets_python3_10? ( >=dev-lang/python-3.10.9-r1:3.10 ) python_targets_python3_11? ( >=dev-lang/python-3.11.1-r1:3.11 )
REQUIRED_USE=|| ( python_targets_python3_10 python_targets_python3_11 )
SLOT=0
SRC_URI=mirror://pypi/c/coveralls/coveralls-3.3.1.tar.gz
_eclasses_=out-of-source-utils 1a9007554652a6e627edbccb3c25a439 multibuild bddcb51b74f4a76724ff7cf8e7388869 multilib 5ca4e49abed8e3a2f7b56920eadee157 toolchain-funcs 6001248ef162a5fa2a21ce132a212f6b multiprocessing b4e253ab22cef7b1085e9b67c7a3b730 ninja-utils 38c85b725d0467e51954ea921b6c104b python-utils-r1 429bfd4e8d8e39db5385ba5744f30788 python-r1 3c6cd0f418ba702c186a9865b85e704d distutils-r1 ad4c1e4ec8737eb363aacd638f6a513b
_md5_=e7931442bd0046e102be235b11421027
SRC_URI=https://files.pythonhosted.org/packages/source/c/coveralls/coveralls-3.3.1.tar.gz
_eclasses_=out-of-source-utils 1a9007554652a6e627edbccb3c25a439 multibuild bddcb51b74f4a76724ff7cf8e7388869 multilib 5ca4e49abed8e3a2f7b56920eadee157 toolchain-funcs 6001248ef162a5fa2a21ce132a212f6b multiprocessing b4e253ab22cef7b1085e9b67c7a3b730 ninja-utils 38c85b725d0467e51954ea921b6c104b python-utils-r1 429bfd4e8d8e39db5385ba5744f30788 python-r1 3c6cd0f418ba702c186a9865b85e704d distutils-r1 ad4c1e4ec8737eb363aacd638f6a513b pypi d083c45ce254373ad68562a43f4b9035
_md5_=53b6fe70bd1c6e2904f60f80d20db825

View File

@@ -4,7 +4,7 @@ DEPEND=test? ( dev-python/sphinx[python_targets_python3_9(-)?,python_targets_pyt
DESCRIPTION=Curio is a coroutine-based library for concurrent systems programming
EAPI=8
HOMEPAGE=https://github.com/dabeaz/curio https://pypi.org/project/curio/
INHERIT=distutils-r1
INHERIT=distutils-r1 pypi
IUSE=examples doc test python_targets_python3_9 python_targets_python3_10 python_targets_python3_11
KEYWORDS=~amd64 ~x86
LICENSE=BSD
@@ -12,6 +12,6 @@ RDEPEND=python_targets_python3_9? ( >=dev-lang/python-3.9.16-r1:3.9 ) python_tar
REQUIRED_USE=|| ( python_targets_python3_9 python_targets_python3_10 python_targets_python3_11 )
RESTRICT=!test? ( test )
SLOT=0
SRC_URI=mirror://pypi/c/curio/curio-1.6.tar.gz
_eclasses_=out-of-source-utils 1a9007554652a6e627edbccb3c25a439 multibuild bddcb51b74f4a76724ff7cf8e7388869 multilib 5ca4e49abed8e3a2f7b56920eadee157 toolchain-funcs 6001248ef162a5fa2a21ce132a212f6b multiprocessing b4e253ab22cef7b1085e9b67c7a3b730 ninja-utils 38c85b725d0467e51954ea921b6c104b python-utils-r1 429bfd4e8d8e39db5385ba5744f30788 python-r1 3c6cd0f418ba702c186a9865b85e704d distutils-r1 ad4c1e4ec8737eb363aacd638f6a513b
_md5_=0f06623c8f665bd2098a7f5f493c291b
SRC_URI=https://files.pythonhosted.org/packages/source/c/curio/curio-1.6.tar.gz
_eclasses_=out-of-source-utils 1a9007554652a6e627edbccb3c25a439 multibuild bddcb51b74f4a76724ff7cf8e7388869 multilib 5ca4e49abed8e3a2f7b56920eadee157 toolchain-funcs 6001248ef162a5fa2a21ce132a212f6b multiprocessing b4e253ab22cef7b1085e9b67c7a3b730 ninja-utils 38c85b725d0467e51954ea921b6c104b python-utils-r1 429bfd4e8d8e39db5385ba5744f30788 python-r1 3c6cd0f418ba702c186a9865b85e704d distutils-r1 ad4c1e4ec8737eb363aacd638f6a513b pypi d083c45ce254373ad68562a43f4b9035
_md5_=ca621535d523de15669a6238b7f44718

View File

@@ -3,13 +3,13 @@ DEFINED_PHASES=compile configure install prepare test
DESCRIPTION=The daff can produce and apply tabular diffs
EAPI=8
HOMEPAGE=https://github.com/paulfitz/daff
INHERIT=distutils-r1
INHERIT=distutils-r1 pypi
IUSE=python_targets_pypy3 python_targets_python3_9 python_targets_python3_10 python_targets_python3_11
KEYWORDS=~amd64 ~arm64 ~ia64 ~riscv ~sparc ~x86
LICENSE=MIT
RDEPEND=python_targets_pypy3? ( >=dev-python/pypy3-7.3.11-r1:0= ) python_targets_python3_9? ( >=dev-lang/python-3.9.16-r1:3.9 ) python_targets_python3_10? ( >=dev-lang/python-3.10.9-r1:3.10 ) python_targets_python3_11? ( >=dev-lang/python-3.11.1-r1:3.11 )
REQUIRED_USE=|| ( python_targets_pypy3 python_targets_python3_9 python_targets_python3_10 python_targets_python3_11 )
SLOT=0
SRC_URI=mirror://pypi/d/daff/daff-1.3.46.tar.gz
_eclasses_=out-of-source-utils 1a9007554652a6e627edbccb3c25a439 multibuild bddcb51b74f4a76724ff7cf8e7388869 multilib 5ca4e49abed8e3a2f7b56920eadee157 toolchain-funcs 6001248ef162a5fa2a21ce132a212f6b multiprocessing b4e253ab22cef7b1085e9b67c7a3b730 ninja-utils 38c85b725d0467e51954ea921b6c104b python-utils-r1 429bfd4e8d8e39db5385ba5744f30788 python-r1 3c6cd0f418ba702c186a9865b85e704d distutils-r1 ad4c1e4ec8737eb363aacd638f6a513b
_md5_=77eebe52a3313b7c4e306ee8b0038de5
SRC_URI=https://files.pythonhosted.org/packages/source/d/daff/daff-1.3.46.tar.gz
_eclasses_=out-of-source-utils 1a9007554652a6e627edbccb3c25a439 multibuild bddcb51b74f4a76724ff7cf8e7388869 multilib 5ca4e49abed8e3a2f7b56920eadee157 toolchain-funcs 6001248ef162a5fa2a21ce132a212f6b multiprocessing b4e253ab22cef7b1085e9b67c7a3b730 ninja-utils 38c85b725d0467e51954ea921b6c104b python-utils-r1 429bfd4e8d8e39db5385ba5744f30788 python-r1 3c6cd0f418ba702c186a9865b85e704d distutils-r1 ad4c1e4ec8737eb363aacd638f6a513b pypi d083c45ce254373ad68562a43f4b9035
_md5_=5b960fa2aaadbd6c5e54c326a1ddefca

View File

@@ -4,7 +4,7 @@ DEPEND=dev-python/python-json-logger[python_targets_pypy3(-)?,python_targets_pyt
DESCRIPTION=Python library to easily setup basic logging functionality
EAPI=8
HOMEPAGE=https://pypi.org/project/daiquiri/ https://github.com/jd/daiquiri
INHERIT=distutils-r1
INHERIT=distutils-r1 pypi
IUSE=test python_targets_pypy3 python_targets_python3_9 python_targets_python3_10
KEYWORDS=~amd64
LICENSE=Apache-2.0
@@ -12,6 +12,6 @@ RDEPEND=dev-python/python-json-logger[python_targets_pypy3(-)?,python_targets_py
REQUIRED_USE=|| ( python_targets_pypy3 python_targets_python3_9 python_targets_python3_10 )
RESTRICT=!test? ( test )
SLOT=0
SRC_URI=mirror://pypi/d/daiquiri/daiquiri-3.0.1.tar.gz
_eclasses_=out-of-source-utils 1a9007554652a6e627edbccb3c25a439 multibuild bddcb51b74f4a76724ff7cf8e7388869 multilib 5ca4e49abed8e3a2f7b56920eadee157 toolchain-funcs 6001248ef162a5fa2a21ce132a212f6b multiprocessing b4e253ab22cef7b1085e9b67c7a3b730 ninja-utils 38c85b725d0467e51954ea921b6c104b python-utils-r1 429bfd4e8d8e39db5385ba5744f30788 python-r1 3c6cd0f418ba702c186a9865b85e704d distutils-r1 ad4c1e4ec8737eb363aacd638f6a513b
_md5_=e1094c3c624d906725bf7b04e1454e92
SRC_URI=https://files.pythonhosted.org/packages/source/d/daiquiri/daiquiri-3.0.1.tar.gz
_eclasses_=out-of-source-utils 1a9007554652a6e627edbccb3c25a439 multibuild bddcb51b74f4a76724ff7cf8e7388869 multilib 5ca4e49abed8e3a2f7b56920eadee157 toolchain-funcs 6001248ef162a5fa2a21ce132a212f6b multiprocessing b4e253ab22cef7b1085e9b67c7a3b730 ninja-utils 38c85b725d0467e51954ea921b6c104b python-utils-r1 429bfd4e8d8e39db5385ba5744f30788 python-r1 3c6cd0f418ba702c186a9865b85e704d distutils-r1 ad4c1e4ec8737eb363aacd638f6a513b pypi d083c45ce254373ad68562a43f4b9035
_md5_=47de7f0beb8ec2d0197bfbba5c79d216

View File

@@ -3,13 +3,13 @@ DEFINED_PHASES=compile configure install prepare test
DESCRIPTION=Detect OS dark mode from Python
EAPI=7
HOMEPAGE=https://github.com/5yutan5/PyQtDarkTheme https://pypi.org/project/PyQtDarkTheme
INHERIT=distutils-r1
INHERIT=distutils-r1 pypi
IUSE=python_targets_pypy3 python_targets_python3_9 python_targets_python3_10 python_targets_python3_11
KEYWORDS=~amd64 ~arm ~arm64 ~x86
LICENSE=BSD
RDEPEND=python_targets_pypy3? ( >=dev-python/pypy3-7.3.11-r1:0= ) python_targets_python3_9? ( >=dev-lang/python-3.9.16-r1:3.9 ) python_targets_python3_10? ( >=dev-lang/python-3.10.9-r1:3.10 ) python_targets_python3_11? ( >=dev-lang/python-3.11.1-r1:3.11 )
REQUIRED_USE=|| ( python_targets_pypy3 python_targets_python3_9 python_targets_python3_10 python_targets_python3_11 )
SLOT=0
SRC_URI=mirror://pypi/d/darkdetect/darkdetect-0.8.0.tar.gz
_eclasses_=out-of-source-utils 1a9007554652a6e627edbccb3c25a439 multibuild bddcb51b74f4a76724ff7cf8e7388869 multilib 5ca4e49abed8e3a2f7b56920eadee157 toolchain-funcs 6001248ef162a5fa2a21ce132a212f6b multiprocessing b4e253ab22cef7b1085e9b67c7a3b730 ninja-utils 38c85b725d0467e51954ea921b6c104b eapi8-dosym 741bfa77afb2a9321261501aca58c208 python-utils-r1 429bfd4e8d8e39db5385ba5744f30788 python-r1 3c6cd0f418ba702c186a9865b85e704d distutils-r1 ad4c1e4ec8737eb363aacd638f6a513b
_md5_=52bf8d3fdf501a0bc06e7914cbaf8fef
SRC_URI=https://files.pythonhosted.org/packages/source/d/darkdetect/darkdetect-0.8.0.tar.gz
_eclasses_=out-of-source-utils 1a9007554652a6e627edbccb3c25a439 multibuild bddcb51b74f4a76724ff7cf8e7388869 multilib 5ca4e49abed8e3a2f7b56920eadee157 toolchain-funcs 6001248ef162a5fa2a21ce132a212f6b multiprocessing b4e253ab22cef7b1085e9b67c7a3b730 ninja-utils 38c85b725d0467e51954ea921b6c104b eapi8-dosym 741bfa77afb2a9321261501aca58c208 python-utils-r1 429bfd4e8d8e39db5385ba5744f30788 python-r1 3c6cd0f418ba702c186a9865b85e704d distutils-r1 ad4c1e4ec8737eb363aacd638f6a513b pypi d083c45ce254373ad68562a43f4b9035
_md5_=5cd8420a1a583127dae21643d2fc8d76

View File

@@ -3,7 +3,7 @@ DEFINED_PHASES=compile configure install prepare test
DESCRIPTION=Create decorators easily in python
EAPI=8
HOMEPAGE=https://pypi.org/project/decopatch/ https://github.com/smarie/python-decopatch
INHERIT=distutils-r1 docs
INHERIT=distutils-r1 docs pypi
IUSE=test python_targets_python3_9 python_targets_python3_10 python_targets_python3_11 doc
KEYWORDS=~amd64
LICENSE=BSD
@@ -11,6 +11,6 @@ RDEPEND=dev-python/makefun[python_targets_python3_9(-)?,python_targets_python3_1
REQUIRED_USE=|| ( python_targets_python3_9 python_targets_python3_10 python_targets_python3_11 )
RESTRICT=!test? ( test )
SLOT=0
SRC_URI=mirror://pypi/d/decopatch/decopatch-1.4.10.tar.gz
_eclasses_=out-of-source-utils 1a9007554652a6e627edbccb3c25a439 multibuild bddcb51b74f4a76724ff7cf8e7388869 multilib 5ca4e49abed8e3a2f7b56920eadee157 toolchain-funcs 6001248ef162a5fa2a21ce132a212f6b multiprocessing b4e253ab22cef7b1085e9b67c7a3b730 ninja-utils 38c85b725d0467e51954ea921b6c104b python-utils-r1 429bfd4e8d8e39db5385ba5744f30788 python-r1 3c6cd0f418ba702c186a9865b85e704d distutils-r1 ad4c1e4ec8737eb363aacd638f6a513b docs d8252aed4deb205674b4feefc1775bf3
_md5_=3464e2f635cacb405009079b30b8f76a
SRC_URI=https://files.pythonhosted.org/packages/source/d/decopatch/decopatch-1.4.10.tar.gz
_eclasses_=out-of-source-utils 1a9007554652a6e627edbccb3c25a439 multibuild bddcb51b74f4a76724ff7cf8e7388869 multilib 5ca4e49abed8e3a2f7b56920eadee157 toolchain-funcs 6001248ef162a5fa2a21ce132a212f6b multiprocessing b4e253ab22cef7b1085e9b67c7a3b730 ninja-utils 38c85b725d0467e51954ea921b6c104b python-utils-r1 429bfd4e8d8e39db5385ba5744f30788 python-r1 3c6cd0f418ba702c186a9865b85e704d distutils-r1 ad4c1e4ec8737eb363aacd638f6a513b docs d8252aed4deb205674b4feefc1775bf3 pypi d083c45ce254373ad68562a43f4b9035
_md5_=bd85d0f1f229a15a7c549b796cc638be

View File

@@ -1,17 +0,0 @@
BDEPEND=test? ( >=dev-python/pytest-7.2.1[python_targets_python3_9(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?] ) python_targets_python3_9? ( >=dev-lang/python-3.9.16-r1:3.9 ) python_targets_python3_10? ( >=dev-lang/python-3.10.9-r1:3.10 ) python_targets_python3_11? ( >=dev-lang/python-3.11.1-r1:3.11 ) >=dev-python/gpep517-13[python_targets_python3_9(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?] >=dev-python/hatchling-1.12.2[python_targets_python3_9(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?] doc? ( || ( ( >=dev-lang/python-3.11.1-r1:3.11 dev-python/mkdocs[python_targets_python3_11(-)] dev-python/ansi2html[python_targets_python3_11(-)] dev-python/markdown[python_targets_python3_11(-)] dev-python/markdown-include[python_targets_python3_11(-)] dev-python/mkdocs-exclude[python_targets_python3_11(-)] dev-python/mkdocs-material[python_targets_python3_11(-)] dev-python/pygments[python_targets_python3_11(-)] ) ( >=dev-lang/python-3.10.9-r1:3.10 dev-python/mkdocs[python_targets_python3_10(-)] dev-python/ansi2html[python_targets_python3_10(-)] dev-python/markdown[python_targets_python3_10(-)] dev-python/markdown-include[python_targets_python3_10(-)] dev-python/mkdocs-exclude[python_targets_python3_10(-)] dev-python/mkdocs-material[python_targets_python3_10(-)] dev-python/pygments[python_targets_python3_10(-)] ) ( >=dev-lang/python-3.9.16-r1:3.9 dev-python/mkdocs[python_targets_python3_9(-)] dev-python/ansi2html[python_targets_python3_9(-)] dev-python/markdown[python_targets_python3_9(-)] dev-python/markdown-include[python_targets_python3_9(-)] dev-python/mkdocs-exclude[python_targets_python3_9(-)] dev-python/mkdocs-material[python_targets_python3_9(-)] dev-python/pygments[python_targets_python3_9(-)] ) ) )
DEFINED_PHASES=compile configure install prepare test
DEPEND=dev-python/asttokens[python_targets_python3_9(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?] dev-python/executing[python_targets_python3_9(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?] dev-python/pygments[python_targets_python3_9(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?] test? ( dev-python/asyncpg[python_targets_python3_9(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?] dev-python/coverage[python_targets_python3_9(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?] dev-python/multidict[python_targets_python3_9(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?] dev-python/pydantic[python_targets_python3_9(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?] dev-python/pytest-mock[python_targets_python3_9(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?] dev-python/sqlalchemy[python_targets_python3_9(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?] )
DESCRIPTION=Dev tools for python
EAPI=8
HOMEPAGE=https://github.com/samuelcolvin/python-devtools
INHERIT=distutils-r1 docs
IUSE=test python_targets_python3_9 python_targets_python3_10 python_targets_python3_11 doc
KEYWORDS=~amd64 ~x86
LICENSE=MIT
RDEPEND=python_targets_python3_9? ( >=dev-lang/python-3.9.16-r1:3.9 ) python_targets_python3_10? ( >=dev-lang/python-3.10.9-r1:3.10 ) python_targets_python3_11? ( >=dev-lang/python-3.11.1-r1:3.11 )
REQUIRED_USE=|| ( python_targets_python3_9 python_targets_python3_10 python_targets_python3_11 )
RESTRICT=!test? ( test ) !test? ( test )
SLOT=0
SRC_URI=https://github.com/samuelcolvin/python-devtools/archive/v0.10.0.tar.gz -> devtools-0.10.0.gh.tar.gz
_eclasses_=out-of-source-utils 1a9007554652a6e627edbccb3c25a439 multibuild bddcb51b74f4a76724ff7cf8e7388869 multilib 5ca4e49abed8e3a2f7b56920eadee157 toolchain-funcs 6001248ef162a5fa2a21ce132a212f6b multiprocessing b4e253ab22cef7b1085e9b67c7a3b730 ninja-utils 38c85b725d0467e51954ea921b6c104b python-utils-r1 429bfd4e8d8e39db5385ba5744f30788 python-r1 3c6cd0f418ba702c186a9865b85e704d distutils-r1 ad4c1e4ec8737eb363aacd638f6a513b docs d8252aed4deb205674b4feefc1775bf3
_md5_=01138326f5a9c06708dee800a4f1e28f

View File

@@ -0,0 +1,16 @@
BDEPEND=test? ( dev-python/asyncpg[python_targets_python3_9(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?] dev-python/coverage[python_targets_python3_9(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?] dev-python/multidict[python_targets_python3_9(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?] dev-python/pydantic[python_targets_python3_9(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?] dev-python/pytest-mock[python_targets_python3_9(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?] dev-python/sqlalchemy[python_targets_python3_9(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?] ) test? ( dev-python/asttokens[python_targets_python3_9(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?] dev-python/executing[python_targets_python3_9(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?] dev-python/pygments[python_targets_python3_9(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?] >=dev-python/pytest-7.2.1[python_targets_python3_9(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?] ) python_targets_python3_9? ( >=dev-lang/python-3.9.16-r1:3.9 ) python_targets_python3_10? ( >=dev-lang/python-3.10.9-r1:3.10 ) python_targets_python3_11? ( >=dev-lang/python-3.11.1-r1:3.11 ) >=dev-python/gpep517-13[python_targets_python3_9(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?] >=dev-python/hatchling-1.12.2[python_targets_python3_9(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?] doc? ( || ( ( >=dev-lang/python-3.11.1-r1:3.11 dev-python/mkdocs[python_targets_python3_11(-)] dev-python/ansi2html[python_targets_python3_11(-)] dev-python/markdown-include[python_targets_python3_11(-)] dev-python/mkdocs-exclude[python_targets_python3_11(-)] dev-python/mkdocs-material[python_targets_python3_11(-)] ) ( >=dev-lang/python-3.10.9-r1:3.10 dev-python/mkdocs[python_targets_python3_10(-)] dev-python/ansi2html[python_targets_python3_10(-)] dev-python/markdown-include[python_targets_python3_10(-)] dev-python/mkdocs-exclude[python_targets_python3_10(-)] dev-python/mkdocs-material[python_targets_python3_10(-)] ) ( >=dev-lang/python-3.9.16-r1:3.9 dev-python/mkdocs[python_targets_python3_9(-)] dev-python/ansi2html[python_targets_python3_9(-)] dev-python/markdown-include[python_targets_python3_9(-)] dev-python/mkdocs-exclude[python_targets_python3_9(-)] dev-python/mkdocs-material[python_targets_python3_9(-)] ) ) )
DEFINED_PHASES=compile configure install prepare test
DESCRIPTION=Dev tools for python
EAPI=8
HOMEPAGE=https://pypi.org/project/devtools/ https://github.com/samuelcolvin/python-devtools
INHERIT=distutils-r1 docs pypi
IUSE=test python_targets_python3_9 python_targets_python3_10 python_targets_python3_11 doc
KEYWORDS=~amd64 ~x86
LICENSE=MIT
RDEPEND=dev-python/asttokens[python_targets_python3_9(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?] dev-python/executing[python_targets_python3_9(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?] dev-python/pygments[python_targets_python3_9(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?] python_targets_python3_9? ( >=dev-lang/python-3.9.16-r1:3.9 ) python_targets_python3_10? ( >=dev-lang/python-3.10.9-r1:3.10 ) python_targets_python3_11? ( >=dev-lang/python-3.11.1-r1:3.11 )
REQUIRED_USE=|| ( python_targets_python3_9 python_targets_python3_10 python_targets_python3_11 )
RESTRICT=!test? ( test ) !test? ( test )
SLOT=0
SRC_URI=https://files.pythonhosted.org/packages/source/d/devtools/devtools-0.10.0.tar.gz
_eclasses_=out-of-source-utils 1a9007554652a6e627edbccb3c25a439 multibuild bddcb51b74f4a76724ff7cf8e7388869 multilib 5ca4e49abed8e3a2f7b56920eadee157 toolchain-funcs 6001248ef162a5fa2a21ce132a212f6b multiprocessing b4e253ab22cef7b1085e9b67c7a3b730 ninja-utils 38c85b725d0467e51954ea921b6c104b python-utils-r1 429bfd4e8d8e39db5385ba5744f30788 python-r1 3c6cd0f418ba702c186a9865b85e704d distutils-r1 ad4c1e4ec8737eb363aacd638f6a513b docs d8252aed4deb205674b4feefc1775bf3 pypi d083c45ce254373ad68562a43f4b9035
_md5_=0f8789eddd2663ab1589a0f1efdbb299

View File

@@ -4,7 +4,7 @@ DEPEND=dev-db/etcd >=dev-python/grpcio-1.2.0[python_targets_python3_9(-)?,python
DESCRIPTION=Python client for the etcd API v3
EAPI=8
HOMEPAGE=https://pypi.org/project/etcd3/ https://github.com/kragniz/python-etcd3
INHERIT=distutils-r1
INHERIT=distutils-r1 pypi
IUSE=test python_targets_python3_9 python_targets_python3_10
KEYWORDS=~amd64
LICENSE=Apache-2.0
@@ -12,6 +12,6 @@ RDEPEND=dev-db/etcd >=dev-python/grpcio-1.2.0[python_targets_python3_9(-)?,pytho
REQUIRED_USE=|| ( python_targets_python3_9 python_targets_python3_10 )
RESTRICT=!test? ( test )
SLOT=0
SRC_URI=mirror://pypi/e/etcd3/etcd3-0.12.0.tar.gz
_eclasses_=out-of-source-utils 1a9007554652a6e627edbccb3c25a439 multibuild bddcb51b74f4a76724ff7cf8e7388869 multilib 5ca4e49abed8e3a2f7b56920eadee157 toolchain-funcs 6001248ef162a5fa2a21ce132a212f6b multiprocessing b4e253ab22cef7b1085e9b67c7a3b730 ninja-utils 38c85b725d0467e51954ea921b6c104b python-utils-r1 429bfd4e8d8e39db5385ba5744f30788 python-r1 3c6cd0f418ba702c186a9865b85e704d distutils-r1 ad4c1e4ec8737eb363aacd638f6a513b
_md5_=1c89017893a2e8a04cca7627e792e117
SRC_URI=https://files.pythonhosted.org/packages/source/e/etcd3/etcd3-0.12.0.tar.gz
_eclasses_=out-of-source-utils 1a9007554652a6e627edbccb3c25a439 multibuild bddcb51b74f4a76724ff7cf8e7388869 multilib 5ca4e49abed8e3a2f7b56920eadee157 toolchain-funcs 6001248ef162a5fa2a21ce132a212f6b multiprocessing b4e253ab22cef7b1085e9b67c7a3b730 ninja-utils 38c85b725d0467e51954ea921b6c104b python-utils-r1 429bfd4e8d8e39db5385ba5744f30788 python-r1 3c6cd0f418ba702c186a9865b85e704d distutils-r1 ad4c1e4ec8737eb363aacd638f6a513b pypi d083c45ce254373ad68562a43f4b9035
_md5_=d5b2b2724d75c71f3d53e51a6907a1ff

View File

@@ -4,7 +4,7 @@ DEPEND=>=dev-python/pbr-2.0[python_targets_python3_9(-)?,python_targets_python3_
DESCRIPTION=A python client for etcd3 grpc-gateway v3 API
EAPI=8
HOMEPAGE=https://opendev.org/openstack/etcd3gw https://pypi.org/project/etcd3gw/
INHERIT=distutils-r1
INHERIT=distutils-r1 pypi
IUSE=test python_targets_python3_9 python_targets_python3_10
KEYWORDS=~amd64
LICENSE=Apache-2.0
@@ -12,6 +12,6 @@ RDEPEND=>=dev-python/pbr-2.0[python_targets_python3_9(-)?,python_targets_python3
REQUIRED_USE=|| ( python_targets_python3_9 python_targets_python3_10 )
RESTRICT=!test? ( test )
SLOT=0
SRC_URI=mirror://pypi/e/etcd3gw/etcd3gw-1.0.2.tar.gz
_eclasses_=out-of-source-utils 1a9007554652a6e627edbccb3c25a439 multibuild bddcb51b74f4a76724ff7cf8e7388869 multilib 5ca4e49abed8e3a2f7b56920eadee157 toolchain-funcs 6001248ef162a5fa2a21ce132a212f6b multiprocessing b4e253ab22cef7b1085e9b67c7a3b730 ninja-utils 38c85b725d0467e51954ea921b6c104b python-utils-r1 429bfd4e8d8e39db5385ba5744f30788 python-r1 3c6cd0f418ba702c186a9865b85e704d distutils-r1 ad4c1e4ec8737eb363aacd638f6a513b
_md5_=a69f7902f37a1d2c9fae7a18eb94f94d
SRC_URI=https://files.pythonhosted.org/packages/source/e/etcd3gw/etcd3gw-1.0.2.tar.gz
_eclasses_=out-of-source-utils 1a9007554652a6e627edbccb3c25a439 multibuild bddcb51b74f4a76724ff7cf8e7388869 multilib 5ca4e49abed8e3a2f7b56920eadee157 toolchain-funcs 6001248ef162a5fa2a21ce132a212f6b multiprocessing b4e253ab22cef7b1085e9b67c7a3b730 ninja-utils 38c85b725d0467e51954ea921b6c104b python-utils-r1 429bfd4e8d8e39db5385ba5744f30788 python-r1 3c6cd0f418ba702c186a9865b85e704d distutils-r1 ad4c1e4ec8737eb363aacd638f6a513b pypi d083c45ce254373ad68562a43f4b9035
_md5_=414134879625102eda403d2cecbfd57a

View File

@@ -3,7 +3,7 @@ DEFINED_PHASES=compile configure install postinst prepare test unpack
DESCRIPTION=Fast read/write of AVRO files
EAPI=8
HOMEPAGE=https://github.com/fastavro/fastavro https://pypi.org/project/fastavro/
INHERIT=distutils-r1 optfeature
INHERIT=distutils-r1 optfeature pypi
IUSE=test doc python_targets_python3_9 python_targets_python3_10 python_targets_python3_11
KEYWORDS=~amd64
LICENSE=MIT
@@ -11,6 +11,6 @@ RDEPEND=python_targets_python3_9? ( >=dev-lang/python-3.9.16-r1:3.9 ) python_tar
REQUIRED_USE=|| ( python_targets_python3_9 python_targets_python3_10 python_targets_python3_11 )
RESTRICT=!test? ( test )
SLOT=0
SRC_URI=mirror://pypi/f/fastavro/fastavro-1.7.0.tar.gz
_eclasses_=out-of-source-utils 1a9007554652a6e627edbccb3c25a439 multibuild bddcb51b74f4a76724ff7cf8e7388869 multilib 5ca4e49abed8e3a2f7b56920eadee157 toolchain-funcs 6001248ef162a5fa2a21ce132a212f6b multiprocessing b4e253ab22cef7b1085e9b67c7a3b730 ninja-utils 38c85b725d0467e51954ea921b6c104b python-utils-r1 429bfd4e8d8e39db5385ba5744f30788 python-r1 3c6cd0f418ba702c186a9865b85e704d distutils-r1 ad4c1e4ec8737eb363aacd638f6a513b optfeature 222cb475c5a4f7ae7cfb0bf510a6fe54
_md5_=7a1dc866b0bae10dfc664d034b90bf87
SRC_URI=https://files.pythonhosted.org/packages/source/f/fastavro/fastavro-1.7.0.tar.gz
_eclasses_=out-of-source-utils 1a9007554652a6e627edbccb3c25a439 multibuild bddcb51b74f4a76724ff7cf8e7388869 multilib 5ca4e49abed8e3a2f7b56920eadee157 toolchain-funcs 6001248ef162a5fa2a21ce132a212f6b multiprocessing b4e253ab22cef7b1085e9b67c7a3b730 ninja-utils 38c85b725d0467e51954ea921b6c104b python-utils-r1 429bfd4e8d8e39db5385ba5744f30788 python-r1 3c6cd0f418ba702c186a9865b85e704d distutils-r1 ad4c1e4ec8737eb363aacd638f6a513b optfeature 222cb475c5a4f7ae7cfb0bf510a6fe54 pypi d083c45ce254373ad68562a43f4b9035
_md5_=c5ce5cb088223e8035aeccff32f8a2e4

View File

@@ -3,13 +3,13 @@ DEFINED_PHASES=compile configure install prepare test
DESCRIPTION=Python port of LLVM's FileCheck, flexible pattern matching file verifier
EAPI=8
HOMEPAGE=https://pypi.org/project/filecheck/
INHERIT=distutils-r1
INHERIT=distutils-r1 pypi
IUSE=python_targets_python3_9 python_targets_python3_10
KEYWORDS=~amd64
LICENSE=Apache-2.0
RDEPEND=python_targets_python3_9? ( >=dev-lang/python-3.9.16-r1:3.9 ) python_targets_python3_10? ( >=dev-lang/python-3.10.9-r1:3.10 )
REQUIRED_USE=|| ( python_targets_python3_9 python_targets_python3_10 )
SLOT=0
SRC_URI=mirror://pypi/f/filecheck/filecheck-0.0.22.tar.gz
_eclasses_=out-of-source-utils 1a9007554652a6e627edbccb3c25a439 multibuild bddcb51b74f4a76724ff7cf8e7388869 multilib 5ca4e49abed8e3a2f7b56920eadee157 toolchain-funcs 6001248ef162a5fa2a21ce132a212f6b multiprocessing b4e253ab22cef7b1085e9b67c7a3b730 ninja-utils 38c85b725d0467e51954ea921b6c104b python-utils-r1 429bfd4e8d8e39db5385ba5744f30788 python-r1 3c6cd0f418ba702c186a9865b85e704d distutils-r1 ad4c1e4ec8737eb363aacd638f6a513b
_md5_=04af9e7e680cfb12979ce48830a2ccf3
SRC_URI=https://files.pythonhosted.org/packages/source/f/filecheck/filecheck-0.0.22.tar.gz
_eclasses_=out-of-source-utils 1a9007554652a6e627edbccb3c25a439 multibuild bddcb51b74f4a76724ff7cf8e7388869 multilib 5ca4e49abed8e3a2f7b56920eadee157 toolchain-funcs 6001248ef162a5fa2a21ce132a212f6b multiprocessing b4e253ab22cef7b1085e9b67c7a3b730 ninja-utils 38c85b725d0467e51954ea921b6c104b python-utils-r1 429bfd4e8d8e39db5385ba5744f30788 python-r1 3c6cd0f418ba702c186a9865b85e704d distutils-r1 ad4c1e4ec8737eb363aacd638f6a513b pypi d083c45ce254373ad68562a43f4b9035
_md5_=2c46500044bc75126b18fca801518cb2

View File

@@ -0,0 +1,16 @@
BDEPEND=test? ( dev-python/packaging[python_targets_pypy3(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?] >=dev-python/pytest-7.2.1[python_targets_pypy3(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?] ) python_targets_pypy3? ( >=dev-python/pypy3-7.3.11-r1:0= ) python_targets_python3_10? ( >=dev-lang/python-3.10.9-r1:3.10 ) python_targets_python3_11? ( >=dev-lang/python-3.11.1-r1:3.11 ) >=dev-python/gpep517-13[python_targets_pypy3(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?] >=dev-python/pdm-pep517-1.0.6[python_targets_pypy3(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?]
DEFINED_PHASES=compile configure install prepare test
DESCRIPTION=A utility to find python versions on your system
EAPI=8
HOMEPAGE=https://github.com/frostming/findpython/ https://pypi.org/project/findpython/
INHERIT=distutils-r1 pypi
IUSE=test python_targets_pypy3 python_targets_python3_10 python_targets_python3_11
KEYWORDS=~amd64 ~x86
LICENSE=MIT
RDEPEND=dev-python/packaging[python_targets_pypy3(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?] python_targets_pypy3? ( >=dev-python/pypy3-7.3.11-r1:0= ) python_targets_python3_10? ( >=dev-lang/python-3.10.9-r1:3.10 ) python_targets_python3_11? ( >=dev-lang/python-3.11.1-r1:3.11 )
REQUIRED_USE=|| ( python_targets_pypy3 python_targets_python3_10 python_targets_python3_11 )
RESTRICT=!test? ( test )
SLOT=0
SRC_URI=https://files.pythonhosted.org/packages/source/f/findpython/findpython-0.2.4.tar.gz
_eclasses_=out-of-source-utils 1a9007554652a6e627edbccb3c25a439 multibuild bddcb51b74f4a76724ff7cf8e7388869 multilib 5ca4e49abed8e3a2f7b56920eadee157 toolchain-funcs 6001248ef162a5fa2a21ce132a212f6b multiprocessing b4e253ab22cef7b1085e9b67c7a3b730 ninja-utils 38c85b725d0467e51954ea921b6c104b python-utils-r1 429bfd4e8d8e39db5385ba5744f30788 python-r1 3c6cd0f418ba702c186a9865b85e704d distutils-r1 ad4c1e4ec8737eb363aacd638f6a513b pypi d083c45ce254373ad68562a43f4b9035
_md5_=d791158a3c2eab6ff6bc6c38b06b9aac

View File

@@ -4,7 +4,7 @@ DEPEND=>=dev-python/pbr-2.0.0[python_targets_python3_9(-)?,python_targets_python
DESCRIPTION=Useful additions to futures, from the future
EAPI=8
HOMEPAGE=https://opendev.org/openstack/futurist https://pypi.org/project/futurist/ http://docs.openstack.org/developer/futurist
INHERIT=distutils-r1
INHERIT=distutils-r1 pypi
IUSE=test python_targets_python3_9 python_targets_python3_10 python_targets_python3_11
KEYWORDS=~amd64
LICENSE=Apache-2.0
@@ -12,6 +12,6 @@ RDEPEND=>=dev-python/pbr-2.0.0[python_targets_python3_9(-)?,python_targets_pytho
REQUIRED_USE=|| ( python_targets_python3_9 python_targets_python3_10 python_targets_python3_11 )
RESTRICT=!test? ( test )
SLOT=0
SRC_URI=mirror://pypi/f/futurist/futurist-2.4.1.tar.gz
_eclasses_=out-of-source-utils 1a9007554652a6e627edbccb3c25a439 multibuild bddcb51b74f4a76724ff7cf8e7388869 multilib 5ca4e49abed8e3a2f7b56920eadee157 toolchain-funcs 6001248ef162a5fa2a21ce132a212f6b multiprocessing b4e253ab22cef7b1085e9b67c7a3b730 ninja-utils 38c85b725d0467e51954ea921b6c104b python-utils-r1 429bfd4e8d8e39db5385ba5744f30788 python-r1 3c6cd0f418ba702c186a9865b85e704d distutils-r1 ad4c1e4ec8737eb363aacd638f6a513b
_md5_=fa91c00379acb3e263e157262817c475
SRC_URI=https://files.pythonhosted.org/packages/source/f/futurist/futurist-2.4.1.tar.gz
_eclasses_=out-of-source-utils 1a9007554652a6e627edbccb3c25a439 multibuild bddcb51b74f4a76724ff7cf8e7388869 multilib 5ca4e49abed8e3a2f7b56920eadee157 toolchain-funcs 6001248ef162a5fa2a21ce132a212f6b multiprocessing b4e253ab22cef7b1085e9b67c7a3b730 ninja-utils 38c85b725d0467e51954ea921b6c104b python-utils-r1 429bfd4e8d8e39db5385ba5744f30788 python-r1 3c6cd0f418ba702c186a9865b85e704d distutils-r1 ad4c1e4ec8737eb363aacd638f6a513b pypi d083c45ce254373ad68562a43f4b9035
_md5_=a150addbac342dd59c0cb984d5e64f03

View File

@@ -3,7 +3,7 @@ DEFINED_PHASES=compile configure install prepare test
DESCRIPTION=Declarative HTTP testing library
EAPI=8
HOMEPAGE=https://github.com/cdent/gabbi https://pypi.org/project/gabbi/
INHERIT=distutils-r1
INHERIT=distutils-r1 pypi
IUSE=test python_targets_python3_9 python_targets_python3_10
KEYWORDS=~amd64
LICENSE=Apache-2.0
@@ -12,6 +12,6 @@ RDEPEND=dev-python/pbr[python_targets_python3_9(-)?,python_targets_python3_10(-)
REQUIRED_USE=|| ( python_targets_python3_9 python_targets_python3_10 )
RESTRICT=test !test? ( test )
SLOT=0
SRC_URI=mirror://pypi/g/gabbi/gabbi-2.7.1.tar.gz
_eclasses_=out-of-source-utils 1a9007554652a6e627edbccb3c25a439 multibuild bddcb51b74f4a76724ff7cf8e7388869 multilib 5ca4e49abed8e3a2f7b56920eadee157 toolchain-funcs 6001248ef162a5fa2a21ce132a212f6b multiprocessing b4e253ab22cef7b1085e9b67c7a3b730 ninja-utils 38c85b725d0467e51954ea921b6c104b python-utils-r1 429bfd4e8d8e39db5385ba5744f30788 python-r1 3c6cd0f418ba702c186a9865b85e704d distutils-r1 ad4c1e4ec8737eb363aacd638f6a513b
_md5_=6337ddb3ee3537eaa9f23a00a8ad59fd
SRC_URI=https://files.pythonhosted.org/packages/source/g/gabbi/gabbi-2.7.1.tar.gz
_eclasses_=out-of-source-utils 1a9007554652a6e627edbccb3c25a439 multibuild bddcb51b74f4a76724ff7cf8e7388869 multilib 5ca4e49abed8e3a2f7b56920eadee157 toolchain-funcs 6001248ef162a5fa2a21ce132a212f6b multiprocessing b4e253ab22cef7b1085e9b67c7a3b730 ninja-utils 38c85b725d0467e51954ea921b6c104b python-utils-r1 429bfd4e8d8e39db5385ba5744f30788 python-r1 3c6cd0f418ba702c186a9865b85e704d distutils-r1 ad4c1e4ec8737eb363aacd638f6a513b pypi d083c45ce254373ad68562a43f4b9035
_md5_=92fb06d35e6ed0c1eba1c42693884455

View File

@@ -3,13 +3,13 @@ DEFINED_PHASES=compile configure install prepare test
DESCRIPTION=A library and CLI tool for making gemini requests
EAPI=8
HOMEPAGE=https://notabug.org/tinyrabbit/gemcall/
INHERIT=distutils-r1
INHERIT=distutils-r1 pypi
IUSE=python_targets_pypy3 python_targets_python3_9 python_targets_python3_10 python_targets_python3_11
KEYWORDS=~amd64
LICENSE=MIT
RDEPEND=dev-python/pycryptodome[python_targets_pypy3(-)?,python_targets_python3_9(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?] python_targets_pypy3? ( >=dev-python/pypy3-7.3.11-r1:0= ) python_targets_python3_9? ( >=dev-lang/python-3.9.16-r1:3.9 ) python_targets_python3_10? ( >=dev-lang/python-3.10.9-r1:3.10 ) python_targets_python3_11? ( >=dev-lang/python-3.11.1-r1:3.11 )
REQUIRED_USE=|| ( python_targets_pypy3 python_targets_python3_9 python_targets_python3_10 python_targets_python3_11 )
SLOT=0
SRC_URI=mirror://pypi/g/gemcall/gemcall-0.9.tar.gz
_eclasses_=out-of-source-utils 1a9007554652a6e627edbccb3c25a439 multibuild bddcb51b74f4a76724ff7cf8e7388869 multilib 5ca4e49abed8e3a2f7b56920eadee157 toolchain-funcs 6001248ef162a5fa2a21ce132a212f6b multiprocessing b4e253ab22cef7b1085e9b67c7a3b730 ninja-utils 38c85b725d0467e51954ea921b6c104b python-utils-r1 429bfd4e8d8e39db5385ba5744f30788 python-r1 3c6cd0f418ba702c186a9865b85e704d distutils-r1 ad4c1e4ec8737eb363aacd638f6a513b
_md5_=4b02ab899f9d48c4d24354cd109cfeb3
SRC_URI=https://files.pythonhosted.org/packages/source/g/gemcall/gemcall-0.9.tar.gz
_eclasses_=out-of-source-utils 1a9007554652a6e627edbccb3c25a439 multibuild bddcb51b74f4a76724ff7cf8e7388869 multilib 5ca4e49abed8e3a2f7b56920eadee157 toolchain-funcs 6001248ef162a5fa2a21ce132a212f6b multiprocessing b4e253ab22cef7b1085e9b67c7a3b730 ninja-utils 38c85b725d0467e51954ea921b6c104b python-utils-r1 429bfd4e8d8e39db5385ba5744f30788 python-r1 3c6cd0f418ba702c186a9865b85e704d distutils-r1 ad4c1e4ec8737eb363aacd638f6a513b pypi d083c45ce254373ad68562a43f4b9035
_md5_=2654bcfc3cb1a2f72ea0e3385e024cae

View File

@@ -4,7 +4,7 @@ DEPEND=dev-python/protobuf-python[python_targets_python3_9(-)?,python_targets_py
DESCRIPTION=A python API for evaluating language support in the Google Fonts collection
EAPI=8
HOMEPAGE=https://github.com/googlefonts/lang https://pypi.org/project/gflanguages/
INHERIT=distutils-r1
INHERIT=distutils-r1 pypi
IUSE=test python_targets_python3_9 python_targets_python3_10 python_targets_python3_11
KEYWORDS=~amd64
LICENSE=Apache-2.0
@@ -12,6 +12,6 @@ RDEPEND=dev-python/protobuf-python[python_targets_python3_9(-)?,python_targets_p
REQUIRED_USE=|| ( python_targets_python3_9 python_targets_python3_10 python_targets_python3_11 )
RESTRICT=!test? ( test )
SLOT=0
SRC_URI=mirror://pypi/g/gflanguages/gflanguages-0.4.0.tar.gz
_eclasses_=out-of-source-utils 1a9007554652a6e627edbccb3c25a439 multibuild bddcb51b74f4a76724ff7cf8e7388869 multilib 5ca4e49abed8e3a2f7b56920eadee157 toolchain-funcs 6001248ef162a5fa2a21ce132a212f6b multiprocessing b4e253ab22cef7b1085e9b67c7a3b730 ninja-utils 38c85b725d0467e51954ea921b6c104b python-utils-r1 429bfd4e8d8e39db5385ba5744f30788 python-r1 3c6cd0f418ba702c186a9865b85e704d distutils-r1 ad4c1e4ec8737eb363aacd638f6a513b
_md5_=ea87a950cf631ba4fad297ba2c94076e
SRC_URI=https://files.pythonhosted.org/packages/source/g/gflanguages/gflanguages-0.4.0.tar.gz
_eclasses_=out-of-source-utils 1a9007554652a6e627edbccb3c25a439 multibuild bddcb51b74f4a76724ff7cf8e7388869 multilib 5ca4e49abed8e3a2f7b56920eadee157 toolchain-funcs 6001248ef162a5fa2a21ce132a212f6b multiprocessing b4e253ab22cef7b1085e9b67c7a3b730 ninja-utils 38c85b725d0467e51954ea921b6c104b python-utils-r1 429bfd4e8d8e39db5385ba5744f30788 python-r1 3c6cd0f418ba702c186a9865b85e704d distutils-r1 ad4c1e4ec8737eb363aacd638f6a513b pypi d083c45ce254373ad68562a43f4b9035
_md5_=9df4c95a07d7e1a498f402ac0f4d335d

View File

@@ -3,7 +3,7 @@ DEFINED_PHASES=compile configure install prepare test
DESCRIPTION=glicko2 implementation in python
EAPI=8
HOMEPAGE=https://github.com/deepy/glicko2
INHERIT=distutils-r1
INHERIT=distutils-r1 pypi
IUSE=test python_targets_pypy3 python_targets_python3_9 python_targets_python3_10 python_targets_python3_11
KEYWORDS=~amd64
LICENSE=MIT
@@ -11,6 +11,6 @@ RDEPEND=python_targets_pypy3? ( >=dev-python/pypy3-7.3.11-r1:0= ) python_targets
REQUIRED_USE=|| ( python_targets_pypy3 python_targets_python3_9 python_targets_python3_10 python_targets_python3_11 )
RESTRICT=!test? ( test )
SLOT=0
SRC_URI=mirror://pypi/g/glicko2/glicko2-2.0.0.tar.gz
_eclasses_=out-of-source-utils 1a9007554652a6e627edbccb3c25a439 multibuild bddcb51b74f4a76724ff7cf8e7388869 multilib 5ca4e49abed8e3a2f7b56920eadee157 toolchain-funcs 6001248ef162a5fa2a21ce132a212f6b multiprocessing b4e253ab22cef7b1085e9b67c7a3b730 ninja-utils 38c85b725d0467e51954ea921b6c104b python-utils-r1 429bfd4e8d8e39db5385ba5744f30788 python-r1 3c6cd0f418ba702c186a9865b85e704d distutils-r1 ad4c1e4ec8737eb363aacd638f6a513b
_md5_=9f559c0971fa0990e3528f3204d4cc87
SRC_URI=https://files.pythonhosted.org/packages/source/g/glicko2/glicko2-2.0.0.tar.gz
_eclasses_=out-of-source-utils 1a9007554652a6e627edbccb3c25a439 multibuild bddcb51b74f4a76724ff7cf8e7388869 multilib 5ca4e49abed8e3a2f7b56920eadee157 toolchain-funcs 6001248ef162a5fa2a21ce132a212f6b multiprocessing b4e253ab22cef7b1085e9b67c7a3b730 ninja-utils 38c85b725d0467e51954ea921b6c104b python-utils-r1 429bfd4e8d8e39db5385ba5744f30788 python-r1 3c6cd0f418ba702c186a9865b85e704d distutils-r1 ad4c1e4ec8737eb363aacd638f6a513b pypi d083c45ce254373ad68562a43f4b9035
_md5_=8f38f86f9e21eb559a971a8052c0e91a

View File

@@ -3,7 +3,7 @@ DEFINED_PHASES=compile configure install prepare test
DESCRIPTION=Routines for extracting information from fontTools glyphs
EAPI=8
HOMEPAGE=https://github.com/simoncozens/glyphtools
INHERIT=distutils-r1
INHERIT=distutils-r1 pypi
IUSE=test doc python_targets_python3_10
KEYWORDS=~amd64
LICENSE=Apache-2.0
@@ -11,6 +11,6 @@ RDEPEND=dev-python/babelfont[python_targets_python3_10(-)?] dev-python/beziers[p
REQUIRED_USE=|| ( python_targets_python3_10 )
RESTRICT=!test? ( test )
SLOT=0
SRC_URI=mirror://pypi/g/glyphtools/glyphtools-0.8.0.tar.gz
_eclasses_=out-of-source-utils 1a9007554652a6e627edbccb3c25a439 multibuild bddcb51b74f4a76724ff7cf8e7388869 multilib 5ca4e49abed8e3a2f7b56920eadee157 toolchain-funcs 6001248ef162a5fa2a21ce132a212f6b multiprocessing b4e253ab22cef7b1085e9b67c7a3b730 ninja-utils 38c85b725d0467e51954ea921b6c104b python-utils-r1 429bfd4e8d8e39db5385ba5744f30788 python-r1 3c6cd0f418ba702c186a9865b85e704d distutils-r1 ad4c1e4ec8737eb363aacd638f6a513b
_md5_=58bfd1cf3939b24747185bfaf93bcbf0
SRC_URI=https://files.pythonhosted.org/packages/source/g/glyphtools/glyphtools-0.8.0.tar.gz
_eclasses_=out-of-source-utils 1a9007554652a6e627edbccb3c25a439 multibuild bddcb51b74f4a76724ff7cf8e7388869 multilib 5ca4e49abed8e3a2f7b56920eadee157 toolchain-funcs 6001248ef162a5fa2a21ce132a212f6b multiprocessing b4e253ab22cef7b1085e9b67c7a3b730 ninja-utils 38c85b725d0467e51954ea921b6c104b python-utils-r1 429bfd4e8d8e39db5385ba5744f30788 python-r1 3c6cd0f418ba702c186a9865b85e704d distutils-r1 ad4c1e4ec8737eb363aacd638f6a513b pypi d083c45ce254373ad68562a43f4b9035
_md5_=fb1d25cd0cd4bb71769f47a75c437dd0

View File

@@ -4,13 +4,13 @@ DEPEND=dev-python/requests[python_targets_python3_9(-)?,python_targets_python3_1
DESCRIPTION=Free Google Translate API for Python. Translates totally free of charge.
EAPI=8
HOMEPAGE=https://pypi.org/project/googletransx/
INHERIT=distutils-r1
INHERIT=distutils-r1 pypi
IUSE=python_targets_python3_9 python_targets_python3_10 python_targets_python3_11
KEYWORDS=~amd64
LICENSE=MIT
RDEPEND=dev-python/requests[python_targets_python3_9(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?] python_targets_python3_9? ( >=dev-lang/python-3.9.16-r1:3.9 ) python_targets_python3_10? ( >=dev-lang/python-3.10.9-r1:3.10 ) python_targets_python3_11? ( >=dev-lang/python-3.11.1-r1:3.11 )
REQUIRED_USE=|| ( python_targets_python3_9 python_targets_python3_10 python_targets_python3_11 )
SLOT=0
SRC_URI=mirror://pypi/g/googletransx/googletransx-2.4.2.tar.gz
_eclasses_=out-of-source-utils 1a9007554652a6e627edbccb3c25a439 multibuild bddcb51b74f4a76724ff7cf8e7388869 multilib 5ca4e49abed8e3a2f7b56920eadee157 toolchain-funcs 6001248ef162a5fa2a21ce132a212f6b multiprocessing b4e253ab22cef7b1085e9b67c7a3b730 ninja-utils 38c85b725d0467e51954ea921b6c104b python-utils-r1 429bfd4e8d8e39db5385ba5744f30788 python-r1 3c6cd0f418ba702c186a9865b85e704d distutils-r1 ad4c1e4ec8737eb363aacd638f6a513b
_md5_=de413afc78b8c7dff03ea0c233d72206
SRC_URI=https://files.pythonhosted.org/packages/source/g/googletransx/googletransx-2.4.2.tar.gz
_eclasses_=out-of-source-utils 1a9007554652a6e627edbccb3c25a439 multibuild bddcb51b74f4a76724ff7cf8e7388869 multilib 5ca4e49abed8e3a2f7b56920eadee157 toolchain-funcs 6001248ef162a5fa2a21ce132a212f6b multiprocessing b4e253ab22cef7b1085e9b67c7a3b730 ninja-utils 38c85b725d0467e51954ea921b6c104b python-utils-r1 429bfd4e8d8e39db5385ba5744f30788 python-r1 3c6cd0f418ba702c186a9865b85e704d distutils-r1 ad4c1e4ec8737eb363aacd638f6a513b pypi d083c45ce254373ad68562a43f4b9035
_md5_=475465f94a003a87434368f5ca8f544e

View File

@@ -3,7 +3,7 @@ DEFINED_PHASES=compile configure install prepare test
DESCRIPTION=GraphQL for Python
EAPI=8
HOMEPAGE=https://github.com/graphql-python/graphql-core
INHERIT=distutils-r1
INHERIT=distutils-r1 pypi
IUSE=test doc python_targets_python3_9 python_targets_python3_10
KEYWORDS=~amd64
LICENSE=MIT
@@ -11,6 +11,6 @@ RDEPEND=python_targets_python3_9? ( >=dev-lang/python-3.9.16-r1:3.9 ) python_tar
REQUIRED_USE=|| ( python_targets_python3_9 python_targets_python3_10 )
RESTRICT=!test? ( test )
SLOT=0
SRC_URI=mirror://pypi/g/graphql-core/graphql-core-3.1.6.tar.gz
_eclasses_=out-of-source-utils 1a9007554652a6e627edbccb3c25a439 multibuild bddcb51b74f4a76724ff7cf8e7388869 multilib 5ca4e49abed8e3a2f7b56920eadee157 toolchain-funcs 6001248ef162a5fa2a21ce132a212f6b multiprocessing b4e253ab22cef7b1085e9b67c7a3b730 ninja-utils 38c85b725d0467e51954ea921b6c104b python-utils-r1 429bfd4e8d8e39db5385ba5744f30788 python-r1 3c6cd0f418ba702c186a9865b85e704d distutils-r1 ad4c1e4ec8737eb363aacd638f6a513b
_md5_=7e37cb39d159d8487676fa85ba104f6e
SRC_URI=https://files.pythonhosted.org/packages/source/g/graphql-core/graphql-core-3.1.6.tar.gz
_eclasses_=out-of-source-utils 1a9007554652a6e627edbccb3c25a439 multibuild bddcb51b74f4a76724ff7cf8e7388869 multilib 5ca4e49abed8e3a2f7b56920eadee157 toolchain-funcs 6001248ef162a5fa2a21ce132a212f6b multiprocessing b4e253ab22cef7b1085e9b67c7a3b730 ninja-utils 38c85b725d0467e51954ea921b6c104b python-utils-r1 429bfd4e8d8e39db5385ba5744f30788 python-r1 3c6cd0f418ba702c186a9865b85e704d distutils-r1 ad4c1e4ec8737eb363aacd638f6a513b pypi d083c45ce254373ad68562a43f4b9035
_md5_=31d9f615d85172c5907c6744fede54a0

View File

@@ -3,7 +3,7 @@ DEFINED_PHASES=compile configure install prepare test
DESCRIPTION=Relay library for graphql-core-next
EAPI=8
HOMEPAGE=https://github.com/graphql-python/graphql-relay-py
INHERIT=distutils-r1
INHERIT=distutils-r1 pypi
IUSE=test python_targets_python3_9 python_targets_python3_10
KEYWORDS=~amd64
LICENSE=MIT
@@ -11,6 +11,6 @@ RDEPEND=dev-python/graphql-core[python_targets_python3_9(-)?,python_targets_pyth
REQUIRED_USE=|| ( python_targets_python3_9 python_targets_python3_10 )
RESTRICT=!test? ( test )
SLOT=0
SRC_URI=mirror://pypi/g/graphql-relay/graphql-relay-3.1.0.tar.gz
_eclasses_=out-of-source-utils 1a9007554652a6e627edbccb3c25a439 multibuild bddcb51b74f4a76724ff7cf8e7388869 multilib 5ca4e49abed8e3a2f7b56920eadee157 toolchain-funcs 6001248ef162a5fa2a21ce132a212f6b multiprocessing b4e253ab22cef7b1085e9b67c7a3b730 ninja-utils 38c85b725d0467e51954ea921b6c104b python-utils-r1 429bfd4e8d8e39db5385ba5744f30788 python-r1 3c6cd0f418ba702c186a9865b85e704d distutils-r1 ad4c1e4ec8737eb363aacd638f6a513b
_md5_=5f6895010fb56780ff0e44e62c181d52
SRC_URI=https://files.pythonhosted.org/packages/source/g/graphql-relay/graphql-relay-3.1.0.tar.gz
_eclasses_=out-of-source-utils 1a9007554652a6e627edbccb3c25a439 multibuild bddcb51b74f4a76724ff7cf8e7388869 multilib 5ca4e49abed8e3a2f7b56920eadee157 toolchain-funcs 6001248ef162a5fa2a21ce132a212f6b multiprocessing b4e253ab22cef7b1085e9b67c7a3b730 ninja-utils 38c85b725d0467e51954ea921b6c104b python-utils-r1 429bfd4e8d8e39db5385ba5744f30788 python-r1 3c6cd0f418ba702c186a9865b85e704d distutils-r1 ad4c1e4ec8737eb363aacd638f6a513b pypi d083c45ce254373ad68562a43f4b9035
_md5_=8bae38e838d396b143b51be0996feaeb

View File

@@ -3,7 +3,7 @@ DEFINED_PHASES=compile configure install prepare test
DESCRIPTION=Library for user interfaces for easy dataset editing and display
EAPI=8
HOMEPAGE=https://pypi.python.org/pypi/guidata
INHERIT=distutils-r1
INHERIT=distutils-r1 pypi
IUSE=python_targets_python3_9 python_targets_python3_10
KEYWORDS=~amd64 ~x86
LICENSE=CeCILL-2
@@ -11,6 +11,6 @@ RDEPEND=dev-python/PyQt5[python_targets_python3_9(-)?,python_targets_python3_10(
REQUIRED_USE=|| ( python_targets_python3_9 python_targets_python3_10 )
RESTRICT=test
SLOT=0
SRC_URI=mirror://pypi/g/guidata/guidata-2.3.0.tar.gz
_eclasses_=out-of-source-utils 1a9007554652a6e627edbccb3c25a439 multibuild bddcb51b74f4a76724ff7cf8e7388869 multilib 5ca4e49abed8e3a2f7b56920eadee157 toolchain-funcs 6001248ef162a5fa2a21ce132a212f6b multiprocessing b4e253ab22cef7b1085e9b67c7a3b730 ninja-utils 38c85b725d0467e51954ea921b6c104b python-utils-r1 429bfd4e8d8e39db5385ba5744f30788 python-r1 3c6cd0f418ba702c186a9865b85e704d distutils-r1 ad4c1e4ec8737eb363aacd638f6a513b
_md5_=76fbfde7ea2e411b9f43482017dd6aab
SRC_URI=https://files.pythonhosted.org/packages/source/g/guidata/guidata-2.3.0.tar.gz
_eclasses_=out-of-source-utils 1a9007554652a6e627edbccb3c25a439 multibuild bddcb51b74f4a76724ff7cf8e7388869 multilib 5ca4e49abed8e3a2f7b56920eadee157 toolchain-funcs 6001248ef162a5fa2a21ce132a212f6b multiprocessing b4e253ab22cef7b1085e9b67c7a3b730 ninja-utils 38c85b725d0467e51954ea921b6c104b python-utils-r1 429bfd4e8d8e39db5385ba5744f30788 python-r1 3c6cd0f418ba702c186a9865b85e704d distutils-r1 ad4c1e4ec8737eb363aacd638f6a513b pypi d083c45ce254373ad68562a43f4b9035
_md5_=105261e5383b9f6be0881ccca11a5f3b

View File

@@ -4,7 +4,7 @@ DEPEND=>=dev-python/hypothesis-5.41.0[python_targets_python3_9(-)?,python_target
DESCRIPTION=Hypothesis strategies for generating Python programs
EAPI=8
HOMEPAGE=https://github.com/Zac-HD/hypothesmith
INHERIT=distutils-r1
INHERIT=distutils-r1 pypi
IUSE=test test python_targets_python3_9 python_targets_python3_10
KEYWORDS=~amd64
LICENSE=MPL-2.0
@@ -12,6 +12,6 @@ RDEPEND=>=dev-python/hypothesis-5.41.0[python_targets_python3_9(-)?,python_targe
REQUIRED_USE=|| ( python_targets_python3_9 python_targets_python3_10 )
RESTRICT=!test? ( test ) !test? ( test )
SLOT=0
SRC_URI=mirror://pypi/h/hypothesmith/hypothesmith-0.2.0.tar.gz
_eclasses_=out-of-source-utils 1a9007554652a6e627edbccb3c25a439 multibuild bddcb51b74f4a76724ff7cf8e7388869 multilib 5ca4e49abed8e3a2f7b56920eadee157 toolchain-funcs 6001248ef162a5fa2a21ce132a212f6b multiprocessing b4e253ab22cef7b1085e9b67c7a3b730 ninja-utils 38c85b725d0467e51954ea921b6c104b python-utils-r1 429bfd4e8d8e39db5385ba5744f30788 python-r1 3c6cd0f418ba702c186a9865b85e704d distutils-r1 ad4c1e4ec8737eb363aacd638f6a513b
_md5_=766f98266e9e26018a75c339aa553c06
SRC_URI=https://files.pythonhosted.org/packages/source/h/hypothesmith/hypothesmith-0.2.0.tar.gz
_eclasses_=out-of-source-utils 1a9007554652a6e627edbccb3c25a439 multibuild bddcb51b74f4a76724ff7cf8e7388869 multilib 5ca4e49abed8e3a2f7b56920eadee157 toolchain-funcs 6001248ef162a5fa2a21ce132a212f6b multiprocessing b4e253ab22cef7b1085e9b67c7a3b730 ninja-utils 38c85b725d0467e51954ea921b6c104b python-utils-r1 429bfd4e8d8e39db5385ba5744f30788 python-r1 3c6cd0f418ba702c186a9865b85e704d distutils-r1 ad4c1e4ec8737eb363aacd638f6a513b pypi d083c45ce254373ad68562a43f4b9035
_md5_=e5f9b5a12719f7163c0b5bc9df6aa2eb

View File

@@ -4,7 +4,7 @@ DEPEND=dev-python/python-xlib[python_targets_python3_9(-)?,python_targets_python
DESCRIPTION=An improved Python library to control i3wm and sway.
EAPI=8
HOMEPAGE=https://github.com/altdesktop/i3ipc-python
INHERIT=distutils-r1 virtualx
INHERIT=distutils-r1 virtualx pypi
IUSE=test python_targets_python3_9 python_targets_python3_10 python_targets_python3_11 test
KEYWORDS=~amd64 ~x86
LICENSE=BSD
@@ -12,6 +12,6 @@ RDEPEND=dev-python/python-xlib[python_targets_python3_9(-)?,python_targets_pytho
REQUIRED_USE=|| ( python_targets_python3_9 python_targets_python3_10 python_targets_python3_11 )
RESTRICT=test !test? ( test ) !test? ( test )
SLOT=0
SRC_URI=mirror://pypi/i/i3ipc/i3ipc-2.2.1.tar.gz
_eclasses_=out-of-source-utils 1a9007554652a6e627edbccb3c25a439 multibuild bddcb51b74f4a76724ff7cf8e7388869 multilib 5ca4e49abed8e3a2f7b56920eadee157 toolchain-funcs 6001248ef162a5fa2a21ce132a212f6b multiprocessing b4e253ab22cef7b1085e9b67c7a3b730 ninja-utils 38c85b725d0467e51954ea921b6c104b python-utils-r1 429bfd4e8d8e39db5385ba5744f30788 python-r1 3c6cd0f418ba702c186a9865b85e704d distutils-r1 ad4c1e4ec8737eb363aacd638f6a513b virtualx ab0d5fcb35ad650a57b516e6f4c467e7
_md5_=7efb2c7b1d64abf776a46b84497c105b
SRC_URI=https://files.pythonhosted.org/packages/source/i/i3ipc/i3ipc-2.2.1.tar.gz
_eclasses_=out-of-source-utils 1a9007554652a6e627edbccb3c25a439 multibuild bddcb51b74f4a76724ff7cf8e7388869 multilib 5ca4e49abed8e3a2f7b56920eadee157 toolchain-funcs 6001248ef162a5fa2a21ce132a212f6b multiprocessing b4e253ab22cef7b1085e9b67c7a3b730 ninja-utils 38c85b725d0467e51954ea921b6c104b python-utils-r1 429bfd4e8d8e39db5385ba5744f30788 python-r1 3c6cd0f418ba702c186a9865b85e704d distutils-r1 ad4c1e4ec8737eb363aacd638f6a513b virtualx ab0d5fcb35ad650a57b516e6f4c467e7 pypi d083c45ce254373ad68562a43f4b9035
_md5_=d3df845b810c4ea4c0a43298d1fd1edf

View File

@@ -4,13 +4,13 @@ DEPEND=dev-python/typing-extensions[python_targets_python3_9(-)?]
DESCRIPTION=Python dependency injection framework
EAPI=7
HOMEPAGE=https://pypi.org/project/injector/ https://github.com/alecthomas/injector
INHERIT=distutils-r1
INHERIT=distutils-r1 pypi
IUSE=python_targets_python3_9
KEYWORDS=~amd64
LICENSE=BSD
RDEPEND=dev-python/typing-extensions[python_targets_python3_9(-)?] python_targets_python3_9? ( >=dev-lang/python-3.9.16-r1:3.9 )
REQUIRED_USE=|| ( python_targets_python3_9 )
SLOT=0
SRC_URI=mirror://pypi/i/injector/injector-0.18.4.tar.gz
_eclasses_=out-of-source-utils 1a9007554652a6e627edbccb3c25a439 multibuild bddcb51b74f4a76724ff7cf8e7388869 multilib 5ca4e49abed8e3a2f7b56920eadee157 toolchain-funcs 6001248ef162a5fa2a21ce132a212f6b multiprocessing b4e253ab22cef7b1085e9b67c7a3b730 ninja-utils 38c85b725d0467e51954ea921b6c104b eapi8-dosym 741bfa77afb2a9321261501aca58c208 python-utils-r1 429bfd4e8d8e39db5385ba5744f30788 python-r1 3c6cd0f418ba702c186a9865b85e704d distutils-r1 ad4c1e4ec8737eb363aacd638f6a513b
_md5_=1d7c6ae0fbdb56b8d84984aa39ef3c9c
SRC_URI=https://files.pythonhosted.org/packages/source/i/injector/injector-0.18.4.tar.gz
_eclasses_=out-of-source-utils 1a9007554652a6e627edbccb3c25a439 multibuild bddcb51b74f4a76724ff7cf8e7388869 multilib 5ca4e49abed8e3a2f7b56920eadee157 toolchain-funcs 6001248ef162a5fa2a21ce132a212f6b multiprocessing b4e253ab22cef7b1085e9b67c7a3b730 ninja-utils 38c85b725d0467e51954ea921b6c104b eapi8-dosym 741bfa77afb2a9321261501aca58c208 python-utils-r1 429bfd4e8d8e39db5385ba5744f30788 python-r1 3c6cd0f418ba702c186a9865b85e704d distutils-r1 ad4c1e4ec8737eb363aacd638f6a513b pypi d083c45ce254373ad68562a43f4b9035
_md5_=c7dc3b64b7b7eaf3655e2244e3d4f3da

View File

@@ -3,13 +3,13 @@ DEFINED_PHASES=compile configure install prepare test
DESCRIPTION=An insipid Sphinx theme
EAPI=8
HOMEPAGE=https://pypi.org/project/insipid-sphinx-theme/ https://github.com/mgeier/insipid-sphinx-theme
INHERIT=distutils-r1
INHERIT=distutils-r1 pypi
IUSE=python_targets_pypy3 python_targets_python3_9 python_targets_python3_10 python_targets_python3_11
KEYWORDS=~amd64
LICENSE=BSD-2
RDEPEND=dev-python/jinja[python_targets_pypy3(-)?,python_targets_python3_9(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?] >=dev-python/sphinx-5[python_targets_pypy3(-)?,python_targets_python3_9(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?] >=dev-python/docutils-0.18[python_targets_pypy3(-)?,python_targets_python3_9(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?] python_targets_pypy3? ( >=dev-python/pypy3-7.3.11-r1:0= ) python_targets_python3_9? ( >=dev-lang/python-3.9.16-r1:3.9 ) python_targets_python3_10? ( >=dev-lang/python-3.10.9-r1:3.10 ) python_targets_python3_11? ( >=dev-lang/python-3.11.1-r1:3.11 )
REQUIRED_USE=|| ( python_targets_pypy3 python_targets_python3_9 python_targets_python3_10 python_targets_python3_11 )
SLOT=0
SRC_URI=mirror://pypi/i/insipid-sphinx-theme/insipid-sphinx-theme-0.4.1.tar.gz
_eclasses_=out-of-source-utils 1a9007554652a6e627edbccb3c25a439 multibuild bddcb51b74f4a76724ff7cf8e7388869 multilib 5ca4e49abed8e3a2f7b56920eadee157 toolchain-funcs 6001248ef162a5fa2a21ce132a212f6b multiprocessing b4e253ab22cef7b1085e9b67c7a3b730 ninja-utils 38c85b725d0467e51954ea921b6c104b python-utils-r1 429bfd4e8d8e39db5385ba5744f30788 python-r1 3c6cd0f418ba702c186a9865b85e704d distutils-r1 ad4c1e4ec8737eb363aacd638f6a513b
_md5_=2aa12cb4fa0073876b8c4ab7ffafa584
SRC_URI=https://files.pythonhosted.org/packages/source/i/insipid-sphinx-theme/insipid-sphinx-theme-0.4.1.tar.gz
_eclasses_=out-of-source-utils 1a9007554652a6e627edbccb3c25a439 multibuild bddcb51b74f4a76724ff7cf8e7388869 multilib 5ca4e49abed8e3a2f7b56920eadee157 toolchain-funcs 6001248ef162a5fa2a21ce132a212f6b multiprocessing b4e253ab22cef7b1085e9b67c7a3b730 ninja-utils 38c85b725d0467e51954ea921b6c104b python-utils-r1 429bfd4e8d8e39db5385ba5744f30788 python-r1 3c6cd0f418ba702c186a9865b85e704d distutils-r1 ad4c1e4ec8737eb363aacd638f6a513b pypi d083c45ce254373ad68562a43f4b9035
_md5_=b44b3a779cdd74115a4a6fc5dea59347

View File

@@ -3,7 +3,7 @@ DEFINED_PHASES=compile configure install prepare test
DESCRIPTION=Transliterate Cyrillic to Latin in every possible way
EAPI=8
HOMEPAGE=https://dangry.ru/iuliia/ https://pypi.org/project/iuliia/ https://github.com/nalgeon/iuliia-py
INHERIT=distutils-r1
INHERIT=distutils-r1 pypi
IUSE=test python_targets_pypy3 python_targets_python3_9 python_targets_python3_10 python_targets_python3_11
KEYWORDS=~amd64
LICENSE=MIT
@@ -11,6 +11,6 @@ RDEPEND=python_targets_pypy3? ( >=dev-python/pypy3-7.3.11-r1:0= ) python_targets
REQUIRED_USE=|| ( python_targets_pypy3 python_targets_python3_9 python_targets_python3_10 python_targets_python3_11 )
RESTRICT=!test? ( test )
SLOT=0
SRC_URI=mirror://pypi/i/iuliia/iuliia-0.11.5.tar.gz
_eclasses_=out-of-source-utils 1a9007554652a6e627edbccb3c25a439 multibuild bddcb51b74f4a76724ff7cf8e7388869 multilib 5ca4e49abed8e3a2f7b56920eadee157 toolchain-funcs 6001248ef162a5fa2a21ce132a212f6b multiprocessing b4e253ab22cef7b1085e9b67c7a3b730 ninja-utils 38c85b725d0467e51954ea921b6c104b python-utils-r1 429bfd4e8d8e39db5385ba5744f30788 python-r1 3c6cd0f418ba702c186a9865b85e704d distutils-r1 ad4c1e4ec8737eb363aacd638f6a513b
_md5_=d415e1700b9788ec7e1848f86f12c62b
SRC_URI=https://files.pythonhosted.org/packages/source/i/iuliia/iuliia-0.11.5.tar.gz
_eclasses_=out-of-source-utils 1a9007554652a6e627edbccb3c25a439 multibuild bddcb51b74f4a76724ff7cf8e7388869 multilib 5ca4e49abed8e3a2f7b56920eadee157 toolchain-funcs 6001248ef162a5fa2a21ce132a212f6b multiprocessing b4e253ab22cef7b1085e9b67c7a3b730 ninja-utils 38c85b725d0467e51954ea921b6c104b python-utils-r1 429bfd4e8d8e39db5385ba5744f30788 python-r1 3c6cd0f418ba702c186a9865b85e704d distutils-r1 ad4c1e4ec8737eb363aacd638f6a513b pypi d083c45ce254373ad68562a43f4b9035
_md5_=60c2ba7f32b9e8b89e1991d8b65baab2

View File

@@ -4,7 +4,7 @@ DEPEND=dev-python/numpy[python_targets_python3_9(-)?,python_targets_python3_10(-
DESCRIPTION=Python version of NASA DE4xx ephemerides for Astronomical Alamanac
EAPI=7
HOMEPAGE=https://pypi.org/project/jplephem/
INHERIT=distutils-r1
INHERIT=distutils-r1 pypi
IUSE=test python_targets_python3_9 python_targets_python3_10
KEYWORDS=~amd64 ~x86
LICENSE=MIT
@@ -12,6 +12,6 @@ RDEPEND=dev-python/numpy[python_targets_python3_9(-)?,python_targets_python3_10(
REQUIRED_USE=|| ( python_targets_python3_9 python_targets_python3_10 )
RESTRICT=!test? ( test )
SLOT=0
SRC_URI=mirror://pypi/j/jplephem/jplephem-2.16.tar.gz
_eclasses_=out-of-source-utils 1a9007554652a6e627edbccb3c25a439 multibuild bddcb51b74f4a76724ff7cf8e7388869 multilib 5ca4e49abed8e3a2f7b56920eadee157 toolchain-funcs 6001248ef162a5fa2a21ce132a212f6b multiprocessing b4e253ab22cef7b1085e9b67c7a3b730 ninja-utils 38c85b725d0467e51954ea921b6c104b eapi8-dosym 741bfa77afb2a9321261501aca58c208 python-utils-r1 429bfd4e8d8e39db5385ba5744f30788 python-r1 3c6cd0f418ba702c186a9865b85e704d distutils-r1 ad4c1e4ec8737eb363aacd638f6a513b
_md5_=2a90aa745f5ff7110c26c0661a605d3b
SRC_URI=https://files.pythonhosted.org/packages/source/j/jplephem/jplephem-2.16.tar.gz
_eclasses_=out-of-source-utils 1a9007554652a6e627edbccb3c25a439 multibuild bddcb51b74f4a76724ff7cf8e7388869 multilib 5ca4e49abed8e3a2f7b56920eadee157 toolchain-funcs 6001248ef162a5fa2a21ce132a212f6b multiprocessing b4e253ab22cef7b1085e9b67c7a3b730 ninja-utils 38c85b725d0467e51954ea921b6c104b eapi8-dosym 741bfa77afb2a9321261501aca58c208 python-utils-r1 429bfd4e8d8e39db5385ba5744f30788 python-r1 3c6cd0f418ba702c186a9865b85e704d distutils-r1 ad4c1e4ec8737eb363aacd638f6a513b pypi d083c45ce254373ad68562a43f4b9035
_md5_=1d6633717d17fc96433dbfab2c7b3783

View File

@@ -4,7 +4,7 @@ DEPEND=>=dev-python/pbr-1.8[python_targets_python3_9(-)?,python_targets_python3_
DESCRIPTION=Extensions for JSONPath RW
EAPI=8
HOMEPAGE=https://pypi.org/project/jsonpath-rw-ext/ https://github.com/sileht/python-jsonpath-rw-ext
INHERIT=distutils-r1
INHERIT=distutils-r1 pypi
IUSE=test python_targets_python3_9 python_targets_python3_10
KEYWORDS=~amd64
LICENSE=Apache-2.0
@@ -12,6 +12,6 @@ RDEPEND=>=dev-python/pbr-1.8[python_targets_python3_9(-)?,python_targets_python3
REQUIRED_USE=|| ( python_targets_python3_9 python_targets_python3_10 )
RESTRICT=!test? ( test )
SLOT=0
SRC_URI=mirror://pypi/j/jsonpath-rw-ext/jsonpath-rw-ext-1.2.2.tar.gz
_eclasses_=out-of-source-utils 1a9007554652a6e627edbccb3c25a439 multibuild bddcb51b74f4a76724ff7cf8e7388869 multilib 5ca4e49abed8e3a2f7b56920eadee157 toolchain-funcs 6001248ef162a5fa2a21ce132a212f6b multiprocessing b4e253ab22cef7b1085e9b67c7a3b730 ninja-utils 38c85b725d0467e51954ea921b6c104b python-utils-r1 429bfd4e8d8e39db5385ba5744f30788 python-r1 3c6cd0f418ba702c186a9865b85e704d distutils-r1 ad4c1e4ec8737eb363aacd638f6a513b
_md5_=412252fe8d924a84f60971f01125c6ad
SRC_URI=https://files.pythonhosted.org/packages/source/j/jsonpath-rw-ext/jsonpath-rw-ext-1.2.2.tar.gz
_eclasses_=out-of-source-utils 1a9007554652a6e627edbccb3c25a439 multibuild bddcb51b74f4a76724ff7cf8e7388869 multilib 5ca4e49abed8e3a2f7b56920eadee157 toolchain-funcs 6001248ef162a5fa2a21ce132a212f6b multiprocessing b4e253ab22cef7b1085e9b67c7a3b730 ninja-utils 38c85b725d0467e51954ea921b6c104b python-utils-r1 429bfd4e8d8e39db5385ba5744f30788 python-r1 3c6cd0f418ba702c186a9865b85e704d distutils-r1 ad4c1e4ec8737eb363aacd638f6a513b pypi d083c45ce254373ad68562a43f4b9035
_md5_=c4cdaa62b096f392ddd7dd3e227cfdad

View File

@@ -3,7 +3,7 @@ DEFINED_PHASES=compile configure install prepare test
DESCRIPTION=Port of Google's language-detection library to Python
EAPI=8
HOMEPAGE=https://pypi.org/project/langdetect/ https://github.com/Mimino666/langdetect
INHERIT=distutils-r1
INHERIT=distutils-r1 pypi
IUSE=test python_targets_pypy3 python_targets_python3_9 python_targets_python3_10 python_targets_python3_11
KEYWORDS=~amd64
LICENSE=Apache-2.0
@@ -11,6 +11,6 @@ RDEPEND=dev-python/six[python_targets_pypy3(-)?,python_targets_python3_9(-)?,pyt
REQUIRED_USE=|| ( python_targets_pypy3 python_targets_python3_9 python_targets_python3_10 python_targets_python3_11 )
RESTRICT=!test? ( test )
SLOT=0
SRC_URI=mirror://pypi/l/langdetect/langdetect-1.0.9.tar.gz
_eclasses_=out-of-source-utils 1a9007554652a6e627edbccb3c25a439 multibuild bddcb51b74f4a76724ff7cf8e7388869 multilib 5ca4e49abed8e3a2f7b56920eadee157 toolchain-funcs 6001248ef162a5fa2a21ce132a212f6b multiprocessing b4e253ab22cef7b1085e9b67c7a3b730 ninja-utils 38c85b725d0467e51954ea921b6c104b python-utils-r1 429bfd4e8d8e39db5385ba5744f30788 python-r1 3c6cd0f418ba702c186a9865b85e704d distutils-r1 ad4c1e4ec8737eb363aacd638f6a513b
_md5_=8bdd3fa5c56a802d710b9841469182e4
SRC_URI=https://files.pythonhosted.org/packages/source/l/langdetect/langdetect-1.0.9.tar.gz
_eclasses_=out-of-source-utils 1a9007554652a6e627edbccb3c25a439 multibuild bddcb51b74f4a76724ff7cf8e7388869 multilib 5ca4e49abed8e3a2f7b56920eadee157 toolchain-funcs 6001248ef162a5fa2a21ce132a212f6b multiprocessing b4e253ab22cef7b1085e9b67c7a3b730 ninja-utils 38c85b725d0467e51954ea921b6c104b python-utils-r1 429bfd4e8d8e39db5385ba5744f30788 python-r1 3c6cd0f418ba702c186a9865b85e704d distutils-r1 ad4c1e4ec8737eb363aacd638f6a513b pypi d083c45ce254373ad68562a43f4b9035
_md5_=326b8b9c6dd3c387bd062acdb584bbf3

View File

@@ -3,7 +3,7 @@ DEFINED_PHASES=compile configure install prepare test
DESCRIPTION=Pure-python wrapper for libusb-1.0
EAPI=8
HOMEPAGE=https://github.com/vpelletier/python-libusb1 https://pypi.org/project/libusb1/
INHERIT=distutils-r1
INHERIT=distutils-r1 pypi
IUSE=test python_targets_pypy3 python_targets_python3_9 python_targets_python3_10
KEYWORDS=~amd64 ~x86
LICENSE=LGPL-2.1+
@@ -11,6 +11,6 @@ RDEPEND=virtual/libusb python_targets_pypy3? ( >=dev-python/pypy3-7.3.11-r1:0= )
REQUIRED_USE=|| ( python_targets_pypy3 python_targets_python3_9 python_targets_python3_10 )
RESTRICT=!test? ( test )
SLOT=0
SRC_URI=mirror://pypi/l/libusb1/libusb1-2.0.1.tar.gz
_eclasses_=out-of-source-utils 1a9007554652a6e627edbccb3c25a439 multibuild bddcb51b74f4a76724ff7cf8e7388869 multilib 5ca4e49abed8e3a2f7b56920eadee157 toolchain-funcs 6001248ef162a5fa2a21ce132a212f6b multiprocessing b4e253ab22cef7b1085e9b67c7a3b730 ninja-utils 38c85b725d0467e51954ea921b6c104b python-utils-r1 429bfd4e8d8e39db5385ba5744f30788 python-r1 3c6cd0f418ba702c186a9865b85e704d distutils-r1 ad4c1e4ec8737eb363aacd638f6a513b
_md5_=0fca834542d53dab8539ef302deb9e45
SRC_URI=https://files.pythonhosted.org/packages/source/l/libusb1/libusb1-2.0.1.tar.gz
_eclasses_=out-of-source-utils 1a9007554652a6e627edbccb3c25a439 multibuild bddcb51b74f4a76724ff7cf8e7388869 multilib 5ca4e49abed8e3a2f7b56920eadee157 toolchain-funcs 6001248ef162a5fa2a21ce132a212f6b multiprocessing b4e253ab22cef7b1085e9b67c7a3b730 ninja-utils 38c85b725d0467e51954ea921b6c104b python-utils-r1 429bfd4e8d8e39db5385ba5744f30788 python-r1 3c6cd0f418ba702c186a9865b85e704d distutils-r1 ad4c1e4ec8737eb363aacd638f6a513b pypi d083c45ce254373ad68562a43f4b9035
_md5_=b8a868ea3c055e32bc731cd7a6af1bef

View File

@@ -1,15 +0,0 @@
BDEPEND=python_targets_python3_9? ( >=dev-lang/python-3.9.16-r1:3.9 ) python_targets_python3_10? ( >=dev-lang/python-3.10.9-r1:3.10 ) >=dev-python/gpep517-13[python_targets_python3_9(-)?,python_targets_python3_10(-)?] || ( >=dev-python/setuptools-67.2.0[python_targets_python3_9(-)?,python_targets_python3_10(-)?] <dev-python/setuptools-65.7.1[python_targets_python3_9(-)?,python_targets_python3_10(-)?] ) >=dev-python/wheel-0.38.4[python_targets_python3_9(-)?,python_targets_python3_10(-)?]
DEFINED_PHASES=compile configure install prepare test
DESCRIPTION=Syntax which allows for inclusion of contents of other Markdown docs
EAPI=8
HOMEPAGE=https://github.com/cmacmackin/markdown-include
INHERIT=distutils-r1
IUSE=python_targets_python3_9 python_targets_python3_10
KEYWORDS=~amd64 ~x86
LICENSE=GPL-3
RDEPEND=>=dev-python/markdown-3.4[python_targets_python3_9(-)?,python_targets_python3_10(-)?] python_targets_python3_9? ( >=dev-lang/python-3.9.16-r1:3.9 ) python_targets_python3_10? ( >=dev-lang/python-3.10.9-r1:3.10 )
REQUIRED_USE=|| ( python_targets_python3_9 python_targets_python3_10 )
SLOT=0
SRC_URI=https://github.com/cmacmackin/markdown-include/archive/refs/tags/v0.7.0.tar.gz -> markdown-include-0.7.0.gh.tar.gz
_eclasses_=out-of-source-utils 1a9007554652a6e627edbccb3c25a439 multibuild bddcb51b74f4a76724ff7cf8e7388869 multilib 5ca4e49abed8e3a2f7b56920eadee157 toolchain-funcs 6001248ef162a5fa2a21ce132a212f6b multiprocessing b4e253ab22cef7b1085e9b67c7a3b730 ninja-utils 38c85b725d0467e51954ea921b6c104b python-utils-r1 429bfd4e8d8e39db5385ba5744f30788 python-r1 3c6cd0f418ba702c186a9865b85e704d distutils-r1 ad4c1e4ec8737eb363aacd638f6a513b
_md5_=830dfbf2f0d41282fb7605d5b5595700

View File

@@ -1,16 +0,0 @@
BDEPEND=test? ( >=dev-python/markdown-3.4[python_targets_python3_9(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?] >=dev-python/pytest-7.2.1[python_targets_python3_9(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?] ) python_targets_python3_9? ( >=dev-lang/python-3.9.16-r1:3.9 ) python_targets_python3_10? ( >=dev-lang/python-3.10.9-r1:3.10 ) python_targets_python3_11? ( >=dev-lang/python-3.11.1-r1:3.11 ) >=dev-python/gpep517-13[python_targets_python3_9(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?] || ( >=dev-python/setuptools-67.2.0[python_targets_python3_9(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?] <dev-python/setuptools-65.7.1[python_targets_python3_9(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?] ) >=dev-python/wheel-0.38.4[python_targets_python3_9(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?]
DEFINED_PHASES=compile configure install prepare test
DESCRIPTION=Syntax which allows for inclusion of contents of other Markdown docs
EAPI=8
HOMEPAGE=https://github.com/cmacmackin/markdown-include
INHERIT=distutils-r1
IUSE=test python_targets_python3_9 python_targets_python3_10 python_targets_python3_11
KEYWORDS=~amd64 ~x86
LICENSE=GPL-3
RDEPEND=>=dev-python/markdown-3.4[python_targets_python3_9(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?] python_targets_python3_9? ( >=dev-lang/python-3.9.16-r1:3.9 ) python_targets_python3_10? ( >=dev-lang/python-3.10.9-r1:3.10 ) python_targets_python3_11? ( >=dev-lang/python-3.11.1-r1:3.11 )
REQUIRED_USE=|| ( python_targets_python3_9 python_targets_python3_10 python_targets_python3_11 )
RESTRICT=!test? ( test ) !test? ( test )
SLOT=0
SRC_URI=mirror://pypi/m/markdown-include/markdown-include-0.8.0.tar.gz
_eclasses_=out-of-source-utils 1a9007554652a6e627edbccb3c25a439 multibuild bddcb51b74f4a76724ff7cf8e7388869 multilib 5ca4e49abed8e3a2f7b56920eadee157 toolchain-funcs 6001248ef162a5fa2a21ce132a212f6b multiprocessing b4e253ab22cef7b1085e9b67c7a3b730 ninja-utils 38c85b725d0467e51954ea921b6c104b python-utils-r1 429bfd4e8d8e39db5385ba5744f30788 python-r1 3c6cd0f418ba702c186a9865b85e704d distutils-r1 ad4c1e4ec8737eb363aacd638f6a513b
_md5_=3adabe411e74c4dc4dc9472ade0112ec

View File

@@ -3,7 +3,7 @@ DEFINED_PHASES=compile configure install prepare test
DESCRIPTION=Syntax which allows for inclusion of contents of other Markdown docs
EAPI=8
HOMEPAGE=https://github.com/cmacmackin/markdown-include
INHERIT=distutils-r1
INHERIT=distutils-r1 pypi
IUSE=test python_targets_python3_9 python_targets_python3_10 python_targets_python3_11
KEYWORDS=~amd64 ~x86
LICENSE=GPL-3
@@ -11,6 +11,6 @@ RDEPEND=>=dev-python/markdown-3.4[python_targets_python3_9(-)?,python_targets_py
REQUIRED_USE=|| ( python_targets_python3_9 python_targets_python3_10 python_targets_python3_11 )
RESTRICT=!test? ( test ) !test? ( test )
SLOT=0
SRC_URI=mirror://pypi/m/markdown-include/markdown-include-0.8.1.tar.gz
_eclasses_=out-of-source-utils 1a9007554652a6e627edbccb3c25a439 multibuild bddcb51b74f4a76724ff7cf8e7388869 multilib 5ca4e49abed8e3a2f7b56920eadee157 toolchain-funcs 6001248ef162a5fa2a21ce132a212f6b multiprocessing b4e253ab22cef7b1085e9b67c7a3b730 ninja-utils 38c85b725d0467e51954ea921b6c104b python-utils-r1 429bfd4e8d8e39db5385ba5744f30788 python-r1 3c6cd0f418ba702c186a9865b85e704d distutils-r1 ad4c1e4ec8737eb363aacd638f6a513b
_md5_=3adabe411e74c4dc4dc9472ade0112ec
SRC_URI=https://files.pythonhosted.org/packages/source/m/markdown-include/markdown-include-0.8.1.tar.gz
_eclasses_=out-of-source-utils 1a9007554652a6e627edbccb3c25a439 multibuild bddcb51b74f4a76724ff7cf8e7388869 multilib 5ca4e49abed8e3a2f7b56920eadee157 toolchain-funcs 6001248ef162a5fa2a21ce132a212f6b multiprocessing b4e253ab22cef7b1085e9b67c7a3b730 ninja-utils 38c85b725d0467e51954ea921b6c104b python-utils-r1 429bfd4e8d8e39db5385ba5744f30788 python-r1 3c6cd0f418ba702c186a9865b85e704d distutils-r1 ad4c1e4ec8737eb363aacd638f6a513b pypi d083c45ce254373ad68562a43f4b9035
_md5_=111f02338c29212da4bbca7fcb3f02e8

View File

@@ -3,7 +3,7 @@ DEFINED_PHASES=compile configure install prepare test
DESCRIPTION=Convert HTML to Markdown
EAPI=8
HOMEPAGE=https://pypi.org/project/markdownify/ https://github.com/matthewwithanm/python-markdownify
INHERIT=distutils-r1
INHERIT=distutils-r1 pypi
IUSE=test python_targets_python3_9 python_targets_python3_10 python_targets_python3_11
KEYWORDS=~amd64 ~arm ~arm64 ~x86
LICENSE=MIT
@@ -11,6 +11,6 @@ RDEPEND=dev-python/beautifulsoup4[python_targets_python3_9(-)?,python_targets_py
REQUIRED_USE=|| ( python_targets_python3_9 python_targets_python3_10 python_targets_python3_11 )
RESTRICT=!test? ( test )
SLOT=0
SRC_URI=mirror://pypi/m/markdownify/markdownify-0.11.6.tar.gz
_eclasses_=out-of-source-utils 1a9007554652a6e627edbccb3c25a439 multibuild bddcb51b74f4a76724ff7cf8e7388869 multilib 5ca4e49abed8e3a2f7b56920eadee157 toolchain-funcs 6001248ef162a5fa2a21ce132a212f6b multiprocessing b4e253ab22cef7b1085e9b67c7a3b730 ninja-utils 38c85b725d0467e51954ea921b6c104b python-utils-r1 429bfd4e8d8e39db5385ba5744f30788 python-r1 3c6cd0f418ba702c186a9865b85e704d distutils-r1 ad4c1e4ec8737eb363aacd638f6a513b
_md5_=b4e2b526f54cc031180309655d510e3a
SRC_URI=https://files.pythonhosted.org/packages/source/m/markdownify/markdownify-0.11.6.tar.gz
_eclasses_=out-of-source-utils 1a9007554652a6e627edbccb3c25a439 multibuild bddcb51b74f4a76724ff7cf8e7388869 multilib 5ca4e49abed8e3a2f7b56920eadee157 toolchain-funcs 6001248ef162a5fa2a21ce132a212f6b multiprocessing b4e253ab22cef7b1085e9b67c7a3b730 ninja-utils 38c85b725d0467e51954ea921b6c104b python-utils-r1 429bfd4e8d8e39db5385ba5744f30788 python-r1 3c6cd0f418ba702c186a9865b85e704d distutils-r1 ad4c1e4ec8737eb363aacd638f6a513b pypi d083c45ce254373ad68562a43f4b9035
_md5_=c96777925464637c8f438ba40c35292d

View File

@@ -1,15 +0,0 @@
BDEPEND=python_targets_python3_9? ( >=dev-lang/python-3.9.16-r1:3.9 ) python_targets_python3_10? ( >=dev-lang/python-3.10.9-r1:3.10 ) >=dev-python/setuptools-65.7.0[python_targets_python3_9(-)?,python_targets_python3_10(-)?]
DEFINED_PHASES=compile configure install prepare test
DESCRIPTION=Lets you exclude files or trees from your output
EAPI=8
HOMEPAGE=https://github.com/apenwarr/mkdocs-exclude
INHERIT=distutils-r1
IUSE=python_targets_python3_9 python_targets_python3_10
KEYWORDS=~amd64 ~x86
LICENSE=Apache-2.0
RDEPEND=dev-python/mkdocs[python_targets_python3_9(-)?,python_targets_python3_10(-)?] python_targets_python3_9? ( >=dev-lang/python-3.9.16-r1:3.9 ) python_targets_python3_10? ( >=dev-lang/python-3.10.9-r1:3.10 )
REQUIRED_USE=|| ( python_targets_python3_9 python_targets_python3_10 )
SLOT=0
SRC_URI=mirror://pypi/m/mkdocs-exclude/mkdocs-exclude-1.0.2.tar.gz
_eclasses_=out-of-source-utils 1a9007554652a6e627edbccb3c25a439 multibuild bddcb51b74f4a76724ff7cf8e7388869 multilib 5ca4e49abed8e3a2f7b56920eadee157 toolchain-funcs 6001248ef162a5fa2a21ce132a212f6b multiprocessing b4e253ab22cef7b1085e9b67c7a3b730 ninja-utils 38c85b725d0467e51954ea921b6c104b python-utils-r1 429bfd4e8d8e39db5385ba5744f30788 python-r1 3c6cd0f418ba702c186a9865b85e704d distutils-r1 ad4c1e4ec8737eb363aacd638f6a513b
_md5_=b8871911fccfeffa21aa3a3410b7a03e

View File

@@ -0,0 +1,15 @@
BDEPEND=python_targets_python3_9? ( >=dev-lang/python-3.9.16-r1:3.9 ) python_targets_python3_10? ( >=dev-lang/python-3.10.9-r1:3.10 ) python_targets_python3_11? ( >=dev-lang/python-3.11.1-r1:3.11 ) >=dev-python/gpep517-13[python_targets_python3_9(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?] || ( >=dev-python/setuptools-67.2.0[python_targets_python3_9(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?] <dev-python/setuptools-65.7.1[python_targets_python3_9(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?] ) >=dev-python/wheel-0.38.4[python_targets_python3_9(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?]
DEFINED_PHASES=compile configure install prepare test
DESCRIPTION=Lets you exclude files or trees from your output
EAPI=8
HOMEPAGE=https://pypi.org/project/mkdocs-exclude/ https://github.com/apenwarr/mkdocs-exclude
INHERIT=distutils-r1 pypi
IUSE=python_targets_python3_9 python_targets_python3_10 python_targets_python3_11
KEYWORDS=~amd64 ~x86
LICENSE=Apache-2.0
RDEPEND=dev-python/mkdocs[python_targets_python3_9(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?] python_targets_python3_9? ( >=dev-lang/python-3.9.16-r1:3.9 ) python_targets_python3_10? ( >=dev-lang/python-3.10.9-r1:3.10 ) python_targets_python3_11? ( >=dev-lang/python-3.11.1-r1:3.11 )
REQUIRED_USE=|| ( python_targets_python3_9 python_targets_python3_10 python_targets_python3_11 )
SLOT=0
SRC_URI=https://files.pythonhosted.org/packages/source/m/mkdocs-exclude/mkdocs-exclude-1.0.2.tar.gz
_eclasses_=out-of-source-utils 1a9007554652a6e627edbccb3c25a439 multibuild bddcb51b74f4a76724ff7cf8e7388869 multilib 5ca4e49abed8e3a2f7b56920eadee157 toolchain-funcs 6001248ef162a5fa2a21ce132a212f6b multiprocessing b4e253ab22cef7b1085e9b67c7a3b730 ninja-utils 38c85b725d0467e51954ea921b6c104b python-utils-r1 429bfd4e8d8e39db5385ba5744f30788 python-r1 3c6cd0f418ba702c186a9865b85e704d distutils-r1 ad4c1e4ec8737eb363aacd638f6a513b pypi d083c45ce254373ad68562a43f4b9035
_md5_=60bb65633002f90afd136e44b50f7a10

View File

@@ -3,13 +3,13 @@ DEFINED_PHASES=compile configure install prepare test
DESCRIPTION=MKDocs plugin for rendering swagger & openapi files
EAPI=8
HOMEPAGE=https://pypi.org/project/mkdocs-render-swagger-plugin/ https://github.com/bharel/mkdocs-render-swagger-plugin
INHERIT=distutils-r1
INHERIT=distutils-r1 pypi
IUSE=python_targets_python3_9 python_targets_python3_10 python_targets_python3_11
KEYWORDS=~amd64
LICENSE=MIT
RDEPEND=dev-python/mkdocs python_targets_python3_9? ( >=dev-lang/python-3.9.16-r1:3.9 ) python_targets_python3_10? ( >=dev-lang/python-3.10.9-r1:3.10 ) python_targets_python3_11? ( >=dev-lang/python-3.11.1-r1:3.11 )
REQUIRED_USE=|| ( python_targets_python3_9 python_targets_python3_10 python_targets_python3_11 )
SLOT=0
SRC_URI=mirror://pypi/m/mkdocs-render-swagger-plugin/mkdocs-render-swagger-plugin-0.0.4.tar.gz
_eclasses_=out-of-source-utils 1a9007554652a6e627edbccb3c25a439 multibuild bddcb51b74f4a76724ff7cf8e7388869 multilib 5ca4e49abed8e3a2f7b56920eadee157 toolchain-funcs 6001248ef162a5fa2a21ce132a212f6b multiprocessing b4e253ab22cef7b1085e9b67c7a3b730 ninja-utils 38c85b725d0467e51954ea921b6c104b python-utils-r1 429bfd4e8d8e39db5385ba5744f30788 python-r1 3c6cd0f418ba702c186a9865b85e704d distutils-r1 ad4c1e4ec8737eb363aacd638f6a513b
_md5_=860274cfc518642ef3502af690426bc5
SRC_URI=https://files.pythonhosted.org/packages/source/m/mkdocs-render-swagger-plugin/mkdocs-render-swagger-plugin-0.0.4.tar.gz
_eclasses_=out-of-source-utils 1a9007554652a6e627edbccb3c25a439 multibuild bddcb51b74f4a76724ff7cf8e7388869 multilib 5ca4e49abed8e3a2f7b56920eadee157 toolchain-funcs 6001248ef162a5fa2a21ce132a212f6b multiprocessing b4e253ab22cef7b1085e9b67c7a3b730 ninja-utils 38c85b725d0467e51954ea921b6c104b python-utils-r1 429bfd4e8d8e39db5385ba5744f30788 python-r1 3c6cd0f418ba702c186a9865b85e704d distutils-r1 ad4c1e4ec8737eb363aacd638f6a513b pypi d083c45ce254373ad68562a43f4b9035
_md5_=c1192d76d23ea65dcdeb06b78501edb4

View File

@@ -11,6 +11,6 @@ RDEPEND=>=dev-python/beautifulsoup4-4.11.1[python_targets_python3_9(-)?,python_t
REQUIRED_USE=|| ( python_targets_python3_9 python_targets_python3_10 python_targets_python3_11 )
RESTRICT=!test? ( test )
SLOT=0
SRC_URI=https://github.com/Blueswen/mkdocs-swagger-ui-tag/archive/refs/tags/v0.5.2.tar.gz -> mkdocs-swagger-ui-tag-0.5.2.gh.tar.gz
SRC_URI=https://github.com/Blueswen/mkdocs-swagger-ui-tag/archive/refs/tags/v0.6.1.tar.gz -> mkdocs-swagger-ui-tag-0.6.1.gh.tar.gz
_eclasses_=out-of-source-utils 1a9007554652a6e627edbccb3c25a439 multibuild bddcb51b74f4a76724ff7cf8e7388869 multilib 5ca4e49abed8e3a2f7b56920eadee157 toolchain-funcs 6001248ef162a5fa2a21ce132a212f6b multiprocessing b4e253ab22cef7b1085e9b67c7a3b730 ninja-utils 38c85b725d0467e51954ea921b6c104b python-utils-r1 429bfd4e8d8e39db5385ba5744f30788 python-r1 3c6cd0f418ba702c186a9865b85e704d distutils-r1 ad4c1e4ec8737eb363aacd638f6a513b
_md5_=0f2f6a582375bbbeb198b0f5c5e57136

View File

@@ -4,7 +4,7 @@ DEPEND=dev-python/click[python_targets_python3_9(-)?,python_targets_python3_10(-
DESCRIPTION=Wrapper to make difflib.unified_diff more fun to use
EAPI=8
HOMEPAGE=https://github.com/thatch/moreorless
INHERIT=distutils-r1
INHERIT=distutils-r1 pypi
IUSE=test python_targets_python3_9 python_targets_python3_10 python_targets_python3_11
KEYWORDS=~amd64
LICENSE=MIT
@@ -12,6 +12,6 @@ RDEPEND=dev-python/click[python_targets_python3_9(-)?,python_targets_python3_10(
REQUIRED_USE=|| ( python_targets_python3_9 python_targets_python3_10 python_targets_python3_11 )
RESTRICT=!test? ( test )
SLOT=0
SRC_URI=mirror://pypi/m/moreorless/moreorless-0.4.0.tar.gz
_eclasses_=out-of-source-utils 1a9007554652a6e627edbccb3c25a439 multibuild bddcb51b74f4a76724ff7cf8e7388869 multilib 5ca4e49abed8e3a2f7b56920eadee157 toolchain-funcs 6001248ef162a5fa2a21ce132a212f6b multiprocessing b4e253ab22cef7b1085e9b67c7a3b730 ninja-utils 38c85b725d0467e51954ea921b6c104b python-utils-r1 429bfd4e8d8e39db5385ba5744f30788 python-r1 3c6cd0f418ba702c186a9865b85e704d distutils-r1 ad4c1e4ec8737eb363aacd638f6a513b
_md5_=f6dd903574febddff444fa399d1c1fb2
SRC_URI=https://files.pythonhosted.org/packages/source/m/moreorless/moreorless-0.4.0.tar.gz
_eclasses_=out-of-source-utils 1a9007554652a6e627edbccb3c25a439 multibuild bddcb51b74f4a76724ff7cf8e7388869 multilib 5ca4e49abed8e3a2f7b56920eadee157 toolchain-funcs 6001248ef162a5fa2a21ce132a212f6b multiprocessing b4e253ab22cef7b1085e9b67c7a3b730 ninja-utils 38c85b725d0467e51954ea921b6c104b python-utils-r1 429bfd4e8d8e39db5385ba5744f30788 python-r1 3c6cd0f418ba702c186a9865b85e704d distutils-r1 ad4c1e4ec8737eb363aacd638f6a513b pypi d083c45ce254373ad68562a43f4b9035
_md5_=11ac0a8b85c32c2e4517de0624d93123

View File

@@ -4,7 +4,7 @@ DEPEND=test? ( dev-python/doubles[python_targets_python3_9(-)?,python_targets_py
DESCRIPTION=OpenTracing API for Python
EAPI=8
HOMEPAGE=https://opentracing.io https://github.com/opentracing/opentracing-python
INHERIT=distutils-r1
INHERIT=distutils-r1 pypi
IUSE=test doc python_targets_python3_9 python_targets_python3_10 python_targets_python3_11
KEYWORDS=~amd64
LICENSE=Apache-2.0
@@ -12,6 +12,6 @@ RDEPEND=python_targets_python3_9? ( >=dev-lang/python-3.9.16-r1:3.9 ) python_tar
REQUIRED_USE=|| ( python_targets_python3_9 python_targets_python3_10 python_targets_python3_11 )
RESTRICT=!test? ( test )
SLOT=0
SRC_URI=mirror://pypi/o/opentracing/opentracing-2.4.0.tar.gz
_eclasses_=out-of-source-utils 1a9007554652a6e627edbccb3c25a439 multibuild bddcb51b74f4a76724ff7cf8e7388869 multilib 5ca4e49abed8e3a2f7b56920eadee157 toolchain-funcs 6001248ef162a5fa2a21ce132a212f6b multiprocessing b4e253ab22cef7b1085e9b67c7a3b730 ninja-utils 38c85b725d0467e51954ea921b6c104b python-utils-r1 429bfd4e8d8e39db5385ba5744f30788 python-r1 3c6cd0f418ba702c186a9865b85e704d distutils-r1 ad4c1e4ec8737eb363aacd638f6a513b
_md5_=a59f3138a70fe4c00477b09816cd0a04
SRC_URI=https://files.pythonhosted.org/packages/source/o/opentracing/opentracing-2.4.0.tar.gz
_eclasses_=out-of-source-utils 1a9007554652a6e627edbccb3c25a439 multibuild bddcb51b74f4a76724ff7cf8e7388869 multilib 5ca4e49abed8e3a2f7b56920eadee157 toolchain-funcs 6001248ef162a5fa2a21ce132a212f6b multiprocessing b4e253ab22cef7b1085e9b67c7a3b730 ninja-utils 38c85b725d0467e51954ea921b6c104b python-utils-r1 429bfd4e8d8e39db5385ba5744f30788 python-r1 3c6cd0f418ba702c186a9865b85e704d distutils-r1 ad4c1e4ec8737eb363aacd638f6a513b pypi d083c45ce254373ad68562a43f4b9035
_md5_=e7d316b795bcd8b04518616aa07c957b

View File

@@ -4,7 +4,7 @@ DEPEND=>=dev-python/netaddr-0.7.18[python_targets_python3_9(-)?,python_targets_p
DESCRIPTION=OpenStack Profiler Library
EAPI=8
HOMEPAGE=https://launchpad.net/osprofiler https://opendev.org/openstack/osprofiler https://pypi.org/project/osprofiler/
INHERIT=distutils-r1
INHERIT=distutils-r1 pypi
IUSE=test python_targets_python3_9 python_targets_python3_10
KEYWORDS=~amd64
LICENSE=Apache-2.0
@@ -12,6 +12,6 @@ RDEPEND=>=dev-python/netaddr-0.7.18[python_targets_python3_9(-)?,python_targets_
REQUIRED_USE=|| ( python_targets_python3_9 python_targets_python3_10 )
RESTRICT=!test? ( test )
SLOT=0
SRC_URI=mirror://pypi/o/osprofiler/osprofiler-3.4.3.tar.gz
_eclasses_=out-of-source-utils 1a9007554652a6e627edbccb3c25a439 multibuild bddcb51b74f4a76724ff7cf8e7388869 multilib 5ca4e49abed8e3a2f7b56920eadee157 toolchain-funcs 6001248ef162a5fa2a21ce132a212f6b multiprocessing b4e253ab22cef7b1085e9b67c7a3b730 ninja-utils 38c85b725d0467e51954ea921b6c104b python-utils-r1 429bfd4e8d8e39db5385ba5744f30788 python-r1 3c6cd0f418ba702c186a9865b85e704d distutils-r1 ad4c1e4ec8737eb363aacd638f6a513b
_md5_=3d643c7a82c7a376fafd215dd095220c
SRC_URI=https://files.pythonhosted.org/packages/source/o/osprofiler/osprofiler-3.4.3.tar.gz
_eclasses_=out-of-source-utils 1a9007554652a6e627edbccb3c25a439 multibuild bddcb51b74f4a76724ff7cf8e7388869 multilib 5ca4e49abed8e3a2f7b56920eadee157 toolchain-funcs 6001248ef162a5fa2a21ce132a212f6b multiprocessing b4e253ab22cef7b1085e9b67c7a3b730 ninja-utils 38c85b725d0467e51954ea921b6c104b python-utils-r1 429bfd4e8d8e39db5385ba5744f30788 python-r1 3c6cd0f418ba702c186a9865b85e704d distutils-r1 ad4c1e4ec8737eb363aacd638f6a513b pypi d083c45ce254373ad68562a43f4b9035
_md5_=d27318120b4b37dc48617c70c20db4b8

View File

@@ -3,7 +3,7 @@ DEFINED_PHASES=compile configure install prepare test
DESCRIPTION=Utility to extract data from XML/HTML documents using XPath or CSS selectors
EAPI=8
HOMEPAGE=https://scrapy.org/ https://pypi.org/project/parsel/ https://github.com/scrapy/parsel
INHERIT=distutils-r1
INHERIT=distutils-r1 pypi
IUSE=test doc python_targets_python3_9 python_targets_python3_10 python_targets_python3_11
KEYWORDS=~amd64
LICENSE=BSD
@@ -11,6 +11,6 @@ RDEPEND=dev-python/cssselect[python_targets_python3_9(-)?,python_targets_python3
REQUIRED_USE=|| ( python_targets_python3_9 python_targets_python3_10 python_targets_python3_11 )
RESTRICT=!test? ( test )
SLOT=0
SRC_URI=mirror://pypi/p/parsel/parsel-1.7.0.tar.gz
_eclasses_=out-of-source-utils 1a9007554652a6e627edbccb3c25a439 multibuild bddcb51b74f4a76724ff7cf8e7388869 multilib 5ca4e49abed8e3a2f7b56920eadee157 toolchain-funcs 6001248ef162a5fa2a21ce132a212f6b multiprocessing b4e253ab22cef7b1085e9b67c7a3b730 ninja-utils 38c85b725d0467e51954ea921b6c104b python-utils-r1 429bfd4e8d8e39db5385ba5744f30788 python-r1 3c6cd0f418ba702c186a9865b85e704d distutils-r1 ad4c1e4ec8737eb363aacd638f6a513b
_md5_=ad87a4f94bfc9a679112606e303a5b51
SRC_URI=https://files.pythonhosted.org/packages/source/p/parsel/parsel-1.7.0.tar.gz
_eclasses_=out-of-source-utils 1a9007554652a6e627edbccb3c25a439 multibuild bddcb51b74f4a76724ff7cf8e7388869 multilib 5ca4e49abed8e3a2f7b56920eadee157 toolchain-funcs 6001248ef162a5fa2a21ce132a212f6b multiprocessing b4e253ab22cef7b1085e9b67c7a3b730 ninja-utils 38c85b725d0467e51954ea921b6c104b python-utils-r1 429bfd4e8d8e39db5385ba5744f30788 python-r1 3c6cd0f418ba702c186a9865b85e704d distutils-r1 ad4c1e4ec8737eb363aacd638f6a513b pypi d083c45ce254373ad68562a43f4b9035
_md5_=fbe05dbfef4ea43b3ec0d7905986574e

View File

@@ -0,0 +1,16 @@
BDEPEND=dev-python/blinker[python_targets_pypy3(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?] dev-python/certifi[python_targets_pypy3(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?] dev-python/packaging[python_targets_pypy3(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?] dev-python/platformdirs[python_targets_pypy3(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?] dev-python/rich[python_targets_pypy3(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?] dev-python/virtualenv[python_targets_pypy3(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?] dev-python/pyproject-hooks[python_targets_pypy3(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?] dev-python/requests-toolbelt[python_targets_pypy3(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?] dev-python/unearth[python_targets_pypy3(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?] dev-python/findpython[python_targets_pypy3(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?] dev-python/tomlkit[python_targets_pypy3(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?] dev-python/shellingham[python_targets_pypy3(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?] dev-python/python-dotenv[python_targets_pypy3(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?] <dev-python/resolvelib-1.0.0[python_targets_pypy3(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?] dev-python/installer[python_targets_pypy3(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?] dev-python/cachecontrol[python_targets_pypy3(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?] python_targets_python3_10? ( dev-python/tomli[python_targets_python3_10(-)?] ) test? ( dev-python/pytest-mock[python_targets_pypy3(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?] dev-python/pytest-xdist[python_targets_pypy3(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?] dev-python/pytest-rerunfailures[python_targets_pypy3(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?] ) test? ( dev-python/blinker[python_targets_pypy3(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?] dev-python/certifi[python_targets_pypy3(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?] dev-python/packaging[python_targets_pypy3(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?] dev-python/platformdirs[python_targets_pypy3(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?] dev-python/rich[python_targets_pypy3(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?] dev-python/virtualenv[python_targets_pypy3(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?] dev-python/pyproject-hooks[python_targets_pypy3(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?] dev-python/requests-toolbelt[python_targets_pypy3(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?] dev-python/unearth[python_targets_pypy3(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?] dev-python/findpython[python_targets_pypy3(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?] dev-python/tomlkit[python_targets_pypy3(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?] dev-python/shellingham[python_targets_pypy3(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?] dev-python/python-dotenv[python_targets_pypy3(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?] <dev-python/resolvelib-1.0.0[python_targets_pypy3(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?] dev-python/installer[python_targets_pypy3(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?] dev-python/cachecontrol[python_targets_pypy3(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?] python_targets_python3_10? ( dev-python/tomli[python_targets_python3_10(-)?] ) >=dev-python/pytest-7.2.1[python_targets_pypy3(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?] ) python_targets_pypy3? ( >=dev-python/pypy3-7.3.11-r1:0= ) python_targets_python3_10? ( >=dev-lang/python-3.10.9-r1:3.10 ) python_targets_python3_11? ( >=dev-lang/python-3.11.1-r1:3.11 ) >=dev-python/gpep517-13[python_targets_pypy3(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?] >=dev-python/pdm-pep517-1.0.6[python_targets_pypy3(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?]
DEFINED_PHASES=compile configure install prepare test
DESCRIPTION=Modern Python package and dependency manager supporting latest PEP standards
EAPI=8
HOMEPAGE=https://github.com/pdm-project/pdm/ https://pypi.org/project/pdm/
INHERIT=bash-completion-r1 distutils-r1 pypi
IUSE=test python_targets_pypy3 python_targets_python3_10 python_targets_python3_11
KEYWORDS=~amd64 ~x86
LICENSE=MIT
RDEPEND=dev-python/blinker[python_targets_pypy3(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?] dev-python/certifi[python_targets_pypy3(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?] dev-python/packaging[python_targets_pypy3(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?] dev-python/platformdirs[python_targets_pypy3(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?] dev-python/rich[python_targets_pypy3(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?] dev-python/virtualenv[python_targets_pypy3(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?] dev-python/pyproject-hooks[python_targets_pypy3(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?] dev-python/requests-toolbelt[python_targets_pypy3(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?] dev-python/unearth[python_targets_pypy3(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?] dev-python/findpython[python_targets_pypy3(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?] dev-python/tomlkit[python_targets_pypy3(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?] dev-python/shellingham[python_targets_pypy3(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?] dev-python/python-dotenv[python_targets_pypy3(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?] <dev-python/resolvelib-1.0.0[python_targets_pypy3(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?] dev-python/installer[python_targets_pypy3(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?] dev-python/cachecontrol[python_targets_pypy3(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?] python_targets_python3_10? ( dev-python/tomli[python_targets_python3_10(-)?] ) python_targets_pypy3? ( >=dev-python/pypy3-7.3.11-r1:0= ) python_targets_python3_10? ( >=dev-lang/python-3.10.9-r1:3.10 ) python_targets_python3_11? ( >=dev-lang/python-3.11.1-r1:3.11 )
REQUIRED_USE=|| ( python_targets_pypy3 python_targets_python3_10 python_targets_python3_11 )
RESTRICT=!test? ( test )
SLOT=0
SRC_URI=https://files.pythonhosted.org/packages/source/p/pdm/pdm-2.4.9.tar.gz
_eclasses_=toolchain-funcs 6001248ef162a5fa2a21ce132a212f6b multilib 5ca4e49abed8e3a2f7b56920eadee157 bash-completion-r1 f5e7a020fd9c741740756aac61bf75ff out-of-source-utils 1a9007554652a6e627edbccb3c25a439 multibuild bddcb51b74f4a76724ff7cf8e7388869 multiprocessing b4e253ab22cef7b1085e9b67c7a3b730 ninja-utils 38c85b725d0467e51954ea921b6c104b python-utils-r1 429bfd4e8d8e39db5385ba5744f30788 python-r1 3c6cd0f418ba702c186a9865b85e704d distutils-r1 ad4c1e4ec8737eb363aacd638f6a513b pypi d083c45ce254373ad68562a43f4b9035
_md5_=eeefff0183d40a0fc1826eea03c2527e

View File

@@ -4,7 +4,7 @@ DEPEND=dev-python/DBUtils[python_targets_python3_9(-)?,python_targets_python3_10
DESCRIPTION=A thread-safe disk based persistent queue in Python
EAPI=8
HOMEPAGE=https://github.com/peter-wangxu/persist-queue
INHERIT=distutils-r1
INHERIT=distutils-r1 pypi
IUSE=python_targets_python3_9 python_targets_python3_10
KEYWORDS=~amd64
LICENSE=BSD
@@ -12,6 +12,6 @@ RDEPEND=dev-python/DBUtils[python_targets_python3_9(-)?,python_targets_python3_1
REQUIRED_USE=|| ( python_targets_python3_9 python_targets_python3_10 )
RESTRICT=test
SLOT=0
SRC_URI=mirror://pypi/p/persist-queue/persist-queue-0.8.0.tar.gz
_eclasses_=out-of-source-utils 1a9007554652a6e627edbccb3c25a439 multibuild bddcb51b74f4a76724ff7cf8e7388869 multilib 5ca4e49abed8e3a2f7b56920eadee157 toolchain-funcs 6001248ef162a5fa2a21ce132a212f6b multiprocessing b4e253ab22cef7b1085e9b67c7a3b730 ninja-utils 38c85b725d0467e51954ea921b6c104b python-utils-r1 429bfd4e8d8e39db5385ba5744f30788 python-r1 3c6cd0f418ba702c186a9865b85e704d distutils-r1 ad4c1e4ec8737eb363aacd638f6a513b
_md5_=0b826309782044133d90cc645043115f
SRC_URI=https://files.pythonhosted.org/packages/source/p/persist-queue/persist-queue-0.8.0.tar.gz
_eclasses_=out-of-source-utils 1a9007554652a6e627edbccb3c25a439 multibuild bddcb51b74f4a76724ff7cf8e7388869 multilib 5ca4e49abed8e3a2f7b56920eadee157 toolchain-funcs 6001248ef162a5fa2a21ce132a212f6b multiprocessing b4e253ab22cef7b1085e9b67c7a3b730 ninja-utils 38c85b725d0467e51954ea921b6c104b python-utils-r1 429bfd4e8d8e39db5385ba5744f30788 python-r1 3c6cd0f418ba702c186a9865b85e704d distutils-r1 ad4c1e4ec8737eb363aacd638f6a513b pypi d083c45ce254373ad68562a43f4b9035
_md5_=9bdc219f8328d53f65ea9d4446b7d134

View File

@@ -3,7 +3,7 @@ DEFINED_PHASES=compile configure install prepare test
DESCRIPTION=A Pure-Python PostgreSQL Driver
EAPI=8
HOMEPAGE=https://github.com/tlocke/pg8000 https://pypi.org/project/pg8000/
INHERIT=databases distutils-r1 edo
INHERIT=databases distutils-r1 edo pypi
IUSE=test python_targets_python3_9 python_targets_python3_10
KEYWORDS=~amd64
LICENSE=BSD
@@ -11,6 +11,6 @@ RDEPEND=>=dev-python/scramp-1.4.3[python_targets_python3_9(-)?,python_targets_py
REQUIRED_USE=|| ( python_targets_python3_9 python_targets_python3_10 )
RESTRICT=!test? ( test )
SLOT=0
SRC_URI=mirror://pypi/p/pg8000/pg8000-1.29.2.tar.gz
_eclasses_=databases 617283a7895577b41519ac2c3a75beb8 out-of-source-utils 1a9007554652a6e627edbccb3c25a439 multibuild bddcb51b74f4a76724ff7cf8e7388869 multilib 5ca4e49abed8e3a2f7b56920eadee157 toolchain-funcs 6001248ef162a5fa2a21ce132a212f6b multiprocessing b4e253ab22cef7b1085e9b67c7a3b730 ninja-utils 38c85b725d0467e51954ea921b6c104b python-utils-r1 429bfd4e8d8e39db5385ba5744f30788 python-r1 3c6cd0f418ba702c186a9865b85e704d distutils-r1 ad4c1e4ec8737eb363aacd638f6a513b edo c0eb9cbe6b0bd01fcb4918f12598a4d3
_md5_=79681395b6c8d8e78c25b62bc8ae9a27
SRC_URI=https://files.pythonhosted.org/packages/source/p/pg8000/pg8000-1.29.2.tar.gz
_eclasses_=databases 617283a7895577b41519ac2c3a75beb8 out-of-source-utils 1a9007554652a6e627edbccb3c25a439 multibuild bddcb51b74f4a76724ff7cf8e7388869 multilib 5ca4e49abed8e3a2f7b56920eadee157 toolchain-funcs 6001248ef162a5fa2a21ce132a212f6b multiprocessing b4e253ab22cef7b1085e9b67c7a3b730 ninja-utils 38c85b725d0467e51954ea921b6c104b python-utils-r1 429bfd4e8d8e39db5385ba5744f30788 python-r1 3c6cd0f418ba702c186a9865b85e704d distutils-r1 ad4c1e4ec8737eb363aacd638f6a513b edo c0eb9cbe6b0bd01fcb4918f12598a4d3 pypi d083c45ce254373ad68562a43f4b9035
_md5_=a08d129951bcce7a17f1560619fe1aec

View File

@@ -4,7 +4,7 @@ DEPEND=dev-python/daiquiri[python_targets_python3_9(-)?,python_targets_python3_1
DESCRIPTION=Python fixtures and daemon managing tools for functional testing
EAPI=8
HOMEPAGE=https://pypi.org/project/pifpaf/ https://github.com/jd/pifpaf
INHERIT=distutils-r1
INHERIT=distutils-r1 pypi
IUSE=test python_targets_python3_9 python_targets_python3_10
KEYWORDS=~amd64
LICENSE=Apache-2.0
@@ -12,6 +12,6 @@ RDEPEND=dev-python/daiquiri[python_targets_python3_9(-)?,python_targets_python3_
REQUIRED_USE=|| ( python_targets_python3_9 python_targets_python3_10 )
RESTRICT=!test? ( test )
SLOT=0
SRC_URI=mirror://pypi/p/pifpaf/pifpaf-3.1.5.tar.gz
_eclasses_=out-of-source-utils 1a9007554652a6e627edbccb3c25a439 multibuild bddcb51b74f4a76724ff7cf8e7388869 multilib 5ca4e49abed8e3a2f7b56920eadee157 toolchain-funcs 6001248ef162a5fa2a21ce132a212f6b multiprocessing b4e253ab22cef7b1085e9b67c7a3b730 ninja-utils 38c85b725d0467e51954ea921b6c104b python-utils-r1 429bfd4e8d8e39db5385ba5744f30788 python-r1 3c6cd0f418ba702c186a9865b85e704d distutils-r1 ad4c1e4ec8737eb363aacd638f6a513b
_md5_=d51a5113662447f4e8292cae097fa6ed
SRC_URI=https://files.pythonhosted.org/packages/source/p/pifpaf/pifpaf-3.1.5.tar.gz
_eclasses_=out-of-source-utils 1a9007554652a6e627edbccb3c25a439 multibuild bddcb51b74f4a76724ff7cf8e7388869 multilib 5ca4e49abed8e3a2f7b56920eadee157 toolchain-funcs 6001248ef162a5fa2a21ce132a212f6b multiprocessing b4e253ab22cef7b1085e9b67c7a3b730 ninja-utils 38c85b725d0467e51954ea921b6c104b python-utils-r1 429bfd4e8d8e39db5385ba5744f30788 python-r1 3c6cd0f418ba702c186a9865b85e704d distutils-r1 ad4c1e4ec8737eb363aacd638f6a513b pypi d083c45ce254373ad68562a43f4b9035
_md5_=8b8a1915681f46b35af35ad33c344eaa

View File

@@ -3,13 +3,13 @@ DEFINED_PHASES=compile configure install prepare test
DESCRIPTION=Single function module with no dependencies for playing sounds.
EAPI=8
HOMEPAGE=https://pypi.org/project/playsound/ https://github.com/TaylorSMarks/playsound
INHERIT=distutils-r1
INHERIT=distutils-r1 pypi
IUSE=python_targets_pypy3 python_targets_python3_9 python_targets_python3_10
KEYWORDS=~amd64 ~arm ~arm64 ~x86
LICENSE=MIT
RDEPEND=python_targets_pypy3? ( >=dev-python/pypy3-7.3.11-r1:0= ) python_targets_python3_9? ( >=dev-lang/python-3.9.16-r1:3.9 ) python_targets_python3_10? ( >=dev-lang/python-3.10.9-r1:3.10 )
REQUIRED_USE=|| ( python_targets_pypy3 python_targets_python3_9 python_targets_python3_10 )
SLOT=0
SRC_URI=mirror://pypi/p/playsound/playsound-1.3.0.tar.gz
_eclasses_=out-of-source-utils 1a9007554652a6e627edbccb3c25a439 multibuild bddcb51b74f4a76724ff7cf8e7388869 multilib 5ca4e49abed8e3a2f7b56920eadee157 toolchain-funcs 6001248ef162a5fa2a21ce132a212f6b multiprocessing b4e253ab22cef7b1085e9b67c7a3b730 ninja-utils 38c85b725d0467e51954ea921b6c104b python-utils-r1 429bfd4e8d8e39db5385ba5744f30788 python-r1 3c6cd0f418ba702c186a9865b85e704d distutils-r1 ad4c1e4ec8737eb363aacd638f6a513b
_md5_=82fc967232959498def466fb9bb41673
SRC_URI=https://files.pythonhosted.org/packages/source/p/playsound/playsound-1.3.0.tar.gz
_eclasses_=out-of-source-utils 1a9007554652a6e627edbccb3c25a439 multibuild bddcb51b74f4a76724ff7cf8e7388869 multilib 5ca4e49abed8e3a2f7b56920eadee157 toolchain-funcs 6001248ef162a5fa2a21ce132a212f6b multiprocessing b4e253ab22cef7b1085e9b67c7a3b730 ninja-utils 38c85b725d0467e51954ea921b6c104b python-utils-r1 429bfd4e8d8e39db5385ba5744f30788 python-r1 3c6cd0f418ba702c186a9865b85e704d distutils-r1 ad4c1e4ec8737eb363aacd638f6a513b pypi d083c45ce254373ad68562a43f4b9035
_md5_=26ecd29c654feb1295ba2d5f58536b21

View File

@@ -3,13 +3,13 @@ DEFINED_PHASES=compile configure install prepare test
DESCRIPTION=Python low level port I/O for Linux x86
EAPI=8
HOMEPAGE=http://portio.inrim.it https://pypi.org/project/portio/
INHERIT=distutils-r1
INHERIT=distutils-r1 pypi
IUSE=python_targets_pypy3 python_targets_python3_9 python_targets_python3_10 python_targets_python3_11
KEYWORDS=~amd64
LICENSE=GPL-3
RDEPEND=python_targets_pypy3? ( >=dev-python/pypy3-7.3.11-r1:0= ) python_targets_python3_9? ( >=dev-lang/python-3.9.16-r1:3.9 ) python_targets_python3_10? ( >=dev-lang/python-3.10.9-r1:3.10 ) python_targets_python3_11? ( >=dev-lang/python-3.11.1-r1:3.11 )
REQUIRED_USE=|| ( python_targets_pypy3 python_targets_python3_9 python_targets_python3_10 python_targets_python3_11 )
SLOT=0
SRC_URI=mirror://pypi/p/portio/portio-0.5.tar.gz
_eclasses_=out-of-source-utils 1a9007554652a6e627edbccb3c25a439 multibuild bddcb51b74f4a76724ff7cf8e7388869 multilib 5ca4e49abed8e3a2f7b56920eadee157 toolchain-funcs 6001248ef162a5fa2a21ce132a212f6b multiprocessing b4e253ab22cef7b1085e9b67c7a3b730 ninja-utils 38c85b725d0467e51954ea921b6c104b python-utils-r1 429bfd4e8d8e39db5385ba5744f30788 python-r1 3c6cd0f418ba702c186a9865b85e704d distutils-r1 ad4c1e4ec8737eb363aacd638f6a513b
_md5_=754a9774711876b71a30f56286919c86
SRC_URI=https://files.pythonhosted.org/packages/source/p/portio/portio-0.5.tar.gz
_eclasses_=out-of-source-utils 1a9007554652a6e627edbccb3c25a439 multibuild bddcb51b74f4a76724ff7cf8e7388869 multilib 5ca4e49abed8e3a2f7b56920eadee157 toolchain-funcs 6001248ef162a5fa2a21ce132a212f6b multiprocessing b4e253ab22cef7b1085e9b67c7a3b730 ninja-utils 38c85b725d0467e51954ea921b6c104b python-utils-r1 429bfd4e8d8e39db5385ba5744f30788 python-r1 3c6cd0f418ba702c186a9865b85e704d distutils-r1 ad4c1e4ec8737eb363aacd638f6a513b pypi d083c45ce254373ad68562a43f4b9035
_md5_=8ad48a15bc50626dea1c1a49a0888797

View File

@@ -3,13 +3,13 @@ DEFINED_PHASES=compile configure install prepare test
DESCRIPTION=Python 3 Bindings for the NVIDIA Management Library
EAPI=7
HOMEPAGE=https://pypi.org/project/py3nvml/ https://github.com/fbcotter/py3nvml
INHERIT=distutils-r1
INHERIT=distutils-r1 pypi
IUSE=python_targets_python3_9
KEYWORDS=~amd64
LICENSE=BSD
RDEPEND=python_targets_python3_9? ( >=dev-lang/python-3.9.16-r1:3.9 )
REQUIRED_USE=|| ( python_targets_python3_9 )
SLOT=0
SRC_URI=mirror://pypi/p/py3nvml/py3nvml-0.2.6.tar.gz
_eclasses_=out-of-source-utils 1a9007554652a6e627edbccb3c25a439 multibuild bddcb51b74f4a76724ff7cf8e7388869 multilib 5ca4e49abed8e3a2f7b56920eadee157 toolchain-funcs 6001248ef162a5fa2a21ce132a212f6b multiprocessing b4e253ab22cef7b1085e9b67c7a3b730 ninja-utils 38c85b725d0467e51954ea921b6c104b eapi8-dosym 741bfa77afb2a9321261501aca58c208 python-utils-r1 429bfd4e8d8e39db5385ba5744f30788 python-r1 3c6cd0f418ba702c186a9865b85e704d distutils-r1 ad4c1e4ec8737eb363aacd638f6a513b
_md5_=5df4543821e40d79264bdaa8d65c7f98
SRC_URI=https://files.pythonhosted.org/packages/source/p/py3nvml/py3nvml-0.2.6.tar.gz
_eclasses_=out-of-source-utils 1a9007554652a6e627edbccb3c25a439 multibuild bddcb51b74f4a76724ff7cf8e7388869 multilib 5ca4e49abed8e3a2f7b56920eadee157 toolchain-funcs 6001248ef162a5fa2a21ce132a212f6b multiprocessing b4e253ab22cef7b1085e9b67c7a3b730 ninja-utils 38c85b725d0467e51954ea921b6c104b eapi8-dosym 741bfa77afb2a9321261501aca58c208 python-utils-r1 429bfd4e8d8e39db5385ba5744f30788 python-r1 3c6cd0f418ba702c186a9865b85e704d distutils-r1 ad4c1e4ec8737eb363aacd638f6a513b pypi d083c45ce254373ad68562a43f4b9035
_md5_=e906f90bc0aef994c781ac6f00d47072

View File

@@ -3,7 +3,7 @@ DEFINED_PHASES=compile configure install prepare test
DESCRIPTION=Pure-python FIGlet implementation
EAPI=8
HOMEPAGE=https://pypi.org/project/pyfiglet/ https://github.com/pwaller/pyfiglet
INHERIT=distutils-r1
INHERIT=distutils-r1 pypi
IUSE=test python_targets_pypy3 python_targets_python3_9 python_targets_python3_10 python_targets_python3_11
KEYWORDS=~amd64
LICENSE=MIT
@@ -11,6 +11,6 @@ RDEPEND=python_targets_pypy3? ( >=dev-python/pypy3-7.3.11-r1:0= ) python_targets
REQUIRED_USE=|| ( python_targets_pypy3 python_targets_python3_9 python_targets_python3_10 python_targets_python3_11 )
RESTRICT=test !test? ( test )
SLOT=0
SRC_URI=mirror://pypi/p/pyfiglet/pyfiglet-0.8.post1.tar.gz
_eclasses_=out-of-source-utils 1a9007554652a6e627edbccb3c25a439 multibuild bddcb51b74f4a76724ff7cf8e7388869 multilib 5ca4e49abed8e3a2f7b56920eadee157 toolchain-funcs 6001248ef162a5fa2a21ce132a212f6b multiprocessing b4e253ab22cef7b1085e9b67c7a3b730 ninja-utils 38c85b725d0467e51954ea921b6c104b python-utils-r1 429bfd4e8d8e39db5385ba5744f30788 python-r1 3c6cd0f418ba702c186a9865b85e704d distutils-r1 ad4c1e4ec8737eb363aacd638f6a513b
_md5_=3e109175944f20ae40a597daa27bedf0
SRC_URI=https://files.pythonhosted.org/packages/source/p/pyfiglet/pyfiglet-0.8.post1.tar.gz
_eclasses_=out-of-source-utils 1a9007554652a6e627edbccb3c25a439 multibuild bddcb51b74f4a76724ff7cf8e7388869 multilib 5ca4e49abed8e3a2f7b56920eadee157 toolchain-funcs 6001248ef162a5fa2a21ce132a212f6b multiprocessing b4e253ab22cef7b1085e9b67c7a3b730 ninja-utils 38c85b725d0467e51954ea921b6c104b python-utils-r1 429bfd4e8d8e39db5385ba5744f30788 python-r1 3c6cd0f418ba702c186a9865b85e704d distutils-r1 ad4c1e4ec8737eb363aacd638f6a513b pypi d083c45ce254373ad68562a43f4b9035
_md5_=2ebd2942b439655d3d577d1bbe426881

View File

@@ -3,7 +3,7 @@ DEFINED_PHASES=compile configure install prepare test
DESCRIPTION=Python package providing assets from https://github.com/Kozea/pygal.js
EAPI=8
HOMEPAGE=https://github.com/ionelmc/python-pygaljs https://pypi.org/project/pygaljs/
INHERIT=distutils-r1
INHERIT=distutils-r1 pypi
IUSE=test python_targets_pypy3 python_targets_python3_9 python_targets_python3_10 python_targets_python3_11
KEYWORDS=~amd64 ~arm ~arm64 ~x86
LICENSE=LGPL-3+
@@ -11,6 +11,6 @@ RDEPEND=python_targets_pypy3? ( >=dev-python/pypy3-7.3.11-r1:0= ) python_targets
REQUIRED_USE=|| ( python_targets_pypy3 python_targets_python3_9 python_targets_python3_10 python_targets_python3_11 )
RESTRICT=!test? ( test )
SLOT=0
SRC_URI=mirror://pypi/p/pygaljs/pygaljs-1.0.2.tar.gz
_eclasses_=out-of-source-utils 1a9007554652a6e627edbccb3c25a439 multibuild bddcb51b74f4a76724ff7cf8e7388869 multilib 5ca4e49abed8e3a2f7b56920eadee157 toolchain-funcs 6001248ef162a5fa2a21ce132a212f6b multiprocessing b4e253ab22cef7b1085e9b67c7a3b730 ninja-utils 38c85b725d0467e51954ea921b6c104b python-utils-r1 429bfd4e8d8e39db5385ba5744f30788 python-r1 3c6cd0f418ba702c186a9865b85e704d distutils-r1 ad4c1e4ec8737eb363aacd638f6a513b
_md5_=e4c2f40c899b11f563e2f3ffca8ffc8d
SRC_URI=https://files.pythonhosted.org/packages/source/p/pygaljs/pygaljs-1.0.2.tar.gz
_eclasses_=out-of-source-utils 1a9007554652a6e627edbccb3c25a439 multibuild bddcb51b74f4a76724ff7cf8e7388869 multilib 5ca4e49abed8e3a2f7b56920eadee157 toolchain-funcs 6001248ef162a5fa2a21ce132a212f6b multiprocessing b4e253ab22cef7b1085e9b67c7a3b730 ninja-utils 38c85b725d0467e51954ea921b6c104b python-utils-r1 429bfd4e8d8e39db5385ba5744f30788 python-r1 3c6cd0f418ba702c186a9865b85e704d distutils-r1 ad4c1e4ec8737eb363aacd638f6a513b pypi d083c45ce254373ad68562a43f4b9035
_md5_=9a4612813913691cabed85466e799ff4

View File

@@ -3,7 +3,7 @@ DEFINED_PHASES=compile configure install prepare test
DESCRIPTION=A comprehensive, fast, pure-Python memcached client
EAPI=8
HOMEPAGE=https://github.com/pinterest/pymemcache https://pypi.org/project/pymemcache/
INHERIT=databases distutils-r1
INHERIT=databases distutils-r1 pypi
IUSE=test python_targets_python3_9 python_targets_python3_10 python_targets_python3_11
KEYWORDS=~amd64
LICENSE=Apache-2.0
@@ -11,6 +11,6 @@ RDEPEND=python_targets_python3_9? ( >=dev-lang/python-3.9.16-r1:3.9 ) python_tar
REQUIRED_USE=|| ( python_targets_python3_9 python_targets_python3_10 python_targets_python3_11 )
RESTRICT=!test? ( test )
SLOT=0
SRC_URI=mirror://pypi/p/pymemcache/pymemcache-4.0.0.tar.gz
_eclasses_=databases 617283a7895577b41519ac2c3a75beb8 out-of-source-utils 1a9007554652a6e627edbccb3c25a439 multibuild bddcb51b74f4a76724ff7cf8e7388869 multilib 5ca4e49abed8e3a2f7b56920eadee157 toolchain-funcs 6001248ef162a5fa2a21ce132a212f6b multiprocessing b4e253ab22cef7b1085e9b67c7a3b730 ninja-utils 38c85b725d0467e51954ea921b6c104b python-utils-r1 429bfd4e8d8e39db5385ba5744f30788 python-r1 3c6cd0f418ba702c186a9865b85e704d distutils-r1 ad4c1e4ec8737eb363aacd638f6a513b
_md5_=3c4246e9ce3549da2b38dc07e32679e5
SRC_URI=https://files.pythonhosted.org/packages/source/p/pymemcache/pymemcache-4.0.0.tar.gz
_eclasses_=databases 617283a7895577b41519ac2c3a75beb8 out-of-source-utils 1a9007554652a6e627edbccb3c25a439 multibuild bddcb51b74f4a76724ff7cf8e7388869 multilib 5ca4e49abed8e3a2f7b56920eadee157 toolchain-funcs 6001248ef162a5fa2a21ce132a212f6b multiprocessing b4e253ab22cef7b1085e9b67c7a3b730 ninja-utils 38c85b725d0467e51954ea921b6c104b python-utils-r1 429bfd4e8d8e39db5385ba5744f30788 python-r1 3c6cd0f418ba702c186a9865b85e704d distutils-r1 ad4c1e4ec8737eb363aacd638f6a513b pypi d083c45ce254373ad68562a43f4b9035
_md5_=6fda1b98ddeed945dab1283238c1e129

View File

@@ -4,13 +4,13 @@ DEPEND=dev-python/docopt[python_targets_pypy3(-)?,python_targets_python3_9(-)?,p
DESCRIPTION=Morphological analyzer (POS tagger + inflection engine) for Russian language.
EAPI=7
HOMEPAGE=https://github.com/kmike/pymorphy2 https://pypi.org/project/pymorphy2/
INHERIT=distutils-r1
INHERIT=distutils-r1 pypi
IUSE=python_targets_pypy3 python_targets_python3_9 python_targets_python3_10
KEYWORDS=~amd64 ~arm ~arm64 ~x86
LICENSE=MIT
RDEPEND=python_targets_pypy3? ( >=dev-python/pypy3-7.3.11-r1:0= ) python_targets_python3_9? ( >=dev-lang/python-3.9.16-r1:3.9 ) python_targets_python3_10? ( >=dev-lang/python-3.10.9-r1:3.10 )
REQUIRED_USE=|| ( python_targets_pypy3 python_targets_python3_9 python_targets_python3_10 )
SLOT=0
SRC_URI=mirror://pypi/p/pymorphy2/pymorphy2-0.9.1.tar.gz
_eclasses_=out-of-source-utils 1a9007554652a6e627edbccb3c25a439 multibuild bddcb51b74f4a76724ff7cf8e7388869 multilib 5ca4e49abed8e3a2f7b56920eadee157 toolchain-funcs 6001248ef162a5fa2a21ce132a212f6b multiprocessing b4e253ab22cef7b1085e9b67c7a3b730 ninja-utils 38c85b725d0467e51954ea921b6c104b eapi8-dosym 741bfa77afb2a9321261501aca58c208 python-utils-r1 429bfd4e8d8e39db5385ba5744f30788 python-r1 3c6cd0f418ba702c186a9865b85e704d distutils-r1 ad4c1e4ec8737eb363aacd638f6a513b
_md5_=c6975ccaefb85e4223559f8ad47b4f97
SRC_URI=https://files.pythonhosted.org/packages/source/p/pymorphy2/pymorphy2-0.9.1.tar.gz
_eclasses_=out-of-source-utils 1a9007554652a6e627edbccb3c25a439 multibuild bddcb51b74f4a76724ff7cf8e7388869 multilib 5ca4e49abed8e3a2f7b56920eadee157 toolchain-funcs 6001248ef162a5fa2a21ce132a212f6b multiprocessing b4e253ab22cef7b1085e9b67c7a3b730 ninja-utils 38c85b725d0467e51954ea921b6c104b eapi8-dosym 741bfa77afb2a9321261501aca58c208 python-utils-r1 429bfd4e8d8e39db5385ba5744f30788 python-r1 3c6cd0f418ba702c186a9865b85e704d distutils-r1 ad4c1e4ec8737eb363aacd638f6a513b pypi d083c45ce254373ad68562a43f4b9035
_md5_=743fb48ef732a458afb2c1f25ddcfe65

View File

@@ -3,13 +3,13 @@ DEFINED_PHASES=compile configure install prepare test
DESCRIPTION=Russian dictionary for PyMorphy2
EAPI=7
HOMEPAGE=https://pypi.org/project/pymorphy2-dicts-ru/
INHERIT=distutils-r1
INHERIT=distutils-r1 pypi
IUSE=python_targets_pypy3 python_targets_python3_9 python_targets_python3_10
KEYWORDS=~amd64 ~arm ~arm64 ~x86
LICENSE=MIT
RDEPEND=python_targets_pypy3? ( >=dev-python/pypy3-7.3.11-r1:0= ) python_targets_python3_9? ( >=dev-lang/python-3.9.16-r1:3.9 ) python_targets_python3_10? ( >=dev-lang/python-3.10.9-r1:3.10 )
REQUIRED_USE=|| ( python_targets_pypy3 python_targets_python3_9 python_targets_python3_10 )
SLOT=0
SRC_URI=mirror://pypi/p/pymorphy2-dicts/pymorphy2-dicts-2.4.393442.3710985.tar.gz
_eclasses_=out-of-source-utils 1a9007554652a6e627edbccb3c25a439 multibuild bddcb51b74f4a76724ff7cf8e7388869 multilib 5ca4e49abed8e3a2f7b56920eadee157 toolchain-funcs 6001248ef162a5fa2a21ce132a212f6b multiprocessing b4e253ab22cef7b1085e9b67c7a3b730 ninja-utils 38c85b725d0467e51954ea921b6c104b eapi8-dosym 741bfa77afb2a9321261501aca58c208 python-utils-r1 429bfd4e8d8e39db5385ba5744f30788 python-r1 3c6cd0f418ba702c186a9865b85e704d distutils-r1 ad4c1e4ec8737eb363aacd638f6a513b
_md5_=357d184302e29826d2d4ad7c314b6b63
SRC_URI=https://files.pythonhosted.org/packages/source/p/pymorphy2-dicts/pymorphy2-dicts-2.4.393442.3710985.tar.gz
_eclasses_=out-of-source-utils 1a9007554652a6e627edbccb3c25a439 multibuild bddcb51b74f4a76724ff7cf8e7388869 multilib 5ca4e49abed8e3a2f7b56920eadee157 toolchain-funcs 6001248ef162a5fa2a21ce132a212f6b multiprocessing b4e253ab22cef7b1085e9b67c7a3b730 ninja-utils 38c85b725d0467e51954ea921b6c104b eapi8-dosym 741bfa77afb2a9321261501aca58c208 python-utils-r1 429bfd4e8d8e39db5385ba5744f30788 python-r1 3c6cd0f418ba702c186a9865b85e704d distutils-r1 ad4c1e4ec8737eb363aacd638f6a513b pypi d083c45ce254373ad68562a43f4b9035
_md5_=c4df99e176004445c466300cac8b9af4

View File

@@ -3,13 +3,13 @@ DEFINED_PHASES=compile configure install prepare test
DESCRIPTION=Russian dictionary for PyMorphy2
EAPI=7
HOMEPAGE=https://pypi.org/project/pymorphy2-dicts-ru/
INHERIT=distutils-r1
INHERIT=distutils-r1 pypi
IUSE=python_targets_pypy3 python_targets_python3_9 python_targets_python3_10
KEYWORDS=~amd64 ~arm ~arm64 ~x86
LICENSE=MIT
RDEPEND=python_targets_pypy3? ( >=dev-python/pypy3-7.3.11-r1:0= ) python_targets_python3_9? ( >=dev-lang/python-3.9.16-r1:3.9 ) python_targets_python3_10? ( >=dev-lang/python-3.10.9-r1:3.10 )
REQUIRED_USE=|| ( python_targets_pypy3 python_targets_python3_9 python_targets_python3_10 )
SLOT=0
SRC_URI=mirror://pypi/p/pymorphy2-dicts-ru/pymorphy2-dicts-ru-2.4.417127.4579844.tar.gz
_eclasses_=out-of-source-utils 1a9007554652a6e627edbccb3c25a439 multibuild bddcb51b74f4a76724ff7cf8e7388869 multilib 5ca4e49abed8e3a2f7b56920eadee157 toolchain-funcs 6001248ef162a5fa2a21ce132a212f6b multiprocessing b4e253ab22cef7b1085e9b67c7a3b730 ninja-utils 38c85b725d0467e51954ea921b6c104b eapi8-dosym 741bfa77afb2a9321261501aca58c208 python-utils-r1 429bfd4e8d8e39db5385ba5744f30788 python-r1 3c6cd0f418ba702c186a9865b85e704d distutils-r1 ad4c1e4ec8737eb363aacd638f6a513b
_md5_=a4182385be84b5f55ab6bd309f611d7b
SRC_URI=https://files.pythonhosted.org/packages/source/p/pymorphy2-dicts-ru/pymorphy2-dicts-ru-2.4.417127.4579844.tar.gz
_eclasses_=out-of-source-utils 1a9007554652a6e627edbccb3c25a439 multibuild bddcb51b74f4a76724ff7cf8e7388869 multilib 5ca4e49abed8e3a2f7b56920eadee157 toolchain-funcs 6001248ef162a5fa2a21ce132a212f6b multiprocessing b4e253ab22cef7b1085e9b67c7a3b730 ninja-utils 38c85b725d0467e51954ea921b6c104b eapi8-dosym 741bfa77afb2a9321261501aca58c208 python-utils-r1 429bfd4e8d8e39db5385ba5744f30788 python-r1 3c6cd0f418ba702c186a9865b85e704d distutils-r1 ad4c1e4ec8737eb363aacd638f6a513b pypi d083c45ce254373ad68562a43f4b9035
_md5_=35c5c7665d4e3c388ab9faed61b7737f

View File

@@ -3,13 +3,13 @@ DEFINED_PHASES=compile configure install prepare test
DESCRIPTION=Ukrainian dictionary for PyMorphy2
EAPI=7
HOMEPAGE=https://pypi.org/project/pymorphy2-dicts-uk/
INHERIT=distutils-r1
INHERIT=distutils-r1 pypi
IUSE=python_targets_pypy3 python_targets_python3_9 python_targets_python3_10
KEYWORDS=~amd64 ~arm ~arm64 ~x86
LICENSE=MIT
RDEPEND=python_targets_pypy3? ( >=dev-python/pypy3-7.3.11-r1:0= ) python_targets_python3_9? ( >=dev-lang/python-3.9.16-r1:3.9 ) python_targets_python3_10? ( >=dev-lang/python-3.10.9-r1:3.10 )
REQUIRED_USE=|| ( python_targets_pypy3 python_targets_python3_9 python_targets_python3_10 )
SLOT=0
SRC_URI=mirror://pypi/p/pymorphy2-dicts-uk/pymorphy2-dicts-uk-2.4.1.1.1460299261.tar.gz
_eclasses_=out-of-source-utils 1a9007554652a6e627edbccb3c25a439 multibuild bddcb51b74f4a76724ff7cf8e7388869 multilib 5ca4e49abed8e3a2f7b56920eadee157 toolchain-funcs 6001248ef162a5fa2a21ce132a212f6b multiprocessing b4e253ab22cef7b1085e9b67c7a3b730 ninja-utils 38c85b725d0467e51954ea921b6c104b eapi8-dosym 741bfa77afb2a9321261501aca58c208 python-utils-r1 429bfd4e8d8e39db5385ba5744f30788 python-r1 3c6cd0f418ba702c186a9865b85e704d distutils-r1 ad4c1e4ec8737eb363aacd638f6a513b
_md5_=e0502e51c179cc9bf7c9aadf26027635
SRC_URI=https://files.pythonhosted.org/packages/source/p/pymorphy2-dicts-uk/pymorphy2-dicts-uk-2.4.1.1.1460299261.tar.gz
_eclasses_=out-of-source-utils 1a9007554652a6e627edbccb3c25a439 multibuild bddcb51b74f4a76724ff7cf8e7388869 multilib 5ca4e49abed8e3a2f7b56920eadee157 toolchain-funcs 6001248ef162a5fa2a21ce132a212f6b multiprocessing b4e253ab22cef7b1085e9b67c7a3b730 ninja-utils 38c85b725d0467e51954ea921b6c104b eapi8-dosym 741bfa77afb2a9321261501aca58c208 python-utils-r1 429bfd4e8d8e39db5385ba5744f30788 python-r1 3c6cd0f418ba702c186a9865b85e704d distutils-r1 ad4c1e4ec8737eb363aacd638f6a513b pypi d083c45ce254373ad68562a43f4b9035
_md5_=037dd02320e136148d5db1f96f9efd27

View File

@@ -4,7 +4,7 @@ DEPEND=>=dev-db/unixODBC-2.3.0 mssql? ( >=dev-db/freetds-0.64[odbc] )
DESCRIPTION=Python ODBC library
EAPI=8
HOMEPAGE=https://github.com/mkleehammer/pyodbc https://pypi.org/project/pyodbc/
INHERIT=distutils-r1
INHERIT=distutils-r1 pypi
IUSE=mssql python_targets_python3_9 python_targets_python3_10
KEYWORDS=~amd64
LICENSE=MIT
@@ -12,6 +12,6 @@ RDEPEND=>=dev-db/unixODBC-2.3.0 mssql? ( >=dev-db/freetds-0.64[odbc] ) python_ta
REQUIRED_USE=|| ( python_targets_python3_9 python_targets_python3_10 )
RESTRICT=test
SLOT=0
SRC_URI=mirror://pypi/p/pyodbc/pyodbc-4.0.32.tar.gz
_eclasses_=out-of-source-utils 1a9007554652a6e627edbccb3c25a439 multibuild bddcb51b74f4a76724ff7cf8e7388869 multilib 5ca4e49abed8e3a2f7b56920eadee157 toolchain-funcs 6001248ef162a5fa2a21ce132a212f6b multiprocessing b4e253ab22cef7b1085e9b67c7a3b730 ninja-utils 38c85b725d0467e51954ea921b6c104b python-utils-r1 429bfd4e8d8e39db5385ba5744f30788 python-r1 3c6cd0f418ba702c186a9865b85e704d distutils-r1 ad4c1e4ec8737eb363aacd638f6a513b
_md5_=4f0c49f679d2937be9b5e05654251ba7
SRC_URI=https://files.pythonhosted.org/packages/source/p/pyodbc/pyodbc-4.0.32.tar.gz
_eclasses_=out-of-source-utils 1a9007554652a6e627edbccb3c25a439 multibuild bddcb51b74f4a76724ff7cf8e7388869 multilib 5ca4e49abed8e3a2f7b56920eadee157 toolchain-funcs 6001248ef162a5fa2a21ce132a212f6b multiprocessing b4e253ab22cef7b1085e9b67c7a3b730 ninja-utils 38c85b725d0467e51954ea921b6c104b python-utils-r1 429bfd4e8d8e39db5385ba5744f30788 python-r1 3c6cd0f418ba702c186a9865b85e704d distutils-r1 ad4c1e4ec8737eb363aacd638f6a513b pypi d083c45ce254373ad68562a43f4b9035
_md5_=53bf4ff94674212310697e712cb15888

View File

@@ -4,13 +4,13 @@ DEPEND=dev-python/darkdetect[python_targets_pypy3(-)?,python_targets_python3_9(-
DESCRIPTION=A flat dark theme for PySide and PyQt.
EAPI=7
HOMEPAGE=https://github.com/5yutan5/PyQtDarkTheme https://pypi.org/project/PyQtDarkTheme
INHERIT=distutils-r1
INHERIT=distutils-r1 pypi
IUSE=python_targets_pypy3 python_targets_python3_9 python_targets_python3_10 python_targets_python3_11
KEYWORDS=~amd64 ~arm ~arm64 ~x86
LICENSE=MIT
RDEPEND=python_targets_pypy3? ( >=dev-python/pypy3-7.3.11-r1:0= ) python_targets_python3_9? ( >=dev-lang/python-3.9.16-r1:3.9 ) python_targets_python3_10? ( >=dev-lang/python-3.10.9-r1:3.10 ) python_targets_python3_11? ( >=dev-lang/python-3.11.1-r1:3.11 )
REQUIRED_USE=|| ( python_targets_pypy3 python_targets_python3_9 python_targets_python3_10 python_targets_python3_11 )
SLOT=0
SRC_URI=mirror://pypi/p/pyqtdarktheme/pyqtdarktheme-2.1.0.tar.gz
_eclasses_=out-of-source-utils 1a9007554652a6e627edbccb3c25a439 multibuild bddcb51b74f4a76724ff7cf8e7388869 multilib 5ca4e49abed8e3a2f7b56920eadee157 toolchain-funcs 6001248ef162a5fa2a21ce132a212f6b multiprocessing b4e253ab22cef7b1085e9b67c7a3b730 ninja-utils 38c85b725d0467e51954ea921b6c104b eapi8-dosym 741bfa77afb2a9321261501aca58c208 python-utils-r1 429bfd4e8d8e39db5385ba5744f30788 python-r1 3c6cd0f418ba702c186a9865b85e704d distutils-r1 ad4c1e4ec8737eb363aacd638f6a513b
_md5_=c2706d0489f5a3cb8cdc6c898ea0d062
SRC_URI=https://files.pythonhosted.org/packages/source/p/pyqtdarktheme/pyqtdarktheme-2.1.0.tar.gz
_eclasses_=out-of-source-utils 1a9007554652a6e627edbccb3c25a439 multibuild bddcb51b74f4a76724ff7cf8e7388869 multilib 5ca4e49abed8e3a2f7b56920eadee157 toolchain-funcs 6001248ef162a5fa2a21ce132a212f6b multiprocessing b4e253ab22cef7b1085e9b67c7a3b730 ninja-utils 38c85b725d0467e51954ea921b6c104b eapi8-dosym 741bfa77afb2a9321261501aca58c208 python-utils-r1 429bfd4e8d8e39db5385ba5744f30788 python-r1 3c6cd0f418ba702c186a9865b85e704d distutils-r1 ad4c1e4ec8737eb363aacd638f6a513b pypi d083c45ce254373ad68562a43f4b9035
_md5_=d56b8420068e5862e29404cfdd92e35a

View File

@@ -3,7 +3,7 @@ DEFINED_PHASES=compile configure install prepare test
DESCRIPTION=Store and retrieve data created during your pytest tests execution
EAPI=8
HOMEPAGE=https://pypi.org/project/pytest-harvest/ https://github.com/smarie/python-pytest-harvest
INHERIT=distutils-r1 docs
INHERIT=distutils-r1 docs pypi
IUSE=test python_targets_python3_9 python_targets_python3_10 python_targets_python3_11 doc
KEYWORDS=~amd64
LICENSE=BSD
@@ -11,6 +11,6 @@ RDEPEND=dev-python/decopatch[python_targets_python3_9(-)?,python_targets_python3
REQUIRED_USE=|| ( python_targets_python3_9 python_targets_python3_10 python_targets_python3_11 )
RESTRICT=!test? ( test )
SLOT=0
SRC_URI=mirror://pypi/p/pytest-harvest/pytest-harvest-1.10.4.tar.gz
_eclasses_=out-of-source-utils 1a9007554652a6e627edbccb3c25a439 multibuild bddcb51b74f4a76724ff7cf8e7388869 multilib 5ca4e49abed8e3a2f7b56920eadee157 toolchain-funcs 6001248ef162a5fa2a21ce132a212f6b multiprocessing b4e253ab22cef7b1085e9b67c7a3b730 ninja-utils 38c85b725d0467e51954ea921b6c104b python-utils-r1 429bfd4e8d8e39db5385ba5744f30788 python-r1 3c6cd0f418ba702c186a9865b85e704d distutils-r1 ad4c1e4ec8737eb363aacd638f6a513b docs d8252aed4deb205674b4feefc1775bf3
_md5_=737dce454132ed3edccf6e5b36659337
SRC_URI=https://files.pythonhosted.org/packages/source/p/pytest-harvest/pytest-harvest-1.10.4.tar.gz
_eclasses_=out-of-source-utils 1a9007554652a6e627edbccb3c25a439 multibuild bddcb51b74f4a76724ff7cf8e7388869 multilib 5ca4e49abed8e3a2f7b56920eadee157 toolchain-funcs 6001248ef162a5fa2a21ce132a212f6b multiprocessing b4e253ab22cef7b1085e9b67c7a3b730 ninja-utils 38c85b725d0467e51954ea921b6c104b python-utils-r1 429bfd4e8d8e39db5385ba5744f30788 python-r1 3c6cd0f418ba702c186a9865b85e704d distutils-r1 ad4c1e4ec8737eb363aacd638f6a513b docs d8252aed4deb205674b4feefc1775bf3 pypi d083c45ce254373ad68562a43f4b9035
_md5_=1c68c735aec2b3521acd14f1721b2736

View File

@@ -3,7 +3,7 @@ DEFINED_PHASES=compile configure install prepare test
DESCRIPTION=Create step-wise / incremental tests in pytest
EAPI=8
HOMEPAGE=https://pypi.org/project/pytest-steps/ https://github.com/smarie/python-pytest-steps
INHERIT=distutils-r1 docs
INHERIT=distutils-r1 docs pypi
IUSE=test python_targets_python3_9 python_targets_python3_10 python_targets_python3_11 doc
KEYWORDS=~amd64
LICENSE=BSD
@@ -11,6 +11,6 @@ RDEPEND=>=dev-python/makefun-1.5[python_targets_python3_9(-)?,python_targets_pyt
REQUIRED_USE=|| ( python_targets_python3_9 python_targets_python3_10 python_targets_python3_11 )
RESTRICT=!test? ( test )
SLOT=0
SRC_URI=mirror://pypi/p/pytest-steps/pytest-steps-1.8.0.tar.gz
_eclasses_=out-of-source-utils 1a9007554652a6e627edbccb3c25a439 multibuild bddcb51b74f4a76724ff7cf8e7388869 multilib 5ca4e49abed8e3a2f7b56920eadee157 toolchain-funcs 6001248ef162a5fa2a21ce132a212f6b multiprocessing b4e253ab22cef7b1085e9b67c7a3b730 ninja-utils 38c85b725d0467e51954ea921b6c104b python-utils-r1 429bfd4e8d8e39db5385ba5744f30788 python-r1 3c6cd0f418ba702c186a9865b85e704d distutils-r1 ad4c1e4ec8737eb363aacd638f6a513b docs d8252aed4deb205674b4feefc1775bf3
_md5_=7abeabd45eec004ae3b467df39345576
SRC_URI=https://files.pythonhosted.org/packages/source/p/pytest-steps/pytest-steps-1.8.0.tar.gz
_eclasses_=out-of-source-utils 1a9007554652a6e627edbccb3c25a439 multibuild bddcb51b74f4a76724ff7cf8e7388869 multilib 5ca4e49abed8e3a2f7b56920eadee157 toolchain-funcs 6001248ef162a5fa2a21ce132a212f6b multiprocessing b4e253ab22cef7b1085e9b67c7a3b730 ninja-utils 38c85b725d0467e51954ea921b6c104b python-utils-r1 429bfd4e8d8e39db5385ba5744f30788 python-r1 3c6cd0f418ba702c186a9865b85e704d distutils-r1 ad4c1e4ec8737eb363aacd638f6a513b docs d8252aed4deb205674b4feefc1775bf3 pypi d083c45ce254373ad68562a43f4b9035
_md5_=91f772a2ad10242d1e50dd4993f561ca

View File

@@ -1,16 +0,0 @@
BDEPEND=test? ( >=dev-python/black-19.3[python_targets_python3_9(-)?,python_targets_python3_10(-)?] >=dev-python/isort-5.10.1[python_targets_python3_9(-)?,python_targets_python3_10(-)?] >=dev-python/jinja-2.11.2[python_targets_python3_9(-)?,python_targets_python3_10(-)?] >=dev-python/grpcio-tools-1.40.0[python_targets_python3_9(-)?,python_targets_python3_10(-)?] >=dev-python/pytest-mock-3.1.1[python_targets_python3_9(-)?,python_targets_python3_10(-)?] >=dev-python/pytest-asyncio-0.12.0[python_targets_python3_9(-)?,python_targets_python3_10(-)?] ) test? ( >=dev-python/grpclib-0.4.1[python_targets_python3_9(-)?,python_targets_python3_10(-)?] >=dev-python/python-dateutil-2.8.0[python_targets_python3_9(-)?,python_targets_python3_10(-)?] >=dev-python/pytest-7.2.1[python_targets_python3_9(-)?,python_targets_python3_10(-)?] ) doc? ( || ( ( >=dev-lang/python-3.10.9-r1:3.10 >=dev-python/sphinx-5.3.0[python_targets_python3_10(-)] >=dev-python/sphinx-rtd-theme-0.5.0[python_targets_python3_10(-)] ) ( >=dev-lang/python-3.9.16-r1:3.9 >=dev-python/sphinx-5.3.0[python_targets_python3_9(-)] >=dev-python/sphinx-rtd-theme-0.5.0[python_targets_python3_9(-)] ) ) ) python_targets_python3_9? ( >=dev-lang/python-3.9.16-r1:3.9 ) python_targets_python3_10? ( >=dev-lang/python-3.10.9-r1:3.10 ) >=dev-python/gpep517-13[python_targets_python3_9(-)?,python_targets_python3_10(-)?] >=dev-python/poetry-core-1.4.0[python_targets_python3_9(-)?,python_targets_python3_10(-)?]
DEFINED_PHASES=compile configure install postinst prepare test
DESCRIPTION=Better Protobuf / gRPC Support for Python
EAPI=8
HOMEPAGE=https://github.com/danielgtaylor/python-betterproto
INHERIT=distutils-r1 optfeature
IUSE=test doc python_targets_python3_9 python_targets_python3_10
KEYWORDS=~amd64 ~x86
LICENSE=MIT
RDEPEND=>=dev-python/grpclib-0.4.1[python_targets_python3_9(-)?,python_targets_python3_10(-)?] >=dev-python/python-dateutil-2.8.0[python_targets_python3_9(-)?,python_targets_python3_10(-)?] python_targets_python3_9? ( >=dev-lang/python-3.9.16-r1:3.9 ) python_targets_python3_10? ( >=dev-lang/python-3.10.9-r1:3.10 )
REQUIRED_USE=|| ( python_targets_python3_9 python_targets_python3_10 )
RESTRICT=!test? ( test )
SLOT=0
SRC_URI=https://github.com/danielgtaylor/python-betterproto/archive/refs/tags/v2.0.0b4.tar.gz -> python-betterproto-2.0.0_beta4.tar.gz
_eclasses_=out-of-source-utils 1a9007554652a6e627edbccb3c25a439 multibuild bddcb51b74f4a76724ff7cf8e7388869 multilib 5ca4e49abed8e3a2f7b56920eadee157 toolchain-funcs 6001248ef162a5fa2a21ce132a212f6b multiprocessing b4e253ab22cef7b1085e9b67c7a3b730 ninja-utils 38c85b725d0467e51954ea921b6c104b python-utils-r1 429bfd4e8d8e39db5385ba5744f30788 python-r1 3c6cd0f418ba702c186a9865b85e704d distutils-r1 ad4c1e4ec8737eb363aacd638f6a513b optfeature 222cb475c5a4f7ae7cfb0bf510a6fe54
_md5_=a7a8e458adf0b58409ef56785fd258c4

View File

@@ -1,15 +0,0 @@
BDEPEND=test? ( >=dev-python/black-19.3[python_targets_python3_9(-)?,python_targets_python3_10(-)?] >=dev-python/isort-5.10.1[python_targets_python3_9(-)?,python_targets_python3_10(-)?] >=dev-python/jinja-2.11.2[python_targets_python3_9(-)?,python_targets_python3_10(-)?] >=dev-python/grpcio-tools-1.40.0[python_targets_python3_9(-)?,python_targets_python3_10(-)?] >=dev-python/pytest-mock-3.1.1[python_targets_python3_9(-)?,python_targets_python3_10(-)?] >=dev-python/pytest-asyncio-0.12.0[python_targets_python3_9(-)?,python_targets_python3_10(-)?] ) test? ( >=dev-python/grpclib-0.4.1[python_targets_python3_9(-)?,python_targets_python3_10(-)?] >=dev-python/python-dateutil-2.8.0[python_targets_python3_9(-)?,python_targets_python3_10(-)?] >=dev-python/pytest-7.2.1[python_targets_python3_9(-)?,python_targets_python3_10(-)?] ) doc? ( || ( ( >=dev-lang/python-3.10.9-r1:3.10 >=dev-python/sphinx-5.3.0[python_targets_python3_10(-)] >=dev-python/sphinx-rtd-theme-0.5.0[python_targets_python3_10(-)] ) ( >=dev-lang/python-3.9.16-r1:3.9 >=dev-python/sphinx-5.3.0[python_targets_python3_9(-)] >=dev-python/sphinx-rtd-theme-0.5.0[python_targets_python3_9(-)] ) ) ) python_targets_python3_9? ( >=dev-lang/python-3.9.16-r1:3.9 ) python_targets_python3_10? ( >=dev-lang/python-3.10.9-r1:3.10 ) >=dev-python/gpep517-13[python_targets_python3_9(-)?,python_targets_python3_10(-)?] >=dev-python/poetry-core-1.4.0[python_targets_python3_9(-)?,python_targets_python3_10(-)?] >=dev-vcs/git-1.8.2.1[curl]
DEFINED_PHASES=compile configure install postinst prepare test unpack
DESCRIPTION=Better Protobuf / gRPC Support for Python
EAPI=8
HOMEPAGE=https://github.com/danielgtaylor/python-betterproto
INHERIT=distutils-r1 optfeature git-r3
IUSE=test doc python_targets_python3_9 python_targets_python3_10
LICENSE=MIT
PROPERTIES=live
RDEPEND=>=dev-python/grpclib-0.4.1[python_targets_python3_9(-)?,python_targets_python3_10(-)?] >=dev-python/python-dateutil-2.8.0[python_targets_python3_9(-)?,python_targets_python3_10(-)?] python_targets_python3_9? ( >=dev-lang/python-3.9.16-r1:3.9 ) python_targets_python3_10? ( >=dev-lang/python-3.10.9-r1:3.10 )
REQUIRED_USE=|| ( python_targets_python3_9 python_targets_python3_10 )
RESTRICT=!test? ( test )
SLOT=0
_eclasses_=out-of-source-utils 1a9007554652a6e627edbccb3c25a439 multibuild bddcb51b74f4a76724ff7cf8e7388869 multilib 5ca4e49abed8e3a2f7b56920eadee157 toolchain-funcs 6001248ef162a5fa2a21ce132a212f6b multiprocessing b4e253ab22cef7b1085e9b67c7a3b730 ninja-utils 38c85b725d0467e51954ea921b6c104b python-utils-r1 429bfd4e8d8e39db5385ba5744f30788 python-r1 3c6cd0f418ba702c186a9865b85e704d distutils-r1 ad4c1e4ec8737eb363aacd638f6a513b optfeature 222cb475c5a4f7ae7cfb0bf510a6fe54 git-r3 c57c50c922e121043788de0b40ada60a
_md5_=a7a8e458adf0b58409ef56785fd258c4

View File

@@ -3,7 +3,7 @@ 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
INHERIT=distutils-r1 pypi
IUSE=test python_targets_python3_9 python_targets_python3_10 python_targets_python3_11
KEYWORDS=~amd64
LICENSE=MIT
@@ -11,6 +11,6 @@ RDEPEND=dev-python/psutil[python_targets_python3_9(-)?,python_targets_python3_10
REQUIRED_USE=|| ( python_targets_python3_9 python_targets_python3_10 python_targets_python3_11 )
RESTRICT=test !test? ( test )
SLOT=0
SRC_URI=mirror://pypi/p/python-pidfile/python-pidfile-3.0.0.tar.gz
_eclasses_=out-of-source-utils 1a9007554652a6e627edbccb3c25a439 multibuild bddcb51b74f4a76724ff7cf8e7388869 multilib 5ca4e49abed8e3a2f7b56920eadee157 toolchain-funcs 6001248ef162a5fa2a21ce132a212f6b multiprocessing b4e253ab22cef7b1085e9b67c7a3b730 ninja-utils 38c85b725d0467e51954ea921b6c104b python-utils-r1 429bfd4e8d8e39db5385ba5744f30788 python-r1 3c6cd0f418ba702c186a9865b85e704d distutils-r1 ad4c1e4ec8737eb363aacd638f6a513b
_md5_=772fe1364e2ec5aa90ff0de35876a847
SRC_URI=https://files.pythonhosted.org/packages/source/p/python-pidfile/python-pidfile-3.0.0.tar.gz
_eclasses_=out-of-source-utils 1a9007554652a6e627edbccb3c25a439 multibuild bddcb51b74f4a76724ff7cf8e7388869 multilib 5ca4e49abed8e3a2f7b56920eadee157 toolchain-funcs 6001248ef162a5fa2a21ce132a212f6b multiprocessing b4e253ab22cef7b1085e9b67c7a3b730 ninja-utils 38c85b725d0467e51954ea921b6c104b python-utils-r1 429bfd4e8d8e39db5385ba5744f30788 python-r1 3c6cd0f418ba702c186a9865b85e704d distutils-r1 ad4c1e4ec8737eb363aacd638f6a513b pypi d083c45ce254373ad68562a43f4b9035
_md5_=589f129806189fddf6ce360be9bd6e66

View File

@@ -4,7 +4,7 @@ DEPEND=dev-python/bidict[python_targets_python3_9(-)?,python_targets_python3_10(
DESCRIPTION=Python implementation of the Socket.IO realtime server.
EAPI=8
HOMEPAGE=https://python-socketio.readthedocs.org/ https://github.com/miguelgrinberg/python-socketio/ https://pypi.org/project/python-socketio
INHERIT=distutils-r1
INHERIT=distutils-r1 pypi
IUSE=client asyncio-client python_targets_python3_9 python_targets_python3_10
KEYWORDS=~amd64
LICENSE=MIT
@@ -12,6 +12,6 @@ RDEPEND=dev-python/bidict[python_targets_python3_9(-)?,python_targets_python3_10
REQUIRED_USE=|| ( python_targets_python3_9 python_targets_python3_10 ) || ( python_targets_python3_9 python_targets_python3_10 )
RESTRICT=test
SLOT=0
SRC_URI=mirror://pypi/p/python-socketio/python-socketio-5.1.0.tar.gz
_eclasses_=out-of-source-utils 1a9007554652a6e627edbccb3c25a439 multibuild bddcb51b74f4a76724ff7cf8e7388869 multilib 5ca4e49abed8e3a2f7b56920eadee157 toolchain-funcs 6001248ef162a5fa2a21ce132a212f6b multiprocessing b4e253ab22cef7b1085e9b67c7a3b730 ninja-utils 38c85b725d0467e51954ea921b6c104b python-utils-r1 429bfd4e8d8e39db5385ba5744f30788 python-r1 3c6cd0f418ba702c186a9865b85e704d distutils-r1 ad4c1e4ec8737eb363aacd638f6a513b
_md5_=7771e8af89b8f9e4ab4c8a428fe06125
SRC_URI=https://files.pythonhosted.org/packages/source/p/python-socketio/python-socketio-5.1.0.tar.gz
_eclasses_=out-of-source-utils 1a9007554652a6e627edbccb3c25a439 multibuild bddcb51b74f4a76724ff7cf8e7388869 multilib 5ca4e49abed8e3a2f7b56920eadee157 toolchain-funcs 6001248ef162a5fa2a21ce132a212f6b multiprocessing b4e253ab22cef7b1085e9b67c7a3b730 ninja-utils 38c85b725d0467e51954ea921b6c104b python-utils-r1 429bfd4e8d8e39db5385ba5744f30788 python-r1 3c6cd0f418ba702c186a9865b85e704d distutils-r1 ad4c1e4ec8737eb363aacd638f6a513b pypi d083c45ce254373ad68562a43f4b9035
_md5_=1fa09e95b251eda3e1beb9a8207227b9

View File

@@ -3,13 +3,13 @@ DEFINED_PHASES=compile configure install prepare test
DESCRIPTION=A lightweight cross-platform wrapper around a webview component
EAPI=8
HOMEPAGE=https://github.com/r0x0r/pywebview
INHERIT=distutils-r1
INHERIT=distutils-r1 pypi
IUSE=gtk qt5 python_targets_python3_9 python_targets_python3_10 python_targets_python3_11
KEYWORDS=~amd64
LICENSE=BSD
RDEPEND=dev-python/proxy_tools gtk? ( dev-python/pygobject[cairo,python_targets_python3_9(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?] net-libs/webkit-gtk ) qt5? ( dev-python/pyside2[python_targets_python3_9(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?,webengine] dev-python/QtPy[python_targets_python3_9(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?,webengine] ) python_targets_python3_9? ( >=dev-lang/python-3.9.16-r1:3.9 ) python_targets_python3_10? ( >=dev-lang/python-3.10.9-r1:3.10 ) python_targets_python3_11? ( >=dev-lang/python-3.11.1-r1:3.11 )
REQUIRED_USE=|| ( gtk qt5 ) || ( python_targets_python3_9 python_targets_python3_10 python_targets_python3_11 )
SLOT=0
SRC_URI=mirror://pypi/p/pywebview/pywebview-3.7.2.tar.gz
_eclasses_=out-of-source-utils 1a9007554652a6e627edbccb3c25a439 multibuild bddcb51b74f4a76724ff7cf8e7388869 multilib 5ca4e49abed8e3a2f7b56920eadee157 toolchain-funcs 6001248ef162a5fa2a21ce132a212f6b multiprocessing b4e253ab22cef7b1085e9b67c7a3b730 ninja-utils 38c85b725d0467e51954ea921b6c104b python-utils-r1 429bfd4e8d8e39db5385ba5744f30788 python-r1 3c6cd0f418ba702c186a9865b85e704d distutils-r1 ad4c1e4ec8737eb363aacd638f6a513b
_md5_=575cef0a1e5b4c5fcdabb3aa9f4bd3f3
SRC_URI=https://files.pythonhosted.org/packages/source/p/pywebview/pywebview-3.7.2.tar.gz
_eclasses_=out-of-source-utils 1a9007554652a6e627edbccb3c25a439 multibuild bddcb51b74f4a76724ff7cf8e7388869 multilib 5ca4e49abed8e3a2f7b56920eadee157 toolchain-funcs 6001248ef162a5fa2a21ce132a212f6b multiprocessing b4e253ab22cef7b1085e9b67c7a3b730 ninja-utils 38c85b725d0467e51954ea921b6c104b python-utils-r1 429bfd4e8d8e39db5385ba5744f30788 python-r1 3c6cd0f418ba702c186a9865b85e704d distutils-r1 ad4c1e4ec8737eb363aacd638f6a513b pypi d083c45ce254373ad68562a43f4b9035
_md5_=584db3d789721437110a5c9c232e23b7

View File

@@ -3,7 +3,7 @@ DEFINED_PHASES=compile configure install prepare test
DESCRIPTION=A FST for python to make writing refactoring code a realistic task
EAPI=7
HOMEPAGE=https://redbaron.readthedocs.io/ https://github.com/PyCQA/redbaron
INHERIT=distutils-r1
INHERIT=distutils-r1 pypi
IUSE=test doc python_targets_python3_9
KEYWORDS=~amd64
LICENSE=LGPL-3
@@ -11,6 +11,6 @@ RDEPEND=>=dev-python/baron-0.7[python_targets_python3_9(-)?] dev-python/pygments
REQUIRED_USE=|| ( python_targets_python3_9 )
RESTRICT=!test? ( test )
SLOT=0
SRC_URI=mirror://pypi/r/redbaron/redbaron-0.9.2.tar.gz
_eclasses_=out-of-source-utils 1a9007554652a6e627edbccb3c25a439 multibuild bddcb51b74f4a76724ff7cf8e7388869 multilib 5ca4e49abed8e3a2f7b56920eadee157 toolchain-funcs 6001248ef162a5fa2a21ce132a212f6b multiprocessing b4e253ab22cef7b1085e9b67c7a3b730 ninja-utils 38c85b725d0467e51954ea921b6c104b eapi8-dosym 741bfa77afb2a9321261501aca58c208 python-utils-r1 429bfd4e8d8e39db5385ba5744f30788 python-r1 3c6cd0f418ba702c186a9865b85e704d distutils-r1 ad4c1e4ec8737eb363aacd638f6a513b
_md5_=d16cb87b56438c49a8ee31b52070125b
SRC_URI=https://files.pythonhosted.org/packages/source/r/redbaron/redbaron-0.9.2.tar.gz
_eclasses_=out-of-source-utils 1a9007554652a6e627edbccb3c25a439 multibuild bddcb51b74f4a76724ff7cf8e7388869 multilib 5ca4e49abed8e3a2f7b56920eadee157 toolchain-funcs 6001248ef162a5fa2a21ce132a212f6b multiprocessing b4e253ab22cef7b1085e9b67c7a3b730 ninja-utils 38c85b725d0467e51954ea921b6c104b eapi8-dosym 741bfa77afb2a9321261501aca58c208 python-utils-r1 429bfd4e8d8e39db5385ba5744f30788 python-r1 3c6cd0f418ba702c186a9865b85e704d distutils-r1 ad4c1e4ec8737eb363aacd638f6a513b pypi d083c45ce254373ad68562a43f4b9035
_md5_=5816fbe4f396446a0c5deaaff587cf2a

View File

@@ -0,0 +1,15 @@
BDEPEND=python_targets_pypy3? ( >=dev-python/pypy3-7.3.11-r1:0= ) python_targets_python3_10? ( >=dev-lang/python-3.10.9-r1:3.10 ) python_targets_python3_11? ( >=dev-lang/python-3.11.1-r1:3.11 ) >=dev-python/gpep517-13[python_targets_pypy3(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?] || ( >=dev-python/setuptools-67.2.0[python_targets_pypy3(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?] <dev-python/setuptools-65.7.1[python_targets_pypy3(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?] ) >=dev-python/wheel-0.38.4[python_targets_pypy3(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?]
DEFINED_PHASES=compile configure install prepare test
DESCRIPTION=WSGI Transport Adapter for Requests
EAPI=8
HOMEPAGE=https://github.com/seanbrant/requests-wsgi-adapter/ https://pypi.org/project/requests-wsgi-adapter/
INHERIT=distutils-r1 pypi
IUSE=python_targets_pypy3 python_targets_python3_10 python_targets_python3_11
KEYWORDS=~amd64 ~x86
LICENSE=BSD
RDEPEND=python_targets_pypy3? ( >=dev-python/pypy3-7.3.11-r1:0= ) python_targets_python3_10? ( >=dev-lang/python-3.10.9-r1:3.10 ) python_targets_python3_11? ( >=dev-lang/python-3.11.1-r1:3.11 )
REQUIRED_USE=|| ( python_targets_pypy3 python_targets_python3_10 python_targets_python3_11 )
SLOT=0
SRC_URI=https://files.pythonhosted.org/packages/source/r/requests-wsgi-adapter/requests-wsgi-adapter-0.4.1.tar.gz
_eclasses_=out-of-source-utils 1a9007554652a6e627edbccb3c25a439 multibuild bddcb51b74f4a76724ff7cf8e7388869 multilib 5ca4e49abed8e3a2f7b56920eadee157 toolchain-funcs 6001248ef162a5fa2a21ce132a212f6b multiprocessing b4e253ab22cef7b1085e9b67c7a3b730 ninja-utils 38c85b725d0467e51954ea921b6c104b python-utils-r1 429bfd4e8d8e39db5385ba5744f30788 python-r1 3c6cd0f418ba702c186a9865b85e704d distutils-r1 ad4c1e4ec8737eb363aacd638f6a513b pypi d083c45ce254373ad68562a43f4b9035
_md5_=52364eac60734f5cc12ef9090c36a404

View File

@@ -3,7 +3,7 @@ DEFINED_PHASES=compile configure install prepare test
DESCRIPTION=Checks syntax of reStructuredText and code blocks nested within it
EAPI=8
HOMEPAGE=https://github.com/rstcheck/rstcheck
INHERIT=distutils-r1
INHERIT=distutils-r1 pypi
IUSE=test python_targets_python3_9 python_targets_python3_10 python_targets_python3_11
KEYWORDS=~amd64
LICENSE=MIT
@@ -11,6 +11,6 @@ RDEPEND=dev-python/docutils[python_targets_python3_9(-)?,python_targets_python3_
REQUIRED_USE=|| ( python_targets_python3_9 python_targets_python3_10 python_targets_python3_11 )
RESTRICT=!test? ( test )
SLOT=0
SRC_URI=mirror://pypi/r/rstcheck/rstcheck-6.1.1.tar.gz
_eclasses_=out-of-source-utils 1a9007554652a6e627edbccb3c25a439 multibuild bddcb51b74f4a76724ff7cf8e7388869 multilib 5ca4e49abed8e3a2f7b56920eadee157 toolchain-funcs 6001248ef162a5fa2a21ce132a212f6b multiprocessing b4e253ab22cef7b1085e9b67c7a3b730 ninja-utils 38c85b725d0467e51954ea921b6c104b python-utils-r1 429bfd4e8d8e39db5385ba5744f30788 python-r1 3c6cd0f418ba702c186a9865b85e704d distutils-r1 ad4c1e4ec8737eb363aacd638f6a513b
_md5_=4eac6026ed828c7d9d9a19edd1e721b8
SRC_URI=https://files.pythonhosted.org/packages/source/r/rstcheck/rstcheck-6.1.1.tar.gz
_eclasses_=out-of-source-utils 1a9007554652a6e627edbccb3c25a439 multibuild bddcb51b74f4a76724ff7cf8e7388869 multilib 5ca4e49abed8e3a2f7b56920eadee157 toolchain-funcs 6001248ef162a5fa2a21ce132a212f6b multiprocessing b4e253ab22cef7b1085e9b67c7a3b730 ninja-utils 38c85b725d0467e51954ea921b6c104b python-utils-r1 429bfd4e8d8e39db5385ba5744f30788 python-r1 3c6cd0f418ba702c186a9865b85e704d distutils-r1 ad4c1e4ec8737eb363aacd638f6a513b pypi d083c45ce254373ad68562a43f4b9035
_md5_=3835e42908feb9d3a9b3c6b3e3c10383

View File

@@ -3,7 +3,7 @@ DEFINED_PHASES=compile configure install prepare test
DESCRIPTION=Easily generate random strings of various types
EAPI=8
HOMEPAGE=https://github.com/leapfrogonline/rstr https://pypi.org/project/rstr/
INHERIT=distutils-r1
INHERIT=distutils-r1 pypi
IUSE=test python_targets_pypy3 python_targets_python3_9 python_targets_python3_10 python_targets_python3_11
KEYWORDS=~amd64
LICENSE=BSD
@@ -11,6 +11,6 @@ RDEPEND=python_targets_pypy3? ( >=dev-python/pypy3-7.3.11-r1:0= ) python_targets
REQUIRED_USE=|| ( python_targets_pypy3 python_targets_python3_9 python_targets_python3_10 python_targets_python3_11 )
RESTRICT=!test? ( test )
SLOT=0
SRC_URI=mirror://pypi/r/rstr/rstr-3.2.0.tar.gz
_eclasses_=out-of-source-utils 1a9007554652a6e627edbccb3c25a439 multibuild bddcb51b74f4a76724ff7cf8e7388869 multilib 5ca4e49abed8e3a2f7b56920eadee157 toolchain-funcs 6001248ef162a5fa2a21ce132a212f6b multiprocessing b4e253ab22cef7b1085e9b67c7a3b730 ninja-utils 38c85b725d0467e51954ea921b6c104b python-utils-r1 429bfd4e8d8e39db5385ba5744f30788 python-r1 3c6cd0f418ba702c186a9865b85e704d distutils-r1 ad4c1e4ec8737eb363aacd638f6a513b
_md5_=0bdd423edaccb887e66e444e3c9692cf
SRC_URI=https://files.pythonhosted.org/packages/source/r/rstr/rstr-3.2.0.tar.gz
_eclasses_=out-of-source-utils 1a9007554652a6e627edbccb3c25a439 multibuild bddcb51b74f4a76724ff7cf8e7388869 multilib 5ca4e49abed8e3a2f7b56920eadee157 toolchain-funcs 6001248ef162a5fa2a21ce132a212f6b multiprocessing b4e253ab22cef7b1085e9b67c7a3b730 ninja-utils 38c85b725d0467e51954ea921b6c104b python-utils-r1 429bfd4e8d8e39db5385ba5744f30788 python-r1 3c6cd0f418ba702c186a9865b85e704d distutils-r1 ad4c1e4ec8737eb363aacd638f6a513b pypi d083c45ce254373ad68562a43f4b9035
_md5_=d05f01cf4363bbf3ba4caf91dc554459

View File

@@ -3,7 +3,7 @@ DEFINED_PHASES=compile configure install prepare test
DESCRIPTION=Python module to validate and convert data structures
EAPI=8
HOMEPAGE=https://github.com/keleshev/schema
INHERIT=distutils-r1
INHERIT=distutils-r1 pypi
IUSE=test python_targets_python3_9 python_targets_python3_10 python_targets_python3_11
KEYWORDS=~amd64
LICENSE=MIT
@@ -11,6 +11,6 @@ RDEPEND=python_targets_python3_9? ( >=dev-lang/python-3.9.16-r1:3.9 ) python_tar
REQUIRED_USE=|| ( python_targets_python3_9 python_targets_python3_10 python_targets_python3_11 )
RESTRICT=!test? ( test )
SLOT=0
SRC_URI=mirror://pypi/s/schema/schema-0.7.5.tar.gz
_eclasses_=out-of-source-utils 1a9007554652a6e627edbccb3c25a439 multibuild bddcb51b74f4a76724ff7cf8e7388869 multilib 5ca4e49abed8e3a2f7b56920eadee157 toolchain-funcs 6001248ef162a5fa2a21ce132a212f6b multiprocessing b4e253ab22cef7b1085e9b67c7a3b730 ninja-utils 38c85b725d0467e51954ea921b6c104b python-utils-r1 429bfd4e8d8e39db5385ba5744f30788 python-r1 3c6cd0f418ba702c186a9865b85e704d distutils-r1 ad4c1e4ec8737eb363aacd638f6a513b
_md5_=3f7622aa88eedb1efd77f53d200a1d53
SRC_URI=https://files.pythonhosted.org/packages/source/s/schema/schema-0.7.5.tar.gz
_eclasses_=out-of-source-utils 1a9007554652a6e627edbccb3c25a439 multibuild bddcb51b74f4a76724ff7cf8e7388869 multilib 5ca4e49abed8e3a2f7b56920eadee157 toolchain-funcs 6001248ef162a5fa2a21ce132a212f6b multiprocessing b4e253ab22cef7b1085e9b67c7a3b730 ninja-utils 38c85b725d0467e51954ea921b6c104b python-utils-r1 429bfd4e8d8e39db5385ba5744f30788 python-r1 3c6cd0f418ba702c186a9865b85e704d distutils-r1 ad4c1e4ec8737eb363aacd638f6a513b pypi d083c45ce254373ad68562a43f4b9035
_md5_=b84c18d37ae4e4612ae71c5a725e22ab

View File

@@ -4,7 +4,7 @@ DEPEND=>=dev-python/asn1crypto-1.4.0[python_targets_pypy3(-)?,python_targets_pyt
DESCRIPTION=A pure-Python implementation of the SCRAM authentication protocol.
EAPI=8
HOMEPAGE=https://pypi.org/project/scramp/ https://github.com/tlocke/scramp
INHERIT=distutils-r1
INHERIT=distutils-r1 pypi
IUSE=test python_targets_pypy3 python_targets_python3_9 python_targets_python3_10 python_targets_python3_11
KEYWORDS=~amd64
LICENSE=MIT
@@ -12,6 +12,6 @@ RDEPEND=>=dev-python/asn1crypto-1.4.0[python_targets_pypy3(-)?,python_targets_py
REQUIRED_USE=|| ( python_targets_pypy3 python_targets_python3_9 python_targets_python3_10 python_targets_python3_11 )
RESTRICT=!test? ( test )
SLOT=0
SRC_URI=mirror://pypi/s/scramp/scramp-1.4.4.tar.gz
_eclasses_=out-of-source-utils 1a9007554652a6e627edbccb3c25a439 multibuild bddcb51b74f4a76724ff7cf8e7388869 multilib 5ca4e49abed8e3a2f7b56920eadee157 toolchain-funcs 6001248ef162a5fa2a21ce132a212f6b multiprocessing b4e253ab22cef7b1085e9b67c7a3b730 ninja-utils 38c85b725d0467e51954ea921b6c104b python-utils-r1 429bfd4e8d8e39db5385ba5744f30788 python-r1 3c6cd0f418ba702c186a9865b85e704d distutils-r1 ad4c1e4ec8737eb363aacd638f6a513b
_md5_=5b28eef117e798c00fffabd40390df99
SRC_URI=https://files.pythonhosted.org/packages/source/s/scramp/scramp-1.4.4.tar.gz
_eclasses_=out-of-source-utils 1a9007554652a6e627edbccb3c25a439 multibuild bddcb51b74f4a76724ff7cf8e7388869 multilib 5ca4e49abed8e3a2f7b56920eadee157 toolchain-funcs 6001248ef162a5fa2a21ce132a212f6b multiprocessing b4e253ab22cef7b1085e9b67c7a3b730 ninja-utils 38c85b725d0467e51954ea921b6c104b python-utils-r1 429bfd4e8d8e39db5385ba5744f30788 python-r1 3c6cd0f418ba702c186a9865b85e704d distutils-r1 ad4c1e4ec8737eb363aacd638f6a513b pypi d083c45ce254373ad68562a43f4b9035
_md5_=a77bce4517ff7bf513dc9dd1c73fa467

View File

@@ -1,17 +0,0 @@
BDEPEND=test? ( python_targets_python3_9? ( >=dev-lang/python-3.9.16-r1:3.9 ) python_targets_python3_10? ( >=dev-lang/python-3.10.9-r1: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.2.1[python_targets_python3_9(-)?,python_targets_python3_10(-)?] ) python_targets_python3_9? ( >=dev-lang/python-3.9.16-r1:3.9 ) python_targets_python3_10? ( >=dev-lang/python-3.10.9-r1:3.10 ) >=dev-python/setuptools-65.7.0[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.16-r1:3.9 ) python_targets_python3_10? ( >=dev-lang/python-3.10.9-r1: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 python_targets_python3_10
KEYWORDS=~amd64
LICENSE=BSD
RDEPEND=python_targets_python3_9? ( >=dev-lang/python-3.9.16-r1:3.9 ) python_targets_python3_10? ( >=dev-lang/python-3.10.9-r1: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.16-r1:3.9 ) python_targets_python3_10? ( >=dev-lang/python-3.10.9-r1: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_=out-of-source-utils 1a9007554652a6e627edbccb3c25a439 multibuild bddcb51b74f4a76724ff7cf8e7388869 multilib 5ca4e49abed8e3a2f7b56920eadee157 toolchain-funcs 6001248ef162a5fa2a21ce132a212f6b multiprocessing b4e253ab22cef7b1085e9b67c7a3b730 ninja-utils 38c85b725d0467e51954ea921b6c104b eapi8-dosym 741bfa77afb2a9321261501aca58c208 python-utils-r1 429bfd4e8d8e39db5385ba5744f30788 python-r1 3c6cd0f418ba702c186a9865b85e704d distutils-r1 ad4c1e4ec8737eb363aacd638f6a513b
_md5_=4d1f724c331a62e8656ee388e79a5153

View File

@@ -1,17 +0,0 @@
BDEPEND=test? ( python_targets_python3_9? ( >=dev-lang/python-3.9.16-r1:3.9 ) python_targets_python3_10? ( >=dev-lang/python-3.10.9-r1: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.2.1[python_targets_python3_9(-)?,python_targets_python3_10(-)?] ) python_targets_python3_9? ( >=dev-lang/python-3.9.16-r1:3.9 ) python_targets_python3_10? ( >=dev-lang/python-3.10.9-r1:3.10 ) >=dev-python/setuptools-65.7.0[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.16-r1:3.9 ) python_targets_python3_10? ( >=dev-lang/python-3.10.9-r1: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.16-r1:3.9 ) python_targets_python3_10? ( >=dev-lang/python-3.10.9-r1: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.16-r1:3.9 ) python_targets_python3_10? ( >=dev-lang/python-3.10.9-r1: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_=out-of-source-utils 1a9007554652a6e627edbccb3c25a439 multibuild bddcb51b74f4a76724ff7cf8e7388869 multilib 5ca4e49abed8e3a2f7b56920eadee157 toolchain-funcs 6001248ef162a5fa2a21ce132a212f6b multiprocessing b4e253ab22cef7b1085e9b67c7a3b730 ninja-utils 38c85b725d0467e51954ea921b6c104b eapi8-dosym 741bfa77afb2a9321261501aca58c208 python-utils-r1 429bfd4e8d8e39db5385ba5744f30788 python-r1 3c6cd0f418ba702c186a9865b85e704d distutils-r1 ad4c1e4ec8737eb363aacd638f6a513b
_md5_=e3219352fe2723ffdf33293204e68025

View File

@@ -1,17 +0,0 @@
BDEPEND=test? ( python_targets_python3_9? ( >=dev-lang/python-3.9.16-r1:3.9 ) python_targets_python3_10? ( >=dev-lang/python-3.10.9-r1: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.2.1[python_targets_python3_9(-)?,python_targets_python3_10(-)?] ) python_targets_python3_9? ( >=dev-lang/python-3.9.16-r1:3.9 ) python_targets_python3_10? ( >=dev-lang/python-3.10.9-r1:3.10 ) >=dev-python/setuptools-65.7.0[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.16-r1:3.9 ) python_targets_python3_10? ( >=dev-lang/python-3.10.9-r1: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=8
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.16-r1:3.9 ) python_targets_python3_10? ( >=dev-lang/python-3.10.9-r1: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.16-r1:3.9 ) python_targets_python3_10? ( >=dev-lang/python-3.10.9-r1: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.3.tar.gz -> scrapy-2.6.3.tar.gz
_eclasses_=out-of-source-utils 1a9007554652a6e627edbccb3c25a439 multibuild bddcb51b74f4a76724ff7cf8e7388869 multilib 5ca4e49abed8e3a2f7b56920eadee157 toolchain-funcs 6001248ef162a5fa2a21ce132a212f6b multiprocessing b4e253ab22cef7b1085e9b67c7a3b730 ninja-utils 38c85b725d0467e51954ea921b6c104b python-utils-r1 429bfd4e8d8e39db5385ba5744f30788 python-r1 3c6cd0f418ba702c186a9865b85e704d distutils-r1 ad4c1e4ec8737eb363aacd638f6a513b
_md5_=c6ed54c49645d94bf3748c61e307b864

View File

@@ -1,6 +1,6 @@
BDEPEND=test? ( python_targets_python3_9? ( >=dev-lang/python-3.9.16-r1:3.9 ) python_targets_python3_10? ( >=dev-lang/python-3.10.9-r1: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.2.1[python_targets_python3_9(-)?,python_targets_python3_10(-)?] ) python_targets_python3_9? ( >=dev-lang/python-3.9.16-r1:3.9 ) python_targets_python3_10? ( >=dev-lang/python-3.10.9-r1:3.10 ) >=dev-python/gpep517-13[python_targets_python3_9(-)?,python_targets_python3_10(-)?] || ( >=dev-python/setuptools-67.2.0[python_targets_python3_9(-)?,python_targets_python3_10(-)?] <dev-python/setuptools-65.7.1[python_targets_python3_9(-)?,python_targets_python3_10(-)?] ) >=dev-python/wheel-0.38.4[python_targets_python3_9(-)?,python_targets_python3_10(-)?]
BDEPEND=test? ( python_targets_python3_9? ( >=dev-lang/python-3.9.16-r1:3.9 ) python_targets_python3_10? ( >=dev-lang/python-3.10.9-r1: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[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.2.1[python_targets_python3_9(-)?,python_targets_python3_10(-)?] ) python_targets_python3_9? ( >=dev-lang/python-3.9.16-r1:3.9 ) python_targets_python3_10? ( >=dev-lang/python-3.10.9-r1:3.10 ) >=dev-python/gpep517-13[python_targets_python3_9(-)?,python_targets_python3_10(-)?] || ( >=dev-python/setuptools-67.2.0[python_targets_python3_9(-)?,python_targets_python3_10(-)?] <dev-python/setuptools-65.7.1[python_targets_python3_9(-)?,python_targets_python3_10(-)?] ) >=dev-python/wheel-0.38.4[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.16-r1:3.9 ) python_targets_python3_10? ( >=dev-lang/python-3.10.9-r1: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(-)?] )
DEPEND=python_targets_python3_9? ( >=dev-lang/python-3.9.16-r1:3.9 ) python_targets_python3_10? ( >=dev-lang/python-3.10.9-r1: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[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=8
HOMEPAGE=https://scrapy.org/
@@ -8,10 +8,10 @@ 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.16-r1:3.9 ) python_targets_python3_10? ( >=dev-lang/python-3.10.9-r1: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.16-r1:3.9 ) python_targets_python3_10? ( >=dev-lang/python-3.10.9-r1:3.10 )
RDEPEND=python_targets_python3_9? ( >=dev-lang/python-3.9.16-r1:3.9 ) python_targets_python3_10? ( >=dev-lang/python-3.10.9-r1: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[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.16-r1:3.9 ) python_targets_python3_10? ( >=dev-lang/python-3.10.9-r1: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.8.0.tar.gz -> scrapy-2.8.0.tar.gz
_eclasses_=out-of-source-utils 1a9007554652a6e627edbccb3c25a439 multibuild bddcb51b74f4a76724ff7cf8e7388869 multilib 5ca4e49abed8e3a2f7b56920eadee157 toolchain-funcs 6001248ef162a5fa2a21ce132a212f6b multiprocessing b4e253ab22cef7b1085e9b67c7a3b730 ninja-utils 38c85b725d0467e51954ea921b6c104b python-utils-r1 429bfd4e8d8e39db5385ba5744f30788 python-r1 3c6cd0f418ba702c186a9865b85e704d distutils-r1 ad4c1e4ec8737eb363aacd638f6a513b
_md5_=42f8f576e10bf88b77800898c1484e12
_md5_=4b4c8c7220711b8591ae30d19076045e

View File

@@ -3,7 +3,7 @@ DEFINED_PHASES=compile configure install prepare test
DESCRIPTION=Twilio SendGrid library for Python
EAPI=8
HOMEPAGE=https://github.com/sendgrid/sendgrid-python/ https://pypi.org/project/sendgrid/
INHERIT=distutils-r1
INHERIT=distutils-r1 pypi
IUSE=test test python_targets_python3_9 python_targets_python3_10 python_targets_python3_11
KEYWORDS=~amd64
LICENSE=MIT
@@ -11,6 +11,6 @@ RDEPEND=>=dev-python/python-http-client-3.3.5[python_targets_python3_9(-)?,pytho
REQUIRED_USE=|| ( python_targets_python3_9 python_targets_python3_10 python_targets_python3_11 )
RESTRICT=!test? ( test ) !test? ( test )
SLOT=0
SRC_URI=mirror://pypi/s/sendgrid/sendgrid-6.9.7.tar.gz
_eclasses_=out-of-source-utils 1a9007554652a6e627edbccb3c25a439 multibuild bddcb51b74f4a76724ff7cf8e7388869 multilib 5ca4e49abed8e3a2f7b56920eadee157 toolchain-funcs 6001248ef162a5fa2a21ce132a212f6b multiprocessing b4e253ab22cef7b1085e9b67c7a3b730 ninja-utils 38c85b725d0467e51954ea921b6c104b python-utils-r1 429bfd4e8d8e39db5385ba5744f30788 python-r1 3c6cd0f418ba702c186a9865b85e704d distutils-r1 ad4c1e4ec8737eb363aacd638f6a513b
_md5_=b34bf99239a6e6cb5a2f6ff3124c0f38
SRC_URI=https://files.pythonhosted.org/packages/source/s/sendgrid/sendgrid-6.9.7.tar.gz
_eclasses_=out-of-source-utils 1a9007554652a6e627edbccb3c25a439 multibuild bddcb51b74f4a76724ff7cf8e7388869 multilib 5ca4e49abed8e3a2f7b56920eadee157 toolchain-funcs 6001248ef162a5fa2a21ce132a212f6b multiprocessing b4e253ab22cef7b1085e9b67c7a3b730 ninja-utils 38c85b725d0467e51954ea921b6c104b python-utils-r1 429bfd4e8d8e39db5385ba5744f30788 python-r1 3c6cd0f418ba702c186a9865b85e704d distutils-r1 ad4c1e4ec8737eb363aacd638f6a513b pypi d083c45ce254373ad68562a43f4b9035
_md5_=ce6bd654ed5fab6b5cc501ac04f6cadd

View File

@@ -0,0 +1,15 @@
BDEPEND=python_targets_pypy3? ( >=dev-python/pypy3-7.3.11-r1:0= ) python_targets_python3_10? ( >=dev-lang/python-3.10.9-r1:3.10 ) python_targets_python3_11? ( >=dev-lang/python-3.11.1-r1:3.11 ) >=dev-python/gpep517-13[python_targets_pypy3(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?] || ( >=dev-python/setuptools-67.2.0[python_targets_pypy3(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?] <dev-python/setuptools-65.7.1[python_targets_pypy3(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?] ) >=dev-python/wheel-0.38.4[python_targets_pypy3(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?]
DEFINED_PHASES=compile configure install prepare test
DESCRIPTION=Tool to Detect Surrounding Shell
EAPI=8
HOMEPAGE=https://github.com/sarugaku/shellingham/ https://pypi.org/project/shellingham/
INHERIT=distutils-r1 pypi
IUSE=python_targets_pypy3 python_targets_python3_10 python_targets_python3_11
KEYWORDS=~amd64 ~x86
LICENSE=ISC
RDEPEND=python_targets_pypy3? ( >=dev-python/pypy3-7.3.11-r1:0= ) python_targets_python3_10? ( >=dev-lang/python-3.10.9-r1:3.10 ) python_targets_python3_11? ( >=dev-lang/python-3.11.1-r1:3.11 )
REQUIRED_USE=|| ( python_targets_pypy3 python_targets_python3_10 python_targets_python3_11 )
SLOT=0
SRC_URI=https://files.pythonhosted.org/packages/source/s/shellingham/shellingham-1.5.0.tar.gz
_eclasses_=out-of-source-utils 1a9007554652a6e627edbccb3c25a439 multibuild bddcb51b74f4a76724ff7cf8e7388869 multilib 5ca4e49abed8e3a2f7b56920eadee157 toolchain-funcs 6001248ef162a5fa2a21ce132a212f6b multiprocessing b4e253ab22cef7b1085e9b67c7a3b730 ninja-utils 38c85b725d0467e51954ea921b6c104b python-utils-r1 429bfd4e8d8e39db5385ba5744f30788 python-r1 3c6cd0f418ba702c186a9865b85e704d distutils-r1 ad4c1e4ec8737eb363aacd638f6a513b pypi d083c45ce254373ad68562a43f4b9035
_md5_=ffc8132947b553fe2b66cf995815b6fc

View File

@@ -4,13 +4,13 @@ DEPEND=dev-python/anyio[python_targets_python3_9(-)?,python_targets_python3_10(-
DESCRIPTION=A Python client for the Signal stickers API
EAPI=8
HOMEPAGE=https://github.com/signalstickers/signalstickers-client
INHERIT=distutils-r1
INHERIT=distutils-r1 pypi
IUSE=python_targets_python3_9 python_targets_python3_10 python_targets_python3_11
KEYWORDS=~amd64
LICENSE=LGPL-3
RDEPEND=dev-python/anyio[python_targets_python3_9(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?] dev-python/httpx[python_targets_python3_9(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?] dev-python/cryptography[python_targets_python3_9(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?] dev-python/protobuf-python[python_targets_python3_9(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?] python_targets_python3_9? ( >=dev-lang/python-3.9.16-r1:3.9 ) python_targets_python3_10? ( >=dev-lang/python-3.10.9-r1:3.10 ) python_targets_python3_11? ( >=dev-lang/python-3.11.1-r1:3.11 )
REQUIRED_USE=|| ( python_targets_python3_9 python_targets_python3_10 python_targets_python3_11 )
SLOT=0
SRC_URI=mirror://pypi/s/signalstickers-client/signalstickers-client-3.2.0.tar.gz
_eclasses_=out-of-source-utils 1a9007554652a6e627edbccb3c25a439 multibuild bddcb51b74f4a76724ff7cf8e7388869 multilib 5ca4e49abed8e3a2f7b56920eadee157 toolchain-funcs 6001248ef162a5fa2a21ce132a212f6b multiprocessing b4e253ab22cef7b1085e9b67c7a3b730 ninja-utils 38c85b725d0467e51954ea921b6c104b python-utils-r1 429bfd4e8d8e39db5385ba5744f30788 python-r1 3c6cd0f418ba702c186a9865b85e704d distutils-r1 ad4c1e4ec8737eb363aacd638f6a513b
_md5_=2a436d23a6926f6a254eec9b8ddfb2d3
SRC_URI=https://files.pythonhosted.org/packages/source/s/signalstickers-client/signalstickers-client-3.2.0.tar.gz
_eclasses_=out-of-source-utils 1a9007554652a6e627edbccb3c25a439 multibuild bddcb51b74f4a76724ff7cf8e7388869 multilib 5ca4e49abed8e3a2f7b56920eadee157 toolchain-funcs 6001248ef162a5fa2a21ce132a212f6b multiprocessing b4e253ab22cef7b1085e9b67c7a3b730 ninja-utils 38c85b725d0467e51954ea921b6c104b python-utils-r1 429bfd4e8d8e39db5385ba5744f30788 python-r1 3c6cd0f418ba702c186a9865b85e704d distutils-r1 ad4c1e4ec8737eb363aacd638f6a513b pypi d083c45ce254373ad68562a43f4b9035
_md5_=45eb860a21db3953a810aedabbd7e880

Some files were not shown because too many files have changed in this diff Show More