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 B7CA0138334 for ; Sun, 29 Dec 2019 13:06:41 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CF72EE0C09; Sun, 29 Dec 2019 13:06:38 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 686D3E0C09 for ; Sun, 29 Dec 2019 13:06: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 4CE0A34DCBB for ; Sun, 29 Dec 2019 13:06:37 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 058A5B3 for ; Sun, 29 Dec 2019 13:06:36 +0000 (UTC) From: "David Seifert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Seifert" Message-ID: <1577624765.6933477b5ce8f80e79f931238ceb2d8f07e8f19b.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/flask-admin/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/flask-admin/Manifest dev-python/flask-admin/flask-admin-1.5.0.ebuild X-VCS-Directories: dev-python/flask-admin/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: 6933477b5ce8f80e79f931238ceb2d8f07e8f19b X-VCS-Branch: master Date: Sun, 29 Dec 2019 13:06: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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: ebce9cd7-db99-4677-adf4-12e6950b5ca8 X-Archives-Hash: 58a67f4bb689ccb3c4d0aee66b0b668e commit: 6933477b5ce8f80e79f931238ceb2d8f07e8f19b Author: David Seifert gentoo org> AuthorDate: Sun Dec 29 13:06:05 2019 +0000 Commit: David Seifert gentoo org> CommitDate: Sun Dec 29 13:06:05 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6933477b dev-python/flask-admin: Remove old Package-Manager: Portage-2.3.83, Repoman-2.3.20 Signed-off-by: David Seifert gentoo.org> dev-python/flask-admin/Manifest | 1 - dev-python/flask-admin/flask-admin-1.5.0.ebuild | 59 ------------------------- 2 files changed, 60 deletions(-) diff --git a/dev-python/flask-admin/Manifest b/dev-python/flask-admin/Manifest index 069d93023b7..6482655fbff 100644 --- a/dev-python/flask-admin/Manifest +++ b/dev-python/flask-admin/Manifest @@ -1,2 +1 @@ -DIST Flask-Admin-1.5.0.tar.gz 1598074 BLAKE2B a7ca1fab32621cacfcf691f779e88e134369be82f1904db02f72cd51fbbdfecb22b9da06800a9cfae99336ed2807914a6420248c43775c9ec37d65ce242ce17c SHA512 dbf5b97f27228eb000fd1298f4da8d4824196856e4ba9e2d8cbae6e562794ec2d1a998b382efaa84ec4fd7a74ae589a739c52e117efebfb171f19bc16e7350e7 DIST Flask-Admin-1.5.1.tar.gz 1587527 BLAKE2B e734284d3adb7380b71df3718910977c49f76c7e561991c969b8e85952cd3963ede0e1e039c8dcb7c512c00851f1968a9c6e011ad1a064dd8fe4d00390581c31 SHA512 00e31f126048321114e422fda4a0ec84b5caa1a0c03afa17fc6a7078a3f99f843c2688b07462bae283533d52a575935dbab2ce6b731b1d1c3a1e93f315e37de3 diff --git a/dev-python/flask-admin/flask-admin-1.5.0.ebuild b/dev-python/flask-admin/flask-admin-1.5.0.ebuild deleted file mode 100644 index 12d9c34a52f..00000000000 --- a/dev-python/flask-admin/flask-admin-1.5.0.ebuild +++ /dev/null @@ -1,59 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 -PYTHON_COMPAT=( python3_5 ) - -inherit distutils-r1 - -#RESTRICT="test" # we're still missing some of the dependencies - -MY_PN="Flask-Admin" -MY_P="${MY_PN}-${PV}" - -DESCRIPTION="Simple and extensible admin interface framework for Flask" -HOMEPAGE="https://pypi.org/project/Flask-Admin/" -SRC_URI="mirror://pypi/${MY_P:0:1}/${MY_PN}/${MY_P}.tar.gz" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="examples test" -RESTRICT="!test? ( test )" - -RDEPEND=" - >=dev-python/flask-0.7[${PYTHON_USEDEP}] - dev-python/wtforms[${PYTHON_USEDEP}]" -DEPEND="${RDEPEND} - dev-python/setuptools[${PYTHON_USEDEP}] - test? ( - dev-python/nose[${PYTHON_USEDEP}] - dev-python/flask-wtf[${PYTHON_USEDEP}] - dev-python/peewee[${PYTHON_USEDEP}] - dev-python/wtf-peewee[${PYTHON_USEDEP}] - dev-python/flask-pymongo[${PYTHON_USEDEP}] - dev-python/flask-mongoengine[${PYTHON_USEDEP}] - dev-python/flask-sqlalchemy[${PYTHON_USEDEP}] - dev-python/flask-babelex[${PYTHON_USEDEP}] - sci-libs/Shapely[${PYTHON_USEDEP}] - dev-python/geoalchemy2[${PYTHON_USEDEP}] - >=dev-python/pillow-2.9[${PYTHON_USEDEP},jpeg(+)] - )" - -S="${WORKDIR}/${MY_P}" - -python_prepare_all() { - sed \ - -e 's:find_packages():find_packages(exclude=["*.examples", "*.examples.*", "examples.*", "examples"]):g' \ - -i setup.py || die - distutils-r1_python_prepare_all -} - -python_test() { - nosetests || die "Testing failed with ${EPYTHON}" -} - -python_install_all() { - use examples && dodoc -r examples - distutils-r1_python_install_all -}