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

Felix Yan felixonmars at gemini.archlinux.org
Thu Dec 2 19:24:42 UTC 2021


    Date: Thursday, December 2, 2021 @ 19:24:42
  Author: felixonmars
Revision: 430385

archrelease: copy trunk to staging-any

Added:
  python-automat/repos/staging-any/PKGBUILD
    (from rev 430384, python-automat/trunk/PKGBUILD)
Deleted:
  python-automat/repos/staging-any/PKGBUILD

----------+
 PKGBUILD |   64 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 32 insertions(+), 32 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-12-02 19:24:39 UTC (rev 430384)
+++ PKGBUILD	2021-12-02 19:24:42 UTC (rev 430385)
@@ -1,32 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-
-pkgname=python-automat
-pkgver=20.2.0
-pkgrel=7
-arch=('any')
-license=('MIT')
-pkgdesc="Self-service finite-state machines for the programmer on the go."
-url="https://github.com/glyph/automat"
-depends=('python-attrs')
-makedepends=('python-setuptools-scm' 'm2r' 'python-attrs')
-checkdepends=('python-pytest' 'python-twisted' 'python-graphviz')
-source=("https://github.com/glyph/automat/archive/v$pkgver/$pkgname-$pkgver.tar.gz")
-sha512sums=('ccba3e82f589fedb1f83dfb37a6a42b51a78d8c3e6fea22c9518135ff194f5f70e2f9c5f0eab50b6e116dae92c94754aac8dbf0e670a59015c916991736b4076')
-
-export SETUPTOOLS_SCM_PRETEND_VERSION=$pkgver
-
-build() {
-  cd automat-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd automat-$pkgver
-  python -m pytest --deselect benchmark
-}
-
-package() {
-  cd automat-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-  install -Dm644 LICENSE -t "$pkgdir"/usr/share/licenses/python-automat/
-}

Copied: python-automat/repos/staging-any/PKGBUILD (from rev 430384, python-automat/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-12-02 19:24:42 UTC (rev 430385)
@@ -0,0 +1,32 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=python-automat
+pkgver=20.2.0
+pkgrel=8
+arch=('any')
+license=('MIT')
+pkgdesc="Self-service finite-state machines for the programmer on the go."
+url="https://github.com/glyph/automat"
+depends=('python-attrs')
+makedepends=('python-setuptools-scm' 'm2r' 'python-attrs')
+checkdepends=('python-pytest' 'python-twisted' 'python-graphviz')
+source=("https://github.com/glyph/automat/archive/v$pkgver/$pkgname-$pkgver.tar.gz")
+sha512sums=('ccba3e82f589fedb1f83dfb37a6a42b51a78d8c3e6fea22c9518135ff194f5f70e2f9c5f0eab50b6e116dae92c94754aac8dbf0e670a59015c916991736b4076')
+
+export SETUPTOOLS_SCM_PRETEND_VERSION=$pkgver
+
+build() {
+  cd automat-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd automat-$pkgver
+  python -m pytest --deselect benchmark
+}
+
+package() {
+  cd automat-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+  install -Dm644 LICENSE -t "$pkgdir"/usr/share/licenses/python-automat/
+}



More information about the arch-commits mailing list