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

Felix Yan felixonmars at archlinux.org
Sun Oct 20 07:48:24 UTC 2019


    Date: Sunday, October 20, 2019 @ 07:48:24
  Author: felixonmars
Revision: 517658

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-10-20 07:48:12 UTC (rev 517657)
+++ PKGBUILD	2019-10-20 07:48:24 UTC (rev 517658)
@@ -1,30 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-
-pkgname=python-pygithub
-pkgver=1.43.8
-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')
-makedepends=('python-setuptools')
-checkdepends=('python-cryptography' 'python-httpretty')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/PyGithub/PyGithub/archive/v$pkgver.tar.gz")
-sha512sums=('dc58166ebb27f855ed4f32448029abe7e53b8050d8d99029d460f2dd94180ca8bcef68a75469293abd021f70cc3c67c32061e6439db1b3f1dc77af464c658bb6')
-
-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 517657, python-pygithub/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-10-20 07:48:24 UTC (rev 517658)
@@ -0,0 +1,30 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=python-pygithub
+pkgver=1.44
+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')
+makedepends=('python-setuptools')
+checkdepends=('python-cryptography' 'python-httpretty')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/PyGithub/PyGithub/archive/v$pkgver.tar.gz")
+sha512sums=('26aa86822fb8c3ca8a8a0e8d5cd9bf9457cab8a4aa006fa195bb4922867627b5516adbee19cbf5c30d24de8266b496741ae7f4dd8c7cc0494044e6cd585402b1')
+
+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