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 854B41382C5 for ; Sun, 31 May 2020 10:22:33 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B2C0DE094F; Sun, 31 May 2020 10:22:32 +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 8737CE094F for ; Sun, 31 May 2020 10:22:32 +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 5CF2734F02D for ; Sun, 31 May 2020 10:22:31 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3588D278 for ; Sun, 31 May 2020 10:22:27 +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: <1590920517.dc98212d00b7ec1ba0bc9a26b0ef32e62c9e3058.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/, dev-python/xstatic/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/xstatic/Manifest dev-python/xstatic/metadata.xml dev-python/xstatic/xstatic-1.0.1.ebuild profiles/package.mask X-VCS-Directories: dev-python/xstatic/ profiles/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: dc98212d00b7ec1ba0bc9a26b0ef32e62c9e3058 X-VCS-Branch: master Date: Sun, 31 May 2020 10:22:27 +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: d28a93f6-dabd-4407-9fa0-a95f6dcc7636 X-Archives-Hash: 3392a098dfc82688ccd8e4b834659249 commit: dc98212d00b7ec1ba0bc9a26b0ef32e62c9e3058 Author: Michał Górny gentoo org> AuthorDate: Sun May 31 10:21:46 2020 +0000 Commit: Michał Górny gentoo org> CommitDate: Sun May 31 10:21:57 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dc98212d dev-python/xstatic: Remove last-rited pkg Closes: https://bugs.gentoo.org/719660 Signed-off-by: Michał Górny gentoo.org> dev-python/xstatic/Manifest | 1 - dev-python/xstatic/metadata.xml | 11 ----------- dev-python/xstatic/xstatic-1.0.1.ebuild | 30 ------------------------------ profiles/package.mask | 12 ------------ 4 files changed, 54 deletions(-) diff --git a/dev-python/xstatic/Manifest b/dev-python/xstatic/Manifest deleted file mode 100644 index d013a21ef94..00000000000 --- a/dev-python/xstatic/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST xstatic-1.0.1.tar.gz 2588 BLAKE2B 55e937e62cb845a9095d41b42b484d740557681f4b811522093c6486d97b9e5daa3d12af953bc24a37ed39df58d3adad1cb578ca434b8c0cf0ab4f4b23fff0ff SHA512 03b227a5971959c79c6b389d3bd1f6db724a439101599b8ae65b7d010712184308e30377125bbf24ce84994aa6e9add3d462fba9bee0008154d3753d3199040f diff --git a/dev-python/xstatic/metadata.xml b/dev-python/xstatic/metadata.xml deleted file mode 100644 index 8768d46bf62..00000000000 --- a/dev-python/xstatic/metadata.xml +++ /dev/null @@ -1,11 +0,0 @@ - - - - - python@gentoo.org - Python Project - - - XStatic - - diff --git a/dev-python/xstatic/xstatic-1.0.1.ebuild b/dev-python/xstatic/xstatic-1.0.1.ebuild deleted file mode 100644 index ebf39fd817e..00000000000 --- a/dev-python/xstatic/xstatic-1.0.1.ebuild +++ /dev/null @@ -1,30 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -PYTHON_COMPAT=( python3_6 ) - -inherit distutils-r1 - -MY_PN="XStatic" -MY_P="${MY_PN}-${PV}" - -DESCRIPTION="XStatic base package with minimal support code" -HOMEPAGE="https://pypi.org/project/XStatic" -SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz -> ${P}.tar.gz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="test" -RESTRICT="!test? ( test )" - -DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" - -S="${WORKDIR}/${MY_P}" - -python_install() { - distutils-r1_python_install - find "${ED}" -name '*.pth' -delete || die -} diff --git a/profiles/package.mask b/profiles/package.mask index fd2bf5ffcd4..a33f57f4580 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -270,18 +270,6 @@ dev-go/go-net dev-go/go-sys =dev-embedded/arduino-builder-1.4.1 -# Michał Górny (2020-04-26) -# Unmaintained. Stuck on py3.6. Missing tests (but having an unused -# test flag!). The only revdep is app-admin/ara that is masked -# for removal already. -# Removal in 30 days. Bug #719660. -dev-python/xstatic -dev-python/xstatic-bootstrap-scss -dev-python/xstatic-datatables -dev-python/xstatic-jquery -dev-python/xstatic-patternfly -dev-python/xstatic-patternfly-bootstrap-treeview - # Michał Górny (2020-04-26) # Unmaintained. Stuck on Python 3.6. No revdeps. # Removal in 30 days. Bug #719604.