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 320C1138334 for ; Sun, 29 Dec 2019 08:53:33 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0A242E0B4C; Sun, 29 Dec 2019 08:53:30 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 D68B2E0B4E for ; Sun, 29 Dec 2019 08:53:29 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 E7D5E34DCB6 for ; Sun, 29 Dec 2019 08:53:28 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5A04486 for ; Sun, 29 Dec 2019 08:53:25 +0000 (UTC) From: "David Seifert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Seifert" Message-ID: <1577609579.e86dd65f867da266464aad2b1c1633862688196f.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/watchdog/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/watchdog/watchdog-0.8.3-r1.ebuild X-VCS-Directories: dev-python/watchdog/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: e86dd65f867da266464aad2b1c1633862688196f X-VCS-Branch: master Date: Sun, 29 Dec 2019 08:53:25 +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: b70a7511-058d-47f7-8881-0e711589541c X-Archives-Hash: 77a1a2ae55a8515178b76a6677fe0a51 commit: e86dd65f867da266464aad2b1c1633862688196f Author: David Seifert gentoo org> AuthorDate: Sun Dec 29 08:52:59 2019 +0000 Commit: David Seifert gentoo org> CommitDate: Sun Dec 29 08:52:59 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e86dd65f dev-python/watchdog: Remove old Package-Manager: Portage-2.3.83, Repoman-2.3.20 Signed-off-by: David Seifert gentoo.org> dev-python/watchdog/watchdog-0.8.3-r1.ebuild | 37 ---------------------------- 1 file changed, 37 deletions(-) diff --git a/dev-python/watchdog/watchdog-0.8.3-r1.ebuild b/dev-python/watchdog/watchdog-0.8.3-r1.ebuild deleted file mode 100644 index adddcf54e17..00000000000 --- a/dev-python/watchdog/watchdog-0.8.3-r1.ebuild +++ /dev/null @@ -1,37 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -PYTHON_COMPAT=( python2_7 python3_5 pypy) - -inherit distutils-r1 eutils - -DESCRIPTION="Python API and shell utilities to monitor file system events" -HOMEPAGE="https://github.com/gorakhargosh/watchdog" -SRC_URI="mirror://pypi/w/watchdog/${P}.tar.gz" - -LICENSE="Apache-2.0" -SLOT="0" -KEYWORDS="amd64 ~arm ~ppc x86" -IUSE="test" -RESTRICT="!test? ( test )" - -CDEPEND="dev-python/pyyaml[${PYTHON_USEDEP}]" -RDEPEND="${CDEPEND} - dev-python/argh[${PYTHON_USEDEP}] - dev-python/pathtools[${PYTHON_USEDEP}]" -DEPEND="${CDEPEND} - test? ( - dev-python/pytest[${PYTHON_USEDEP}] - dev-python/pytest-cov[${PYTHON_USEDEP}] - >=dev-python/pytest-timeout-0.3[${PYTHON_USEDEP}] - )" - -python_test() { - esetup.py test -} - -pkg_postinst() { - optfeature "Bash completion" dev-python/argcomplete -}