From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1211017-garchives=archives.gentoo.org@lists.gentoo.org> 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 712CA138359 for <garchives@archives.gentoo.org>; Thu, 1 Oct 2020 12:22:09 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B6F4BE08FC; Thu, 1 Oct 2020 12:22:08 +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 818E4E08FC for <gentoo-commits@lists.gentoo.org>; Thu, 1 Oct 2020 12:22:08 +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 910A134090F for <gentoo-commits@lists.gentoo.org>; Thu, 1 Oct 2020 12:22:06 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B7CEF38C for <gentoo-commits@lists.gentoo.org>; Thu, 1 Oct 2020 12:22:04 +0000 (UTC) From: "Michał Górny" <mgorny@gentoo.org> 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" <mgorny@gentoo.org> Message-ID: <1601554918.f846ec444cddaba6ddf1e15cb1a16bca65c74106.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/flask-babel/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/flask-babel/Manifest dev-python/flask-babel/flask-babel-1.0.0.ebuild X-VCS-Directories: dev-python/flask-babel/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: f846ec444cddaba6ddf1e15cb1a16bca65c74106 X-VCS-Branch: master Date: Thu, 1 Oct 2020 12:22:04 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: a7af9bc4-2efb-4d68-842a-292b0b9cb0f4 X-Archives-Hash: 9a219cd73aa3df74df60c08184be6803 commit: f846ec444cddaba6ddf1e15cb1a16bca65c74106 Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Thu Oct 1 12:11:45 2020 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Thu Oct 1 12:21:58 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f846ec44 dev-python/flask-babel: Remove old Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> dev-python/flask-babel/Manifest | 1 - dev-python/flask-babel/flask-babel-1.0.0.ebuild | 38 ------------------------- 2 files changed, 39 deletions(-) diff --git a/dev-python/flask-babel/Manifest b/dev-python/flask-babel/Manifest index b6026340c71..af1ebc3b96f 100644 --- a/dev-python/flask-babel/Manifest +++ b/dev-python/flask-babel/Manifest @@ -1,2 +1 @@ -DIST Flask-Babel-1.0.0.tar.gz 49680 BLAKE2B 29adeb7b4a6892fabf6e85da9f2fdb72f3871e3c3728c7521e06ffd80d8da505045eb1ef7a30223d8ef40064bc78514f6fc9acd1b8640232adb203ea55876e93 SHA512 3624b2e4877821551267e2719d76b714bda0a1da24e5a3c36d045273039823c4f3bbdf28cad5d8e0d4f0c896578248bfc40aebee720b543e500edf6de607ad8d DIST Flask-Babel-2.0.0.tar.gz 19588 BLAKE2B dbd5d6f3af38fad15a4eb6d674222473d673a9002ced21ce09a913e0bce3285b1eac9a5a85ce53c1dcebf648444164f33a5c790039a7d01184d45c7734dac05f SHA512 2ad8f80b450db0cab7dd57f46158e7e653556d60869acdb3c2469d42dceca3fa97237cc960986655091c84a1a67a057d72ed510787ccb065d171e6f35764cb1d diff --git a/dev-python/flask-babel/flask-babel-1.0.0.ebuild b/dev-python/flask-babel/flask-babel-1.0.0.ebuild deleted file mode 100644 index 3ad5aeec4a4..00000000000 --- a/dev-python/flask-babel/flask-babel-1.0.0.ebuild +++ /dev/null @@ -1,38 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -PYTHON_COMPAT=( pypy3 python3_{6..9} ) -inherit distutils-r1 - -MY_PN="Flask-Babel" -MY_P="${MY_PN}-${PV}" - -DESCRIPTION="i18n and l10n support for Flask based on Babel and pytz" -HOMEPAGE=" - https://pythonhosted.org/Flask-Babel/ - https://pypi.org/project/Flask-Babel/ - https://github.com/python-babel/flask-babel/" -SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz" -S="${WORKDIR}/${MY_P}" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="amd64 ~arm arm64 x86" - -RDEPEND=" - dev-python/Babel[${PYTHON_USEDEP}] - dev-python/flask[${PYTHON_USEDEP}] - >=dev-python/jinja-2.5[${PYTHON_USEDEP}] - dev-python/pytz[${PYTHON_USEDEP}] - dev-python/werkzeug[${PYTHON_USEDEP}] -" - -distutils_enable_sphinx docs \ - dev-python/flask-sphinx-themes -distutils_enable_tests unittest - -python_test() { - "${EPYTHON}" tests/tests.py -v || die "Tests fail with ${EPYTHON}" -}