summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2022-06-06 11:54:02 +0200
committerMichał Górny <mgorny@gentoo.org>2022-06-06 11:54:02 +0200
commit3564deafbf564362a7537cfd3193a3d81ef523a4 (patch)
tree500251248154612a1ff51565aac50cdd881ba438
parentdev-python/ghp-import: Remove old (diff)
downloadgentoo-3564deafbf564362a7537cfd3193a3d81ef523a4.tar.gz
gentoo-3564deafbf564362a7537cfd3193a3d81ef523a4.tar.bz2
gentoo-3564deafbf564362a7537cfd3193a3d81ef523a4.zip
dev-python/odfpy: Remove old
Signed-off-by: Michał Górny <mgorny@gentoo.org>
-rw-r--r--dev-python/odfpy/Manifest1
-rw-r--r--dev-python/odfpy/odfpy-1.3.6.ebuild27
2 files changed, 0 insertions, 28 deletions
diff --git a/dev-python/odfpy/Manifest b/dev-python/odfpy/Manifest
index 9fa4b87c292d..f2e97bfd48c2 100644
--- a/dev-python/odfpy/Manifest
+++ b/dev-python/odfpy/Manifest
@@ -1,2 +1 @@
-DIST odfpy-1.3.6.tar.gz 691122 BLAKE2B aaaf2c1613beb6775d22e4d1739b7c144d8046e687f0dc8f7b7b1ea7400cc32dd572ed5a1cd12cb01c5fec27b5c37950b710b279a46d60da8735154d2b2d7030 SHA512 09f3fbce633949035842cff16d2e016271b7f6abf04d74fcaa712c9b3afa18943dd566a2d88a7256a0a52d88ea689d6ef8262f6d8d67d6ea1025aa56e10300f8
DIST odfpy-release-1.4.2.gh.tar.gz 10065808 BLAKE2B b339cb44604552ee530d8fa8385d753c1f9210f9335813ab279150b16d36f72263fc02c0d2c01ce4350dd3c81b94e7e9f394ce8ec2d85372eb972558a86ded0b SHA512 75368010c015e13302d2b43228ef9ed1f6c9307da60cf199098609729b008c69836511c953dbc730f3097124878b1fa6de7e8d5f49e20716062ada747698f84d
diff --git a/dev-python/odfpy/odfpy-1.3.6.ebuild b/dev-python/odfpy/odfpy-1.3.6.ebuild
deleted file mode 100644
index ed8c62fc4648..000000000000
--- a/dev-python/odfpy/odfpy-1.3.6.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{8..10} )
-
-inherit distutils-r1
-
-DESCRIPTION="Python API and tools to manipulate OpenDocument files"
-HOMEPAGE="https://github.com/eea/odfpy https://pypi.org/project/odfpy/"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="Apache-2.0 GPL-2 LGPL-2.1"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE="examples"
-
-distutils_enable_tests pytest
-
-python_install_all() {
- if use examples; then
- docinto examples
- dodoc -r examples/.
- fi
- distutils-r1_python_install_all
-}