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

Felix Yan felixonmars at archlinux.org
Thu May 31 02:09:48 UTC 2018


    Date: Thursday, May 31, 2018 @ 02:09:48
  Author: felixonmars
Revision: 333831

archrelease: copy trunk to community-any

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

----------+
 PKGBUILD |   60 ++++++++++++++++++++++++++++++------------------------------
 1 file changed, 30 insertions(+), 30 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-05-31 02:09:23 UTC (rev 333830)
+++ PKGBUILD	2018-05-31 02:09:48 UTC (rev 333831)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan <felixonmars at gmail.com>
-# Contributor: Jonathan Conder <jonno.conder at gmail.com>
-# Contributor: Snowknight (hopkinsth at gmail.com)
-
-_pkgbasename=oauth
-pkgname=python2-oauth
-pkgver=1.0.1
-pkgrel=3
-pkgdesc="An open protocol to allow API authentication from desktop and web applications."
-arch=('any')
-url="http://code.google.com/p/oauth/"
-license=('MIT')
-depends=('python2')
-makedepends=('python2-setuptools')
-source=("https://files.pythonhosted.org/packages/source/${_pkgbasename:0:1}/$_pkgbasename/$_pkgbasename-$pkgver.tar.gz")
-sha256sums=('e769819ff0b0c043d020246ce1defcaadd65b9c21d244468a45a7f06cb88af5d')
-
-build() {
-  cd $_pkgbasename-$pkgver
-
-  python2 setup.py build
-}
-
-package() {
-  cd $_pkgbasename-$pkgver
-
-  python2 setup.py install -O1 --root="$pkgdir"
-  install -D -m644 LICENSE.txt "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}

Copied: python2-oauth/repos/community-any/PKGBUILD (from rev 333830, python2-oauth/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-05-31 02:09:48 UTC (rev 333831)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Jonathan Conder <jonno.conder at gmail.com>
+# Contributor: Snowknight (hopkinsth at gmail.com)
+
+_pkgbasename=oauth
+pkgname=python2-oauth
+pkgver=1.0.1
+pkgrel=4
+pkgdesc="An open protocol to allow API authentication from desktop and web applications."
+arch=('any')
+url="https://code.google.com/archive/p/oauth/"
+license=('MIT')
+depends=('python2')
+makedepends=('python2-setuptools')
+source=("https://files.pythonhosted.org/packages/source/${_pkgbasename:0:1}/$_pkgbasename/$_pkgbasename-$pkgver.tar.gz")
+sha512sums=('a503b1bfff18c97a0e666cc376bfcb11e3cc0f3340dd16e0254fcd4340ed28ab0fc52d1de81b573309351a5edaf83d0b437c155580c00e32a81a7c219ee7eca9')
+
+build() {
+  cd $_pkgbasename-$pkgver
+
+  python2 setup.py build
+}
+
+package() {
+  cd $_pkgbasename-$pkgver
+
+  python2 setup.py install -O1 --root="$pkgdir"
+  install -D -m644 LICENSE.txt "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}



More information about the arch-commits mailing list