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

Felix Yan felixonmars at archlinux.org
Sun May 3 02:13:16 UTC 2020


    Date: Sunday, May 3, 2020 @ 02:13:15
  Author: felixonmars
Revision: 624525

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-05-03 02:12:52 UTC (rev 624524)
+++ PKGBUILD	2020-05-03 02:13:15 UTC (rev 624525)
@@ -1,29 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-
-pkgname=python-pygithub
-pkgver=1.50
-pkgrel=1
-pkgdesc="Use the full Github API v3"
-arch=('any')
-license=('LGPL')
-url="https://github.com/PyGithub/PyGithub"
-depends=('python-deprecated' 'python-pyjwt' 'python-requests')
-makedepends=('python-setuptools')
-checkdepends=('python-pytest' 'python-cryptography' 'python-httpretty' 'python-parameterized')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/PyGithub/PyGithub/archive/v$pkgver.tar.gz")
-sha512sums=('c24c8eac0ca73d9fab3f016990a422534f1b7a2d5d840dfeef215ada67f43cdec07031d72f31be9ab4332db358a98b89a08ce158bb8fb652b96720ff1cc6b041')
-
-build() {
-  cd PyGithub-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd PyGithub-$pkgver
-  python -m pytest
-}
-
-package() {
-  cd PyGithub-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-}

Copied: python-pygithub/repos/community-any/PKGBUILD (from rev 624524, python-pygithub/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-05-03 02:13:15 UTC (rev 624525)
@@ -0,0 +1,29 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=python-pygithub
+pkgver=1.51
+pkgrel=1
+pkgdesc="Use the full Github API v3"
+arch=('any')
+license=('LGPL')
+url="https://github.com/PyGithub/PyGithub"
+depends=('python-deprecated' 'python-pyjwt' 'python-requests')
+makedepends=('python-setuptools')
+checkdepends=('python-pytest' 'python-cryptography' 'python-httpretty' 'python-parameterized')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/PyGithub/PyGithub/archive/v$pkgver.tar.gz")
+sha512sums=('617b7bbc1fbd680735d5a57910ac1863cf67d9b2afc037d20fbd140a32aaa146164a76f73d76f2395aff1eee1fb13eac7a146c9cd05791b27db9a06a28d520e0')
+
+build() {
+  cd PyGithub-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd PyGithub-$pkgver
+  python -m pytest
+}
+
+package() {
+  cd PyGithub-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+}



More information about the arch-commits mailing list