* [gentoo-commits] repo/gentoo:master commit in: dev-python/ntplib/
@ 2017-02-24 3:41 Zac Medico
0 siblings, 0 replies; 11+ messages in thread
From: Zac Medico @ 2017-02-24 3:41 UTC (permalink / raw
To: gentoo-commits
commit: 011bfe3f17cbc88758436891821d2870b46f6cfd
Author: Zac Medico <zmedico <AT> gentoo <DOT> org>
AuthorDate: Fri Feb 24 03:40:49 2017 +0000
Commit: Zac Medico <zmedico <AT> gentoo <DOT> org>
CommitDate: Fri Feb 24 03:40:49 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=011bfe3f
dev-python/ntplib: add package
Package-Manager: Portage-2.3.3, Repoman-2.3.1
dev-python/ntplib/Manifest | 1 +
dev-python/ntplib/metadata.xml | 10 ++++++++++
dev-python/ntplib/ntplib-0.3.3.ebuild | 23 +++++++++++++++++++++++
3 files changed, 34 insertions(+)
diff --git a/dev-python/ntplib/Manifest b/dev-python/ntplib/Manifest
new file mode 100644
index 0000000000..390ccb7c00
--- /dev/null
+++ b/dev-python/ntplib/Manifest
@@ -0,0 +1 @@
+DIST ntplib-0.3.3.tar.gz 6808 SHA256 c4621b64d50be9461d9bd9a71ba0b4af06fbbf818bbd483752d95c1a4e273ede SHA512 4175ebb78228475b32744a59ad4c404f7b88344859c19874606967c7d83a4680bbc78ff42d13b866b8e6ef939d2f1948b0a0b42819c78a8520856bae48ec907f WHIRLPOOL 611928c70cad85d37089d233875820b6cf7c823f0968c5954fb8b0da8f0c008156b3fa22d3cf2e49b99276de9f76de549c99112c22bcf0ed9047a6bc8ca07c36
diff --git a/dev-python/ntplib/metadata.xml b/dev-python/ntplib/metadata.xml
new file mode 100644
index 0000000000..081f4bf203
--- /dev/null
+++ b/dev-python/ntplib/metadata.xml
@@ -0,0 +1,10 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <upstream>
+ <remote-id type="pypi">ntplib</remote-id>
+ </upstream>
+ <maintainer type="person">
+ <email>zmedico@gentoo.org</email>
+ </maintainer>
+</pkgmetadata>
diff --git a/dev-python/ntplib/ntplib-0.3.3.ebuild b/dev-python/ntplib/ntplib-0.3.3.ebuild
new file mode 100644
index 0000000000..7e568f6d96
--- /dev/null
+++ b/dev-python/ntplib/ntplib-0.3.3.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+PYTHON_COMPAT=( python{2_7,3_{4,5,6}} )
+
+inherit distutils-r1
+
+DESCRIPTION="Python NTP library"
+HOMEPAGE="https://pypi.python.org/pypi/ntplib/"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+# tests fail with network-sandbox
+RESTRICT="test"
+
+python_test() {
+ "${PYTHON:-python}" ./test_ntplib.py
+}
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/ntplib/
@ 2020-04-24 20:13 Michał Górny
0 siblings, 0 replies; 11+ messages in thread
From: Michał Górny @ 2020-04-24 20:13 UTC (permalink / raw
To: gentoo-commits
commit: f9fabc59b0c9c193d38579876263652fcc297be0
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Fri Apr 24 19:40:11 2020 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Fri Apr 24 20:12:56 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f9fabc59
dev-python/ntplib: Enable py3.{7,8}
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/ntplib/ntplib-0.3.3.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-python/ntplib/ntplib-0.3.3.ebuild b/dev-python/ntplib/ntplib-0.3.3.ebuild
index 37e5fcbc114..11967a49ea2 100644
--- a/dev-python/ntplib/ntplib-0.3.3.ebuild
+++ b/dev-python/ntplib/ntplib-0.3.3.ebuild
@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=6
-PYTHON_COMPAT=( python3_6 )
+PYTHON_COMPAT=( python3_{6,7,8} )
inherit distutils-r1
@@ -18,5 +18,5 @@ IUSE=""
RESTRICT="test"
python_test() {
- "${PYTHON:-python}" ./test_ntplib.py
+ "${EPYTHON}" ./test_ntplib.py || die
}
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/ntplib/
@ 2020-10-15 1:44 Zac Medico
0 siblings, 0 replies; 11+ messages in thread
From: Zac Medico @ 2020-10-15 1:44 UTC (permalink / raw
To: gentoo-commits
commit: 9407406023f31266d0fc988fa97659e84a37ac77
Author: Jakov Smolic <jakov.smolic <AT> sartura <DOT> hr>
AuthorDate: Wed Oct 14 13:26:16 2020 +0000
Commit: Zac Medico <zmedico <AT> gentoo <DOT> org>
CommitDate: Thu Oct 15 01:44:02 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=94074060
dev-python/ntplib: correct DISTUTILS_USE_SETUPTOOLS
Closes: https://bugs.gentoo.org/748387
Package-Manager: Portage-3.0.8, Repoman-3.0.1
Signed-off-by: Jakov Smolic <jakov.smolic <AT> sartura.hr>
Signed-off-by: Zac Medico <zmedico <AT> gentoo.org>
dev-python/ntplib/ntplib-0.3.3.ebuild | 2 ++
1 file changed, 2 insertions(+)
diff --git a/dev-python/ntplib/ntplib-0.3.3.ebuild b/dev-python/ntplib/ntplib-0.3.3.ebuild
index 11967a49ea2..57418fb10e9 100644
--- a/dev-python/ntplib/ntplib-0.3.3.ebuild
+++ b/dev-python/ntplib/ntplib-0.3.3.ebuild
@@ -2,7 +2,9 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=6
+
PYTHON_COMPAT=( python3_{6,7,8} )
+DISTUTILS_USE_SETUPTOOLS=no
inherit distutils-r1
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/ntplib/
@ 2021-05-23 11:36 Michał Górny
0 siblings, 0 replies; 11+ messages in thread
From: Michał Górny @ 2021-05-23 11:36 UTC (permalink / raw
To: gentoo-commits
commit: bd4346e0526a698cf6a772cc2da00f7661734baf
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun May 23 11:02:08 2021 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun May 23 11:02:08 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bd4346e0
dev-python/ntplib: Enable py3.9 & py3.10
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/ntplib/ntplib-0.3.3.ebuild | 9 +++++----
1 file changed, 5 insertions(+), 4 deletions(-)
diff --git a/dev-python/ntplib/ntplib-0.3.3.ebuild b/dev-python/ntplib/ntplib-0.3.3.ebuild
index 388be2874a6..38cffbd39d3 100644
--- a/dev-python/ntplib/ntplib-0.3.3.ebuild
+++ b/dev-python/ntplib/ntplib-0.3.3.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=6
+EAPI=7
-PYTHON_COMPAT=( python3_{7,8} )
+PYTHON_COMPAT=( python3_{7..10} )
DISTUTILS_USE_SETUPTOOLS=no
inherit distutils-r1
@@ -17,8 +17,9 @@ SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
# tests fail with network-sandbox
+PROPERTIES="test_network"
RESTRICT="test"
python_test() {
- "${EPYTHON}" ./test_ntplib.py || die
+ "${EPYTHON}" ./test_ntplib.py -v || die
}
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/ntplib/
@ 2021-05-29 8:06 Michał Górny
0 siblings, 0 replies; 11+ messages in thread
From: Michał Górny @ 2021-05-29 8:06 UTC (permalink / raw
To: gentoo-commits
commit: 5b32bb1d787a312f4e88c0f5a68767edf1ddaadb
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat May 29 07:04:19 2021 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat May 29 08:06:43 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5b32bb1d
dev-python/ntplib: Bump to 0.4.0
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/ntplib/Manifest | 1 +
dev-python/ntplib/ntplib-0.4.0.ebuild | 24 ++++++++++++++++++++++++
2 files changed, 25 insertions(+)
diff --git a/dev-python/ntplib/Manifest b/dev-python/ntplib/Manifest
index 4b9abac69aa..8ee3b8ffbac 100644
--- a/dev-python/ntplib/Manifest
+++ b/dev-python/ntplib/Manifest
@@ -1 +1,2 @@
DIST ntplib-0.3.3.tar.gz 6808 BLAKE2B 192640fd46a12e6f6829b2e252bc3d8126104a15f6186d2f5164b74d6fd8aaa715c6df7c9d2d896512d82f729f85335d81e44eb86b6a7240595c40c8927c0b7b SHA512 4175ebb78228475b32744a59ad4c404f7b88344859c19874606967c7d83a4680bbc78ff42d13b866b8e6ef939d2f1948b0a0b42819c78a8520856bae48ec907f
+DIST ntplib-0.4.0.gh.tar.gz 7315 BLAKE2B 508936a01e23dcb2ac9446f4ef6a1f8084a250cfb58e456efc25646b8fec49d3317f751fcffc9d397201d7b41c2b9d387afae2e4a75518225eacc4f3fb01c1c9 SHA512 ad735b1bccc4dc149622423b2877dc1d4b461f245dd0bd5b0cf963918ea63806772783e03eb8a66c75934746981fbd28789f19efa339c87b2f83e8218ee4a4c3
diff --git a/dev-python/ntplib/ntplib-0.4.0.ebuild b/dev-python/ntplib/ntplib-0.4.0.ebuild
new file mode 100644
index 00000000000..b5c4c847200
--- /dev/null
+++ b/dev-python/ntplib/ntplib-0.4.0.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{7..10} )
+inherit distutils-r1
+
+DESCRIPTION="Python NTP library"
+HOMEPAGE="https://pypi.org/project/ntplib/"
+SRC_URI="
+ https://github.com/cf-natali/ntplib/archive/${PV}.tar.gz
+ -> ${P}.gh.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+# tests fail with network-sandbox
+PROPERTIES="test_network"
+RESTRICT="test"
+
+python_test() {
+ "${EPYTHON}" ./test_ntplib.py -v || die
+}
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/ntplib/
@ 2021-10-17 9:07 Michał Górny
0 siblings, 0 replies; 11+ messages in thread
From: Michał Górny @ 2021-10-17 9:07 UTC (permalink / raw
To: gentoo-commits
commit: f8dcc927b429c9754d6152a91884fe11043fa693
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Oct 17 09:05:27 2021 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Oct 17 09:05:27 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f8dcc927
dev-python/ntplib: Remove old
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/ntplib/Manifest | 1 -
dev-python/ntplib/ntplib-0.3.3.ebuild | 25 -------------------------
2 files changed, 26 deletions(-)
diff --git a/dev-python/ntplib/Manifest b/dev-python/ntplib/Manifest
index 8ee3b8ffbac..3df4d21966a 100644
--- a/dev-python/ntplib/Manifest
+++ b/dev-python/ntplib/Manifest
@@ -1,2 +1 @@
-DIST ntplib-0.3.3.tar.gz 6808 BLAKE2B 192640fd46a12e6f6829b2e252bc3d8126104a15f6186d2f5164b74d6fd8aaa715c6df7c9d2d896512d82f729f85335d81e44eb86b6a7240595c40c8927c0b7b SHA512 4175ebb78228475b32744a59ad4c404f7b88344859c19874606967c7d83a4680bbc78ff42d13b866b8e6ef939d2f1948b0a0b42819c78a8520856bae48ec907f
DIST ntplib-0.4.0.gh.tar.gz 7315 BLAKE2B 508936a01e23dcb2ac9446f4ef6a1f8084a250cfb58e456efc25646b8fec49d3317f751fcffc9d397201d7b41c2b9d387afae2e4a75518225eacc4f3fb01c1c9 SHA512 ad735b1bccc4dc149622423b2877dc1d4b461f245dd0bd5b0cf963918ea63806772783e03eb8a66c75934746981fbd28789f19efa339c87b2f83e8218ee4a4c3
diff --git a/dev-python/ntplib/ntplib-0.3.3.ebuild b/dev-python/ntplib/ntplib-0.3.3.ebuild
deleted file mode 100644
index 38cffbd39d3..00000000000
--- a/dev-python/ntplib/ntplib-0.3.3.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{7..10} )
-DISTUTILS_USE_SETUPTOOLS=no
-
-inherit distutils-r1
-
-DESCRIPTION="Python NTP library"
-HOMEPAGE="https://pypi.org/project/ntplib/"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-# tests fail with network-sandbox
-PROPERTIES="test_network"
-RESTRICT="test"
-
-python_test() {
- "${EPYTHON}" ./test_ntplib.py -v || die
-}
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/ntplib/
@ 2022-06-04 19:57 Michał Górny
0 siblings, 0 replies; 11+ messages in thread
From: Michał Górny @ 2022-06-04 19:57 UTC (permalink / raw
To: gentoo-commits
commit: c2692cbd6550204473b276ea39fe705aa3bc9571
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Jun 4 19:57:24 2022 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Jun 4 19:57:55 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c2692cbd
dev-python/ntplib: Add python@ as co-maint.
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/ntplib/metadata.xml | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/dev-python/ntplib/metadata.xml b/dev-python/ntplib/metadata.xml
index f74f2aadab26..37bedc1a3a86 100644
--- a/dev-python/ntplib/metadata.xml
+++ b/dev-python/ntplib/metadata.xml
@@ -7,4 +7,8 @@
<maintainer type="person">
<email>zmedico@gentoo.org</email>
</maintainer>
+ <maintainer type="project">
+ <email>python@gentoo.org</email>
+ <name>Python</name>
+ </maintainer>
</pkgmetadata>
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/ntplib/
@ 2023-02-15 17:45 Michał Górny
0 siblings, 0 replies; 11+ messages in thread
From: Michał Górny @ 2023-02-15 17:45 UTC (permalink / raw
To: gentoo-commits
commit: db58bca949b7ffce373d89c05f325c08cfd1bdff
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed Feb 15 17:42:39 2023 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed Feb 15 17:45:33 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=db58bca9
dev-python/ntplib: Add GH remote-id
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/ntplib/metadata.xml | 1 +
1 file changed, 1 insertion(+)
diff --git a/dev-python/ntplib/metadata.xml b/dev-python/ntplib/metadata.xml
index 37bedc1a3a86..c76689a3fe4b 100644
--- a/dev-python/ntplib/metadata.xml
+++ b/dev-python/ntplib/metadata.xml
@@ -2,6 +2,7 @@
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<upstream>
+ <remote-id type="github">cf-natali/ntplib</remote-id>
<remote-id type="pypi">ntplib</remote-id>
</upstream>
<maintainer type="person">
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/ntplib/
@ 2023-02-15 17:45 Michał Górny
0 siblings, 0 replies; 11+ messages in thread
From: Michał Górny @ 2023-02-15 17:45 UTC (permalink / raw
To: gentoo-commits
commit: 7d1670a572969ada1b290265750a4384c04883b4
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed Feb 15 17:39:48 2023 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed Feb 15 17:45:31 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7d1670a5
dev-python/ntplib: EAPI 8, PEP517, py3.11
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/ntplib/ntplib-0.4.0-r1.ebuild | 29 +++++++++++++++++++++++++++++
1 file changed, 29 insertions(+)
diff --git a/dev-python/ntplib/ntplib-0.4.0-r1.ebuild b/dev-python/ntplib/ntplib-0.4.0-r1.ebuild
new file mode 100644
index 000000000000..dfd94fe8521b
--- /dev/null
+++ b/dev-python/ntplib/ntplib-0.4.0-r1.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{9..11} )
+
+inherit distutils-r1
+
+DESCRIPTION="Python NTP library"
+HOMEPAGE="
+ https://github.com/cf-natali/ntplib/
+ https://pypi.org/project/ntplib/
+"
+SRC_URI="
+ https://github.com/cf-natali/ntplib/archive/${PV}.tar.gz
+ -> ${P}.gh.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+# tests fail with network-sandbox
+PROPERTIES="test_network"
+RESTRICT="test"
+
+python_test() {
+ "${EPYTHON}" ./test_ntplib.py -v || die
+}
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/ntplib/
@ 2023-05-31 19:08 Michał Górny
0 siblings, 0 replies; 11+ messages in thread
From: Michał Górny @ 2023-05-31 19:08 UTC (permalink / raw
To: gentoo-commits
commit: eb465f1f1b1e2873326e3628ec8f00aa8c3258e6
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed May 31 19:05:35 2023 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed May 31 19:08:50 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eb465f1f
dev-python/ntplib: Enable py3.12
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/ntplib/ntplib-0.4.0-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/ntplib/ntplib-0.4.0-r1.ebuild b/dev-python/ntplib/ntplib-0.4.0-r1.ebuild
index dfd94fe8521b..cda2e14cd3b1 100644
--- a/dev-python/ntplib/ntplib-0.4.0-r1.ebuild
+++ b/dev-python/ntplib/ntplib-0.4.0-r1.ebuild
@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{9..11} )
+PYTHON_COMPAT=( python3_{10..12} )
inherit distutils-r1
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/ntplib/
@ 2024-05-18 6:23 Michał Górny
0 siblings, 0 replies; 11+ messages in thread
From: Michał Górny @ 2024-05-18 6:23 UTC (permalink / raw
To: gentoo-commits
commit: 49becc1770dfe111bf36d3a640710b12a5bfe0eb
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat May 18 06:17:21 2024 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat May 18 06:22:13 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=49becc17
dev-python/ntplib: Enable py3.13
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/ntplib/ntplib-0.4.0-r1.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-python/ntplib/ntplib-0.4.0-r1.ebuild b/dev-python/ntplib/ntplib-0.4.0-r1.ebuild
index cda2e14cd3b1..aaf688816f87 100644
--- a/dev-python/ntplib/ntplib-0.4.0-r1.ebuild
+++ b/dev-python/ntplib/ntplib-0.4.0-r1.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2023 Gentoo Authors
+# 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..12} )
+PYTHON_COMPAT=( python3_{10..13} )
inherit distutils-r1
^ permalink raw reply related [flat|nested] 11+ messages in thread
end of thread, other threads:[~2024-05-18 6:23 UTC | newest]
Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-05-23 11:36 [gentoo-commits] repo/gentoo:master commit in: dev-python/ntplib/ Michał Górny
-- strict thread matches above, loose matches on Subject: below --
2024-05-18 6:23 Michał Górny
2023-05-31 19:08 Michał Górny
2023-02-15 17:45 Michał Górny
2023-02-15 17:45 Michał Górny
2022-06-04 19:57 Michał Górny
2021-10-17 9:07 Michał Górny
2021-05-29 8:06 Michał Górny
2020-10-15 1:44 Zac Medico
2020-04-24 20:13 Michał Górny
2017-02-24 3:41 Zac Medico
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox