Date: Friday, December 30, 2022 @ 14:16:52
  Author: felixonmars
Revision: 1372423

archrelease: copy trunk to community-any

Added:
  python-jaraco.test/repos/community-any/PKGBUILD
    (from rev 1372422, python-jaraco.test/trunk/PKGBUILD)
Deleted:
  python-jaraco.test/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2022-12-30 14:16:42 UTC (rev 1372422)
+++ PKGBUILD    2022-12-30 14:16:52 UTC (rev 1372423)
@@ -1,34 +0,0 @@
-# Maintainer: Felix Yan <[email protected]>
-
-pkgname=python-jaraco.test
-pkgver=5.1.0
-pkgrel=2
-pkgdesc="Testing support by jaraco"
-url="https://github.com/jaraco/jaraco.test";
-license=('MIT')
-arch=('any')
-depends=('python-jaraco.collections' 'python-jaraco.context' 
'python-jaraco.functools' 'python-toml'
-         'python-more-itertools')
-makedepends=('python-setuptools-scm' 'python-wheel' 'python-build' 
'python-installer')
-checkdepends=('python-pytest-enabler' 'python-pytest-mypy')
-source=("https://github.com/jaraco/jaraco.test/archive/v$pkgver/$pkgname-$pkgver.tar.gz";)
-sha512sums=('6cd810b8075e622b7a631b3bcca953c6210f2f427ea35f9958f98110fcfb5ef9bd7046ad2909355451208983aa2a25abee29fec829cc18dc94ad491d319e1361')
-
-export SETUPTOOLS_SCM_PRETEND_VERSION=$pkgver
-
-build() {
-  cd jaraco.test-$pkgver
-  python -m build --wheel --no-isolation
-}
-
-check() {
-  cd jaraco.test-$pkgver
-  python -m pytest
-}
-
-package() {
-  cd jaraco.test-$pkgver
-  python -m installer --destdir="$pkgdir" dist/*.whl
-
-  install -Dm644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname/
-}

Copied: python-jaraco.test/repos/community-any/PKGBUILD (from rev 1372422, 
python-jaraco.test/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2022-12-30 14:16:52 UTC (rev 1372423)
@@ -0,0 +1,33 @@
+# Maintainer: Felix Yan <[email protected]>
+
+pkgname=python-jaraco.test
+pkgver=5.2.0
+pkgrel=1
+pkgdesc="Testing support by jaraco"
+url="https://github.com/jaraco/jaraco.test";
+license=('MIT')
+arch=('any')
+depends=('python-jaraco.context' 'python-jaraco.functools')
+makedepends=('python-setuptools-scm' 'python-wheel' 'python-build' 
'python-installer')
+checkdepends=('python-pytest-enabler' 'python-pytest-mypy')
+source=("https://github.com/jaraco/jaraco.test/archive/v$pkgver/$pkgname-$pkgver.tar.gz";)
+sha512sums=('01090dffc8218d869e30b17c6bab9b1ebff336b6696ecf3bc22031a59d124206cd7d447b16d40981a95a3f4789d0717884da03b3155c45161d061d7944448d46')
+
+export SETUPTOOLS_SCM_PRETEND_VERSION=$pkgver
+
+build() {
+  cd jaraco.test-$pkgver
+  python -m build --wheel --no-isolation
+}
+
+check() {
+  cd jaraco.test-$pkgver
+  python -m pytest
+}
+
+package() {
+  cd jaraco.test-$pkgver
+  python -m installer --destdir="$pkgdir" dist/*.whl
+
+  install -Dm644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname/
+}

Reply via email to