diff options
author | Michał Górny <mgorny@gentoo.org> | 2022-05-16 15:28:14 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2022-05-16 15:28:14 +0200 |
commit | d7e75ac686c81a47774f9a61f5fb48f9657abd21 (patch) | |
tree | db7cb0a7900950209a23d0e98afd3a4a85d7c764 | |
parent | dev-python/ubelt: Remove old (diff) | |
download | gentoo-d7e75ac686c81a47774f9a61f5fb48f9657abd21.tar.gz gentoo-d7e75ac686c81a47774f9a61f5fb48f9657abd21.tar.bz2 gentoo-d7e75ac686c81a47774f9a61f5fb48f9657abd21.zip |
dev-python/unidiff: Remove old
Signed-off-by: Michał Górny <mgorny@gentoo.org>
-rw-r--r-- | dev-python/unidiff/Manifest | 3 | ||||
-rw-r--r-- | dev-python/unidiff/unidiff-0.7.0.ebuild | 17 | ||||
-rw-r--r-- | dev-python/unidiff/unidiff-0.7.1.ebuild | 19 | ||||
-rw-r--r-- | dev-python/unidiff/unidiff-0.7.2.ebuild | 19 |
4 files changed, 0 insertions, 58 deletions
diff --git a/dev-python/unidiff/Manifest b/dev-python/unidiff/Manifest index 4fd98ea97fab..a6c04261fd1b 100644 --- a/dev-python/unidiff/Manifest +++ b/dev-python/unidiff/Manifest @@ -1,4 +1 @@ -DIST unidiff-0.7.0.tar.gz 18883 BLAKE2B 815c578ea02fb9e8a9a6f79e02ba8c35981f49d93b615d198bf5365df11552da84519a6b732986867dca3c329e7b43e9c79e7b158e17ec6921611a8d80aa3af6 SHA512 4f6f249219e4f36d7f753bb117123c508420ecbe6ef4f78936ceea10a5df00a4177ae45d8a56c62d824ee17ddfbc5a41ffc1f45ce1a7add9692b9c86813c2aac -DIST unidiff-0.7.1.tar.gz 19547 BLAKE2B 71d3d8b187846f16e2fc1672c8b2624b4be29ef09b142a2a6c30f32c1812887d764f36ec16cb6d231f32fb84257cdb1abef3c571265f457ad2793bffbd043a74 SHA512 01a2467a10798a5427ae7d40644c881e7ed4775bab5b2bd7948d1153f1941417e2a2fd9beaa313e308900bffe8c8c1cb542d4f18e83786f9638ae20c72f1ad32 -DIST unidiff-0.7.2.tar.gz 19862 BLAKE2B 908bc7f3c33193fb5659add921c6ce4065f10026fa20df2f4bc4eb6fc56ed8d974bed1282351e094b8791103e3b93ad439dd0636fb1dc36ece2e3e62a494bee3 SHA512 fc5465db931384f4744308e155d558998d0ef393d3091e6cb3ac141525a9caf4cb4604ea00bd7f205318280113481fb987076ae6423ea29af685d482a7b3bf41 DIST unidiff-0.7.3.tar.gz 19897 BLAKE2B bc29b912855955de08fdbc186bdf9edf63a0a622262f36a54160f2c61e6604a40d093d43261101864c209e4d2cd5c1db0e48d0dd76174b02a71f89199e00e31d SHA512 451bc765532329c0963961afd15e061e3bcbd85a16cb799310ae0fd34b534f6222514ed4825f90c5ae9ea1b3b0e11a8e169b7991ba9ed82c33325ccb3b10a3b0 diff --git a/dev-python/unidiff/unidiff-0.7.0.ebuild b/dev-python/unidiff/unidiff-0.7.0.ebuild deleted file mode 100644 index 43ecf5b9b6db..000000000000 --- a/dev-python/unidiff/unidiff-0.7.0.ebuild +++ /dev/null @@ -1,17 +0,0 @@ -# Copyright 2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -PYTHON_COMPAT=( python3_{8..10} ) -inherit distutils-r1 - -DESCRIPTION="Unified diff parsing/metadata extraction library" -HOMEPAGE="https://github.com/matiasb/python-unidiff https://pypi.org/project/unidiff/" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64 ~arm64 ~x86" - -distutils_enable_tests unittest diff --git a/dev-python/unidiff/unidiff-0.7.1.ebuild b/dev-python/unidiff/unidiff-0.7.1.ebuild deleted file mode 100644 index 8cbc80ac7f31..000000000000 --- a/dev-python/unidiff/unidiff-0.7.1.ebuild +++ /dev/null @@ -1,19 +0,0 @@ -# Copyright 2021-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{8..10} ) - -inherit distutils-r1 - -DESCRIPTION="Unified diff parsing/metadata extraction library" -HOMEPAGE="https://github.com/matiasb/python-unidiff https://pypi.org/project/unidiff/" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64 ~arm64 ~x86" - -distutils_enable_tests unittest diff --git a/dev-python/unidiff/unidiff-0.7.2.ebuild b/dev-python/unidiff/unidiff-0.7.2.ebuild deleted file mode 100644 index 8e71a14fe537..000000000000 --- a/dev-python/unidiff/unidiff-0.7.2.ebuild +++ /dev/null @@ -1,19 +0,0 @@ -# Copyright 2021-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{8..10} ) -inherit distutils-r1 - -DESCRIPTION="Unified diff parsing/metadata extraction library" -HOMEPAGE="https://github.com/matiasb/python-unidiff - https://pypi.org/project/unidiff/" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64 ~arm64 ~x86" - -distutils_enable_tests unittest |