dev-python/pendulum - 3.2.0 (nest)

Search

Install

Install this version:

emerge -a =dev-python/pendulum-3.2.0

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

autounmask =dev-python/pendulum-3.2.0

Or alternatively:

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

Package Information

Description:
Python datetimes made easy
Homepage:
https://github.com/python-pendulum/pendulum
License:
Apache-2.0-with-LLVM-exceptions MIT Unicode-3.0

Ebuild Details

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

EAPI=8

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

CRATES="autocfg@1.5.0
	cc@1.2.55
	find-msvc-tools@0.1.9
	heck@0.5.0
	indoc@2.0.7
	libc@0.2.180
	memoffset@0.9.1
	once_cell@1.21.3
	portable-atomic@1.13.0
	proc-macro2@1.0.106
	pyo3-build-config@0.27.2
	pyo3-ffi@0.27.2
	pyo3-macros-backend@0.27.2
	pyo3-macros@0.27.2
	pyo3@0.27.2
	python3-dll-a@0.2.14
	quote@1.0.44
	rustversion@1.0.22
	shlex@1.3.0
	syn@2.0.114
	target-lexicon@0.13.4
	unicode-ident@1.0.22
	unindent@0.2.4"

inherit cargo distutils-r1

DESCRIPTION="Python datetimes made easy"
HOMEPAGE="https://github.com/python-pendulum/pendulum"
SRC_URI="https://github.com/python-pendulum/${PN}/archive/${PV}.tar.gz -> ${P}.gh.tar.gz
	${CARGO_CRATE_URIS}"

LICENSE="Apache-2.0-with-LLVM-exceptions MIT Unicode-3.0"
SLOT="0"
KEYWORDS="~amd64"

RDEPEND="dev-python/python-dateutil[${PYTHON_USEDEP}]
	dev-python/tzdata[${PYTHON_USEDEP}]"
BDEPEND="test? ( dev-python/pytz[${PYTHON_USEDEP}]
		dev-python/time-machine[${PYTHON_USEDEP}] )"

QA_FLAGS_IGNORED="usr/lib/python3.*/site-packages/pendulum/_pendulum.cpython-.*-x86_64-linux-gnu.so"

EPYTEST_PLUGINS=( pytest-benchmark )
distutils_enable_tests pytest

Inherited Eclasses

Dependencies

RDEPEND

dev-python/python-dateutil[]
	dev-python/tzdata[]

BDEPEND

test? ( dev-python/pytz[]
		dev-python/time-machine[] )

Manifest for 3.2.0

Type File Size Source URLs
DIST pendulum-3.2.0.gh.tar.gz 187420 bytes https://github.com/python-pendulum/pendulum/archive/3.2.0.tar.gz