From ecdac123787b96ce6649f0f91da12ea6458cc2b1 Mon Sep 17 00:00:00 2001 From: Palica Date: Tue, 23 Jun 2020 22:35:08 +0200 Subject: Updating liguros repo --- dev-python/xlrd/Manifest | 1 + dev-python/xlrd/metadata.xml | 15 +++++++++++++++ dev-python/xlrd/xlrd-1.2.0.ebuild | 24 ++++++++++++++++++++++++ 3 files changed, 40 insertions(+) create mode 100644 dev-python/xlrd/Manifest create mode 100644 dev-python/xlrd/metadata.xml create mode 100644 dev-python/xlrd/xlrd-1.2.0.ebuild (limited to 'dev-python/xlrd') diff --git a/dev-python/xlrd/Manifest b/dev-python/xlrd/Manifest new file mode 100644 index 000000000000..2771a9e0040a --- /dev/null +++ b/dev-python/xlrd/Manifest @@ -0,0 +1 @@ +DIST xlrd-1.2.0.tar.gz 554079 BLAKE2B 57c956139a3e2239c9caeae66b36e384458f1f2060422575dcb63fb09b7f9050f669154d1479303640cc45fb5716e027d3b5d07282b08bd866c4e5366861ecef SHA512 eea14845701b86a2679f140c9730e8ee2722b4f859cdd870f86bf54df522d54fc3c78dc4354aeb958c72596a6349995e9d79935efc734de096f6e007945fc1b3 diff --git a/dev-python/xlrd/metadata.xml b/dev-python/xlrd/metadata.xml new file mode 100644 index 000000000000..7d2cc76bd0b2 --- /dev/null +++ b/dev-python/xlrd/metadata.xml @@ -0,0 +1,15 @@ + + + + + python@gentoo.org + Python + + Extract data from new and old Excel spreadsheets on any platform. Pure + Python (2.1 to 2.6). Strong support for Excel dates. Unicode-aware. + + xlrd + python-excel/xlrd + + gentoo-staging + diff --git a/dev-python/xlrd/xlrd-1.2.0.ebuild b/dev-python/xlrd/xlrd-1.2.0.ebuild new file mode 100644 index 000000000000..d2dac8fad320 --- /dev/null +++ b/dev-python/xlrd/xlrd-1.2.0.ebuild @@ -0,0 +1,24 @@ +# 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="Library to extract data from Microsoft Excel spreadsheets" +HOMEPAGE="http://www.python-excel.org/" +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" + +LICENSE="BSD" +SLOT="0" +KEYWORDS="amd64 x86 ~ppc-aix ~amd64-linux ~x86-linux ~sparc-solaris ~x86-solaris" + +distutils_enable_tests unittest + +python_prepare_all() { + # Remove this if examples get reintroduced + sed -i -e "s/test_names_demo/_&/" tests/test_open_workbook.py || die + distutils-r1_python_prepare_all +} -- cgit v1.3.1