diff options
| author | Palica <palica+gitlab@liguros.net> | 2020-06-23 22:35:08 +0200 |
|---|---|---|
| committer | Palica <palica+gitlab@liguros.net> | 2020-06-23 22:35:08 +0200 |
| commit | ecdac123787b96ce6649f0f91da12ea6458cc2b1 (patch) | |
| tree | b89c74d9e6fe6e8aebc4c77bcbeb4ab73214127d /dev-python/xlwt | |
| parent | 1be72aa41cf41dedadeecf59dca9f01de6381f5e (diff) | |
| download | baldeagleos-repo-ecdac123787b96ce6649f0f91da12ea6458cc2b1.tar.gz baldeagleos-repo-ecdac123787b96ce6649f0f91da12ea6458cc2b1.tar.xz baldeagleos-repo-ecdac123787b96ce6649f0f91da12ea6458cc2b1.zip | |
Updating liguros repo
Diffstat (limited to 'dev-python/xlwt')
| -rw-r--r-- | dev-python/xlwt/Manifest | 1 | ||||
| -rw-r--r-- | dev-python/xlwt/metadata.xml | 20 | ||||
| -rw-r--r-- | dev-python/xlwt/xlwt-1.3.0-r1.ebuild | 27 | ||||
| -rw-r--r-- | dev-python/xlwt/xlwt-1.3.0.ebuild | 27 |
4 files changed, 75 insertions, 0 deletions
diff --git a/dev-python/xlwt/Manifest b/dev-python/xlwt/Manifest new file mode 100644 index 000000000000..7b2af60312fb --- /dev/null +++ b/dev-python/xlwt/Manifest @@ -0,0 +1 @@ +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 new file mode 100644 index 000000000000..b6fb3f271d89 --- /dev/null +++ b/dev-python/xlwt/metadata.xml @@ -0,0 +1,20 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://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="pypi">xlwt</remote-id> + </upstream> + <origin>gentoo-staging</origin> +</pkgmetadata> diff --git a/dev-python/xlwt/xlwt-1.3.0-r1.ebuild b/dev-python/xlwt/xlwt-1.3.0-r1.ebuild new file mode 100644 index 000000000000..59d613cb1f5a --- /dev/null +++ b/dev-python/xlwt/xlwt-1.3.0-r1.ebuild @@ -0,0 +1,27 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 +PYTHON_COMPAT=( python3_{6..9} ) +inherit distutils-r1 + +DESCRIPTION="Python library to create spreadsheet files compatible with Excel" +HOMEPAGE="https://pypi.org/project/xlwt/" +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" + +LICENSE="BSD" +SLOT="0" +KEYWORDS="amd64 arm arm64 ppc ppc64 x86 ~amd64-linux ~x86-linux" +IUSE="examples" + +distutils_enable_sphinx docs \ + dev-python/pkginfo +distutils_enable_tests nose + +python_install_all() { + if use examples; then + dodoc -r examples + docompress -x /usr/share/doc/${PF} + fi + distutils-r1_python_install_all +} diff --git a/dev-python/xlwt/xlwt-1.3.0.ebuild b/dev-python/xlwt/xlwt-1.3.0.ebuild new file mode 100644 index 000000000000..8c36c7f3763d --- /dev/null +++ b/dev-python/xlwt/xlwt-1.3.0.ebuild @@ -0,0 +1,27 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 +PYTHON_COMPAT=( python2_7 python3_{6..9} ) +inherit distutils-r1 + +DESCRIPTION="Python library to create spreadsheet files compatible with Excel" +HOMEPAGE="https://pypi.org/project/xlwt/" +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" + +LICENSE="BSD" +SLOT="0" +KEYWORDS="amd64 arm arm64 ppc ppc64 x86 ~amd64-linux ~x86-linux" +IUSE="examples" + +distutils_enable_sphinx docs \ + dev-python/pkginfo +distutils_enable_tests nose + +python_install_all() { + if use examples; then + dodoc -r examples + docompress -x /usr/share/doc/${PF} + fi + distutils-r1_python_install_all +} |
