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

Felix Yan felixonmars at gemini.archlinux.org
Thu Aug 26 09:58:11 UTC 2021


    Date: Thursday, August 26, 2021 @ 09:58:11
  Author: felixonmars
Revision: 1005818

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-08-26 09:58:01 UTC (rev 1005817)
+++ PKGBUILD	2021-08-26 09:58:11 UTC (rev 1005818)
@@ -1,29 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-
-pkgname=python-copr
-pkgver=1.111
-pkgrel=1
-pkgdesc="Python client for copr service"
-url="https://pagure.io/copr/copr"
-license=('GPL')
-arch=('any')
-depends=('python-marshmallow' 'python-requests' 'python-requests-toolbelt' 'python-six' 'python-munch')
-makedepends=('python-setuptools')
-checkdepends=('python-pytest' 'python-mock')
-source=("https://pagure.io/copr/copr/archive/python-copr-$pkgver-1/copr-python-copr-$pkgver-1.tar.gz")
-sha512sums=('00fc32b6b83356f94b55327194967423681b25051472011219d0efeb7a8b64aea1d0d918a14b0af97e41e69c9a7f3bdda5c863b00b477ccc7e66bcd3dc667d8b')
-
-build() {
-  cd copr-python-copr-$pkgver-1/python
-  python setup.py build
-}
-
-check() {
-  cd copr-python-copr-$pkgver-1/python
-  python -m pytest
-}
-
-package() {
-  cd copr-python-copr-$pkgver-1/python
-  python setup.py install --root="$pkgdir" --optimize=1
-}

Copied: python-copr/repos/community-any/PKGBUILD (from rev 1005817, python-copr/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-08-26 09:58:11 UTC (rev 1005818)
@@ -0,0 +1,29 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=python-copr
+pkgver=1.112
+pkgrel=1
+pkgdesc="Python client for copr service"
+url="https://pagure.io/copr/copr"
+license=('GPL')
+arch=('any')
+depends=('python-marshmallow' 'python-requests' 'python-requests-toolbelt' 'python-six' 'python-munch')
+makedepends=('python-setuptools')
+checkdepends=('python-pytest' 'python-mock')
+source=("https://pagure.io/copr/copr/archive/python-copr-$pkgver-1/copr-python-copr-$pkgver-1.tar.gz")
+sha512sums=('e59943e63da03c93b82e84106fe59e98836a1ff0f900cdbc0165cab733e436bf21c628bbc2e62c41938aaf1b07dd75be1dff73409d727f0de610756e816e7a1d')
+
+build() {
+  cd copr-python-copr-$pkgver-1/python
+  python setup.py build
+}
+
+check() {
+  cd copr-python-copr-$pkgver-1/python
+  python -m pytest
+}
+
+package() {
+  cd copr-python-copr-$pkgver-1/python
+  python setup.py install --root="$pkgdir" --optimize=1
+}



More information about the arch-commits mailing list