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

Evangelos Foutras foutrelis at gemini.archlinux.org
Thu Dec 2 11:57:15 UTC 2021


    Date: Thursday, December 2, 2021 @ 11:57:15
  Author: foutrelis
Revision: 1061604

archrelease: copy trunk to community-staging-any

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

----------+
 PKGBUILD |   66 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 33 insertions(+), 33 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-12-02 11:57:14 UTC (rev 1061603)
+++ PKGBUILD	2021-12-02 11:57:15 UTC (rev 1061604)
@@ -1,33 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-
-pkgname=python-yarg
-pkgver=0.1.9
-pkgrel=7
-pkgdesc="A semi hard Cornish cheese, also queries PyPI (PyPI client)"
-url="https://github.com/kura/yarg"
-license=('MIT')
-arch=('any')
-depends=('python-requests')
-makedepends=('python-setuptools')
-checkdepends=('python-nose' 'python-mock')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/kura/yarg/archive/$pkgver.tar.gz")
-sha512sums=('1083608b0c2f84d15c27af9c9fbaf802e9f770518fc2c46bd6ba07d2123d4ad0a9ac7673a14714e579664ffef44667a21d1bec6417d9075c315749175bcd8fd9')
-
-build() {
-  cd yarg-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd yarg-$pkgver
-  python runtests.py
-}
-
-package() {
-  cd yarg-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-
-  install -Dm644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname/
-
-  mv "$pkgdir"/usr/lib/python3.10/site-packages/{,yarg/}tests
-}

Copied: python-yarg/repos/community-staging-any/PKGBUILD (from rev 1061602, python-yarg/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-12-02 11:57:15 UTC (rev 1061604)
@@ -0,0 +1,33 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=python-yarg
+pkgver=0.1.9
+pkgrel=8
+pkgdesc="A semi hard Cornish cheese, also queries PyPI (PyPI client)"
+url="https://github.com/kura/yarg"
+license=('MIT')
+arch=('any')
+depends=('python-requests')
+makedepends=('python-setuptools')
+checkdepends=('python-nose' 'python-mock')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/kura/yarg/archive/$pkgver.tar.gz")
+sha512sums=('1083608b0c2f84d15c27af9c9fbaf802e9f770518fc2c46bd6ba07d2123d4ad0a9ac7673a14714e579664ffef44667a21d1bec6417d9075c315749175bcd8fd9')
+
+build() {
+  cd yarg-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd yarg-$pkgver
+  python runtests.py
+}
+
+package() {
+  cd yarg-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+
+  install -Dm644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname/
+
+  mv "$pkgdir"/usr/lib/python3.10/site-packages/{,yarg/}tests
+}



More information about the arch-commits mailing list