* [gentoo-commits] repo/gentoo:master commit in: dev-python/pytimeparse/
@ 2021-06-21 4:36 Zac Medico
0 siblings, 0 replies; 9+ messages in thread
From: Zac Medico @ 2021-06-21 4:36 UTC (permalink / raw
To: gentoo-commits
commit: deacd612699f378295b0347b4a12f03df726e0e5
Author: Zac Medico <zmedico <AT> gentoo <DOT> org>
AuthorDate: Mon Jun 21 04:30:13 2021 +0000
Commit: Zac Medico <zmedico <AT> gentoo <DOT> org>
CommitDate: Mon Jun 21 04:34:14 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=deacd612
dev-python/pytimeparse: Initial import
Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Zac Medico <zmedico <AT> gentoo.org>
dev-python/pytimeparse/Manifest | 1 +
dev-python/pytimeparse/metadata.xml | 13 +++++++++++++
dev-python/pytimeparse/pytimeparse-1.1.8.ebuild | 15 +++++++++++++++
3 files changed, 29 insertions(+)
diff --git a/dev-python/pytimeparse/Manifest b/dev-python/pytimeparse/Manifest
new file mode 100644
index 00000000000..b24782d5089
--- /dev/null
+++ b/dev-python/pytimeparse/Manifest
@@ -0,0 +1 @@
+DIST pytimeparse-1.1.8.tar.gz 9403 BLAKE2B 671a96f0f7d517e6cd137b8ec7bda17976993a683ece5e06f857cb07063cd4d7fdd08a98f838dbf35251a8403b68f7dc538e5450db3abe644e8c7c4f6c76b645 SHA512 9eb4530d779b940d66412920eefa4f4d3c43719aa3e4104da4f337c05421bcbb6ad4cb2d6459ddfac770fc9f19960a9d8ce578e67f2513499a7bee8efe9541ec
diff --git a/dev-python/pytimeparse/metadata.xml b/dev-python/pytimeparse/metadata.xml
new file mode 100644
index 00000000000..fae36623a4f
--- /dev/null
+++ b/dev-python/pytimeparse/metadata.xml
@@ -0,0 +1,13 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="person">
+ <email>zmedico@gentoo.org</email>
+ </maintainer>
+ <upstream>
+ <bugs-to>https://github.com/wroberts/pytimeparse/issues</bugs-to>
+ <changelog>https://github.com/wroberts/pytimeparse/commits/master</changelog>
+ <remote-id type="pypi">pytimeparse</remote-id>
+ <remote-id type="github">wroberts/pytimeparse</remote-id>
+ </upstream>
+</pkgmetadata>
diff --git a/dev-python/pytimeparse/pytimeparse-1.1.8.ebuild b/dev-python/pytimeparse/pytimeparse-1.1.8.ebuild
new file mode 100644
index 00000000000..b49692b4aa6
--- /dev/null
+++ b/dev-python/pytimeparse/pytimeparse-1.1.8.ebuild
@@ -0,0 +1,15 @@
+# Copyright 2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+PYTHON_COMPAT=( python3_{8..10} )
+DISTUTILS_USE_SETUPTOOLS=bdepend
+
+inherit distutils-r1
+
+DESCRIPTION="A small Python module to parse various kinds of time expressions."
+HOMEPAGE="https://github.com/wroberts/pytimeparse https://pypi.org/project/pytimeparse/"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/pytimeparse/
@ 2021-06-22 4:00 Zac Medico
0 siblings, 0 replies; 9+ messages in thread
From: Zac Medico @ 2021-06-22 4:00 UTC (permalink / raw
To: gentoo-commits
commit: c676da5563e4fa57ade031d460f6f1487381a0ed
Author: Zac Medico <zmedico <AT> gentoo <DOT> org>
AuthorDate: Tue Jun 22 03:54:07 2021 +0000
Commit: Zac Medico <zmedico <AT> gentoo <DOT> org>
CommitDate: Tue Jun 22 03:59:31 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c676da55
dev-python/pytimeparse: Enable unit tests (bug 797304)
test_doctest (pytimeparse.tests.testtimeparse.TestTimeparse)
Run timeparse doctests. ... ok
test_hrs (pytimeparse.tests.testtimeparse.TestTimeparse)
Test parsing hours. ... ok
test_mins (pytimeparse.tests.testtimeparse.TestTimeparse)
Test parsing minutes. ... ok
test_time (pytimeparse.tests.testtimeparse.TestTimeparse)
Test parsing time expression. ... ok
test_timeparse_1 (pytimeparse.tests.testtimeparse.TestTimeparse)
timeparse test case 1. ... ok
test_timeparse_10 (pytimeparse.tests.testtimeparse.TestTimeparse)
timeparse test case 10. ... ok
test_timeparse_11 (pytimeparse.tests.testtimeparse.TestTimeparse)
timeparse test case 11. ... ok
test_timeparse_12 (pytimeparse.tests.testtimeparse.TestTimeparse)
timeparse test case 12. ... ok
test_timeparse_13 (pytimeparse.tests.testtimeparse.TestTimeparse)
timeparse test case 13. ... ok
test_timeparse_14 (pytimeparse.tests.testtimeparse.TestTimeparse)
timeparse test case 14. ... ok
test_timeparse_15 (pytimeparse.tests.testtimeparse.TestTimeparse)
timeparse test case 15. ... ok
test_timeparse_16 (pytimeparse.tests.testtimeparse.TestTimeparse)
timeparse test case 16. ... ok
test_timeparse_16b (pytimeparse.tests.testtimeparse.TestTimeparse)
timeparse test case 16b. ... ok
test_timeparse_16c (pytimeparse.tests.testtimeparse.TestTimeparse)
timeparse test case 16c. ... ok
test_timeparse_16d (pytimeparse.tests.testtimeparse.TestTimeparse)
timeparse test case 16d. ... ok
test_timeparse_16e (pytimeparse.tests.testtimeparse.TestTimeparse)
timeparse test case 16e. ... ok
test_timeparse_16f (pytimeparse.tests.testtimeparse.TestTimeparse)
timeparse test case 16f. ... ok
test_timeparse_17 (pytimeparse.tests.testtimeparse.TestTimeparse)
timeparse test case 17. ... ok
test_timeparse_18 (pytimeparse.tests.testtimeparse.TestTimeparse)
timeparse test case 18. ... ok
test_timeparse_19 (pytimeparse.tests.testtimeparse.TestTimeparse)
timeparse test case 19. ... ok
test_timeparse_2 (pytimeparse.tests.testtimeparse.TestTimeparse)
timeparse test case 2. ... ok
test_timeparse_20 (pytimeparse.tests.testtimeparse.TestTimeparse)
timeparse test case 20. ... ok
test_timeparse_21 (pytimeparse.tests.testtimeparse.TestTimeparse)
timeparse test case 21. ... ok
test_timeparse_22 (pytimeparse.tests.testtimeparse.TestTimeparse)
timeparse test case 22. ... ok
test_timeparse_23 (pytimeparse.tests.testtimeparse.TestTimeparse)
timeparse test case 23. ... ok
test_timeparse_24 (pytimeparse.tests.testtimeparse.TestTimeparse)
timeparse test case 24. ... ok
test_timeparse_25 (pytimeparse.tests.testtimeparse.TestTimeparse)
timeparse test case 25. ... ok
test_timeparse_26 (pytimeparse.tests.testtimeparse.TestTimeparse)
timeparse test case 26. ... ok
test_timeparse_27 (pytimeparse.tests.testtimeparse.TestTimeparse)
timeparse test case 27. ... ok
test_timeparse_28 (pytimeparse.tests.testtimeparse.TestTimeparse)
timeparse test case 28. ... ok
test_timeparse_29 (pytimeparse.tests.testtimeparse.TestTimeparse)
timeparse test case 29. ... ok
test_timeparse_3 (pytimeparse.tests.testtimeparse.TestTimeparse)
timeparse test case 3. ... ok
test_timeparse_30 (pytimeparse.tests.testtimeparse.TestTimeparse)
timeparse test case 30. ... ok
test_timeparse_31 (pytimeparse.tests.testtimeparse.TestTimeparse)
timeparse test case 31. ... ok
test_timeparse_32 (pytimeparse.tests.testtimeparse.TestTimeparse)
timeparse test case 32. ... ok
test_timeparse_33 (pytimeparse.tests.testtimeparse.TestTimeparse)
timeparse test case 33. ... ok
test_timeparse_4 (pytimeparse.tests.testtimeparse.TestTimeparse)
timeparse test case 4. ... ok
test_timeparse_5 (pytimeparse.tests.testtimeparse.TestTimeparse)
timeparse test case 5. ... ok
test_timeparse_6 (pytimeparse.tests.testtimeparse.TestTimeparse)
timeparse test case 6. ... ok
test_timeparse_7 (pytimeparse.tests.testtimeparse.TestTimeparse)
timeparse test case 7. ... ok
test_timeparse_8 (pytimeparse.tests.testtimeparse.TestTimeparse)
timeparse test case 8. ... ok
test_timeparse_9 (pytimeparse.tests.testtimeparse.TestTimeparse)
timeparse test case 9. ... ok
test_timeparse_bare_seconds (pytimeparse.tests.testtimeparse.TestTimeparse)
timeparse test bare seconds, without minutes. ... ok
test_timeparse_granularity_1 (pytimeparse.tests.testtimeparse.TestTimeparse)
Check that minute-level granularity applies correctly. ... ok
test_timeparse_granularity_2 (pytimeparse.tests.testtimeparse.TestTimeparse)
Check that minute-level granularity does not apply inappropriately. ... ok
test_timeparse_granularity_3 (pytimeparse.tests.testtimeparse.TestTimeparse)
Check that minute-level granularity does not apply inappropriately. ... ok
test_timeparse_granularity_4 (pytimeparse.tests.testtimeparse.TestTimeparse)
Check that minute-level granularity does not apply inappropriately. ... ok
test_timeparse_multipliers (pytimeparse.tests.testtimeparse.TestTimeparse)
Test parsing time unit multipliers. ... ok
test_timeparse_signs (pytimeparse.tests.testtimeparse.TestTimeparse)
Test parsing time signs. ... ok
----------------------------------------------------------------------
Ran 49 tests in 0.017s
Reported-py: Michał Górny <mgorny <AT> gentoo.org>
Closes: https://bugs.gentoo.org/797304
Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Zac Medico <zmedico <AT> gentoo.org>
dev-python/pytimeparse/pytimeparse-1.1.8.ebuild | 10 ++++++++++
1 file changed, 10 insertions(+)
diff --git a/dev-python/pytimeparse/pytimeparse-1.1.8.ebuild b/dev-python/pytimeparse/pytimeparse-1.1.8.ebuild
index b49692b4aa6..0de0dcc5dc8 100644
--- a/dev-python/pytimeparse/pytimeparse-1.1.8.ebuild
+++ b/dev-python/pytimeparse/pytimeparse-1.1.8.ebuild
@@ -13,3 +13,13 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64"
+
+python_test() {
+ local unittest_args=(
+ --verbose
+ --locals
+ pytimeparse.tests.testtimeparse
+ )
+
+ "${PYTHON}" -m unittest "${unittest_args[@]}" || die "Tests failed with ${EPYTHON}"
+}
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/pytimeparse/
@ 2022-03-28 22:48 Zac Medico
0 siblings, 0 replies; 9+ messages in thread
From: Zac Medico @ 2022-03-28 22:48 UTC (permalink / raw
To: gentoo-commits
commit: 2e00df167a9b8a92f30272552d012ebb9da88d08
Author: Yu Gu <guyu2876 <AT> gmail <DOT> com>
AuthorDate: Mon Mar 28 14:58:40 2022 +0000
Commit: Zac Medico <zmedico <AT> gentoo <DOT> org>
CommitDate: Mon Mar 28 22:48:30 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2e00df16
dev-python/pytimeparse: keyword 1.1.8 for ~riscv
Signed-off-by: Yu Gu <guyu2876 <AT> gmail.com>
Signed-off-by: Zac Medico <zmedico <AT> gentoo.org>
dev-python/pytimeparse/pytimeparse-1.1.8.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-python/pytimeparse/pytimeparse-1.1.8.ebuild b/dev-python/pytimeparse/pytimeparse-1.1.8.ebuild
index 21a4c122bebd..536667deb9cd 100644
--- a/dev-python/pytimeparse/pytimeparse-1.1.8.ebuild
+++ b/dev-python/pytimeparse/pytimeparse-1.1.8.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2021 Gentoo Authors
+# Copyright 2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -12,7 +12,7 @@ HOMEPAGE="https://github.com/wroberts/pytimeparse https://pypi.org/project/pytim
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
-KEYWORDS="~amd64"
+KEYWORDS="~amd64 ~riscv"
python_test() {
local unittest_args=(
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/pytimeparse/
@ 2022-05-27 19:08 Arthur Zamarin
0 siblings, 0 replies; 9+ messages in thread
From: Arthur Zamarin @ 2022-05-27 19:08 UTC (permalink / raw
To: gentoo-commits
commit: 7977b30f5aa7b6dfbdcc4aef926c772f69406083
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Fri May 27 18:23:17 2022 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Fri May 27 18:23:17 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7977b30f
dev-python/pytimeparse: enable py3.11
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
dev-python/pytimeparse/pytimeparse-1.1.8-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/pytimeparse/pytimeparse-1.1.8-r1.ebuild b/dev-python/pytimeparse/pytimeparse-1.1.8-r1.ebuild
index b64591b71e23..307c17920bb5 100644
--- a/dev-python/pytimeparse/pytimeparse-1.1.8-r1.ebuild
+++ b/dev-python/pytimeparse/pytimeparse-1.1.8-r1.ebuild
@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{8..10} )
+PYTHON_COMPAT=( python3_{8..11} )
inherit distutils-r1
DESCRIPTION="A small Python module to parse various kinds of time expressions"
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/pytimeparse/
@ 2022-05-27 19:08 Arthur Zamarin
0 siblings, 0 replies; 9+ messages in thread
From: Arthur Zamarin @ 2022-05-27 19:08 UTC (permalink / raw
To: gentoo-commits
commit: 5960b43625e6e1b004e92e887cb9b8911c439b80
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Fri May 27 18:22:27 2022 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Fri May 27 18:22:27 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5960b436
dev-python/pytimeparse: EAPI=8, PEP517, cleanup
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
dev-python/pytimeparse/pytimeparse-1.1.8-r1.ebuild | 18 ++++++++++++++++++
1 file changed, 18 insertions(+)
diff --git a/dev-python/pytimeparse/pytimeparse-1.1.8-r1.ebuild b/dev-python/pytimeparse/pytimeparse-1.1.8-r1.ebuild
new file mode 100644
index 000000000000..b64591b71e23
--- /dev/null
+++ b/dev-python/pytimeparse/pytimeparse-1.1.8-r1.ebuild
@@ -0,0 +1,18 @@
+# Copyright 2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{8..10} )
+inherit distutils-r1
+
+DESCRIPTION="A small Python module to parse various kinds of time expressions"
+HOMEPAGE="https://github.com/wroberts/pytimeparse https://pypi.org/project/pytimeparse/"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~riscv"
+
+distutils_enable_tests unittest
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/pytimeparse/
@ 2022-06-16 8:09 Michał Górny
0 siblings, 0 replies; 9+ messages in thread
From: Michał Górny @ 2022-06-16 8:09 UTC (permalink / raw
To: gentoo-commits
commit: b9425edd3df2f8b16549b85cda25088ceb824190
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu Jun 16 08:08:41 2022 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu Jun 16 08:08:41 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b9425edd
dev-python/pytimeparse: Remove old
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/pytimeparse/pytimeparse-1.1.8.ebuild | 25 -------------------------
1 file changed, 25 deletions(-)
diff --git a/dev-python/pytimeparse/pytimeparse-1.1.8.ebuild b/dev-python/pytimeparse/pytimeparse-1.1.8.ebuild
deleted file mode 100644
index 536667deb9cd..000000000000
--- a/dev-python/pytimeparse/pytimeparse-1.1.8.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-PYTHON_COMPAT=( python3_{8..10} )
-DISTUTILS_USE_SETUPTOOLS=bdepend
-
-inherit distutils-r1
-
-DESCRIPTION="A small Python module to parse various kinds of time expressions"
-HOMEPAGE="https://github.com/wroberts/pytimeparse https://pypi.org/project/pytimeparse/"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~riscv"
-
-python_test() {
- local unittest_args=(
- --verbose
- --locals
- pytimeparse.tests.testtimeparse
- )
-
- "${PYTHON}" -m unittest "${unittest_args[@]}" || die "Tests failed with ${EPYTHON}"
-}
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/pytimeparse/
@ 2023-03-16 4:07 Michał Górny
0 siblings, 0 replies; 9+ messages in thread
From: Michał Górny @ 2023-03-16 4:07 UTC (permalink / raw
To: gentoo-commits
commit: cf511bb9f01fce80dd72bd50a453265d88fde438
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed Mar 15 17:48:01 2023 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu Mar 16 04:04:15 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cf511bb9
dev-python/pytimeparse: Use pypi.eclass
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/pytimeparse/pytimeparse-1.1.8-r1.ebuild | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/dev-python/pytimeparse/pytimeparse-1.1.8-r1.ebuild b/dev-python/pytimeparse/pytimeparse-1.1.8-r1.ebuild
index 93573615f7c1..afc9f8660ac1 100644
--- a/dev-python/pytimeparse/pytimeparse-1.1.8-r1.ebuild
+++ b/dev-python/pytimeparse/pytimeparse-1.1.8-r1.ebuild
@@ -5,11 +5,10 @@ EAPI=8
DISTUTILS_USE_PEP517=setuptools
PYTHON_COMPAT=( python3_{9..11} )
-inherit distutils-r1
+inherit distutils-r1 pypi
DESCRIPTION="A small Python module to parse various kinds of time expressions"
HOMEPAGE="https://github.com/wroberts/pytimeparse https://pypi.org/project/pytimeparse/"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/pytimeparse/
@ 2023-10-20 14:37 Michał Górny
0 siblings, 0 replies; 9+ messages in thread
From: Michał Górny @ 2023-10-20 14:37 UTC (permalink / raw
To: gentoo-commits
commit: b137a484e763e32ec1bd7dadc8dabacd2c5b3073
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Fri Oct 20 14:31:43 2023 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Fri Oct 20 14:31:43 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b137a484
dev-python/pytimeparse: Enable py3.12
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/pytimeparse/pytimeparse-1.1.8-r1.ebuild | 8 ++++++--
1 file changed, 6 insertions(+), 2 deletions(-)
diff --git a/dev-python/pytimeparse/pytimeparse-1.1.8-r1.ebuild b/dev-python/pytimeparse/pytimeparse-1.1.8-r1.ebuild
index 6b12e055afed..bada4b1ee5d1 100644
--- a/dev-python/pytimeparse/pytimeparse-1.1.8-r1.ebuild
+++ b/dev-python/pytimeparse/pytimeparse-1.1.8-r1.ebuild
@@ -4,11 +4,15 @@
EAPI=8
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{9..11} )
+PYTHON_COMPAT=( python3_{10..12} )
+
inherit distutils-r1 pypi
DESCRIPTION="A small Python module to parse various kinds of time expressions"
-HOMEPAGE="https://github.com/wroberts/pytimeparse https://pypi.org/project/pytimeparse/"
+HOMEPAGE="
+ https://github.com/wroberts/pytimeparse/
+ https://pypi.org/project/pytimeparse/
+"
LICENSE="MIT"
SLOT="0"
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/pytimeparse/
@ 2024-05-28 7:40 Michał Górny
0 siblings, 0 replies; 9+ messages in thread
From: Michał Górny @ 2024-05-28 7:40 UTC (permalink / raw
To: gentoo-commits
commit: 7dc8a6dbaa8e121f829712c97ab43c9b30fe1032
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue May 28 06:27:57 2024 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue May 28 07:40:20 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7dc8a6db
dev-python/pytimeparse: Enable py3.13
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/pytimeparse/pytimeparse-1.1.8-r1.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-python/pytimeparse/pytimeparse-1.1.8-r1.ebuild b/dev-python/pytimeparse/pytimeparse-1.1.8-r1.ebuild
index bada4b1ee5d1..79163995d5da 100644
--- a/dev-python/pytimeparse/pytimeparse-1.1.8-r1.ebuild
+++ b/dev-python/pytimeparse/pytimeparse-1.1.8-r1.ebuild
@@ -1,10 +1,10 @@
-# Copyright 2022-2023 Gentoo Authors
+# Copyright 2022-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..12} )
+PYTHON_COMPAT=( python3_{10..13} )
inherit distutils-r1 pypi
^ permalink raw reply related [flat|nested] 9+ messages in thread
end of thread, other threads:[~2024-05-28 7:40 UTC | newest]
Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-06-16 8:09 [gentoo-commits] repo/gentoo:master commit in: dev-python/pytimeparse/ Michał Górny
-- strict thread matches above, loose matches on Subject: below --
2024-05-28 7:40 Michał Górny
2023-10-20 14:37 Michał Górny
2023-03-16 4:07 Michał Górny
2022-05-27 19:08 Arthur Zamarin
2022-05-27 19:08 Arthur Zamarin
2022-03-28 22:48 Zac Medico
2021-06-22 4:00 Zac Medico
2021-06-21 4:36 Zac Medico
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox