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

2018-05-30 Thread Felix Yan via arch-commits
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
===
--- PKGBUILD2018-05-31 02:09:23 UTC (rev 333830)
+++ PKGBUILD2018-05-31 02:09:48 UTC (rev 333831)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Jonathan Conder 
-# Contributor: Snowknight (hopkin...@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)
+++ PKGBUILD2018-05-31 02:09:48 UTC (rev 333831)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Jonathan Conder 
+# Contributor: Snowknight (hopkin...@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"
+}


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

2014-01-28 Thread Felix Yan
Date: Tuesday, January 28, 2014 @ 15:28:57
  Author: fyan
Revision: 104939

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2014-01-28 14:28:08 UTC (rev 104938)
+++ PKGBUILD2014-01-28 14:28:57 UTC (rev 104939)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Jonathan Conder 
-# Contributor: Snowknight (hopkin...@gmail.com)
-
-_pkgbasename=oauth
-pkgname=python2-oauth
-pkgver=1.0.1
-pkgrel=2
-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-distribute')
-source=("http://pypi.python.org/packages/source/${_pkgbasename:0:1}/$_pkgbasename/$_pkgbasename-$pkgver.tar.gz";)
-sha256sums=('e769819ff0b0c043d020246ce1defcaadd65b9c21d244468a45a7f06cb88af5d')
-
-build() {
-  cd "$srcdir/$_pkgbasename-$pkgver"
-
-  python2 setup.py build
-}
-
-package() {
-  cd "$srcdir/$_pkgbasename-$pkgver"
-
-  python2 setup.py install --root="$pkgdir"
-  install -D -m644 LICENSE.txt "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}

Copied: python2-oauth/repos/community-any/PKGBUILD (from rev 104938, 
python2-oauth/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-01-28 14:28:57 UTC (rev 104939)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Jonathan Conder 
+# Contributor: Snowknight (hopkin...@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=("http://pypi.python.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"
+}