[arch-commits] Commit in python-whatever/repos/community-staging-any (2 files)

Felix Yan felixonmars at gemini.archlinux.org
Fri Dec 3 01:27:40 UTC 2021


    Date: Friday, December 3, 2021 @ 01:27:39
  Author: felixonmars
Revision: 1064649

archrelease: copy trunk to community-staging-any

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

----------+
 PKGBUILD |   60 ++++++++++++++++++++++++++++++------------------------------
 1 file changed, 30 insertions(+), 30 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-12-03 01:27:35 UTC (rev 1064648)
+++ PKGBUILD	2021-12-03 01:27:39 UTC (rev 1064649)
@@ -1,30 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-
-pkgname=python-whatever
-pkgver=0.6
-pkgrel=4
-pkgdesc='Easy way to make anonymous functions by partial application of operators'
-arch=('any')
-license=('BSD')
-url='https://github.com/Suor/whatever'
-depends=('python')
-makedepends=('python-setuptools')
-checkdepends=('python-pytest-runner')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/Suor/whatever/archive/$pkgver.tar.gz")
-sha512sums=('f982100f0d6a8bf4c30e452a083c75f4cb2bca07e57e40ba4fd66baca752f039aea9519ffb97b3d43708df0ff5e981d0c4d03773f225106aa2f43e7770ee1975')
-
-build() {
-  cd whatever-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd whatever-$pkgver
-  python setup.py pytest
-}
-
-package() {
-  cd whatever-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-  install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: python-whatever/repos/community-staging-any/PKGBUILD (from rev 1064648, python-whatever/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-12-03 01:27:39 UTC (rev 1064649)
@@ -0,0 +1,30 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=python-whatever
+pkgver=0.6
+pkgrel=5
+pkgdesc='Easy way to make anonymous functions by partial application of operators'
+arch=('any')
+license=('BSD')
+url='https://github.com/Suor/whatever'
+depends=('python')
+makedepends=('python-setuptools')
+checkdepends=('python-pytest-runner')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/Suor/whatever/archive/$pkgver.tar.gz")
+sha512sums=('f982100f0d6a8bf4c30e452a083c75f4cb2bca07e57e40ba4fd66baca752f039aea9519ffb97b3d43708df0ff5e981d0c4d03773f225106aa2f43e7770ee1975')
+
+build() {
+  cd whatever-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd whatever-$pkgver
+  python setup.py pytest
+}
+
+package() {
+  cd whatever-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+  install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}



More information about the arch-commits mailing list