summaryrefslogtreecommitdiff
path: root/dev-python/xlwt
diff options
context:
space:
mode:
Diffstat (limited to 'dev-python/xlwt')
-rw-r--r--dev-python/xlwt/Manifest1
-rw-r--r--dev-python/xlwt/metadata.xml20
-rw-r--r--dev-python/xlwt/xlwt-1.3.0-r2.ebuild33
3 files changed, 0 insertions, 54 deletions
diff --git a/dev-python/xlwt/Manifest b/dev-python/xlwt/Manifest
deleted file mode 100644
index 7b2af60312fb..000000000000
--- a/dev-python/xlwt/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST xlwt-1.3.0.tar.gz 153929 BLAKE2B f0edb823201e477aca23af1edaa2a7bcf95aeb5b9b191f4d9a8be9e052d68699887cd829c2304b26334fb3e92d4a1fc1d0dbfabb477889a1295255170408715c SHA512 e09c515bda7edadb9624b842796a537316c1e2e06f3e74aca5440a5797dbc259036539fd64ea61648a30894f4091d3be829411d36e6170894980728c798c5963
diff --git a/dev-python/xlwt/metadata.xml b/dev-python/xlwt/metadata.xml
deleted file mode 100644
index 9db189d161b5..000000000000
--- a/dev-python/xlwt/metadata.xml
+++ /dev/null
@@ -1,20 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="project">
- <email>python@gentoo.org</email>
- <name>Python</name>
- </maintainer>
- <longdescription lang="en">
- xlwt is a library for generating spreadsheet files that are compatible
- with Excel 97/2000/XP/2003, OpenOffice.org Calc, and
- Gnumeric. xlwt has full support for Unicode. Excel spreadsheets can
- be generated on any platform without needing Excel or a COM
- server. xlwt is a fork of pyExcelerator.
- </longdescription>
- <stabilize-allarches/>
- <upstream>
- <remote-id type="github">python-excel/xlwt</remote-id>
- <remote-id type="pypi">xlwt</remote-id>
- </upstream>
-</pkgmetadata>
diff --git a/dev-python/xlwt/xlwt-1.3.0-r2.ebuild b/dev-python/xlwt/xlwt-1.3.0-r2.ebuild
deleted file mode 100644
index dfffa4f90773..000000000000
--- a/dev-python/xlwt/xlwt-1.3.0-r2.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2025 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{13..14} )
-
-inherit distutils-r1 pypi
-
-DESCRIPTION="Python library to create spreadsheet files compatible with Excel"
-HOMEPAGE="
- https://www.python-excel.org/
- https://github.com/python-excel/xlwt/
- https://pypi.org/project/xlwt/
-"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ppc ppc64 ~riscv ~s390 ~sparc x86"
-IUSE="examples"
-
-distutils_enable_sphinx docs \
- dev-python/pkginfo
-distutils_enable_tests pytest
-
-python_install_all() {
- if use examples; then
- dodoc -r examples
- docompress -x /usr/share/doc/${PF}
- fi
- distutils-r1_python_install_all
-}