Date: Monday, January 2, 2023 @ 16:31:23
Author: felixonmars
Revision: 1372968
archrelease: copy trunk to community-any
Added:
python-jaraco.test/repos/community-any/PKGBUILD
(from rev 1372967, python-jaraco.test/trunk/PKGBUILD)
Deleted:
python-jaraco.test/repos/community-any/PKGBUILD
----------+
PKGBUILD | 66 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 33 insertions(+), 33 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2023-01-02 16:31:11 UTC (rev 1372967)
+++ PKGBUILD 2023-01-02 16:31:23 UTC (rev 1372968)
@@ -1,33 +0,0 @@
-# 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/
-}
Copied: python-jaraco.test/repos/community-any/PKGBUILD (from rev 1372967,
python-jaraco.test/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2023-01-02 16:31:23 UTC (rev 1372968)
@@ -0,0 +1,33 @@
+# Maintainer: Felix Yan <[email protected]>
+
+pkgname=python-jaraco.test
+pkgver=5.3.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=('a2fe426aeb5e9eec58d6bd86e6db7267a353e3543e4f27c70ece30ecd2e17cae5f99bbe7d1c5e3f02a05397c7cc9c3ef4f093386d3e92f7f09ab1fda1710672c')
+
+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/
+}