commit: 3b2d35823a0f017d6b3aff7124eb7b52ad13a625
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Aug 9 13:44:26 2025 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Aug 9 15:24:20 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3b2d3582
dev-python/hatch-nodejs-version: Remove old
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/hatch-nodejs-version/Manifest | 1 -
.../hatch-nodejs-version-0.3.2.ebuild | 25 ----------------------
2 files changed, 26 deletions(-)
diff --git a/dev-python/hatch-nodejs-version/Manifest
b/dev-python/hatch-nodejs-version/Manifest
index c89701f6e305..df47ca3127a7 100644
--- a/dev-python/hatch-nodejs-version/Manifest
+++ b/dev-python/hatch-nodejs-version/Manifest
@@ -1,2 +1 @@
-DIST hatch_nodejs_version-0.3.2.tar.gz 16942 BLAKE2B
dd68166a4aa7112dee4b566a748a40f951b73a4c7a8f6435ff0dd6706fed7d520d17d9e55604f9c901688a751d62f1160de3618026bdb829e5989fad87efa268
SHA512
e781669c84c3e61333cbd47f078ff6f16dae5b3c6e7d2ea76ae20ee78012ea9686a2be684127db821a6128408030bc09a0210386424f155af5a044f0178d44d4
DIST hatch_nodejs_version-0.4.0.tar.gz 17797 BLAKE2B
b27c70624ce092766fe4567a04bd201f0b335c127cbe38847bf69ec6f1f3c4397770dcf8fff50b2e4583c47747144314cbaa684e7f44ae0fec616821d14bec27
SHA512
3ba742a9c802499e8cb5be53220a60b9ea40c3124bc5fbe7b0d5f95544edc853dc3d54fc29e97f5f2db41f5bb3d573dc59eae78e53578ba0f7574539fb45671e
diff --git a/dev-python/hatch-nodejs-version/hatch-nodejs-version-0.3.2.ebuild
b/dev-python/hatch-nodejs-version/hatch-nodejs-version-0.3.2.ebuild
deleted file mode 100644
index 89de6bc71790..000000000000
--- a/dev-python/hatch-nodejs-version/hatch-nodejs-version-0.3.2.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 2024-2025 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=hatchling
-PYTHON_COMPAT=( pypy3_11 python3_{11..14} )
-
-inherit distutils-r1 pypi
-
-DESCRIPTION="Hatch plugin for versioning from a package.json file"
-HOMEPAGE="
- https://github.com/agoose77/hatch-nodejs-version/
- https://pypi.org/project/hatch-nodejs-version/
-"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="amd64 arm arm64 ~loong ~mips ppc ppc64 ~riscv ~s390 sparc x86"
-
-RDEPEND="
- >=dev-python/hatchling-0.21.0[${PYTHON_USEDEP}]
-"
-
-distutils_enable_tests pytest