dev-python/peewee-async - 2.1.0 (blshkv)

Search

Install

Install this version:

emerge -a =dev-python/peewee-async-2.1.0

Package Information

Description:
Asynchronous interface for peewee ORM powered by asyncio.
Homepage:
https://github.com/05bit/peewee-async
License:
MIT

Ebuild Details

Version EAPI Keywords Slot
2.1.0 8 amd64 ~arm64 ~x86 0
View Raw Ebuild
# Copyright 2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

DISTUTILS_USE_PEP517=uv-build
PYTHON_COMPAT=( python3_{12..14} )

inherit distutils-r1 pypi

DESCRIPTION="Asynchronous interface for peewee ORM powered by asyncio."
HOMEPAGE="https://github.com/05bit/peewee-async"

LICENSE="MIT"
SLOT="0"
KEYWORDS="amd64 ~arm64 ~x86"
IUSE="mysql postgres psycopg"

RDEPEND="=dev-python/peewee-4*[${PYTHON_USEDEP}]
	dev-python/typing-extensions[${PYTHON_USEDEP}]
	>=dev-python/importlib-metadata-6.7.0[${PYTHON_USEDEP}]
	mysql? ( dev-python/aiomysql[${PYTHON_USEDEP}]
		dev-python/cryptography[${PYTHON_USEDEP}] )
	postgres? ( dev-python/aiopg[${PYTHON_USEDEP}] )
	psycopg? ( dev-python/psycopg:0[${PYTHON_USEDEP}] )
"
BDEPEND="
	>=dev-python/uv-build-0.10[${PYTHON_USEDEP}]
"

DEPEND="${RDEPEND}"
REQUIRED_USE="${PYTHON_REQUIRED_USE}"

USE Flags

Manage flags for this package: euse -i <flag> -p dev-python/peewee-async | euse -E <flag> -p dev-python/peewee-async | euse -D <flag> -p dev-python/peewee-async

Global/Standard Flags

Inherited Eclasses

Dependencies

DEPEND

=dev-python/peewee-4*[]
	dev-python/typing-extensions[]
	>=dev-python/importlib-metadata-6.7.0[]
	mysql? ( dev-python/aiomysql[]
		dev-python/cryptography[] )
	postgres? ( dev-python/aiopg[] )
	psycopg? ( dev-python/psycopg:0[] )

RDEPEND

=dev-python/peewee-4*[]
	dev-python/typing-extensions[]
	>=dev-python/importlib-metadata-6.7.0[]
	mysql? ( dev-python/aiomysql[]
		dev-python/cryptography[] )
	postgres? ( dev-python/aiopg[] )
	psycopg? ( dev-python/psycopg:0[] )

BDEPEND

	>=dev-python/uv-build-0.10[]