dev-python/pendulum - 2.1.2 (blshkv)

Search

Install

Install this version:

emerge -a =dev-python/pendulum-2.1.2

Package Information

Description:
Python datetimes made easy.
Homepage:
https://pendulum.eustace.io/
License:
MIT

Ebuild Details

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

EAPI=8

DISTUTILS_EXT=1
DISTUTILS_USE_PEP517=poetry
PYTHON_COMPAT=( python3_{12..14} )

inherit distutils-r1 pypi

DESCRIPTION="Python datetimes made easy."
HOMEPAGE="https://pendulum.eustace.io/"

LICENSE="MIT"
SLOT="0"
KEYWORDS="amd64 ~arm64 ~x86"

RDEPEND="
	>=dev-python/python-dateutil-2.6[${PYTHON_USEDEP}]
	>=dev-python/pytzdata-2020.1[${PYTHON_USEDEP}]
"
DEPEND="${RDEPEND}"
REQUIRED_USE="${PYTHON_REQUIRED_USE}"

RESTRICT="test"
#distutils_enable_tests pytest

Inherited Eclasses

Dependencies

DEPEND

	>=dev-python/python-dateutil-2.6[]
	>=dev-python/pytzdata-2020.1[]

RDEPEND

	>=dev-python/python-dateutil-2.6[]
	>=dev-python/pytzdata-2020.1[]