[arch-commits] Commit in python2-pam/repos (2 files)

Alexandre Filgueira faidoc at nymeria.archlinux.org
Sun Oct 6 15:36:56 UTC 2013


    Date: Sunday, October 6, 2013 @ 17:36:55
  Author: faidoc
Revision: 98132

archrelease: copy trunk to community-testing-any

Added:
  python2-pam/repos/community-testing-any/
  python2-pam/repos/community-testing-any/PKGBUILD
    (from rev 98130, python2-pam/trunk/PKGBUILD)

----------+
 PKGBUILD |   28 ++++++++++++++++++++++++++++
 1 file changed, 28 insertions(+)

Copied: python2-pam/repos/community-testing-any/PKGBUILD (from rev 98130, python2-pam/trunk/PKGBUILD)
===================================================================
--- community-testing-any/PKGBUILD	                        (rev 0)
+++ community-testing-any/PKGBUILD	2013-10-06 15:36:55 UTC (rev 98132)
@@ -0,0 +1,28 @@
+# Maintainer: Alexandre Filgueira <alexfilgueira at antergos.com>
+# Contributor: kozec <kozec at kozec dot com>
+# Contributor: twa022 <twa022 at gmail dot com>
+
+_modulename=pam
+pkgname=python2-${_modulename}
+pkgver=0.1.4
+pkgrel=2
+pkgdesc="Module that provides an authenticate function that allows the caller to authenticate a given username / password against the PAM system on Linux."
+url="http://atlee.ca/software/pam/"
+license=('MIT')
+arch=('any')
+depends=('python2' 'pam')
+makedepends=('python2-distribute')
+source=("http://pypi.python.org/packages/source/${_modulename:0:1}/${_modulename}/${_modulename}-${pkgver}.tar.gz")
+sha256sums=('35e88575afc37a2a5f96e20b22fa55d3e3213370d4ce640af1597c2a1dde226b')
+
+build() {
+	cd $srcdir/${_modulename}-${pkgver}
+	python2 setup.py build
+}
+
+package() {
+	cd $srcdir/${_modulename}-${pkgver}
+	python2 setup.py install --root=$pkgdir
+}
+
+




More information about the arch-commits mailing list