[arch-commits] Commit in python-openpyxl/repos (3 files)

Evangelos Foutras foutrelis at archlinux.org
Tue Nov 10 08:43:32 UTC 2020


    Date: Tuesday, November 10, 2020 @ 08:43:32
  Author: foutrelis
Revision: 749435

archrelease: copy trunk to community-staging-any

Added:
  python-openpyxl/repos/community-staging-any/
  python-openpyxl/repos/community-staging-any/LICENCE
    (from rev 749434, python-openpyxl/trunk/LICENCE)
  python-openpyxl/repos/community-staging-any/PKGBUILD
    (from rev 749434, python-openpyxl/trunk/PKGBUILD)

----------+
 LICENCE  |   23 +++++++++++++++++++++++
 PKGBUILD |   30 ++++++++++++++++++++++++++++++
 2 files changed, 53 insertions(+)

Copied: python-openpyxl/repos/community-staging-any/LICENCE (from rev 749434, python-openpyxl/trunk/LICENCE)
===================================================================
--- community-staging-any/LICENCE	                        (rev 0)
+++ community-staging-any/LICENCE	2020-11-10 08:43:32 UTC (rev 749435)
@@ -0,0 +1,23 @@
+This software is under the MIT Licence
+======================================
+
+Copyright (c) 2010 openpyxl
+
+Permission is hereby granted, free of charge, to any person obtaining a
+copy of this software and associated documentation files (the
+"Software"), to deal in the Software without restriction, including
+without limitation the rights to use, copy, modify, merge, publish,
+distribute, sublicense, and/or sell copies of the Software, and to
+permit persons to whom the Software is furnished to do so, subject to
+the following conditions:
+
+The above copyright notice and this permission notice shall be included
+in all copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
+OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
+MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
+IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
+CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
+TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
+SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Copied: python-openpyxl/repos/community-staging-any/PKGBUILD (from rev 749434, python-openpyxl/trunk/PKGBUILD)
===================================================================
--- community-staging-any/PKGBUILD	                        (rev 0)
+++ community-staging-any/PKGBUILD	2020-11-10 08:43:32 UTC (rev 749435)
@@ -0,0 +1,30 @@
+# Maintainer: Andrzej Giniewicz <gginiu at gmail.com>
+# Contributor: Nishit Joseph (reachjlight at gmail dot com)
+# Contributor: Martin Corley <Martin.Corley at ed.ac.uk>
+
+pkgname=python-openpyxl
+pkgver=3.0.5
+pkgrel=2
+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')
+makedepends=('python-setuptools')
+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=('30a3d65cd8ccf73f4993d85bdeb50d7adff9c086c84c23f755a38896c1800128')
+
+build() {
+  cd "$srcdir"/openpyxl-${pkgver}
+  python setup.py build
+}
+
+package() {
+  cd "$srcdir"/openpyxl-${pkgver}
+  python setup.py install --skip-build --root="$pkgdir" --optimize=1
+  install -Dm644 LICENCE.rst "$pkgdir"/usr/share/licenses/$pkgname/LICENCE
+}



More information about the arch-commits mailing list