Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/node-semver/
Date: Mon, 16 May 2022 13:24:28
Message-Id: 1652707249.a098f8fddc334b41c566f3fa7d72b741fed54993.mgorny@gentoo
1 commit: a098f8fddc334b41c566f3fa7d72b741fed54993
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Mon May 16 13:20:49 2022 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Mon May 16 13:20:49 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a098f8fd
7
8 dev-python/node-semver: Remove old
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/node-semver/Manifest | 1 -
13 dev-python/node-semver/node-semver-0.8.0.ebuild | 25 -------------------------
14 2 files changed, 26 deletions(-)
15
16 diff --git a/dev-python/node-semver/Manifest b/dev-python/node-semver/Manifest
17 index 2d49dcb61d32..2ec1a975cc85 100644
18 --- a/dev-python/node-semver/Manifest
19 +++ b/dev-python/node-semver/Manifest
20 @@ -1,2 +1 @@
21 -DIST node-semver-0.8.0.tar.gz 18449 BLAKE2B 171374808e18b1f3fc2807abb9b99ecfe18a392afbc59ad056f0524e374ef4a27e5a56acf0c3927c6f351503981d743e4e63f108bf0e5bd5eda62f04e24191d4 SHA512 665ae0dbced16e0f05306614b1577464aa1bdac666b35cf2e7ad4b8844a6814dc7e8672f0dff3043c7bd048aa455d671efd268052ac59166293b91d1dff17784
22 DIST python-node-semver-0.8.1.gh.tar.gz 18550 BLAKE2B fd033b22595c4173ab33ea456f561f158dc7db4ef03a83948d5c4eacf33f2530d03f881d28073eb3d84790f306574ceba7fd5eec8ea5c50f9dafc74a0cc11003 SHA512 5a988755ed97aa1ba9b97595738200821787c2cc71f40198cffdc22c4b823fe132668946ecc3f0fb66d6c33fe0ec7bdcfa9c9794e3d382b38f8551d15d4af5e6
23
24 diff --git a/dev-python/node-semver/node-semver-0.8.0.ebuild b/dev-python/node-semver/node-semver-0.8.0.ebuild
25 deleted file mode 100644
26 index bbe600ecf9ef..000000000000
27 --- a/dev-python/node-semver/node-semver-0.8.0.ebuild
28 +++ /dev/null
29 @@ -1,25 +0,0 @@
30 -# Copyright 1999-2021 Gentoo Authors
31 -# Distributed under the terms of the GNU General Public License v2
32 -
33 -EAPI=7
34 -
35 -PYTHON_COMPAT=( pypy3 python3_{8..10} )
36 -
37 -inherit distutils-r1
38 -
39 -DESCRIPTION="Python version of node-semver, the semantic versioner for npm"
40 -HOMEPAGE="
41 - https://pypi.org/project/node-semver/
42 - https://github.com/podhmo/python-semver
43 - https://github.com/npm/node-semver
44 -"
45 -# 0.8.0 has no tarball on PyPi
46 -# https://github.com/podhmo/python-semver/issues/43
47 -SRC_URI="https://github.com/podhmo/python-semver/archive/${PV}.tar.gz -> ${P}.tar.gz"
48 -S="${WORKDIR}/python-semver-${PV}"
49 -
50 -LICENSE="MIT"
51 -SLOT="0"
52 -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux"
53 -
54 -distutils_enable_tests pytest