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

Felix Yan felixonmars at archlinux.org
Fri Jan 3 05:49:03 UTC 2020


    Date: Friday, January 3, 2020 @ 05:49:02
  Author: felixonmars
Revision: 546901

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-01-03 05:48:47 UTC (rev 546900)
+++ PKGBUILD	2020-01-03 05:49:02 UTC (rev 546901)
@@ -1,30 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-
-pkgname=python-pygithub
-pkgver=1.44.1
-pkgrel=3
-pkgdesc="Use the full Github API v3"
-arch=('any')
-license=('LGPL')
-url="https://github.com/PyGithub/PyGithub"
-depends=('python-pyjwt' 'python-requests' 'python-deprecated')
-makedepends=('python-setuptools')
-checkdepends=('python-cryptography' 'python-httpretty')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/PyGithub/PyGithub/archive/v$pkgver.tar.gz")
-sha512sums=('87b6c05f3bbfa463995b67d0bb257700e8c67050dd291c60737a84c4e8bc6bcbde1c0e2add98ec38174c55f2c21abcf4c46bba8be752d132d7e63e423ab6fd1e')
-
-build() {
-  cd PyGithub-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd PyGithub-$pkgver
-  python -m lib2to3 -w -n tests
-  python setup.py test
-}
-
-package() {
-  cd PyGithub-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-}

Copied: python-pygithub/repos/community-any/PKGBUILD (from rev 546900, python-pygithub/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-01-03 05:49:02 UTC (rev 546901)
@@ -0,0 +1,30 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=python-pygithub
+pkgver=1.45
+pkgrel=1
+pkgdesc="Use the full Github API v3"
+arch=('any')
+license=('LGPL')
+url="https://github.com/PyGithub/PyGithub"
+depends=('python-pyjwt' 'python-requests' 'python-deprecated' 'python-six')
+makedepends=('python-setuptools')
+checkdepends=('python-cryptography' 'python-httpretty' 'python-parameterized')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/PyGithub/PyGithub/archive/v$pkgver.tar.gz")
+sha512sums=('24ff3c75f5578f5e0df59fa1a02511747857984d7bd4ae1b3d0a3b41a0eee79df9732d39ee5026978b70a71746826e92f27cc44b8362b6bd3e7dd4edb1654acd')
+
+build() {
+  cd PyGithub-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd PyGithub-$pkgver
+  python -m lib2to3 -w -n tests
+  python setup.py test
+}
+
+package() {
+  cd PyGithub-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+}



More information about the arch-commits mailing list