diff options
author | 2024-11-04 05:57:24 +0100 | |
---|---|---|
committer | 2024-11-04 06:04:08 +0100 | |
commit | 440c82750a16581ce3dc2888ee92684189cdcb0c (patch) | |
tree | 1fe63a637fbc0483ad576ab099af2da7a8267646 /dev-python/pyrfc3339 | |
parent | dev-python/kgb: Bump to 7.2 (diff) | |
download | gentoo-440c82750a16581ce3dc2888ee92684189cdcb0c.tar.gz gentoo-440c82750a16581ce3dc2888ee92684189cdcb0c.tar.bz2 gentoo-440c82750a16581ce3dc2888ee92684189cdcb0c.zip |
dev-python/pyrfc3339: Bump to 2.0.1
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/pyrfc3339')
-rw-r--r-- | dev-python/pyrfc3339/Manifest | 1 | ||||
-rw-r--r-- | dev-python/pyrfc3339/pyrfc3339-2.0.1.ebuild | 26 |
2 files changed, 27 insertions, 0 deletions
diff --git a/dev-python/pyrfc3339/Manifest b/dev-python/pyrfc3339/Manifest index 8f016371ac25..9955c7f8f3ee 100644 --- a/dev-python/pyrfc3339/Manifest +++ b/dev-python/pyrfc3339/Manifest @@ -1 +1,2 @@ DIST pyrfc3339-1.1.gh.tar.gz 11727 BLAKE2B 210104e5e7c3ed917d6a3475335fce74e4da1c55fddbb76c539b3dd37ec4ce943334e530a9558d13954bc625d4f7f1a7ac2296abf0fd01e87a9664167f7de4be SHA512 96627bcaa64556cc0a87be985fd4f42e7733b342882a4dc5bc5b7d0712bf3f197e09d7c9b7f760117a772bb012829176a61b848903fc41584f26776d3f18ec8f +DIST pyrfc3339-2.0.1.gh.tar.gz 12986 BLAKE2B 1e029db52c3230994865bf5a065a8aa56d501dba0ced4fd3d94411fa29cc928fe745ed73445b9ea8d7485695f7d5770f9c5338323b9ce8bcc1e73681638a7117 SHA512 4557810fca1720ee628ef3614a599edbcec36090e88c63f78c3d607e87f6636601efeb6e9a1ee72a553f28f24011e7c1731c3dbc0a6bc87951b9a7d4a9acc39a diff --git a/dev-python/pyrfc3339/pyrfc3339-2.0.1.ebuild b/dev-python/pyrfc3339/pyrfc3339-2.0.1.ebuild new file mode 100644 index 000000000000..4d978ee10c3b --- /dev/null +++ b/dev-python/pyrfc3339/pyrfc3339-2.0.1.ebuild @@ -0,0 +1,26 @@ +# Copyright 1999-2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DISTUTILS_USE_PEP517=setuptools +PYTHON_COMPAT=( python3_{10..13} ) + +inherit distutils-r1 + +DESCRIPTION="Generates and parses RFC 3339 timestamps" +HOMEPAGE=" + https://github.com/kurtraschke/pyRFC3339/ + https://pypi.org/project/pyRFC3339/ +" +SRC_URI=" + https://github.com/kurtraschke/pyRFC3339/archive/v${PV}.tar.gz + -> ${P}.gh.tar.gz +" +S=${WORKDIR}/pyRFC3339-${PV} + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86" + +distutils_enable_tests pytest |