dev-python/pendulum - 3.1.0 (blshkv)

Search

Install

Install this version:

emerge -a =dev-python/pendulum-3.1.0

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

autounmask =dev-python/pendulum-3.1.0

Or alternatively:

emerge --autounmask-write -a =dev-python/pendulum-3.1.0

Package Information

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

Ebuild Details

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

EAPI=8

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

inherit distutils-r1 pypi

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

LICENSE="MIT"
SLOT="0"

# check Rust compatibility issues, with rd-usb in particular
#KEYWORDS="amd64 ~arm64 ~x86"

RDEPEND="
	>=dev-python/python-dateutil-2.6[${PYTHON_USEDEP}]
	>=dev-python/tzdata-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/tzdata-2020.1[]

RDEPEND

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