Date: Friday, November 11, 2022 @ 22:08:44
Author: jelle
Revision: 1346875
archrelease: copy trunk to community-any
Added:
python-copr/repos/community-any/PKGBUILD
(from rev 1346874, python-copr/trunk/PKGBUILD)
Deleted:
python-copr/repos/community-any/PKGBUILD
----------+
PKGBUILD | 60 ++++++++++++++++++++++++++++++------------------------------
1 file changed, 30 insertions(+), 30 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2022-11-11 22:08:36 UTC (rev 1346874)
+++ PKGBUILD 2022-11-11 22:08:44 UTC (rev 1346875)
@@ -1,30 +0,0 @@
-# Maintainer: Felix Yan <[email protected]>
-
-pkgname=python-copr
-pkgver=1.123
-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'
- 'python-future' 'python-filelock' 'python-requests-gssapi')
-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=('ecad765e83b5310616561bd5fc1ec956fb22667a71f6ade040970290843b0703e3559f15c76c9f0d4ea20db75e90b49ee7fce24a93c04fbe1ffa7dfa63edd346')
-
-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 1346874,
python-copr/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2022-11-11 22:08:44 UTC (rev 1346875)
@@ -0,0 +1,30 @@
+# Maintainer: Felix Yan <[email protected]>
+
+pkgname=python-copr
+pkgver=1.123
+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'
+ 'python-future' 'python-filelock' 'python-requests-gssapi')
+makedepends=('python-setuptools')
+checkdepends=('python-pytest')
+source=("https://pagure.io/copr/copr/archive/python-copr-$pkgver-1/copr-python-copr-$pkgver-1.tar.gz")
+sha512sums=('ecad765e83b5310616561bd5fc1ec956fb22667a71f6ade040970290843b0703e3559f15c76c9f0d4ea20db75e90b49ee7fce24a93c04fbe1ffa7dfa63edd346')
+
+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
+}