dev-python/pyct - 0.5.0 (science)

Search

Package Information

Description:
Python packaging Common Tasks
Homepage:
https://holoviz.org https://github.com/holoviz-dev/pyct
License:
BSD

Ebuild Details

Version EAPI Keywords Slot
0.5.0 8 ~amd64 ~x86 0
View Raw Ebuild
# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

DISTUTILS_USE_PEP517=setuptools
PYTHON_COMPAT=( python3_{10..11} pypy3 )
# HoloViews imports from "distutils" at runtime.
DISTUTILS_USE_SETUPTOOLS=rdepend
inherit distutils-r1 pypi

DESCRIPTION="Python packaging Common Tasks"
HOMEPAGE="
	https://holoviz.org
	https://github.com/holoviz-dev/pyct
"

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

DEPEND=">=dev-python/param-1.7.0[${PYTHON_USEDEP}]"
RDEPEND="${DEPEND}"

distutils_enable_tests pytest

Dependencies

DEPEND

>=dev-python/param-1.7.0[${PYTHON_USEDEP}]

RDEPEND

>=dev-python/param-1.7.0[${PYTHON_USEDEP}]