commit: ad98ae0817cd00398122d27a2299418e54c940c8
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Apr 12 07:36:07 2025 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Apr 12 07:36:07 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ad98ae08
dev-python/expandvars: Remove old
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/expandvars/Manifest | 1 -
dev-python/expandvars/expandvars-0.12.0.ebuild | 21 ---------------------
2 files changed, 22 deletions(-)
diff --git a/dev-python/expandvars/Manifest b/dev-python/expandvars/Manifest
index 9b554446a748..69bda1795590 100644
--- a/dev-python/expandvars/Manifest
+++ b/dev-python/expandvars/Manifest
@@ -1,2 +1 @@
-DIST expandvars-0.12.0.tar.gz 10909 BLAKE2B
8d58396f237a0a157f4d57fe9cc79058cdb0b7c514eec405769f67f82b1cf0bd91a98a680e4e730c51d65b0fc57b529f33ef10b96159b6027e4c81cbdeb77fc6
SHA512
b6eeb4693800737aef6367f4fb6080963882c59de2276f187565a764f6b800c747c1d98a1dc2e5107a62ccab420e3528064a1b67ccff8494f8ca2ebf96f05cc6
DIST expandvars-1.0.0.tar.gz 11388 BLAKE2B
9964ad75a2b31ee60b65142c4860ce474bb9af40fcdcc548bb32ec5b270682bdc9624f0771c4fd5e89cf77df0fe918936f50276441671d84ed61f9f15c0483db
SHA512
06aacf831973386fe4a366477eefa93f9118ed0cb66822b7bca719eb688850e9803cf34a109ee51daa6147352a3b86da87667ba5d6018615778feabbcfaf3c6b
diff --git a/dev-python/expandvars/expandvars-0.12.0.ebuild
b/dev-python/expandvars/expandvars-0.12.0.ebuild
deleted file mode 100644
index 9e9d08d214cc..000000000000
--- a/dev-python/expandvars/expandvars-0.12.0.ebuild
+++ /dev/null
@@ -1,21 +0,0 @@
-# Copyright 2023-2025 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=hatchling
-PYTHON_COMPAT=( pypy3 pypy3_11 python3_{10..13} )
-
-inherit distutils-r1 pypi
-
-DESCRIPTION="Expand system variables Unix style"
-HOMEPAGE="
- https://github.com/sayanarijit/expandvars/
- https://pypi.org/project/expandvars/
-"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~loong ~mips ppc ppc64 ~riscv ~s390
sparc x86"
-
-distutils_enable_tests pytest