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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id A4442158090 for ; Mon, 16 May 2022 13:24:28 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A245AE09C2; Mon, 16 May 2022 13:24:27 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 845ECE09C2 for ; Mon, 16 May 2022 13:24:27 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 9DD193415C0 for ; Mon, 16 May 2022 13:24:26 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1CDEADC for ; Mon, 16 May 2022 13:24:25 +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: <1652707249.a098f8fddc334b41c566f3fa7d72b741fed54993.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/node-semver/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/node-semver/Manifest dev-python/node-semver/node-semver-0.8.0.ebuild X-VCS-Directories: dev-python/node-semver/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: a098f8fddc334b41c566f3fa7d72b741fed54993 X-VCS-Branch: master Date: Mon, 16 May 2022 13:24:25 +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: d2829fa7-d83e-4cac-a46a-b569f8628fbe X-Archives-Hash: ef91ffe805120a89e4ee2baa7d09ea37 commit: a098f8fddc334b41c566f3fa7d72b741fed54993 Author: Michał Górny gentoo org> AuthorDate: Mon May 16 13:20:49 2022 +0000 Commit: Michał Górny gentoo org> CommitDate: Mon May 16 13:20:49 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a098f8fd dev-python/node-semver: Remove old Signed-off-by: Michał Górny gentoo.org> dev-python/node-semver/Manifest | 1 - dev-python/node-semver/node-semver-0.8.0.ebuild | 25 ------------------------- 2 files changed, 26 deletions(-) diff --git a/dev-python/node-semver/Manifest b/dev-python/node-semver/Manifest index 2d49dcb61d32..2ec1a975cc85 100644 --- a/dev-python/node-semver/Manifest +++ b/dev-python/node-semver/Manifest @@ -1,2 +1 @@ -DIST node-semver-0.8.0.tar.gz 18449 BLAKE2B 171374808e18b1f3fc2807abb9b99ecfe18a392afbc59ad056f0524e374ef4a27e5a56acf0c3927c6f351503981d743e4e63f108bf0e5bd5eda62f04e24191d4 SHA512 665ae0dbced16e0f05306614b1577464aa1bdac666b35cf2e7ad4b8844a6814dc7e8672f0dff3043c7bd048aa455d671efd268052ac59166293b91d1dff17784 DIST python-node-semver-0.8.1.gh.tar.gz 18550 BLAKE2B fd033b22595c4173ab33ea456f561f158dc7db4ef03a83948d5c4eacf33f2530d03f881d28073eb3d84790f306574ceba7fd5eec8ea5c50f9dafc74a0cc11003 SHA512 5a988755ed97aa1ba9b97595738200821787c2cc71f40198cffdc22c4b823fe132668946ecc3f0fb66d6c33fe0ec7bdcfa9c9794e3d382b38f8551d15d4af5e6 diff --git a/dev-python/node-semver/node-semver-0.8.0.ebuild b/dev-python/node-semver/node-semver-0.8.0.ebuild deleted file mode 100644 index bbe600ecf9ef..000000000000 --- a/dev-python/node-semver/node-semver-0.8.0.ebuild +++ /dev/null @@ -1,25 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -PYTHON_COMPAT=( pypy3 python3_{8..10} ) - -inherit distutils-r1 - -DESCRIPTION="Python version of node-semver, the semantic versioner for npm" -HOMEPAGE=" - https://pypi.org/project/node-semver/ - https://github.com/podhmo/python-semver - https://github.com/npm/node-semver -" -# 0.8.0 has no tarball on PyPi -# https://github.com/podhmo/python-semver/issues/43 -SRC_URI="https://github.com/podhmo/python-semver/archive/${PV}.tar.gz -> ${P}.tar.gz" -S="${WORKDIR}/python-semver-${PV}" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux" - -distutils_enable_tests pytest