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 21487138330 for ; Thu, 25 Aug 2016 21:50:47 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 55EB2E0A6C; Thu, 25 Aug 2016 21:50:46 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id D6BC3E0A6C for ; Thu, 25 Aug 2016 21:50:45 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D899F340948 for ; Thu, 25 Aug 2016 21:50:43 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2B29D2468 for ; Thu, 25 Aug 2016 21:50:42 +0000 (UTC) From: "Tim Harder" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Tim Harder" Message-ID: <1472161839.522d1a43227c9251d0899618f9a18c641e97856e.radhermit@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/backports-lzma/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/backports-lzma/Manifest dev-python/backports-lzma/backports-lzma-0.0.3.ebuild X-VCS-Directories: dev-python/backports-lzma/ X-VCS-Committer: radhermit X-VCS-Committer-Name: Tim Harder X-VCS-Revision: 522d1a43227c9251d0899618f9a18c641e97856e X-VCS-Branch: master Date: Thu, 25 Aug 2016 21:50:42 +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: fcaeda87-0c5a-447e-a30b-e1aa4c81b167 X-Archives-Hash: ed23ec8fd66937a63d832533cb3b9dd3 commit: 522d1a43227c9251d0899618f9a18c641e97856e Author: Tim Harder gentoo org> AuthorDate: Thu Aug 25 21:49:57 2016 +0000 Commit: Tim Harder gentoo org> CommitDate: Thu Aug 25 21:50:39 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=522d1a43 dev-python/backports-lzma: remove old dev-python/backports-lzma/Manifest | 1 - .../backports-lzma/backports-lzma-0.0.3.ebuild | 38 ---------------------- 2 files changed, 39 deletions(-) diff --git a/dev-python/backports-lzma/Manifest b/dev-python/backports-lzma/Manifest index c60ee3d..e7f7884 100644 --- a/dev-python/backports-lzma/Manifest +++ b/dev-python/backports-lzma/Manifest @@ -1,2 +1 @@ -DIST backports.lzma-0.0.3.tar.gz 33848 SHA256 bac58aec8d39ac3d22250840fb24830d0e4a0ef05ad8f3f09172dc0cc80cdbca SHA512 a653b61d1e45de73ac13845127fecd97e84872c453be9e090ba2d6d2ff6187817ab980e36c1961f0a66bb9a660bb716fc7679b5317a4ff41db42156024847f45 WHIRLPOOL 33eb3c8b1c9aa8d4beabdc52247cea4b0ad2913989a2b508f71073a7a6b8dd9b6260339233f78d8e8f28476c48242076b3a95b427155f0605336e17b79e0d9ee DIST backports.lzma-0.0.6.tar.gz 34475 SHA256 c9c97b10fb1941abdd896b9447e3745da59b32750b27c015ddb8eaf3654daaea SHA512 6196e64e81c2427d07844dab984113021ae97ba9d0c136cfd20b7213cdb8cda8b9a2643c8df21c799d338031cd49d4cbfd7f9ba9c30efd6cd28e63e8772a032b WHIRLPOOL 3d0f8a5f34d18c2f1e0072a0b6fa4ab22bfd61031ca521d423b4007b8702ec7d901560dc5416389f1e9839590a2326ac7ad2850d1a39e7603cb66f598a2de66c diff --git a/dev-python/backports-lzma/backports-lzma-0.0.3.ebuild b/dev-python/backports-lzma/backports-lzma-0.0.3.ebuild deleted file mode 100644 index 853e570..00000000 --- a/dev-python/backports-lzma/backports-lzma-0.0.3.ebuild +++ /dev/null @@ -1,38 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 - -PYTHON_COMPAT=( python2_7 ) - -inherit distutils-r1 - -MY_PN=${PN/-/.} -MY_P=${MY_PN}-${PV} - -DESCRIPTION="Backport of Python 3.3's lzma module for XZ/LZMA compressed files" -HOMEPAGE="https://github.com/peterjc/backports.lzma/ https://pypi.python.org/pypi/backports.lzma/" -SRC_URI="mirror://pypi/${PN:0:1}/${MY_PN}/${MY_P}.tar.gz" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux" - -RDEPEND="app-arch/xz-utils - dev-python/backports[${PYTHON_USEDEP}]" -DEPEND="${RDEPEND}" - -S=${WORKDIR}/${MY_P} - -python_test() { - PYTHONPATH="${BUILD_DIR}/lib" "${PYTHON}" test/test_lzma.py || die "tests failed with ${EPYTHON}" -} - -python_install() { - # main namespace provided by dev-python/backports - rm "${BUILD_DIR}"/lib/backports/__init__.py || die - rm -f backports/__init__.py || die - - distutils-r1_python_install -}