From 9aa795a0179b29f7489bd04584bc8d2914da467b Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Mon, 19 Feb 2024 17:39:35 +0000 Subject: gentoo auto-resync : 19:02:2024 - 17:39:34 --- dev-python/tempora/Manifest | 2 ++ dev-python/tempora/tempora-5.5.1.ebuild | 33 +++++++++++++++++++++++++++++++++ 2 files changed, 35 insertions(+) create mode 100644 dev-python/tempora/tempora-5.5.1.ebuild (limited to 'dev-python/tempora') diff --git a/dev-python/tempora/Manifest b/dev-python/tempora/Manifest index e99ecdbff761..b002cd71f2fb 100644 --- a/dev-python/tempora/Manifest +++ b/dev-python/tempora/Manifest @@ -1,3 +1,5 @@ DIST tempora-5.5.0.tar.gz 20877 BLAKE2B 9978fbf5bea1ec9d948ba7440dcbe61e591f32cd6a9db7072beda0d2cec9fdcf1c8793117afdc445d8389446856b11c45b1b93cb27220454180a765008d2b1f5 SHA512 7cf1d7f826e71e03bb733f082f0ac1e8746f1db64776c436fe683369c70164902140df9547757d8ed489366a5f7b336415aec076ea3c4b0b7b633ed09527f01b +DIST tempora-5.5.1.tar.gz 21145 BLAKE2B b034b85272faefc884e098c1ca58b3e4b1f6598487f4678ed3b0b9f353d70b9862d8eaed425fb812e23630f123a28a25fefc8916a1c9cc882e5ed8c3da98dfa6 SHA512 642c4176ea14504e2f831f738e1064c1fb888ad89a67c74d5bcf2a5389923af3933981393855c7eceaf6c7fc16bbbf4126015d2d1dfa0fdfd38d528d16854dce EBUILD tempora-5.5.0.ebuild 772 BLAKE2B 651270ec123c34560c1ec20ff2279967335ccec8a563203839f203a0cf2d883ce29e4d3eed4da1206cf45492abba7a235b9e53675783d7d5475248df3583cd99 SHA512 11f88f07c5925b84081d4de0dbe5941359280ad1e6c680d3328c0495539b1744a0fe504cb793b8c102fe2bc52dbd6f59873a3a4002c68269746cd7f1faff741d +EBUILD tempora-5.5.1.ebuild 780 BLAKE2B 2c2cdec1cd7d5b8a8dd8122c02d4159542c4e774714907b706ac4e87f2ec673b26778e0a558aea269aa9c661ee8994417ee2c9639678da5f335b9618b975b9d7 SHA512 88a39adceef5fe830cab286a37dad0ce23c5aa5aeb552eccea9d764fd2a90c4b8be79f6ad567670b0dd4cf80ce1649ee6802e957f571065e415e7424984ca600 MISC metadata.xml 557 BLAKE2B 496ca69906103b5203131d5bcfd1249e39947857c883519953fd3f9730f9dd518e9d84f31643e152e8fa72423924c8dff7ae64b37c0dd8ffdb987cf7c00b491b SHA512 941db1a4f23e97334811a95d009d13fd04daee291fee43436cf938740f70dad09cc8482262a1a9cf9f838cf0a062d9373bc8d0e582da5b677999273f6967ed09 diff --git a/dev-python/tempora/tempora-5.5.1.ebuild b/dev-python/tempora/tempora-5.5.1.ebuild new file mode 100644 index 000000000000..beb42e1caf32 --- /dev/null +++ b/dev-python/tempora/tempora-5.5.1.ebuild @@ -0,0 +1,33 @@ +# Copyright 1999-2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DISTUTILS_USE_PEP517=setuptools +PYTHON_COMPAT=( pypy3 python3_{10..12} ) + +inherit distutils-r1 pypi + +DESCRIPTION="Objects and routines pertaining to date and time" +HOMEPAGE=" + https://github.com/jaraco/tempora/ + https://pypi.org/project/tempora/ +" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~x64-macos" + +RDEPEND=" + >=dev-python/jaraco-functools-1.20[${PYTHON_USEDEP}] + dev-python/pytz[${PYTHON_USEDEP}] +" +BDEPEND=" + dev-python/setuptools-scm[${PYTHON_USEDEP}] + test? ( + dev-python/freezegun[${PYTHON_USEDEP}] + dev-python/pytest-freezegun[${PYTHON_USEDEP}] + ) +" + +distutils_enable_tests pytest -- cgit v1.2.3