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 BD1461382C5 for ; Thu, 26 Apr 2018 03:32:14 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C570CE087C; Thu, 26 Apr 2018 03:32:11 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 882B9E087C for ; Thu, 26 Apr 2018 03:32:11 +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 35EBB335C7E for ; Thu, 26 Apr 2018 03:32:10 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 717222A5 for ; Thu, 26 Apr 2018 03:32:07 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1524713374.9d67aaff6059f3c01c6c551a53e3f8d10f5df367.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/atom/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/atom/Manifest dev-python/atom/atom-0.3.10.ebuild X-VCS-Directories: dev-python/atom/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 9d67aaff6059f3c01c6c551a53e3f8d10f5df367 X-VCS-Branch: master Date: Thu, 26 Apr 2018 03:32:07 +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: 63c796cb-0ef9-4d88-a628-34feba19548f X-Archives-Hash: fb8f580c84f9d2cd1bb815dee3ab486c commit: 9d67aaff6059f3c01c6c551a53e3f8d10f5df367 Author: Andreas Sturmlechner gentoo org> AuthorDate: Wed Apr 25 19:45:50 2018 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Thu Apr 26 03:29:34 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9d67aaff dev-python/atom: Drop old Bug: https://bugs.gentoo.org/649100 Package-Manager: Portage-2.3.31, Repoman-2.3.9 dev-python/atom/Manifest | 1 - dev-python/atom/atom-0.3.10.ebuild | 49 -------------------------------------- 2 files changed, 50 deletions(-) diff --git a/dev-python/atom/Manifest b/dev-python/atom/Manifest index f2c23a694f8..599eff80201 100644 --- a/dev-python/atom/Manifest +++ b/dev-python/atom/Manifest @@ -1,2 +1 @@ -DIST atom-0.3.10.zip 102102 BLAKE2B ed67aac137ed1ec983d45296756a6cd716201f412783287e2c054edae1d4ac25923fa53af832d77e5ec2c9ce4ee064d2be8013526e41b679235e5eeacccbf39f SHA512 ae22747f96e42b9cc4f7c92ddb7d7b8af647e17b917481cd267d4162bd9260b906a019a73de2ca6e3c72a9430dacd535001da7dcb809c1c3dc18c7297be14b76 DIST atom-0.4.1.tar.gz 65082 BLAKE2B 9f2f1fe4a910e69a083567472d1d442570b922e1aafd3a94ec55541b406d7fa876a5260193137f9de37b1c44fd97f95d0868fd345cc82e0c1c73683c149aa2e7 SHA512 95c5b5a78fb8466a78b8f983290e722d7f797ecbd9d149e37f2f52f0604c932bb747c791a4d16922535e0ef2c992c59021c2f695563d5a320a86538a6a80b958 diff --git a/dev-python/atom/atom-0.3.10.ebuild b/dev-python/atom/atom-0.3.10.ebuild deleted file mode 100644 index d98b0c8d4f6..00000000000 --- a/dev-python/atom/atom-0.3.10.ebuild +++ /dev/null @@ -1,49 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 -PYTHON_COMPAT=( python2_7 ) - -inherit distutils-r1 flag-o-matic - -DESCRIPTION="Memory efficient Python objects" -HOMEPAGE="https://github.com/nucleic/atom" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.zip" - -LICENSE="Clear-BSD" -SLOT="0" -KEYWORDS="amd64 x86" -IUSE="examples test" - -RDEPEND="" -DEPEND="dev-python/setuptools[${PYTHON_USEDEP}] - app-arch/unzip - test? ( dev-python/nose[${PYTHON_USEDEP}] )" - -python_prepare_all() { - # Required to avoid file collisions at install - sed -e "s:find_packages():find_packages(exclude=['tests']):" -i setup.py || die - - # Reset from use of local paths - if use test; then - sed -e 's:from .catom:from catom:g' -i ${PN}/*.py || die - fi - - append-flags -fno-strict-aliasing - - distutils-r1_python_prepare_all -} - -python_test() { - PYTHONPATH="${BUILD_DIR}"/lib:"${BUILD_DIR}"/lib/${PN} \ - nosetests || die "Tests failed" - pushd "${BUILD_DIR}"/lib > /dev/null - # Change the state back to original ready for installing - sed -e 's:from catom:from .catom:g' -i ${PN}/*.py - popd > /dev/null -} - -python_install_all() { - use examples && local EXAMPLES=( examples/. ) - distutils-r1_python_install_all -}