[arch-commits] Commit in python-pam/repos/community-any (PKGBUILD PKGBUILD)

Eli Schwartz eschwartz at archlinux.org
Tue Jun 26 22:10:10 UTC 2018


    Date: Tuesday, June 26, 2018 @ 22:10:09
  Author: eschwartz
Revision: 346295

archrelease: copy trunk to community-any

Added:
  python-pam/repos/community-any/PKGBUILD
    (from rev 346294, python-pam/trunk/PKGBUILD)
Deleted:
  python-pam/repos/community-any/PKGBUILD

----------+
 PKGBUILD |   79 +++++++++++++++++++++++++++++--------------------------------
 1 file changed, 38 insertions(+), 41 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-06-26 22:09:53 UTC (rev 346294)
+++ PKGBUILD	2018-06-26 22:10:09 UTC (rev 346295)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Eli Schwartz <eschwartz at archlinux.org>
-
-pkgbase=python-pam
-pkgname=(python-pam python2-pam)
-pkgver=1.8.3
-pkgrel=1
-pkgdesc=" Pure Python interface to the Pluggable Authentication Modules system on Linux"
-arch=('any')
-url="https://github.com/FirefighterBlu3/${pkgbase}"
-license=('MIT')
-depends=('pam')
-makedepends=('python-setuptools' 'python2-setuptools')
-# only available as a wheel?
-#source=("https://files.pythonhosted.org/packages/source/${pkgbase:0:1}/${pkgbase}/${pkgbase}-${pkgver}.tar.gz")
-_commit=7f71db2c4e63e317cb607cd5353b4ec176d7a137
-source=("${url}/archive/${_commit}.tar.gz")
-sha256sums=('a914e4c39e461c694630ac457bea1426d097f9a9f0cb5514591ef5d9bb864ef0')
-validpgpkeys=('766460A814AE0D0066C3EE922AC27DE01E1DFAD6') # David Ford <david at blue-labs.org>
-
-build() {
-	cd "${srcdir}/${pkgbase}-${_commit}"
-	python setup.py build
-	python2 setup.py build
-}
-
-package_python-pam() {
-    depends+=('python')
-	cd "${srcdir}/${pkgbase}-${_commit}"
-
-	python setup.py install --root="${pkgdir}" --optimize=1 --skip-build
-	install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}
-
-package_python2-pam() {
-    depends+=('python2')
-	cd "${srcdir}/${pkgbase}-${_commit}"
-
-	python2 setup.py install --root="${pkgdir}" --optimize=1 --skip-build
-	install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}

Copied: python-pam/repos/community-any/PKGBUILD (from rev 346294, python-pam/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-06-26 22:10:09 UTC (rev 346295)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Eli Schwartz <eschwartz at archlinux.org>
+
+pkgbase=python-pam
+pkgname=(python-pam python2-pam)
+pkgver=1.8.4
+pkgrel=1
+pkgdesc=" Pure Python interface to the Pluggable Authentication Modules system on Linux"
+arch=('any')
+url="https://github.com/FirefighterBlu3/${pkgbase}"
+license=('MIT')
+depends=('pam')
+makedepends=('python-setuptools' 'python2-setuptools')
+source=("https://files.pythonhosted.org/packages/source/${pkgbase:0:1}/${pkgbase}/${pkgbase}-${pkgver}.tar.gz")
+sha256sums=('c856d9c89fedb33951dd8a95727ae57c6887b02d065bbdffd2fd9dbc0183909b')
+validpgpkeys=('766460A814AE0D0066C3EE922AC27DE01E1DFAD6') # David Ford <david at blue-labs.org>
+
+build() {
+	cd "${srcdir}/${pkgbase}-${pkgver}"
+	python setup.py build
+	python2 setup.py build
+}
+
+package_python-pam() {
+    depends+=('python')
+	cd "${srcdir}/${pkgbase}-${pkgver}"
+
+	python setup.py install --root="${pkgdir}" --optimize=1 --skip-build
+	install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}
+
+package_python2-pam() {
+    depends+=('python2')
+	cd "${srcdir}/${pkgbase}-${pkgver}"
+
+	python2 setup.py install --root="${pkgdir}" --optimize=1 --skip-build
+	install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}



More information about the arch-commits mailing list