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 A0B16138331 for ; Wed, 3 Jan 2018 23:35:39 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C53BFE089C; Wed, 3 Jan 2018 23:35:37 +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 9E7E0E088F for ; Wed, 3 Jan 2018 23:35:37 +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 CE6DD335C30 for ; Wed, 3 Jan 2018 23:35:36 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 27B791A5 for ; Wed, 3 Jan 2018 23:35:34 +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: <1515022514.0b5c5cea6f1fd739e2a65a6406db4216d2e260f1.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/flask-socketio/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/flask-socketio/Manifest dev-python/flask-socketio/flask-socketio-2.8.6.ebuild X-VCS-Directories: dev-python/flask-socketio/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 0b5c5cea6f1fd739e2a65a6406db4216d2e260f1 X-VCS-Branch: master Date: Wed, 3 Jan 2018 23:35:34 +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: 9332e321-e53a-4b78-b2f8-620931d5da1b X-Archives-Hash: 001ee8b50d095be55eba59308cb8e06c commit: 0b5c5cea6f1fd739e2a65a6406db4216d2e260f1 Author: Michał Górny gentoo org> AuthorDate: Wed Jan 3 22:30:10 2018 +0000 Commit: Michał Górny gentoo org> CommitDate: Wed Jan 3 23:35:14 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0b5c5cea dev-python/flask-socketio: Clean old up dev-python/flask-socketio/Manifest | 1 - .../flask-socketio/flask-socketio-2.8.6.ebuild | 32 ---------------------- 2 files changed, 33 deletions(-) diff --git a/dev-python/flask-socketio/Manifest b/dev-python/flask-socketio/Manifest index 72a41476c3e..8f8cc0dbb89 100644 --- a/dev-python/flask-socketio/Manifest +++ b/dev-python/flask-socketio/Manifest @@ -1,2 +1 @@ -DIST flask-socketio-2.8.6.tar.gz 13530 BLAKE2B a9d6facf4baf4ee125f0ed7285b5c8f6b4095d1e37ee53a69bac6996b499c61d56a9fb77c27df839bbb56afe33b46f8f505ad420a01e8fb9a1fb19a9a35a619a SHA512 04e8029e83a1ddae184feb32a1d1a97dffaf3ab2d52d62c1fc5676182ff5fa1de28e7c08ac3d84f0d056919289b8087a25477c9f75c97961eeeed224dcb3752b DIST flask-socketio-2.9.2.tar.gz 14361 BLAKE2B 0db8ddee5fe8c7dda384a22d2880a7ebf8d25b6ee76d257012823fbe4388bcfebe01a362521fb5e5abfeca72b7b3ca2a53493081e5d42f6443d410871b6fb53e SHA512 6fc499a32f37752e6d6d62fc52787cca795f3d113315402bab8063f7b7041785a7c90aff1bd393ef12ba84f2547607920b5f3146271dc536847c07ef0ffb0617 diff --git a/dev-python/flask-socketio/flask-socketio-2.8.6.ebuild b/dev-python/flask-socketio/flask-socketio-2.8.6.ebuild deleted file mode 100644 index 60880a0c55d..00000000000 --- a/dev-python/flask-socketio/flask-socketio-2.8.6.ebuild +++ /dev/null @@ -1,32 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 -PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy pypy3 ) - -inherit distutils-r1 - -MY_PN="Flask-SocketIO" -DESCRIPTION="Socket.IO integration for Flask applications." -HOMEPAGE="https://flask-socketio.readthedocs.org/ https://github.com/miguelgrinberg/${MY_PN}/ https://pypi.python.org/pypi/${MY_PN}" -SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_PN}-${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="test" - -RDEPEND=">=dev-python/flask-0.9[${PYTHON_USEDEP}] - >=dev-python/python-socketio-1.5.0[${PYTHON_USEDEP}]" -DEPEND="${RDEPEND} - dev-python/setuptools[${PYTHON_USEDEP}] - test? ( dev-python/coverage[${PYTHON_USEDEP}] )" - -S="${WORKDIR}/${MY_PN}-${PV}" - -# pypi tarball does not contain tests -RESTRICT="test" - -python_test() { - PYTHONPATH="${PWD}" python ./test_socketio.py || die -}