diff options
author | Michał Górny <mgorny@gentoo.org> | 2021-03-17 13:03:13 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2021-03-17 13:07:59 +0100 |
commit | af45e2e0164a2f01225bd2c7f34d9cf39f6ec9e5 (patch) | |
tree | b8d4cb98fff04b5483879eae09956c820cce20c9 /dev-python/xlrd | |
parent | package.mask: Revert "Last rite dev-python/xlrd" (diff) | |
download | gentoo-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')
-rw-r--r-- | dev-python/xlrd/Manifest | 1 | ||||
-rw-r--r-- | dev-python/xlrd/xlrd-2.0.1.ebuild | 22 |
2 files changed, 23 insertions, 0 deletions
diff --git a/dev-python/xlrd/Manifest b/dev-python/xlrd/Manifest index 2771a9e0040a..8ab51716c963 100644 --- a/dev-python/xlrd/Manifest +++ b/dev-python/xlrd/Manifest @@ -1 +1,2 @@ DIST xlrd-1.2.0.tar.gz 554079 BLAKE2B 57c956139a3e2239c9caeae66b36e384458f1f2060422575dcb63fb09b7f9050f669154d1479303640cc45fb5716e027d3b5d07282b08bd866c4e5366861ecef SHA512 eea14845701b86a2679f140c9730e8ee2722b4f859cdd870f86bf54df522d54fc3c78dc4354aeb958c72596a6349995e9d79935efc734de096f6e007945fc1b3 +DIST xlrd-2.0.1.gh.tar.gz 368304 BLAKE2B eaf6dbefde00954452a96214c6a48e5d35526168445d15d721851da690bd99e53bd765a73495b00c8ee7ce243c487da0afbc6d6217abd7a5956820357dc97104 SHA512 b3e2efa216fc73bf55bb0b165ef63e797d16a00c62f0f2f2a2114d2db7204208f2623835697a045abe185f52c426ed5e9ef38a4f5f8e1880f0cfdf642af3c57e 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 |