Skip to content
This repository was archived by the owner on May 20, 2023. It is now read-only.

Commit d0389a5

Browse files
yan12125svntogit
yan12125
authored and
svntogit
committed
archrelease: copy trunk to community-any
git-svn-id: file:///srv/repos/svn-community/svn@1214780 9fca08f4-af9d-4005-b8df-a31f2cc04f65
1 parent 48e8d87 commit d0389a5

File tree

2 files changed

+12
-28
lines changed

2 files changed

+12
-28
lines changed

repos/community-any/LICENCE

Lines changed: 0 additions & 23 deletions
This file was deleted.

repos/community-any/PKGBUILD

Lines changed: 12 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,35 @@
1-
# Maintainer: Andrzej Giniewicz <[email protected]>
1+
# Maintainer: Chih-Hsuan Yen <[email protected]>
2+
# Contributor: Andrzej Giniewicz <[email protected]>
23
# Contributor: Nishit Joseph (reachjlight at gmail dot com)
34
# Contributor: Martin Corley <[email protected]>
45

56
pkgname=python-openpyxl
6-
pkgver=3.0.9
7-
pkgrel=3
7+
pkgver=3.0.10
8+
pkgrel=1
89
pkgdesc="A Python library to read/write Excel 2007 xlsx/xlsm files"
910
arch=('any')
1011
url="https://openpyxl.readthedocs.org/"
1112
license=('MIT')
12-
depends=('python-jdcal' 'python-et-xmlfile')
13+
depends=('python-et-xmlfile')
1314
makedepends=('python-setuptools')
15+
checkdepends=('python-pytest' 'python-lxml' 'python-pandas' 'python-pillow')
1416
optdepends=('python-pillow: needed to include images'
1517
'python-lxml: alternative XML backend'
1618
'python-defusedxml: guard against various XML vulnerabilities'
1719
'python-pandas: for iteration over Pandas DataFrames')
1820
source=("https://foss.heptapod.net/openpyxl/openpyxl/-/archive/${pkgver}/openpyxl-${pkgver}.tar.bz2")
19-
sha256sums=('351d38f1bba45a4a3cdcdc626d6c3f815677f5f0bc218315664678efe47e4e3f')
21+
sha256sums=('265ae51674a0b30d5394a437a2c96c520c6cfcaf479a4d3e0f75d829d172664e')
2022

2123
build() {
2224
cd "$srcdir"/openpyxl-${pkgver}
2325
python setup.py build
2426
}
2527

28+
check() {
29+
cd "$srcdir"/openpyxl-${pkgver}
30+
pytest
31+
}
32+
2633
package() {
2734
cd "$srcdir"/openpyxl-${pkgver}
2835
python setup.py install --skip-build --root="$pkgdir" --optimize=1

0 commit comments

Comments
 (0)