dev-python/asyncpg - 9999 (sft)

Search

Install

Install this version:

emerge -a =dev-python/asyncpg-9999

If this version is masked, you can unmask it using the autounmask tool or standard emerge options:

autounmask =dev-python/asyncpg-9999

Or alternatively:

emerge --autounmask-write -a =dev-python/asyncpg-9999

Package Information

Description:
fast PostgreSQL Database Client Library for Python/asyncio
Homepage:
https://github.com/MagicStack/asyncpg
License:
Apache-2.0

Ebuild Details

Version EAPI Keywords Slot
9999 8 ~amd64 ~x86 0
View Raw Ebuild
# Copyright 2016-2020 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2

EAPI=8

DISTUTILS_USE_PEP517=setuptools
PYTHON_COMPAT=( python3_{11..14} )

if [[ ${PV} == *9999 ]] ; then
	SCM="git-r3"
	EGIT_REPO_URI="https://github.com/MagicStack/${PN}.git"
fi

inherit distutils-r1 pypi ${SCM}

DESCRIPTION="fast PostgreSQL Database Client Library for Python/asyncio"
HOMEPAGE="https://github.com/MagicStack/asyncpg"

if [[ ${PV} == *9999 ]] ; then
	SRC_URI=""
	KEYWORDS=""
else
	# don't use the github tarball, it does not contain the "great" git submodule
	#SRC_URI=  use pypi.eclass
	KEYWORDS="~amd64 ~x86"
fi


LICENSE="Apache-2.0"
SLOT="0"
IUSE="debug"
REQUIRED_USE=""

RDEPEND="
dev-db/postgresql:*
"
DEPEND="
dev-python/cython
${RDEPEND}"

USE Flags

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

Global/Standard Flags

Inherited Eclasses

Dependencies

DEPEND

dev-python/cython

dev-db/postgresql:*

RDEPEND

dev-db/postgresql:*