Date: Saturday, October 29, 2022 @ 21:27:42
Author: dvzrv
Revision: 1339351
archrelease: copy trunk to community-any
Added:
python-utils/repos/community-any/PKGBUILD
(from rev 1339350, python-utils/trunk/PKGBUILD)
python-utils/repos/community-any/keys/
Deleted:
python-utils/repos/community-any/PKGBUILD
----------+
PKGBUILD | 76 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 38 insertions(+), 38 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2022-10-29 21:27:26 UTC (rev 1339350)
+++ PKGBUILD 2022-10-29 21:27:42 UTC (rev 1339351)
@@ -1,38 +0,0 @@
-# Maintainer: David Runge <[email protected]>
-# Contributor: Maxim Andersson <[email protected]>
-# Contributor: NicoHood <archlinux {cat} nicohood {dog} de>
-
-pkgdesc="A module with some convenient utilities not included with the
standard Python install"
-pkgname=python-utils
-pkgver=3.3.3
-pkgrel=1
-arch=(any)
-url="https://github.com/WoLpH/python-utils"
-license=(BSD)
-depends=(python)
-makedepends=(python-build python-installer python-setuptools python-wheel)
-checkdepends=(python-loguru python-pytest-runner)
-optdepends=('python-loguru: for logging support')
-source=(https://pypi.org/packages/source/${pkgname::1}/$pkgname/$pkgname-$pkgver.tar.gz{,.asc})
-sha512sums=('6becb1873da57f66aec26b98dab22c7917dacddd1a843a0c6e4f2939986a33888cb3b6addfa3b98660f9f35ca54763cf6da34e4099cd3e21987660f12a574b27'
- 'SKIP')
-b2sums=('d491e5ba1c8e2ab8d7c7797757cb6163f5f4cff223b898b4a9502f85b740df3c128234fd0034fc422d17efb38cfc7056aa7fb3aee9441f1f763fc742930da5b3'
- 'SKIP')
-validpgpkeys=('149325FD15904E9C4EB89E95E81444E9CE1F695D') # Rick van Hattem
<[email protected]>
-
-build() {
- cd $pkgname-$pkgver
- python -m build --wheel --no-isolation
-}
-
-check() {
- cd $pkgname-$pkgver
- pytest -vv -c /dev/null
-}
-
-package() {
- cd $pkgname-$pkgver
- python -m installer --destdir="$pkgdir" dist/*.whl
- install -vDm 644 LICENSE -t "$pkgdir/usr/share/licenses/$pkgname/"
- install -vDm 644 README.rst -t "$pkgdir/usr/share/doc/$pkgname/"
-}
Copied: python-utils/repos/community-any/PKGBUILD (from rev 1339350,
python-utils/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2022-10-29 21:27:42 UTC (rev 1339351)
@@ -0,0 +1,38 @@
+# Maintainer: David Runge <[email protected]>
+# Contributor: Maxim Andersson <[email protected]>
+# Contributor: NicoHood <archlinux {cat} nicohood {dog} de>
+
+pkgdesc="A module with some convenient utilities not included with the
standard Python install"
+pkgname=python-utils
+pkgver=3.4.4
+pkgrel=1
+arch=(any)
+url="https://github.com/WoLpH/python-utils"
+license=(BSD)
+depends=(python)
+makedepends=(python-build python-installer python-setuptools python-wheel)
+checkdepends=(python-loguru python-pytest-runner)
+optdepends=('python-loguru: for logging support')
+source=(https://pypi.org/packages/source/${pkgname::1}/$pkgname/$pkgname-$pkgver.tar.gz{,.asc})
+sha512sums=('cded50c57f52e8f572642c1797290b30d27c624abc533ef9a4457965ab4df42fb46cc461a62b2458933ec521cdb4eeb2101b4b44a463a9e68cec7eb119820a9d'
+ 'SKIP')
+b2sums=('9d0900b1e72d924058af0d0dd7016b921aa0056b9393e5ea7feda312ea001d6c7345a3a5cdb02ae7229767c994cbd1a3a16212ac1123656a423d90c47662b140'
+ 'SKIP')
+validpgpkeys=('149325FD15904E9C4EB89E95E81444E9CE1F695D') # Rick van Hattem
<[email protected]>
+
+build() {
+ cd $pkgname-$pkgver
+ python -m build --wheel --no-isolation
+}
+
+check() {
+ cd $pkgname-$pkgver
+ pytest -vv -c /dev/null
+}
+
+package() {
+ cd $pkgname-$pkgver
+ python -m installer --destdir="$pkgdir" dist/*.whl
+ install -vDm 644 LICENSE -t "$pkgdir/usr/share/licenses/$pkgname/"
+ install -vDm 644 README.rst -t "$pkgdir/usr/share/doc/$pkgname/"
+}