summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2021-03-17 13:03:13 +0100
committerMichał Górny <mgorny@gentoo.org>2021-03-17 13:07:59 +0100
commitaf45e2e0164a2f01225bd2c7f34d9cf39f6ec9e5 (patch)
treeb8d4cb98fff04b5483879eae09956c820cce20c9 /dev-python/xlrd/xlrd-2.0.1.ebuild
parentpackage.mask: Revert "Last rite dev-python/xlrd" (diff)
downloadgentoo-af45e2e0164a2f01225bd2c7f34d9cf39f6ec9e5.tar.gz
gentoo-af45e2e0164a2f01225bd2c7f34d9cf39f6ec9e5.tar.bz2
gentoo-af45e2e0164a2f01225bd2c7f34d9cf39f6ec9e5.zip
dev-python/xlrd: Bump to 2.0.1
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/xlrd/xlrd-2.0.1.ebuild')
-rw-r--r--dev-python/xlrd/xlrd-2.0.1.ebuild22
1 files changed, 22 insertions, 0 deletions
diff --git a/dev-python/xlrd/xlrd-2.0.1.ebuild b/dev-python/xlrd/xlrd-2.0.1.ebuild
new file mode 100644
index 000000000000..cab2e3c52b9c
--- /dev/null
+++ b/dev-python/xlrd/xlrd-2.0.1.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{7..9} )
+
+inherit distutils-r1
+
+DESCRIPTION="Library to extract data from Microsoft Excel spreadsheets"
+HOMEPAGE="
+ https://www.python-excel.org/
+ https://github.com/python-excel/xlrd/"
+SRC_URI="
+ https://github.com/python-excel/xlrd/archive/${PV}.tar.gz
+ -> ${P}.gh.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~x86 ~amd64-linux ~x86-linux ~sparc-solaris ~x86-solaris"
+
+distutils_enable_tests unittest