[arch-commits] Commit in python-pygithub/repos/community-any (PKGBUILD PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Thu Oct 6 07:58:40 UTC 2016
Date: Thursday, October 6, 2016 @ 07:58:40
Author: felixonmars
Revision: 191465
archrelease: copy trunk to community-any
Added:
python-pygithub/repos/community-any/PKGBUILD
(from rev 191463, python-pygithub/trunk/PKGBUILD)
Deleted:
python-pygithub/repos/community-any/PKGBUILD
----------+
PKGBUILD | 96 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 48 insertions(+), 48 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2016-10-06 07:58:38 UTC (rev 191464)
+++ PKGBUILD 2016-10-06 07:58:40 UTC (rev 191465)
@@ -1,48 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-
-pkgbase=python-pygithub
-pkgname=('python-pygithub' 'python2-pygithub')
-pkgver=1.28
-pkgrel=1
-pkgdesc="Use the full Github API v3"
-arch=('any')
-license=('LGPL')
-url="http://jacquev6.github.com/PyGithub"
-makedepends=('python-setuptools' 'python2-setuptools' 'git')
-source=("git+https://github.com/PyGithub/PyGithub.git#tag=v$pkgver")
-sha512sums=('SKIP')
-
-prepare() {
- cp -a PyGithub{,-py2}
-}
-
-build() {
- cd "$srcdir"/PyGithub
- python setup.py build
-
- cd "$srcdir"/PyGithub-py2
- python2 setup.py build
-}
-
-check() {
- cd "$srcdir"/PyGithub
- python setup.py test
-
- cd "$srcdir"/PyGithub-py2
- python2 setup.py test
-}
-
-package_python-pygithub() {
- depends=('python')
-
- cd PyGithub
- python setup.py install --root="$pkgdir" --optimize=1
-}
-
-package_python2-pygithub() {
- depends=('python2')
-
- cd PyGithub-py2
- python2 setup.py install --root="$pkgdir" --optimize=1
-}
Copied: python-pygithub/repos/community-any/PKGBUILD (from rev 191463, python-pygithub/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2016-10-06 07:58:40 UTC (rev 191465)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgbase=python-pygithub
+pkgname=('python-pygithub' 'python2-pygithub')
+pkgver=1.29
+pkgrel=1
+pkgdesc="Use the full Github API v3"
+arch=('any')
+license=('LGPL')
+url="http://jacquev6.github.com/PyGithub"
+makedepends=('python-setuptools' 'python2-setuptools' 'git')
+source=("git+https://github.com/PyGithub/PyGithub.git#tag=v$pkgver")
+sha512sums=('SKIP')
+
+prepare() {
+ cp -a PyGithub{,-py2}
+}
+
+build() {
+ cd "$srcdir"/PyGithub
+ python setup.py build
+
+ cd "$srcdir"/PyGithub-py2
+ python2 setup.py build
+}
+
+check() {
+ cd "$srcdir"/PyGithub
+ python setup.py test
+
+ cd "$srcdir"/PyGithub-py2
+ python2 setup.py test
+}
+
+package_python-pygithub() {
+ depends=('python')
+
+ cd PyGithub
+ python setup.py install --root="$pkgdir" --optimize=1
+}
+
+package_python2-pygithub() {
+ depends=('python2')
+
+ cd PyGithub-py2
+ python2 setup.py install --root="$pkgdir" --optimize=1
+}
More information about the arch-commits
mailing list