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 AED081382C5 for ; Wed, 23 Dec 2020 09:06:23 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DB527E0BE3; Wed, 23 Dec 2020 09:06:22 +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 C2759E0BE3 for ; Wed, 23 Dec 2020 09:06:22 +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 503773413F0 for ; Wed, 23 Dec 2020 09:06:21 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CD5B6443 for ; Wed, 23 Dec 2020 09:06:19 +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: <1608714111.364ce1575dfce1ac263b7721257a61c20ea9e30a.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/, dev-python/hgdistver/, profiles/arch/hppa/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/hgdistver/Manifest dev-python/hgdistver/hgdistver-0.25.ebuild dev-python/hgdistver/metadata.xml profiles/arch/hppa/package.use.stable.mask profiles/package.mask X-VCS-Directories: dev-python/hgdistver/ profiles/ profiles/arch/hppa/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 364ce1575dfce1ac263b7721257a61c20ea9e30a X-VCS-Branch: master Date: Wed, 23 Dec 2020 09:06:19 +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: 9a83b030-17c7-4600-b844-3316be467391 X-Archives-Hash: 2e5d29a0f04994e04543bd0ece200f50 commit: 364ce1575dfce1ac263b7721257a61c20ea9e30a Author: Michał Górny gentoo org> AuthorDate: Wed Dec 23 09:00:05 2020 +0000 Commit: Michał Górny gentoo org> CommitDate: Wed Dec 23 09:01:51 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=364ce157 dev-python/hgdistver: Remove last-rited pkg Closes: https://bugs.gentoo.org/755623 Signed-off-by: Michał Górny gentoo.org> dev-python/hgdistver/Manifest | 1 - dev-python/hgdistver/hgdistver-0.25.ebuild | 29 ----------------------------- dev-python/hgdistver/metadata.xml | 12 ------------ profiles/arch/hppa/package.use.stable.mask | 1 - profiles/package.mask | 1 - 5 files changed, 44 deletions(-) diff --git a/dev-python/hgdistver/Manifest b/dev-python/hgdistver/Manifest deleted file mode 100644 index 70d6062df6b..00000000000 --- a/dev-python/hgdistver/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST hgdistver-0.25.tar.gz 9879 BLAKE2B 71caa059359b8ea1be58b6463b260741586ab81e6d8afac5dcadbb35604a564b947032ae645cec683a3c692de8307b23f7abea40d0a1f3802b5257870b7e3e02 SHA512 3fef872af3c8fffb3ba612d2505260468b510c17219257640a4bcf3dc6568fdf59eb3cc544ef41b7eab32ee6cedcd81bfffce753c98bbc7d1e538fe4937d039c diff --git a/dev-python/hgdistver/hgdistver-0.25.ebuild b/dev-python/hgdistver/hgdistver-0.25.ebuild deleted file mode 100644 index 0d7d367e807..00000000000 --- a/dev-python/hgdistver/hgdistver-0.25.ebuild +++ /dev/null @@ -1,29 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 -PYTHON_COMPAT=( python3_{6,7} pypy3 ) - -inherit distutils-r1 - -DESCRIPTION="utility lib to generate python package version infos from mercurial tags" -HOMEPAGE="https://pypi.org/project/hgdistver/" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris" -IUSE="test" -RESTRICT="!test? ( test )" - -DEPEND="dev-python/setuptools[${PYTHON_USEDEP}] - test? ( - dev-python/pytest[${PYTHON_USEDEP}] - dev-vcs/git - dev-vcs/mercurial - )" -RDEPEND="" - -python_test() { - py.test || die "Tests failed under ${EPYTHON}" -} diff --git a/dev-python/hgdistver/metadata.xml b/dev-python/hgdistver/metadata.xml deleted file mode 100644 index 35d22485a9b..00000000000 --- a/dev-python/hgdistver/metadata.xml +++ /dev/null @@ -1,12 +0,0 @@ - - - - - python@gentoo.org - Python - - - hgdistver - RonnyPfannschmidt/hgdistver - - diff --git a/profiles/arch/hppa/package.use.stable.mask b/profiles/arch/hppa/package.use.stable.mask index 867b10b3271..ccf647325cb 100644 --- a/profiles/arch/hppa/package.use.stable.mask +++ b/profiles/arch/hppa/package.use.stable.mask @@ -40,7 +40,6 @@ media-libs/libsdl2 fcitx4 # Rolf Eike Beer (2020-06-10) # not stable dev-vcs/mercurial because of broken dependencies: bug #727390 app-portage/layman mercurial -dev-python/hgdistver test dev-python/setuptools_scm test # Rolf Eike Beer (2020-04-24) diff --git a/profiles/package.mask b/profiles/package.mask index 2cd7d728741..f7251baebb9 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -297,7 +297,6 @@ games-emulation/fakenes # (or are broken). They have no reverse dependencies, except for other # packages from the list. # Removal in 30 days. Bug #755623. -dev-python/hgdistver dev-python/nose-cover3 dev-python/nose-parameterized dev-python/nose-show-skipped