dev-python/anysqlite - 0.0.5 (gentoo)

Search

Package Information

Description:
sqlite3 for asyncio and trio
Homepage:
https://github.com/karpetrosyan/anysqlite/ https://pypi.org/project/anysqlite/
License:
BSD

Ebuild Details

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

EAPI=8

DISTUTILS_USE_PEP517=hatchling
PYTHON_COMPAT=( pypy3_11 python3_{11..14} )

inherit distutils-r1

DESCRIPTION="sqlite3 for asyncio and trio"
HOMEPAGE="
	https://github.com/karpetrosyan/anysqlite/
	https://pypi.org/project/anysqlite/
"
SRC_URI="
	https://github.com/karpetrosyan/anysqlite/archive/v${PV}.tar.gz
		-> ${P}.gh.tar.gz
"

LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64 ~arm64"

RDEPEND="
	>=dev-python/anyio-3.4.0[${PYTHON_USEDEP}]
"
BDEPEND="
	dev-python/hatch-fancy-pypi-readme[${PYTHON_USEDEP}]
	test? (
		dev-python/trio[${PYTHON_USEDEP}]
	)
"

EPYTEST_PLUGINS=( anyio )
distutils_enable_tests pytest

Dependencies

RDEPEND

	>=dev-python/anyio-3.4.0[${PYTHON_USEDEP}]

BDEPEND

	dev-python/hatch-fancy-pypi-readme[${PYTHON_USEDEP}]
	test? (
		dev-python/trio[${PYTHON_USEDEP}]
	)

Manifest for 0.0.5

Type File Size Source URLs
DIST anysqlite-0.0.5.gh.tar.gz 6093 bytes https://github.com/karpetrosyan/anysqlite/archive/v0.0.5.tar.gz