[arch-commits] Commit in python2-configparser/repos/extra-any (4 files)

Felix Yan felixonmars at archlinux.org
Mon Aug 12 01:36:00 UTC 2019


    Date: Monday, August 12, 2019 @ 01:36:00
  Author: felixonmars
Revision: 359737

archrelease: copy trunk to extra-any

Added:
  python2-configparser/repos/extra-any/PKGBUILD
    (from rev 359736, python2-configparser/trunk/PKGBUILD)
  python2-configparser/repos/extra-any/license
    (from rev 359736, python2-configparser/trunk/license)
Deleted:
  python2-configparser/repos/extra-any/PKGBUILD
  python2-configparser/repos/extra-any/license

----------+
 PKGBUILD |   68 ++++++++++++++++++++++++++++++-------------------------------
 license  |   38 +++++++++++++++++-----------------
 2 files changed, 53 insertions(+), 53 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-08-12 01:35:45 UTC (rev 359736)
+++ PKGBUILD	2019-08-12 01:36:00 UTC (rev 359737)
@@ -1,34 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Contributor: Andrzej Giniewicz <gginiu at gmail.com>
-
-pkgname=python2-configparser
-pkgver=3.7.5
-pkgrel=1
-pkgdesc="This library brings the updated configparser from Python 3.5 to Python 2.6-3.5."
-arch=('any')
-url="https://bitbucket.org/ambv/configparser"
-license=('MIT')
-depends=('python2-backports')
-makedepends=('python2-setuptools')
-source=("https://pypi.io/packages/source/c/configparser/configparser-${pkgver}.tar.gz" license)
-md5sums=('cece4f71fcfb5457d7bc7dfd5eabe8d5'
-         'f8e5b03556ed846d7681bacd4126f484')
-
-prepare() {
-  sed -i -e "s|#![ ]*/usr/bin/env python$|#!/usr/bin/env python2|" \
-    $(find "$srcdir"/configparser-${pkgver} -name '*.py')
-}
-
-build() {
-  cd configparser-$pkgver
-  python2 setup.py build
-}
-
-package() {
-  cd configparser-$pkgver
-  python2 setup.py install --prefix=/usr --root="$pkgdir" --optimize=1
-
-  rm "$pkgdir"/usr/lib/python2.7/site-packages/backports/__init__.py{,c,o}
-
-  install -D "$srcdir"/license "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: python2-configparser/repos/extra-any/PKGBUILD (from rev 359736, python2-configparser/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-08-12 01:36:00 UTC (rev 359737)
@@ -0,0 +1,34 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Andrzej Giniewicz <gginiu at gmail.com>
+
+pkgname=python2-configparser
+pkgver=3.8.1
+pkgrel=1
+pkgdesc="This library brings the updated configparser from Python 3.5 to Python 2.6-3.5."
+arch=('any')
+url="https://bitbucket.org/ambv/configparser"
+license=('MIT')
+depends=('python2-backports')
+makedepends=('python2-setuptools')
+source=("https://pypi.io/packages/source/c/configparser/configparser-${pkgver}.tar.gz" license)
+md5sums=('bc1558ed941cb1acb80ff650726d5af8'
+         'f8e5b03556ed846d7681bacd4126f484')
+
+prepare() {
+  sed -i -e "s|#![ ]*/usr/bin/env python$|#!/usr/bin/env python2|" \
+    $(find "$srcdir"/configparser-${pkgver} -name '*.py')
+}
+
+build() {
+  cd configparser-$pkgver
+  python2 setup.py build
+}
+
+package() {
+  cd configparser-$pkgver
+  python2 setup.py install --prefix=/usr --root="$pkgdir" --optimize=1
+
+  rm "$pkgdir"/usr/lib/python2.7/site-packages/backports/__init__.py{,c,o}
+
+  install -D "$srcdir"/license "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}

Deleted: license
===================================================================
--- license	2019-08-12 01:35:45 UTC (rev 359736)
+++ license	2019-08-12 01:36:00 UTC (rev 359737)
@@ -1,19 +0,0 @@
-Copyright (c) 2011 Łukasz Langa
-
-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: python2-configparser/repos/extra-any/license (from rev 359736, python2-configparser/trunk/license)
===================================================================
--- license	                        (rev 0)
+++ license	2019-08-12 01:36:00 UTC (rev 359737)
@@ -0,0 +1,19 @@
+Copyright (c) 2011 Łukasz Langa
+
+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.



More information about the arch-commits mailing list