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
-}

Reply via email to