From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id C758A138350 for ; Wed, 25 Mar 2020 13:26:01 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9DC1EE0BDB; Wed, 25 Mar 2020 13:25:59 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 7165EE0BDB for ; Wed, 25 Mar 2020 13:25:59 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C00D234F648 for ; Wed, 25 Mar 2020 13:25:56 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 27EB21A2 for ; Wed, 25 Mar 2020 13:25:53 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1585142716.d98c42800efd52823c0d86ad5f03151a86ec3b26.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/monotonic/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/monotonic/Manifest dev-python/monotonic/monotonic-1.4.ebuild dev-python/monotonic/monotonic-1.5.ebuild X-VCS-Directories: dev-python/monotonic/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: d98c42800efd52823c0d86ad5f03151a86ec3b26 X-VCS-Branch: master Date: Wed, 25 Mar 2020 13:25:53 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: fb09ae27-dcef-4595-a9b7-494e58278472 X-Archives-Hash: 62a55afba09f92b48a7542e6fca6ed55 commit: d98c42800efd52823c0d86ad5f03151a86ec3b26 Author: Michał Górny gentoo org> AuthorDate: Wed Mar 25 13:05:35 2020 +0000 Commit: Michał Górny gentoo org> CommitDate: Wed Mar 25 13:25:16 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d98c4280 dev-python/monotonic: Remove old Signed-off-by: Michał Górny gentoo.org> dev-python/monotonic/Manifest | 1 - dev-python/monotonic/monotonic-1.4.ebuild | 19 ------------------- dev-python/monotonic/monotonic-1.5.ebuild | 19 ------------------- 3 files changed, 39 deletions(-) diff --git a/dev-python/monotonic/Manifest b/dev-python/monotonic/Manifest index cfe0c78516a..51fde0f5c42 100644 --- a/dev-python/monotonic/Manifest +++ b/dev-python/monotonic/Manifest @@ -1,2 +1 @@ -DIST monotonic-1.4.tar.gz 7463 BLAKE2B c9123bb5ed5ece16014c9467c7e25dfaee8d0f30096a73f5d001b0bfc965c0c1f2b501ae39f5b490edd61f179c4e688ce4b794bdb6a842ba350d499eccd8335f SHA512 f9fa079cc325592b0bff799fabe7f9e87922cfe351776ed08be7a0060d27f81ae2c23aa7a1fac2ac2203ec26547e05fe3a918e68e6a474768b431ce860522eca DIST monotonic-1.5.tar.gz 7525 BLAKE2B e6022a9c134031f1b89e643b4f7b37417366e08de213f580a39706e7cd57b1045e8f1625be213c90fba48b69c40461d0c90255e6a9f20e565ea9a857780e2143 SHA512 05485e0baa51df95f9812d463306ce0bbe7228170b43aed8faa9d77d2b613ffede6b57b3dd273c352e0d1c04782043bec2f36be88cb1acde182a5aeb0538f970 diff --git a/dev-python/monotonic/monotonic-1.4.ebuild b/dev-python/monotonic/monotonic-1.4.ebuild deleted file mode 100644 index ca9c44a0e1c..00000000000 --- a/dev-python/monotonic/monotonic-1.4.ebuild +++ /dev/null @@ -1,19 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 -PYTHON_COMPAT=( python2_7 python3_6 ) - -inherit distutils-r1 - -DESCRIPTION="An implementation of time.monotonic() for Python 2 & < 3.3" -HOMEPAGE="https://github.com/atdt/monotonic" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - -LICENSE="Apache-2.0" -SLOT="0" -KEYWORDS="amd64 ~arm ~arm64 x86" -IUSE="" - -DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" -RDEPEND="" diff --git a/dev-python/monotonic/monotonic-1.5.ebuild b/dev-python/monotonic/monotonic-1.5.ebuild deleted file mode 100644 index 08e4b3f6bcb..00000000000 --- a/dev-python/monotonic/monotonic-1.5.ebuild +++ /dev/null @@ -1,19 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 -PYTHON_COMPAT=( python2_7 python3_{6,7} ) - -inherit distutils-r1 - -DESCRIPTION="An implementation of time.monotonic() for Python 2 & < 3.3" -HOMEPAGE="https://github.com/atdt/monotonic" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - -LICENSE="Apache-2.0" -SLOT="0" -KEYWORDS="~amd64 ~arm ~arm64 ~x86" -IUSE="" - -DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" -RDEPEND=""