Date: Tuesday, May 2, 2023 @ 14:52:01
Author: arojas
Revision: 1455844
archrelease: copy trunk to community-testing-any
Added:
python-invoke/repos/community-testing-any/PKGBUILD
(from rev 1455843, python-invoke/trunk/PKGBUILD)
Deleted:
python-invoke/repos/community-testing-any/PKGBUILD
----------+
PKGBUILD | 68 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 34 insertions(+), 34 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2023-05-02 14:51:57 UTC (rev 1455843)
+++ PKGBUILD 2023-05-02 14:52:01 UTC (rev 1455844)
@@ -1,34 +0,0 @@
-# Maintainer: Felix Yan <[email protected]>
-
-pkgname=python-invoke
-pkgver=2.0.0
-pkgrel=3
-pkgdesc="Pythonic task execution"
-url="https://github.com/pyinvoke/invoke"
-license=('BSD')
-arch=('any')
-depends=('python-fluidity' 'python-lexicon' 'python-yaml')
-makedepends=('python-build' 'python-installer' 'python-setuptools'
'python-wheel')
-checkdepends=('python-pytest' 'python-pytest-relaxed' 'python-icecream')
-source=("https://pypi.io/packages/source/i/invoke/invoke-$pkgver.tar.gz")
-sha512sums=('40621d0ca217f51f6a4bfdea3704cfd5e5ae97305b43ecae863d0bd4a485bb44a402e342f8e613b5b67882c398518982f13470a99174fa2756b1f9c22a3f4656')
-
-prepare() {
- rm -r invoke-$pkgver/invoke/vendor
-}
-
-build() {
- cd invoke-$pkgver
- python -m build --wheel --no-isolation
-}
-
-check() {
- cd invoke-$pkgver
- PYTHONPATH="$PWD"/build/lib pytest -s tests -k 'not pty'
-}
-
-package() {
- cd invoke-$pkgver
- python -m installer --destdir="$pkgdir" dist/*.whl
- install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
Copied: python-invoke/repos/community-testing-any/PKGBUILD (from rev 1455843,
python-invoke/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2023-05-02 14:52:01 UTC (rev 1455844)
@@ -0,0 +1,34 @@
+# Maintainer: Felix Yan <[email protected]>
+
+pkgname=python-invoke
+pkgver=2.1.1
+pkgrel=2
+pkgdesc="Pythonic task execution"
+url="https://github.com/pyinvoke/invoke"
+license=('BSD')
+arch=('any')
+depends=('python-fluidity' 'python-lexicon' 'python-yaml')
+makedepends=('python-build' 'python-installer' 'python-setuptools'
'python-wheel')
+checkdepends=('python-pytest' 'python-pytest-relaxed' 'python-icecream')
+source=("https://pypi.io/packages/source/i/invoke/invoke-$pkgver.tar.gz")
+sha512sums=('f7363996407f4cfa12fe6faf8f60cf2694d41daeee83fefd229d14d0f21573a3752a51623268a023b8566758862f2d79a8b8c2d453a7aabaa9eedbee3da8584b')
+
+prepare() {
+ rm -r invoke-$pkgver/invoke/vendor
+}
+
+build() {
+ cd invoke-$pkgver
+ python -m build --wheel --no-isolation
+}
+
+check() {
+ cd invoke-$pkgver
+ PYTHONPATH="$PWD"/build/lib pytest -s tests -k 'not pty'
+}
+
+package() {
+ cd invoke-$pkgver
+ python -m installer --destdir="$pkgdir" dist/*.whl
+ install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}