[arch-commits] Commit in python-openpyxl/repos/community-staging-any (4 files)
Evangelos Foutras
foutrelis at gemini.archlinux.org
Thu Dec 2 11:57:27 UTC 2021
Date: Thursday, December 2, 2021 @ 11:57:27
Author: foutrelis
Revision: 1061610
archrelease: copy trunk to community-staging-any
Added:
python-openpyxl/repos/community-staging-any/LICENCE
(from rev 1061609, python-openpyxl/trunk/LICENCE)
python-openpyxl/repos/community-staging-any/PKGBUILD
(from rev 1061609, python-openpyxl/trunk/PKGBUILD)
Deleted:
python-openpyxl/repos/community-staging-any/LICENCE
python-openpyxl/repos/community-staging-any/PKGBUILD
----------+
LICENCE | 46 +++++++++++++++++++++++-----------------------
PKGBUILD | 60 ++++++++++++++++++++++++++++++------------------------------
2 files changed, 53 insertions(+), 53 deletions(-)
Deleted: LICENCE
===================================================================
--- LICENCE 2021-12-02 11:57:23 UTC (rev 1061609)
+++ LICENCE 2021-12-02 11:57:27 UTC (rev 1061610)
@@ -1,23 +0,0 @@
-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/LICENCE (from rev 1061609, python-openpyxl/trunk/LICENCE)
===================================================================
--- LICENCE (rev 0)
+++ LICENCE 2021-12-02 11:57:27 UTC (rev 1061610)
@@ -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.
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2021-12-02 11:57:23 UTC (rev 1061609)
+++ PKGBUILD 2021-12-02 11:57:27 UTC (rev 1061610)
@@ -1,30 +0,0 @@
-# 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.9
-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=('351d38f1bba45a4a3cdcdc626d6c3f815677f5f0bc218315664678efe47e4e3f')
-
-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
-}
Copied: python-openpyxl/repos/community-staging-any/PKGBUILD (from rev 1061609, python-openpyxl/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2021-12-02 11:57:27 UTC (rev 1061610)
@@ -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.9
+pkgrel=3
+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=('351d38f1bba45a4a3cdcdc626d6c3f815677f5f0bc218315664678efe47e4e3f')
+
+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