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

Felix Yan felixonmars at gemini.archlinux.org
Mon Oct 4 14:25:25 UTC 2021


    Date: Monday, October 4, 2021 @ 14:25:25
  Author: felixonmars
Revision: 1027419

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-10-04 14:25:03 UTC (rev 1027418)
+++ PKGBUILD	2021-10-04 14:25:25 UTC (rev 1027419)
@@ -1,29 +0,0 @@
-# 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
-}

Copied: python-copr/repos/community-any/PKGBUILD (from rev 1027418, python-copr/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-10-04 14:25:25 UTC (rev 1027419)
@@ -0,0 +1,29 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=python-copr
+pkgver=1.113
+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=('35893e835cba84f5d29fbba6e8952cbe9f9f61387319ab4b85d06552c193134b3776a800cf45fade0c3a8d17850e3c0a3fdfc911785c1e94b8f546af5e4926fc')
+
+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