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 B65B9138330 for ; Sat, 6 Jan 2018 13:39:39 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1322CE084E; Sat, 6 Jan 2018 13:39:39 +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 E6F78E084E for ; Sat, 6 Jan 2018 13:39:38 +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 DFA5C335C2C for ; Sat, 6 Jan 2018 13:39:37 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A0CCA1A9 for ; Sat, 6 Jan 2018 13:39:36 +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: <1515245955.47d14f4fdf3c5ddbf59d10b7e1380d4157b8bb1a.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/webencodings/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/webencodings/Manifest dev-python/webencodings/webencodings-0.5.ebuild X-VCS-Directories: dev-python/webencodings/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 47d14f4fdf3c5ddbf59d10b7e1380d4157b8bb1a X-VCS-Branch: master Date: Sat, 6 Jan 2018 13:39:36 +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: e4b4f2ac-2c3b-4c9b-a8b7-6a31fbb65a18 X-Archives-Hash: fadcd8a0ab48695d003921fb29d0b14b commit: 47d14f4fdf3c5ddbf59d10b7e1380d4157b8bb1a Author: Michał Górny gentoo org> AuthorDate: Sat Jan 6 09:54:14 2018 +0000 Commit: Michał Górny gentoo org> CommitDate: Sat Jan 6 13:39:15 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=47d14f4f dev-python/webencodings: Clean old up dev-python/webencodings/Manifest | 1 - dev-python/webencodings/webencodings-0.5.ebuild | 36 ------------------------- 2 files changed, 37 deletions(-) diff --git a/dev-python/webencodings/Manifest b/dev-python/webencodings/Manifest index f677a6f1b4b..25b9ea73852 100644 --- a/dev-python/webencodings/Manifest +++ b/dev-python/webencodings/Manifest @@ -1,2 +1 @@ DIST webencodings-0.5.1.tar.gz 9721 BLAKE2B f62ee91cf0230f55bfbe9973a621bbaf3aa250f511b2e1e2c0c6db00bf52760bb058957040600cb33d6f9208987302a70783b04325be4ff344c428a43664290a SHA512 b727b01bac6ec79bca517960d27b4c0668b295f25559471b9641c2c33dab55db6dac9c990952177964c6418382c22831b14d57df5e632d51d7abf97b61f24326 -DIST webencodings-0.5.tar.gz 9479 BLAKE2B 87925c4e7958fbc00f7b82c84180aed47434c16b479b432015950d40a502587e5f4648029d60c313d62b38e0333c311cbd13d13260a3b55ceffef6bb646b01ce SHA512 3f0c1995d23a8ccf8f0b02301edec5834336c27b7daf2335ded888073a1f13058acd93477cd020bb2b12d51b393d9b3166acf4995564cb9751ace8df35a891c2 diff --git a/dev-python/webencodings/webencodings-0.5.ebuild b/dev-python/webencodings/webencodings-0.5.ebuild deleted file mode 100644 index b907e4c822c..00000000000 --- a/dev-python/webencodings/webencodings-0.5.ebuild +++ /dev/null @@ -1,36 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -PYTHON_COMPAT=( python2_7 python3_{4,5} pypy pypy3 ) - -inherit distutils-r1 - -DESCRIPTION="Character encoding aliases for legacy web content" -HOMEPAGE="https://github.com/SimonSapin/python-webencodings http://pypi.python.org/pypi/webencodings" -SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" -IUSE="test" - -RDEPEND="" -DEPEND="${RDEPEND} - dev-python/setuptools[${PYTHON_USEDEP}] - test? ( - dev-python/pytest[${PYTHON_USEDEP}] - )" - -python_prepare_all(){ - cat >> setup.cfg <<- EOF - [pytest] - python_files=test*.py - EOF - distutils-r1_python_prepare_all -} - -python_test() { - py.test -v -v || die -}