Date: Wednesday, February 1, 2023 @ 05:55:30
  Author: allan
Revision: 1391645

archrelease: copy trunk to community-any

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

----------+
 PKGBUILD |   50 +++++++++++++++++++++++++-------------------------
 1 file changed, 25 insertions(+), 25 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2023-02-01 05:54:53 UTC (rev 1391644)
+++ PKGBUILD    2023-02-01 05:55:30 UTC (rev 1391645)
@@ -1,25 +0,0 @@
-# Maintainer: Sven-Hendrik Haase <[email protected]>
-# Contributor: Diego Nieto Cid <[email protected]>
-
-pkgname=python-github3py
-pkgver=3.2.0
-pkgrel=1
-pkgdesc="A comprehensive wrapper around the GitHub API (v3)"
-arch=("any")
-url="https://github.com/sigmavirus24/github3.py";
-license=("BSD")
-makedepends=("python-setuptools")
-depends=("python" "python-requests" "python-uritemplate" "python-dateutil" 
"python-jwcrypto")
-source=("$pkgname-$pkgver.tar.gz::https://github.com/sigmavirus24/github3.py/archive/refs/tags/$pkgver.tar.gz";)
-sha256sums=('42cf8e721437a0bcfb05e767302c3221cdc96f3e9db3d76ce990fd0526af1d99')
-
-build() {
-    cd "github3.py-${pkgver}"
-    python setup.py build
-}
-
-package() {
-    cd "github3.py-${pkgver}"
-    python setup.py install --skip-build --root="${pkgdir}" --optimize=1
-    install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/${pkgname}/LICENSE
-}

Copied: python-github3py/repos/community-any/PKGBUILD (from rev 1391644, 
python-github3py/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2023-02-01 05:55:30 UTC (rev 1391645)
@@ -0,0 +1,25 @@
+# Maintainer: Sven-Hendrik Haase <[email protected]>
+# Contributor: Diego Nieto Cid <[email protected]>
+
+pkgname=python-github3py
+pkgver=3.2.0
+pkgrel=2
+pkgdesc="A comprehensive wrapper around the GitHub API (v3)"
+arch=("any")
+url="https://github.com/sigmavirus24/github3.py";
+license=("BSD")
+makedepends=("python-setuptools")
+depends=("python" "python-requests" "python-uritemplate" "python-dateutil" 
"python-jwcrypto")
+source=("$pkgname-$pkgver.tar.gz::https://github.com/sigmavirus24/github3.py/archive/refs/tags/$pkgver.tar.gz";)
+sha256sums=('42cf8e721437a0bcfb05e767302c3221cdc96f3e9db3d76ce990fd0526af1d99')
+
+build() {
+    cd "github3.py-${pkgver}"
+    python setup.py build
+}
+
+package() {
+    cd "github3.py-${pkgver}"
+    python setup.py install --skip-build --root="${pkgdir}" --optimize=1
+    install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/${pkgname}/LICENSE
+}

Reply via email to