[arch-commits] Commit in python2-pbkdf2/repos/community-any (4 files)

Jelle van der Waa jelle at archlinux.org
Mon Sep 11 19:56:26 UTC 2017


    Date: Monday, September 11, 2017 @ 19:56:25
  Author: jelle
Revision: 257012

archrelease: copy trunk to community-any

Added:
  python2-pbkdf2/repos/community-any/LICENSE
    (from rev 257011, python2-pbkdf2/trunk/LICENSE)
  python2-pbkdf2/repos/community-any/PKGBUILD
    (from rev 257011, python2-pbkdf2/trunk/PKGBUILD)
Deleted:
  python2-pbkdf2/repos/community-any/LICENSE
  python2-pbkdf2/repos/community-any/PKGBUILD

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

Deleted: LICENSE
===================================================================
--- LICENSE	2017-09-11 19:56:11 UTC (rev 257011)
+++ LICENSE	2017-09-11 19:56:25 UTC (rev 257012)
@@ -1,20 +0,0 @@
-Copyright (C) 2007-2011 Dwayne C. Litzenberger <dlitz at dlitz.net>
-
-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-pbkdf2/repos/community-any/LICENSE (from rev 257011, python2-pbkdf2/trunk/LICENSE)
===================================================================
--- LICENSE	                        (rev 0)
+++ LICENSE	2017-09-11 19:56:25 UTC (rev 257012)
@@ -0,0 +1,20 @@
+Copyright (C) 2007-2011 Dwayne C. Litzenberger <dlitz at dlitz.net>
+
+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	2017-09-11 19:56:11 UTC (rev 257011)
+++ PKGBUILD	2017-09-11 19:56:25 UTC (rev 257012)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Timothy Redaelli <timothy.redaelli at gmail.com>
-# Contributor: Hilton Medeiros <medeiros.hilton at gmail.com>
-
-pkgname=python2-pbkdf2
-_pkgname=pbkdf2
-pkgver=1.3
-pkgrel=1
-pkgdesc="A module that implements the password-based key derivation function PBKDF2."
-arch=('any')
-url="https://www.dlitz.net/software/python-pbkdf2/"
-license=('MIT')
-depends=('python2')
-makedepends=('python2-setuptools')
-optdepends=('python2-crypto: to make use of PyCrypto`s HMAC and SHA')
-source=("http://pypi.python.org/packages/source/p/$_pkgname/$_pkgname-$pkgver.tar.gz"
-        LICENSE)
-md5sums=('40cda566f61420490206597243dd869f'
-         '180c44cc3999239185d0523570c61fa8')
-
-prepare() {
-  cd "$srcdir/$_pkgname-$pkgver"
-  find . -type f -name "*.py" -exec sed -i 's#/usr/bin/python#/usr/bin/python2#g' {} +
-}
-
-package() {
-  cd "$srcdir/$_pkgname-$pkgver"
-  python2 setup.py install --prefix=/usr --root="$pkgdir" -O1
-  install -Dm644 "$srcdir/LICENSE" "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}

Copied: python2-pbkdf2/repos/community-any/PKGBUILD (from rev 257011, python2-pbkdf2/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2017-09-11 19:56:25 UTC (rev 257012)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Timothy Redaelli <timothy.redaelli at gmail.com>
+# Contributor: Hilton Medeiros <medeiros.hilton at gmail.com>
+
+pkgname=python2-pbkdf2
+_pkgname=pbkdf2
+pkgver=1.3
+pkgrel=2
+pkgdesc="A module that implements the password-based key derivation function PBKDF2."
+arch=('any')
+url="https://www.dlitz.net/software/python-pbkdf2/"
+license=('MIT')
+depends=('python2')
+makedepends=('python2-setuptools')
+optdepends=('python2-crypto: to make use of PyCrypto`s HMAC and SHA')
+source=("https://pypi.python.org/packages/source/p/$_pkgname/$_pkgname-$pkgver.tar.gz"
+        LICENSE)
+md5sums=('40cda566f61420490206597243dd869f'
+         '180c44cc3999239185d0523570c61fa8')
+
+prepare() {
+  cd "$srcdir/$_pkgname-$pkgver"
+  find . -type f -name "*.py" -exec sed -i 's#/usr/bin/python#/usr/bin/python2#g' {} +
+}
+
+package() {
+  cd "$srcdir/$_pkgname-$pkgver"
+  python2 setup.py install --prefix=/usr --root="$pkgdir" -O1
+  install -Dm644 "$srcdir/LICENSE" "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}



More information about the arch-commits mailing list