diff options
author | Michał Górny <mgorny@gentoo.org> | 2022-05-16 15:17:58 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2022-05-16 15:17:58 +0200 |
commit | 255c53928a05bd6b413ada408776d7ee2bef075a (patch) | |
tree | 3f081e09028a3f2ac8e64ba018566ab9606b9736 /dev-python/enrich | |
parent | dev-python/emoji: Remove old (diff) | |
download | gentoo-255c53928a05bd6b413ada408776d7ee2bef075a.tar.gz gentoo-255c53928a05bd6b413ada408776d7ee2bef075a.tar.bz2 gentoo-255c53928a05bd6b413ada408776d7ee2bef075a.zip |
dev-python/enrich: Remove old
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/enrich')
-rw-r--r-- | dev-python/enrich/Manifest | 1 | ||||
-rw-r--r-- | dev-python/enrich/enrich-1.2.6.ebuild | 23 | ||||
-rw-r--r-- | dev-python/enrich/enrich-1.2.7.ebuild | 23 |
3 files changed, 0 insertions, 47 deletions
diff --git a/dev-python/enrich/Manifest b/dev-python/enrich/Manifest index 0723476771c7..f8f6299380e5 100644 --- a/dev-python/enrich/Manifest +++ b/dev-python/enrich/Manifest @@ -1,2 +1 @@ -DIST enrich-1.2.6.tar.gz 15581 BLAKE2B 06f104a11b2dc85c1d80a2b14c548aaac40c78795e86b1c6ae733f884fbd7af0776af53d8cdd15c15d6abb91ca89dd7f815823b419fc2b3de322b50e55844dd0 SHA512 07c280d3526538af9d718c6d423be50d67e8285007a6702b7f3d842725a63cb282192c29481cbea6cbe7da886b630e5694776092dc0ffcaac522ccf1e895b5a9 DIST enrich-1.2.7.tar.gz 16918 BLAKE2B f8fdcc9322a60d8885faf44efbbeaea2a423dea956941679f96560ed9c6b2db5ec3f143c241fa60d579034e0fdbf8b0e490f8c5dd38cd519a55964135623f804 SHA512 4e3d8598e82d7d013ff74dd325be02245086159fef819431a1ba7505e2e1557992ccbefc0b5a37d0e81487b4e378bef02179c6b74fd50528d6710ff297f0832a diff --git a/dev-python/enrich/enrich-1.2.6.ebuild b/dev-python/enrich/enrich-1.2.6.ebuild deleted file mode 100644 index 14f0c9fa5034..000000000000 --- a/dev-python/enrich/enrich-1.2.6.ebuild +++ /dev/null @@ -1,23 +0,0 @@ -# Copyright 2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -PYTHON_COMPAT=( python3_{8..10} ) -DISTUTILS_USE_SETUPTOOLS=pyproject.toml -inherit distutils-r1 - -DESCRIPTION="Extend rich functionality" -HOMEPAGE="https://github.com/pycontribs/enrich" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64 ~riscv ~x86" - -RDEPEND="dev-python/rich[${PYTHON_USEDEP}]" -BDEPEND=" - dev-python/setuptools_scm[${PYTHON_USEDEP}] - test? ( dev-python/pytest-mock[${PYTHON_USEDEP}] )" - -distutils_enable_tests pytest diff --git a/dev-python/enrich/enrich-1.2.7.ebuild b/dev-python/enrich/enrich-1.2.7.ebuild deleted file mode 100644 index 73f0bf42970e..000000000000 --- a/dev-python/enrich/enrich-1.2.7.ebuild +++ /dev/null @@ -1,23 +0,0 @@ -# Copyright 2021-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -PYTHON_COMPAT=( python3_{8..10} ) -DISTUTILS_USE_SETUPTOOLS=pyproject.toml -inherit distutils-r1 - -DESCRIPTION="Extend rich functionality" -HOMEPAGE="https://github.com/pycontribs/enrich" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64 ~riscv ~x86" - -RDEPEND="dev-python/rich[${PYTHON_USEDEP}]" -BDEPEND=" - dev-python/setuptools_scm[${PYTHON_USEDEP}] - test? ( dev-python/pytest-mock[${PYTHON_USEDEP}] )" - -distutils_enable_tests pytest |