Date: Monday, November 7, 2022 @ 14:51:14
  Author: alerque
Revision: 1345814

archrelease: copy trunk to community-any

Added:
  python-crashtest/repos/community-any/PKGBUILD
    (from rev 1345813, python-crashtest/trunk/PKGBUILD)
Deleted:
  python-crashtest/repos/community-any/PKGBUILD

----------+
 PKGBUILD |   70 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 35 insertions(+), 35 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2022-11-07 14:51:06 UTC (rev 1345813)
+++ PKGBUILD    2022-11-07 14:51:14 UTC (rev 1345814)
@@ -1,35 +0,0 @@
-# Maintainer: Caleb Maclennan <[email protected]>
-# Contributor: Eli Schwartz <[email protected]>
-
-_pkgname=crashtest
-pkgname=python-crashtest
-pkgver=0.4.0
-pkgrel=2
-pkgdesc='supposedly makes exceptions handling and inspection easier'
-arch=(any)
-url="https://github.com/sdispater/${_pkgname}";
-license=(MIT)
-depends=(python)
-makedepends=(python-{build,installer,wheel}
-             python-poetry-core)
-checkdepends=(python-pytest)
-_archive="$_pkgname-$pkgver"
-source=("$url/archive/$pkgver/$_archive.tar.gz")
-sha256sums=('fe89907fc06ca3c5fbd7175d2001a150929297badef177e17ed2b662045cf86e')
-b2sums=('9c29694f5c96a981e19cce16853460cfed7277a2a933c14be9bdefcac9f79e9d835454fd79b3da2fb5f62946f933452202eee05199dfa048b919a3fc3dd93f40')
-
-build(){
-       cd "$_archive"
-       python -m build -wn
-}
-
-check() {
-       cd "$_archive"
-       python -m pytest
-}
-
-package() {
-       cd "$_archive"
-       python -m installer -d "${pkgdir}" dist/*.whl
-       install -Dm0644 -t "$pkgdir/usr/share/licenses/$pkgname/" LICENSE
-}

Copied: python-crashtest/repos/community-any/PKGBUILD (from rev 1345813, 
python-crashtest/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2022-11-07 14:51:14 UTC (rev 1345814)
@@ -0,0 +1,35 @@
+# Maintainer: Caleb Maclennan <[email protected]>
+# Contributor: Eli Schwartz <[email protected]>
+
+_pkgname=crashtest
+pkgname=python-crashtest
+pkgver=0.4.1
+pkgrel=1
+pkgdesc='supposedly makes exceptions handling and inspection easier'
+arch=(any)
+url="https://github.com/sdispater/${_pkgname}";
+license=(MIT)
+depends=(python)
+makedepends=(python-{build,installer,wheel}
+             python-poetry-core)
+checkdepends=(python-pytest)
+_archive="$_pkgname-$pkgver"
+source=("$url/archive/$pkgver/$_archive.tar.gz")
+sha256sums=('4ff59d9bee6d2bc581d462888ec28beb30ad448042c885a2b4ab45dc4910780b')
+b2sums=('aa46efb2dbabfeaab54f9149da42cb033f5dca3ab1c75032ca2542018058cf16775f56450cadf3e1272e738d602f32f21b9a6668a99f2733cd53d23c1754a0bc')
+
+build(){
+       cd "$_archive"
+       python -m build -wn
+}
+
+check() {
+       cd "$_archive"
+       python -m pytest
+}
+
+package() {
+       cd "$_archive"
+       python -m installer -d "${pkgdir}" dist/*.whl
+       install -Dm0644 -t "$pkgdir/usr/share/licenses/$pkgname/" LICENSE
+}

Reply via email to