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

Felix Yan felixonmars at archlinux.org
Thu Jan 21 23:44:32 UTC 2021


    Date: Thursday, January 21, 2021 @ 23:44:31
  Author: felixonmars
Revision: 824316

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-01-21 23:44:19 UTC (rev 824315)
+++ PKGBUILD	2021-01-21 23:44:31 UTC (rev 824316)
@@ -1,29 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-
-pkgname=python-copr
-pkgver=1.107
-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=('372989c3a75bceabf31b09c41baa3240f01a07387cd85849b2e4f62019b9e3d391c75b07155e399b7b0a96be6a57a8c7db03e1fd94929324637985dd6d95a950')
-
-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-any/PKGBUILD (from rev 824315, python-copr/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-01-21 23:44:31 UTC (rev 824316)
@@ -0,0 +1,29 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=python-copr
+pkgver=1.108
+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=('0dd6b4bb230f0777059d97863dd2d654851601ee01522089edb75e96b278713842b56f9235f79e6defa46711177862f8891b4cd84178405cf257fce334b79bb0')
+
+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