dev-python/param - 1.10.1 (science)

Search

Package Information

Description:
Make Python code clearer and more reliable by declaring Parameters
Homepage:
https://param.holoviz.org
License:
BSD

Ebuild Details

Version EAPI Keywords Slot
1.10.1 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

PYTHON_COMPAT=( python3_{10..11} pypy3 )
DISTUTILS_USE_PEP517=setuptools

inherit distutils-r1

DESCRIPTION="Make Python code clearer and more reliable by declaring Parameters"
HOMEPAGE="https://param.holoviz.org"
# Pypi sources do not include tests
#SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
SRC_URI="https://github.com/holoviz/param/archive/refs/tags/v${PV}.tar.gz -> ${P}.gh.tar.gz"

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

# Some tests require nose:
#distutils_enable_tests unittest

Manifest for 1.10.1

Type File Size Source URLs
DIST param-1.10.1.gh.tar.gz 132562 bytes https://github.com/holoviz/param/archive/refs/tags/v1.10.1.tar.gz