From 391b5b359a346aff490103da7dddc85047f83830 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Fri, 1 Oct 2021 20:54:53 +0100 Subject: gentoo resync : 01.10.2021 --- dev-python/isoduration/Manifest | 3 +++ dev-python/isoduration/isoduration-20.11.0.ebuild | 32 +++++++++++++++++++++++ dev-python/isoduration/metadata.xml | 13 +++++++++ 3 files changed, 48 insertions(+) create mode 100644 dev-python/isoduration/Manifest create mode 100644 dev-python/isoduration/isoduration-20.11.0.ebuild create mode 100644 dev-python/isoduration/metadata.xml (limited to 'dev-python/isoduration') diff --git a/dev-python/isoduration/Manifest b/dev-python/isoduration/Manifest new file mode 100644 index 000000000000..da8ac75b6bb6 --- /dev/null +++ b/dev-python/isoduration/Manifest @@ -0,0 +1,3 @@ +DIST isoduration-20.11.0.gh.tar.gz 15909 BLAKE2B fb5c3c383aa000c4650490b701fc091c740e45cf782aa929824e3f3e5601d4de82a68a9430f450b42da3658105c87cb293a98b94c77fdf03a1702e6d103a257a SHA512 9b3dd5cc540bba35a73aab01bf1f0274871b93b03ff72f8cc63fa0d2ec43e1f54deb95bad2323aa4cb8066b1b5401f426175792c062cf46449c087601dbe0420 +EBUILD isoduration-20.11.0.ebuild 685 BLAKE2B 059029ad6a5336ee2a72e3ca5a56143c6a15d56c6ffe52da56578616d0446440cd0d5b0f84a6903225f55bbf84138f5c559787ca1d10f3c044956b380f1581c6 SHA512 783447cbc99e0d4358d8b6a89af0ccc91669c66f888cd675f8c1ed9d0d8feb866ff2a728b4274ffb67411301c3372d58ffe27bb00c82b295756b752f1f93a86c +MISC metadata.xml 397 BLAKE2B 88efa16ab2f656b04592484218f5289838a1e3f6f2f9eaf74f3a836f950d59e25d4d179ad87f6c780b768cd536d3360342c91e3d3082abd417bd398585f409c0 SHA512 ffd673f9fe8cfb45fc4fef014fa2c8de7ebbe0237cc06a6b570f099eea97dbcbc8012c1ba11108b61b0e3ab43077c544db8634775f1675a6e704fe20110e3180 diff --git a/dev-python/isoduration/isoduration-20.11.0.ebuild b/dev-python/isoduration/isoduration-20.11.0.ebuild new file mode 100644 index 000000000000..23bcc266e689 --- /dev/null +++ b/dev-python/isoduration/isoduration-20.11.0.ebuild @@ -0,0 +1,32 @@ +# Copyright 2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +PYTHON_COMPAT=( python3_{8..10} pypy3 ) +inherit distutils-r1 + +DESCRIPTION="Operations with ISO 8601 durations" +HOMEPAGE=" + https://pypi.org/project/isoduration/ + https://github.com/bolsote/isoduration/" +SRC_URI=" + https://github.com/bolsote/isoduration/archive/${PV}.tar.gz + -> ${P}.gh.tar.gz" + +LICENSE="ISC" +SLOT="0" +KEYWORDS="~amd64 ~x86" + +RDEPEND=">=dev-python/arrow-0.15.0[${PYTHON_USEDEP}]" +BDEPEND=" + test? ( + dev-python/hypothesis[${PYTHON_USEDEP}] + dev-python/isodate[${PYTHON_USEDEP}] + )" + +distutils_enable_tests pytest + +EPYTEST_IGNORE=( + tests/test_benchmark.py +) diff --git a/dev-python/isoduration/metadata.xml b/dev-python/isoduration/metadata.xml new file mode 100644 index 000000000000..1f3f97251146 --- /dev/null +++ b/dev-python/isoduration/metadata.xml @@ -0,0 +1,13 @@ + + + + + python@gentoo.org + Python + + + + isoduration + bolsote/isoduration + + -- cgit v1.2.3