[arch-commits] Commit in python2-openid/repos/community-any (PKGBUILD PKGBUILD)

Felix Yan felixonmars at archlinux.org
Thu May 31 02:10:14 UTC 2018


    Date: Thursday, May 31, 2018 @ 02:10:14
  Author: felixonmars
Revision: 333833

archrelease: copy trunk to community-any

Added:
  python2-openid/repos/community-any/PKGBUILD
    (from rev 333832, python2-openid/trunk/PKGBUILD)
Deleted:
  python2-openid/repos/community-any/PKGBUILD

----------+
 PKGBUILD |   46 +++++++++++++++++++++++-----------------------
 1 file changed, 23 insertions(+), 23 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-05-31 02:09:54 UTC (rev 333832)
+++ PKGBUILD	2018-05-31 02:10:14 UTC (rev 333833)
@@ -1,23 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan <felixonmars at gmail.com>
-# Contributor: Ryan Coyner <rcoyner at gmail.com>
-# Contributor: Laszlo Papp <dj szapi at archlinux us>
-# Contributor: Benjamin A. Shelton <zancarius -at- gmail.com>
-
-pkgname=python2-openid
-pkgver=2.2.5
-pkgrel=4
-pkgdesc="OpenID library for Python"
-arch=(any)
-url="http://pypi.python.org/pypi/python-openid"
-license=('Apache')
-depends=('python2')
-makedepends=('python2-setuptools')
-source=("https://files.pythonhosted.org/packages/source/p/python-openid/python-openid-${pkgver}.tar.gz")
-md5sums=(393f48b162ec29c3de9e2973548ea50d)
-
-package() {
-    cd python-openid-${pkgver}
-    python2 setup.py install --root="${pkgdir}/" --optimize=1
-    install -Dm0664 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}

Copied: python2-openid/repos/community-any/PKGBUILD (from rev 333832, python2-openid/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-05-31 02:10:14 UTC (rev 333833)
@@ -0,0 +1,23 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Ryan Coyner <rcoyner at gmail.com>
+# Contributor: Laszlo Papp <dj szapi at archlinux us>
+# Contributor: Benjamin A. Shelton <zancarius -at- gmail.com>
+
+pkgname=python2-openid
+pkgver=2.2.5
+pkgrel=5
+pkgdesc="OpenID library for Python"
+arch=(any)
+url="https://pypi.python.org/pypi/python-openid"
+license=('Apache')
+depends=('python2')
+makedepends=('python2-setuptools')
+source=("https://files.pythonhosted.org/packages/source/p/python-openid/python-openid-${pkgver}.tar.gz")
+sha512sums=('e1dc649153239ec128c26e55587c909e45bc46ee7c2878b0f1541de135f4d3d299710678d3913bb978dd9a9167fda89bff72705efdd1cfda435290e5dc0dab5a')
+
+package() {
+    cd python-openid-${pkgver}
+    python2 setup.py install --root="${pkgdir}/" --optimize=1
+    install -Dm0664 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}



More information about the arch-commits mailing list