Date: Monday, April 10, 2023 @ 11:54:24
  Author: felixonmars
Revision: 473768

archrelease: copy trunk to staging-any

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

----------+
 PKGBUILD |   68 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 34 insertions(+), 34 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2023-04-10 11:54:16 UTC (rev 473767)
+++ PKGBUILD    2023-04-10 11:54:24 UTC (rev 473768)
@@ -1,34 +0,0 @@
-# Maintainer: Felix Yan <[email protected]>
-
-pkgname=python-automat
-pkgver=22.10.0
-pkgrel=2
-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' 'python-six')
-makedepends=('python-setuptools-scm' 'python-wheel')
-checkdepends=('python-pytest-benchmark' 'python-twisted' 'python-graphviz')
-optdepends=('python-graphviz: for automat-visualize'
-            'python-twisted: for automat-visualize')
-source=("https://github.com/glyph/automat/archive/v$pkgver/$pkgname-$pkgver.tar.gz";)
-sha512sums=('16caea66a8621b7d50e68e94007085218ec40ae0f57599d5076ed1915d4a2ebabd2da66659ba70acb9c6d30bc354bcd6126f913af0c0a005db305ca0c203481d')
-
-export SETUPTOOLS_SCM_PRETEND_VERSION=$pkgver
-
-build() {
-  cd automat-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd automat-$pkgver
-  pytest
-}
-
-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 473767, 
python-automat/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2023-04-10 11:54:24 UTC (rev 473768)
@@ -0,0 +1,34 @@
+# Maintainer: Felix Yan <[email protected]>
+
+pkgname=python-automat
+pkgver=22.10.0
+pkgrel=3
+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' 'python-six')
+makedepends=('python-setuptools-scm' 'python-wheel')
+checkdepends=('python-pytest-benchmark' 'python-twisted' 'python-graphviz')
+optdepends=('python-graphviz: for automat-visualize'
+            'python-twisted: for automat-visualize')
+source=("https://github.com/glyph/automat/archive/v$pkgver/$pkgname-$pkgver.tar.gz";)
+sha512sums=('16caea66a8621b7d50e68e94007085218ec40ae0f57599d5076ed1915d4a2ebabd2da66659ba70acb9c6d30bc354bcd6126f913af0c0a005db305ca0c203481d')
+
+export SETUPTOOLS_SCM_PRETEND_VERSION=$pkgver
+
+build() {
+  cd automat-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd automat-$pkgver
+  pytest
+}
+
+package() {
+  cd automat-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+  install -Dm644 LICENSE -t "$pkgdir"/usr/share/licenses/python-automat/
+}

Reply via email to