[arch-commits] Commit in python2-pam (PKGBUILD repos trunk trunk/PKGBUILD)
Alexandre Filgueira
faidoc at nymeria.archlinux.org
Sun Oct 6 15:36:21 UTC 2013
Date: Sunday, October 6, 2013 @ 17:36:21
Author: faidoc
Revision: 98130
Fixed python2-pam folders
Added:
python2-pam/repos/
python2-pam/trunk/
python2-pam/trunk/PKGBUILD
(from rev 98129, python2-pam/PKGBUILD)
Deleted:
python2-pam/PKGBUILD
----------------+
PKGBUILD | 28 ----------------------------
trunk/PKGBUILD | 28 ++++++++++++++++++++++++++++
2 files changed, 28 insertions(+), 28 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2013-10-06 15:29:29 UTC (rev 98129)
+++ PKGBUILD 2013-10-06 15:36:21 UTC (rev 98130)
@@ -1,28 +0,0 @@
-# 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
-}
-
-
Copied: python2-pam/trunk/PKGBUILD (from rev 98129, python2-pam/PKGBUILD)
===================================================================
--- trunk/PKGBUILD (rev 0)
+++ trunk/PKGBUILD 2013-10-06 15:36:21 UTC (rev 98130)
@@ -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