diff options
author | Michał Górny <mgorny@gentoo.org> | 2024-03-13 16:10:56 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2024-03-13 16:10:56 +0100 |
commit | 54e7ec7ca11a2b788307ab6724ff150bc765e030 (patch) | |
tree | 0b12419c1b133e33a8b369da9e5a90fac92cbf01 /dev-python/pydyf | |
parent | dev-python/astroid: Remove old (diff) | |
download | gentoo-54e7ec7ca11a2b788307ab6724ff150bc765e030.tar.gz gentoo-54e7ec7ca11a2b788307ab6724ff150bc765e030.tar.bz2 gentoo-54e7ec7ca11a2b788307ab6724ff150bc765e030.zip |
dev-python/pydyf: Remove old
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/pydyf')
-rw-r--r-- | dev-python/pydyf/Manifest | 1 | ||||
-rw-r--r-- | dev-python/pydyf/pydyf-0.8.0.ebuild | 28 |
2 files changed, 0 insertions, 29 deletions
diff --git a/dev-python/pydyf/Manifest b/dev-python/pydyf/Manifest index 3b378cc00805..396f07176548 100644 --- a/dev-python/pydyf/Manifest +++ b/dev-python/pydyf/Manifest @@ -1,2 +1 @@ -DIST pydyf-0.8.0.tar.gz 16342 BLAKE2B c2c00d63fc4fb2aabed20f39fc08fb2b2628e7a9d31d7504d8461331e0ba4654f26e129eb3d9ccf1ab4f376f7ace4f15d6bf87fd74b76c2d50a2a741f7fadb14 SHA512 c78913e723593a4e76c36b7a9b3ddd8a85af856a967053d8f7f297901deb2c6a723e98b3ef311e1c9618018e0e727a2d8eaff1adedb52c743facb85491e8d102 DIST pydyf-0.9.0.tar.gz 17270 BLAKE2B df2068a2447a36d730d19f12917345ac85026f695193d39267a540a2776aaac6cfa4c501adec25a49183fe92b9b2e4bc089fd3be29943a09a627d4505fc6d3cb SHA512 e834026cae3782f7ac43b47bc30d21f3d1c39bcd4017823aaf01f5da4a67f924650f6e0285107d07bc63743ff4d718b3165a84c5805223305907ba3de45207a5 diff --git a/dev-python/pydyf/pydyf-0.8.0.ebuild b/dev-python/pydyf/pydyf-0.8.0.ebuild deleted file mode 100644 index 82151a11f7b8..000000000000 --- a/dev-python/pydyf/pydyf-0.8.0.ebuild +++ /dev/null @@ -1,28 +0,0 @@ -# Copyright 2021-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DISTUTILS_USE_PEP517=flit -PYTHON_COMPAT=( python3_{10..12} ) - -inherit distutils-r1 pypi - -DESCRIPTION="A low-level PDF generator" -HOMEPAGE=" - https://pypi.org/project/pydyf/ - https://github.com/CourtBouillon/pydyf/ -" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="amd64 ~x86" - -BDEPEND=" - test? ( - app-text/ghostscript-gpl - dev-python/pillow[${PYTHON_USEDEP}] - ) -" - -distutils_enable_tests pytest |