diff options
author | Michał Górny <mgorny@gentoo.org> | 2021-11-14 10:25:55 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2021-11-14 10:28:27 +0100 |
commit | c28e634b9483184f728b6206e1e7ee1b10483ee1 (patch) | |
tree | 334dc76eb6d1cbb7906c854cc751f9c7048b3992 /dev-python/pydyf | |
parent | dev-python/pyamg: Remove old (diff) | |
download | gentoo-c28e634b9483184f728b6206e1e7ee1b10483ee1.tar.gz gentoo-c28e634b9483184f728b6206e1e7ee1b10483ee1.tar.bz2 gentoo-c28e634b9483184f728b6206e1e7ee1b10483ee1.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.1.1.ebuild | 33 |
2 files changed, 0 insertions, 34 deletions
diff --git a/dev-python/pydyf/Manifest b/dev-python/pydyf/Manifest index d42d448827c9..81572c26d3b0 100644 --- a/dev-python/pydyf/Manifest +++ b/dev-python/pydyf/Manifest @@ -1,2 +1 @@ -DIST pydyf-0.1.1.gh.tar.gz 14014 BLAKE2B ca95861914d34df1f3e6b805550d9ec620633036ed4413d3e1598a463270ad59d79781923b79b00d36c863452f9726b7f05d39e17362cc75ab6667b6826179e6 SHA512 65b4c6a05bcdc7ed356d4936e2972348508446e3481feb3a736b7353f652edad177ed0c9f88e27c981d593067e1aa46795c3b3d2e857af06eaf0dcde23f4c236 DIST pydyf-0.1.2.gh.tar.gz 14272 BLAKE2B 66e3a9ff2297994f61573fd033a43e1af5bf6b27335b87abdb9b42e469d954cb518faed3707a246c4bb59fd93a769970a0be9dede5c6858b5ce90f264ff4d289 SHA512 d3d9ebc5daed3e1d09de788505888120c907427c44afcb80ebe1e807e25ca95e8f3a76aebc30a33e915667827e396621e1af67216a2e88db3e75fe81c1d933f2 diff --git a/dev-python/pydyf/pydyf-0.1.1.ebuild b/dev-python/pydyf/pydyf-0.1.1.ebuild deleted file mode 100644 index 0ecfdfd4412d..000000000000 --- a/dev-python/pydyf/pydyf-0.1.1.ebuild +++ /dev/null @@ -1,33 +0,0 @@ -# Copyright 2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DISTUTILS_USE_SETUPTOOLS=pyproject.toml -PYTHON_COMPAT=( python3_{8..10} ) -inherit distutils-r1 - -DESCRIPTION="A low-level PDF generator" -HOMEPAGE=" - https://pypi.org/project/pydyf/ - https://github.com/CourtBouillon/pydyf/" -SRC_URI=" - https://github.com/CourtBouillon/pydyf/archive/v${PV}.tar.gz - -> ${P}.gh.tar.gz" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="~amd64 ~x86" - -BDEPEND=" - test? ( - app-text/ghostscript-gpl - dev-python/pillow[${PYTHON_USEDEP}] - )" - -distutils_enable_tests pytest - -src_prepare() { - sed -i -e '/addopts/d' pyproject.toml || die - distutils-r1_src_prepare -} |