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

Felix Yan felixonmars at gemini.archlinux.org
Fri Dec 3 00:41:04 UTC 2021


    Date: Friday, December 3, 2021 @ 00:41:03
  Author: felixonmars
Revision: 1063958

archrelease: copy trunk to community-staging-any

Added:
  python-should-dsl/repos/community-staging-any/PKGBUILD
    (from rev 1063956, python-should-dsl/trunk/PKGBUILD)
Deleted:
  python-should-dsl/repos/community-staging-any/PKGBUILD

----------+
 PKGBUILD |   62 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 31 insertions(+), 31 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-12-03 00:41:03 UTC (rev 1063957)
+++ PKGBUILD	2021-12-03 00:41:03 UTC (rev 1063958)
@@ -1,31 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-
-pkgname=python-should-dsl
-pkgver=2.1.2
-_commit=ded0323344f21311f366ffc711b65245aafc11f1
-pkgrel=2
-pkgdesc="Should assertions in Python as clear and readable as possible"
-url="https://github.com/nsi-iff/should-dsl"
-license=('MIT')
-arch=('any')
-depends=('python')
-makedepends=('python-setuptools')
-source=("https://github.com/nsi-iff/should-dsl/archive/$_commit/$pkgname-$_commit.tar.gz")
-sha512sums=('4e3d9b5066828c9b7d01ff9f2941ff92715cd576667c9ebe96d07bf037221ce1ee2fb3378844852cbe56560257073d4747e0fa079964809c18c349c3b3543e8b')
-
-build() {
-  cd should-dsl-$_commit
-  python setup.py build
-}
-
-check() {
-  cd should-dsl-$_commit
-  python run_all_examples.py
-}
-
-package() {
-  cd should-dsl-$_commit
-  python setup.py install --root="$pkgdir" --optimize=1
-
-  install -Dm644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname/
-}

Copied: python-should-dsl/repos/community-staging-any/PKGBUILD (from rev 1063956, python-should-dsl/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-12-03 00:41:03 UTC (rev 1063958)
@@ -0,0 +1,31 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=python-should-dsl
+pkgver=2.1.2
+_commit=ded0323344f21311f366ffc711b65245aafc11f1
+pkgrel=3
+pkgdesc="Should assertions in Python as clear and readable as possible"
+url="https://github.com/nsi-iff/should-dsl"
+license=('MIT')
+arch=('any')
+depends=('python')
+makedepends=('python-setuptools')
+source=("https://github.com/nsi-iff/should-dsl/archive/$_commit/$pkgname-$_commit.tar.gz")
+sha512sums=('4e3d9b5066828c9b7d01ff9f2941ff92715cd576667c9ebe96d07bf037221ce1ee2fb3378844852cbe56560257073d4747e0fa079964809c18c349c3b3543e8b')
+
+build() {
+  cd should-dsl-$_commit
+  python setup.py build
+}
+
+check() {
+  cd should-dsl-$_commit
+  python run_all_examples.py
+}
+
+package() {
+  cd should-dsl-$_commit
+  python setup.py install --root="$pkgdir" --optimize=1
+
+  install -Dm644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname/
+}



More information about the arch-commits mailing list