[gentoo-commits] repo/gentoo:master commit in: dev-python/ntplib/

2023-05-31 Thread Michał Górny
commit: eb465f1f1b1e2873326e3628ec8f00aa8c3258e6
Author: Michał Górny  gentoo  org>
AuthorDate: Wed May 31 19:05:35 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed May 31 19:08:50 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eb465f1f

dev-python/ntplib: Enable py3.12

Signed-off-by: Michał Górny  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
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/ntplib/

2023-02-15 Thread Michał Górny
commit: db58bca949b7ffce373d89c05f325c08cfd1bdff
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Feb 15 17:42:39 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Feb 15 17:45:33 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=db58bca9

dev-python/ntplib: Add GH remote-id

Signed-off-by: Michał Górny  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 @@
 https://www.gentoo.org/dtd/metadata.dtd;>
 

+   cf-natali/ntplib
ntplib





[gentoo-commits] repo/gentoo:master commit in: dev-python/ntplib/

2023-02-15 Thread Michał Górny
commit: 7d1670a572969ada1b290265750a4384c04883b4
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Feb 15 17:39:48 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Feb 15 17:45:31 2023 +
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  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 ..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
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/ntplib/

2022-06-04 Thread Michał Górny
commit: c2692cbd6550204473b276ea39fe705aa3bc9571
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Jun  4 19:57:24 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Jun  4 19:57:55 2022 +
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  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 @@

zmed...@gentoo.org

+   
+   pyt...@gentoo.org
+   Python
+   
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/ntplib/

2021-10-17 Thread Michał Górny
commit: f8dcc927b429c9754d6152a91884fe11043fa693
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Oct 17 09:05:27 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Oct 17 09:05:27 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f8dcc927

dev-python/ntplib: Remove old

Signed-off-by: Michał Górny  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..000
--- 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
-}



[gentoo-commits] repo/gentoo:master commit in: dev-python/ntplib/

2021-05-29 Thread Michał Górny
commit: 5b32bb1d787a312f4e88c0f5a68767edf1ddaadb
Author: Michał Górny  gentoo  org>
AuthorDate: Sat May 29 07:04:19 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat May 29 08:06:43 2021 +
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  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 000..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
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/ntplib/

2021-05-23 Thread Michał Górny
commit: bd4346e0526a698cf6a772cc2da00f7661734baf
Author: Michał Górny  gentoo  org>
AuthorDate: Sun May 23 11:02:08 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun May 23 11:02:08 2021 +
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  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
 }



[gentoo-commits] repo/gentoo:master commit in: dev-python/ntplib/

2020-10-14 Thread Zac Medico
commit: 9407406023f31266d0fc988fa97659e84a37ac77
Author: Jakov Smolic  sartura  hr>
AuthorDate: Wed Oct 14 13:26:16 2020 +
Commit: Zac Medico  gentoo  org>
CommitDate: Thu Oct 15 01:44:02 2020 +
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  sartura.hr>
Signed-off-by: Zac Medico  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
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/ntplib/

2020-04-24 Thread Michał Górny
commit: f9fabc59b0c9c193d38579876263652fcc297be0
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Apr 24 19:40:11 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Apr 24 20:12:56 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f9fabc59

dev-python/ntplib: Enable py3.{7,8}

Signed-off-by: Michał Górny  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
 }



[gentoo-commits] repo/gentoo:master commit in: dev-python/ntplib/

2017-02-23 Thread Zac Medico
commit: 011bfe3f17cbc88758436891821d2870b46f6cfd
Author: Zac Medico  gentoo  org>
AuthorDate: Fri Feb 24 03:40:49 2017 +
Commit: Zac Medico  gentoo  org>
CommitDate: Fri Feb 24 03:40:49 2017 +
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 00..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 00..081f4bf203
--- /dev/null
+++ b/dev-python/ntplib/metadata.xml
@@ -0,0 +1,10 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+   
+   ntplib
+   
+   
+   zmed...@gentoo.org
+   
+

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 00..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
+}