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

Commit

Permalink
archrelease: copy trunk to community-any
Browse files Browse the repository at this point in the history
git-svn-id: file:///srv/repos/svn-community/svn@1214780 9fca08f4-af9d-4005-b8df-a31f2cc04f65
  • Loading branch information
yan12125 authored and svntogit committed May 30, 2022
1 parent 48e8d87 commit d0389a5
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 28 deletions.
23 changes: 0 additions & 23 deletions repos/community-any/LICENCE

This file was deleted.

17 changes: 12 additions & 5 deletions repos/community-any/PKGBUILD
@@ -1,28 +1,35 @@
# Maintainer: Andrzej Giniewicz <gginiu@gmail.com>
# Maintainer: Chih-Hsuan Yen <yan12125@archlinux.org>
# Contributor: Andrzej Giniewicz <gginiu@gmail.com>
# Contributor: Nishit Joseph (reachjlight at gmail dot com)
# Contributor: Martin Corley <Martin.Corley@ed.ac.uk>

pkgname=python-openpyxl
pkgver=3.0.9
pkgrel=3
pkgver=3.0.10
pkgrel=1
pkgdesc="A Python library to read/write Excel 2007 xlsx/xlsm files"
arch=('any')
url="https://openpyxl.readthedocs.org/"
license=('MIT')
depends=('python-jdcal' 'python-et-xmlfile')
depends=('python-et-xmlfile')
makedepends=('python-setuptools')
checkdepends=('python-pytest' 'python-lxml' 'python-pandas' 'python-pillow')
optdepends=('python-pillow: needed to include images'
'python-lxml: alternative XML backend'
'python-defusedxml: guard against various XML vulnerabilities'
'python-pandas: for iteration over Pandas DataFrames')
source=("https://foss.heptapod.net/openpyxl/openpyxl/-/archive/${pkgver}/openpyxl-${pkgver}.tar.bz2")
sha256sums=('351d38f1bba45a4a3cdcdc626d6c3f815677f5f0bc218315664678efe47e4e3f')
sha256sums=('265ae51674a0b30d5394a437a2c96c520c6cfcaf479a4d3e0f75d829d172664e')

build() {
cd "$srcdir"/openpyxl-${pkgver}
python setup.py build
}

check() {
cd "$srcdir"/openpyxl-${pkgver}
pytest
}

package() {
cd "$srcdir"/openpyxl-${pkgver}
python setup.py install --skip-build --root="$pkgdir" --optimize=1
Expand Down

0 comments on commit d0389a5

Please sign in to comment.