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

Evangelos Foutras foutrelis at archlinux.org
Thu Nov 12 10:13:11 UTC 2020


    Date: Thursday, November 12, 2020 @ 10:13:10
  Author: foutrelis
Revision: 751490

archrelease: copy trunk to community-staging-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-11-12 10:13:06 UTC (rev 751489)
+++ PKGBUILD	2020-11-12 10:13:10 UTC (rev 751490)
@@ -1,29 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-
-pkgname=python-copr
-pkgver=1.105
-pkgrel=2
-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=('9f6fcf5cab351559440b971b487f45b41436b87221f957dc5954a13ee70157d3528d0e00f66c8c70ab16cad4f7331006fbf234be443eec8cfbf2d37c799a707b')
-
-build() {
-  cd copr-python-copr-$pkgver-1/python
-  python setup.py build
-}
-
-check() {
-  cd copr-python-copr-$pkgver-1/python
-  pytest
-}
-
-package() {
-  cd copr-python-copr-$pkgver-1/python
-  python setup.py install --root="$pkgdir" --optimize=1
-}

Copied: python-copr/repos/community-staging-any/PKGBUILD (from rev 751489, python-copr/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-11-12 10:13:10 UTC (rev 751490)
@@ -0,0 +1,29 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=python-copr
+pkgver=1.105
+pkgrel=3
+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=('9f6fcf5cab351559440b971b487f45b41436b87221f957dc5954a13ee70157d3528d0e00f66c8c70ab16cad4f7331006fbf234be443eec8cfbf2d37c799a707b')
+
+build() {
+  cd copr-python-copr-$pkgver-1/python
+  python setup.py build
+}
+
+check() {
+  cd copr-python-copr-$pkgver-1/python
+  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