[arch-commits] Commit in pypdf/repos/community-any (LICENSE LICENSE PKGBUILD PKGBUILD)

Antonio Rojas arojas at archlinux.org
Tue Apr 24 20:03:16 UTC 2018


    Date: Tuesday, April 24, 2018 @ 20:03:16
  Author: arojas
Revision: 317621

archrelease: copy trunk to community-any

Added:
  pypdf/repos/community-any/LICENSE
    (from rev 317620, pypdf/trunk/LICENSE)
  pypdf/repos/community-any/PKGBUILD
    (from rev 317620, pypdf/trunk/PKGBUILD)
Deleted:
  pypdf/repos/community-any/LICENSE
  pypdf/repos/community-any/PKGBUILD

----------+
 LICENSE  |   52 ++++++++++++++++++++++++++--------------------------
 PKGBUILD |   60 ++++++++++++++++++++++++++----------------------------------
 2 files changed, 52 insertions(+), 60 deletions(-)

Deleted: LICENSE
===================================================================
--- LICENSE	2018-04-24 20:02:45 UTC (rev 317620)
+++ LICENSE	2018-04-24 20:03:16 UTC (rev 317621)
@@ -1,26 +0,0 @@
-# Copyright (c) 2006, Mathieu Fenniak
-# All rights reserved.
-#
-# Redistribution and use in source and binary forms, with or without
-# modification, are permitted provided that the following conditions are
-# met:
-#
-# * Redistributions of source code must retain the above copyright notice,
-# this list of conditions and the following disclaimer.
-# * Redistributions in binary form must reproduce the above copyright notice,
-# this list of conditions and the following disclaimer in the documentation
-# and/or other materials provided with the distribution.
-# * The name of the author may not be used to endorse or promote products
-# derived from this software without specific prior written permission.
-#
-# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
-# AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
-# IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
-# ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE
-# LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
-# CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
-# SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
-# INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
-# CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
-# ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
-# POSSIBILITY OF SUCH DAMAGE.

Copied: pypdf/repos/community-any/LICENSE (from rev 317620, pypdf/trunk/LICENSE)
===================================================================
--- LICENSE	                        (rev 0)
+++ LICENSE	2018-04-24 20:03:16 UTC (rev 317621)
@@ -0,0 +1,26 @@
+# Copyright (c) 2006, Mathieu Fenniak
+# All rights reserved.
+#
+# Redistribution and use in source and binary forms, with or without
+# modification, are permitted provided that the following conditions are
+# met:
+#
+# * Redistributions of source code must retain the above copyright notice,
+# this list of conditions and the following disclaimer.
+# * Redistributions in binary form must reproduce the above copyright notice,
+# this list of conditions and the following disclaimer in the documentation
+# and/or other materials provided with the distribution.
+# * The name of the author may not be used to endorse or promote products
+# derived from this software without specific prior written permission.
+#
+# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
+# AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
+# IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
+# ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE
+# LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
+# CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
+# SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
+# INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
+# CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
+# ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
+# POSSIBILITY OF SUCH DAMAGE.

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-04-24 20:02:45 UTC (rev 317620)
+++ PKGBUILD	2018-04-24 20:03:16 UTC (rev 317621)
@@ -1,34 +0,0 @@
-# Maintainer: Antonio Rojas <arojas at archlinux.org>
-# Contributor: Douglas Soares de Andrade <dsa at aur.archlinux.org>
-# Contributor: William Rea <sillywilly at gmail.com>
-# Contributor: Stefan Husmann <stefan-husmann at t-online.de>
-
-pkgbase=pypdf
-pkgname=(python-pypdf python2-pypdf)
-pkgver=1.13
-pkgrel=4
-pkgdesc='A Pure-Python library built as a PDF toolkit'
-arch=(any)
-url="http://pybrary.net/pyPdf"
-license=(BSD)
-makedepends=(python-setuptools python2-setuptools)
-source=(https://pypi.io/packages/source/p/pyPdf/pyPdf-$pkgver.tar.gz LICENSE)
-sha256sums=('3aede4c3c9c6ad07c98f059f90db0b09ed383f7c791c46100f649e1cabda0e3b'
-            '50ba5f73d8981222fe56ea3295bfa7e1cc51476f1044a1233d6c3500c741f786')
-
-package_python-pypdf() {
-    depends=(python)
- 
-    cd pyPdf-$pkgver
-    python setup.py install --root="$pkgdir"
-    install -D -m644 ../LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname/
-}
-
-package_python2-pypdf() {
-    depends=(python2)
-
-    cd pyPdf-$pkgver
-    python2 setup.py install --root="$pkgdir"
-    install -D -m644 ../LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname/
-}
-

Copied: pypdf/repos/community-any/PKGBUILD (from rev 317620, pypdf/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-04-24 20:03:16 UTC (rev 317621)
@@ -0,0 +1,26 @@
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+# Contributor: Douglas Soares de Andrade <dsa at aur.archlinux.org>
+# Contributor: William Rea <sillywilly at gmail.com>
+# Contributor: Stefan Husmann <stefan-husmann at t-online.de>
+
+pkgbase=pypdf
+pkgname=(python2-pypdf)
+pkgver=1.13
+pkgrel=5
+pkgdesc='A Pure-Python library built as a PDF toolkit'
+arch=(any)
+url="http://pybrary.net/pyPdf"
+license=(BSD)
+makedepends=(python2-setuptools)
+source=(https://pypi.io/packages/source/p/pyPdf/pyPdf-$pkgver.tar.gz LICENSE)
+sha256sums=('3aede4c3c9c6ad07c98f059f90db0b09ed383f7c791c46100f649e1cabda0e3b'
+            '50ba5f73d8981222fe56ea3295bfa7e1cc51476f1044a1233d6c3500c741f786')
+
+package_python2-pypdf() {
+  depends=(python2)
+
+  cd pyPdf-$pkgver
+  python2 setup.py install --root="$pkgdir"
+  install -D -m644 ../LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname/
+}
+



More information about the arch-commits mailing list