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

Antonio Rojas arojas at gemini.archlinux.org
Sun Jul 31 12:27:51 UTC 2022


    Date: Sunday, July 31, 2022 @ 12:27:51
  Author: arojas
Revision: 1259330

archrelease: copy trunk to community-any

Added:
  pigar/repos/community-any/PKGBUILD
    (from rev 1259329, pigar/trunk/PKGBUILD)
Deleted:
  pigar/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-07-31 12:27:41 UTC (rev 1259329)
+++ PKGBUILD	2022-07-31 12:27:51 UTC (rev 1259330)
@@ -1,29 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-
-pkgname=pigar
-pkgver=0.10.0
-pkgrel=4
-pkgdesc="A fantastic tool to generate requirements for your Python project, and more than that"
-arch=('any')
-url="https://github.com/Damnever/pigar"
-license=('BSD')
-depends=('jupyter-nbformat' 'python-colorama' 'python-requests')
-makedepends=('python-setuptools')
-source=("https://github.com/Damnever/pigar/archive/v$pkgver/$pkgname-$pkgver.tar.gz")
-sha512sums=('5ee2d211015d06750c25fc2e5f61caab237f584ab3cf71a091cd086e23b14a797b84c03a8779ffd43f1cf0dd46657cb2d3829ef9fb1b005e652345227be36c5a')
-
-build() {
-  cd pigar-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd pigar-$pkgver
-  python -m unittest discover pigar/tests/ -t . -v
-}
-
-package() {
-  cd pigar-$pkgver
-  python setup.py install -O1 --root="$pkgdir"
-  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: pigar/repos/community-any/PKGBUILD (from rev 1259329, pigar/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-07-31 12:27:51 UTC (rev 1259330)
@@ -0,0 +1,29 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=pigar
+pkgver=1.0.0
+pkgrel=1
+pkgdesc="A fantastic tool to generate requirements for your Python project, and more than that"
+arch=('any')
+url="https://github.com/Damnever/pigar"
+license=('BSD')
+depends=('jupyter-nbformat' 'python-colorama' 'python-requests')
+makedepends=('python-setuptools')
+source=("https://github.com/Damnever/pigar/archive/v$pkgver/$pkgname-$pkgver.tar.gz")
+sha512sums=('93632c3de4e06a81747572d36b3b9336dfd59ce6a05bb0e806ce9537a02fcd728252f184aca5f07e1eb3463754555c9b2d4ef2aaae82be7d01e090272a1abf07')
+
+build() {
+  cd pigar-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd pigar-$pkgver
+  python -m unittest discover pigar/tests/ -t . -v
+}
+
+package() {
+  cd pigar-$pkgver
+  python setup.py install -O1 --root="$pkgdir"
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}



More information about the arch-commits mailing list