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 2C303138330 for ; Fri, 5 Jan 2018 09:36:53 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 72FF1E0BB8; Fri, 5 Jan 2018 09:36:52 +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 489ADE0BB8 for ; Fri, 5 Jan 2018 09:36:52 +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 0EA07335C37 for ; Fri, 5 Jan 2018 09:36:50 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 89BAA1A2 for ; Fri, 5 Jan 2018 09:36:48 +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: <1515144989.83a9186afeb781f2333c06fca62262a53c6c3c74.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/llfuse/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/llfuse/Manifest dev-python/llfuse/llfuse-1.3.ebuild X-VCS-Directories: dev-python/llfuse/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 83a9186afeb781f2333c06fca62262a53c6c3c74 X-VCS-Branch: master Date: Fri, 5 Jan 2018 09:36:48 +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-Archives-Salt: aefffbaa-108e-46e4-bea6-fb8d54ae9931 X-Archives-Hash: 367adfa4b2dd844fb61483c3d6c7dd8b commit: 83a9186afeb781f2333c06fca62262a53c6c3c74 Author: Michał Górny gentoo org> AuthorDate: Thu Jan 4 23:29:14 2018 +0000 Commit: Michał Górny gentoo org> CommitDate: Fri Jan 5 09:36:29 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=83a9186a dev-python/llfuse: Clean old up dev-python/llfuse/Manifest | 1 - dev-python/llfuse/llfuse-1.3.ebuild | 41 ------------------------------------- 2 files changed, 42 deletions(-) diff --git a/dev-python/llfuse/Manifest b/dev-python/llfuse/Manifest index 9c45dd07a70..8114fcfaba1 100644 --- a/dev-python/llfuse/Manifest +++ b/dev-python/llfuse/Manifest @@ -1,3 +1,2 @@ DIST llfuse-1.2.tar.bz2 327967 BLAKE2B f2c64e46813dfee157d7befe9743809c299e03c77ebf6e9ea0e94578aa69a0884b7438aa24a551a5bd49458ddc6c350167afbc1832e1f73cc49c2f5cb529083c SHA512 0c31ac385a98211f8696857654ea187c5f18b655b65199696923bcc66d079a5e2a6f7260ac4f6da17b25ed57c9cb1314ce62fabb3b538a87e4286bbd0763390b DIST llfuse-1.3.2.tar.bz2 348035 BLAKE2B d3a3219c8d7462f448486488971842362b6ade8fcf6804d725db30b0e91d3f240ec9443705cb67caf3e6beae8a174f323465695dddd132210e3606aef6dd861d SHA512 f065818134b12dd128574836bc7d339404d9b7d9236b535da709378e9206b17cb2accd97fc0b658f39a93efe126a7c3064f7901468231f63f8398a3e053498cf -DIST llfuse-1.3.tar.bz2 335418 BLAKE2B 5f98ff510c9688233dbf5a5b34277fa87eb621b884e2353fa0377a9769fd871bf8fa478759cd6d2f11bfd3dbdb0f225469483567f0ea08fd031179fcef87fc13 SHA512 10d6c6dba20031106334559bd84d9477db70cf5e940f5e379716af1140bacaa4defe533cca51ac718e4d37b44414e34c7dcf48274c6fdd8ecc422f2f438552ee diff --git a/dev-python/llfuse/llfuse-1.3.ebuild b/dev-python/llfuse/llfuse-1.3.ebuild deleted file mode 100644 index 761de45bf85..00000000000 --- a/dev-python/llfuse/llfuse-1.3.ebuild +++ /dev/null @@ -1,41 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 -PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} pypy{,3} ) - -inherit distutils-r1 - -DESCRIPTION="Python bindings for the low-level FUSE API" -HOMEPAGE="https://bitbucket.org/nikratio/python-llfuse/ https://pypi.python.org/pypi/llfuse" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.bz2" - -LICENSE="LGPL-2" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="doc examples test" - -RDEPEND=">=sys-fs/fuse-2.8.0:0 - $(python_gen_cond_dep 'dev-python/contextlib2[${PYTHON_USEDEP}]' python2_7 pypy) -" -DEPEND=" - dev-python/setuptools[${PYTHON_USEDEP}] - virtual/pkgconfig - test? ( - ${RDEPEND} - dev-python/pytest[${PYTHON_USEDEP}] - dev-python/pytest-catchlog[${PYTHON_USEDEP}] - ) -" - -PATCHES=( "${FILESDIR}"/${P}-cflags.patch ) - -python_test() { - py.test -v || die "Tests failed under ${EPYTHON}" -} - -python_install_all() { - use doc && local HTML_DOCS=( doc/html/. ) - use examples && dodoc -r examples - distutils-r1_python_install_all -}