diff options
author | Michał Górny <mgorny@gentoo.org> | 2024-01-06 10:50:53 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2024-01-06 10:50:53 +0100 |
commit | 66d37a598e3a540e309c77258bd09e713ea1e37b (patch) | |
tree | bf0d70509ce4a37d72ef3b1a3bd47fee95a6d0e8 /dev-python/deepmerge | |
parent | dev-python/pytest-qt: Remove old (diff) | |
download | gentoo-66d37a598e3a540e309c77258bd09e713ea1e37b.tar.gz gentoo-66d37a598e3a540e309c77258bd09e713ea1e37b.tar.bz2 gentoo-66d37a598e3a540e309c77258bd09e713ea1e37b.zip |
dev-python/deepmerge: Remove old
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/deepmerge')
-rw-r--r-- | dev-python/deepmerge/Manifest | 1 | ||||
-rw-r--r-- | dev-python/deepmerge/deepmerge-1.1.0.ebuild | 32 |
2 files changed, 0 insertions, 33 deletions
diff --git a/dev-python/deepmerge/Manifest b/dev-python/deepmerge/Manifest index ef93632841f9..2cccb5f1ce08 100644 --- a/dev-python/deepmerge/Manifest +++ b/dev-python/deepmerge/Manifest @@ -1,2 +1 @@ -DIST deepmerge-1.1.0.gh.tar.gz 15533 BLAKE2B 30fc1cdd7a5ce81783fa0804c20f44d4d7d62a1a6481a6defab3a2b5f542596fb4ab0d4ede5a7d4d128d188b56d17f260c67690deb89b55fb2fc76e1fbcffebc SHA512 f658518c11e0ea8b4e59a686e2e6ce90916c5e798c3521ef91a1fc09ec59badd9cddb74f51973cfe50891c5e8d054909e7a8acf2156cbb884492a059196a8d97 DIST deepmerge-1.1.1.gh.tar.gz 15605 BLAKE2B ef6fbd30185a2990c72d6de0950275dd6f9f3e61c0c9c969fd69dab2123025d016ade98d42f09b30328b3cb5659b29b2d07836db4657acde97d9a2cc40c07039 SHA512 8ba4a225d588c96c3c852783774d5d690c5dd0caa1988f5969ce6446a11ba6035667baeda7e419cae40c4c1dcf7a15ee7149a10c1e33dba6b7775ddbad41130d diff --git a/dev-python/deepmerge/deepmerge-1.1.0.ebuild b/dev-python/deepmerge/deepmerge-1.1.0.ebuild deleted file mode 100644 index 3209ee6a009a..000000000000 --- a/dev-python/deepmerge/deepmerge-1.1.0.ebuild +++ /dev/null @@ -1,32 +0,0 @@ -# Copyright 2021-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{10..12} ) - -inherit distutils-r1 - -DESCRIPTION="Tools to handle merging of nested data structures in python" -HOMEPAGE=" - https://deepmerge.readthedocs.io/en/latest/ - https://github.com/toumorokoshi/deepmerge/ - https://pypi.org/project/deepmerge/ -" -SRC_URI=" - https://github.com/toumorokoshi/deepmerge/archive/v${PV}.tar.gz - -> ${P}.gh.tar.gz -" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="amd64 arm arm64 hppa ~ia64 ppc ppc64 ~riscv ~s390 sparc x86" - -BDEPEND=" - dev-python/setuptools-scm[${PYTHON_USEDEP}] -" - -distutils_enable_tests pytest - -export SETUPTOOLS_SCM_PRETEND_VERSION=${PV} |