[arch-commits] Commit in (5 files)

Timothy Redaelli tredaelli at nymeria.archlinux.org
Wed Apr 23 08:12:12 UTC 2014


    Date: Wednesday, April 23, 2014 @ 10:12:12
  Author: tredaelli
Revision: 110022

New package: python2-pbkdf2 (dep for electrum)

Added:
  python2-pbkdf2/
  python2-pbkdf2/repos/
  python2-pbkdf2/trunk/
  python2-pbkdf2/trunk/LICENSE
  python2-pbkdf2/trunk/PKGBUILD

----------+
 LICENSE  |   20 ++++++++++++++++++++
 PKGBUILD |   24 ++++++++++++++++++++++++
 2 files changed, 44 insertions(+)

Added: python2-pbkdf2/trunk/LICENSE
===================================================================
--- python2-pbkdf2/trunk/LICENSE	                        (rev 0)
+++ python2-pbkdf2/trunk/LICENSE	2014-04-23 08:12:12 UTC (rev 110022)
@@ -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.

Added: python2-pbkdf2/trunk/PKGBUILD
===================================================================
--- python2-pbkdf2/trunk/PKGBUILD	                        (rev 0)
+++ python2-pbkdf2/trunk/PKGBUILD	2014-04-23 08:12:12 UTC (rev 110022)
@@ -0,0 +1,24 @@
+# $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')
+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')
+
+package() {
+  cd "$srcdir/$_pkgname-$pkgver"
+  python2 setup.py install --prefix=/usr --root="$pkgdir" -O1
+  install -Dm644 "$srcdir/LICENSE" "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}


Property changes on: python2-pbkdf2/trunk/PKGBUILD
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property



More information about the arch-commits mailing list