Date: Thursday, May 4, 2023 @ 00:46:14
Author: svenstaro
Revision: 1458676
archrelease: copy trunk to community-any
Added:
python-typer/repos/community-any/PKGBUILD
(from rev 1458675, python-typer/trunk/PKGBUILD)
Deleted:
python-typer/repos/community-any/PKGBUILD
----------+
PKGBUILD | 62 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 31 insertions(+), 31 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2023-05-04 00:46:05 UTC (rev 1458675)
+++ PKGBUILD 2023-05-04 00:46:14 UTC (rev 1458676)
@@ -1,31 +0,0 @@
-# Maintainer: Sven-Hendrik Haase <[email protected]>
-# Contributor: Tony Benoy <[email protected]>
-
-_pkgname=typer
-pkgname=python-typer
-pkgver=0.7.0
-pkgrel=2
-pkgdesc="Build great CLIs. Easy to code. Based on Python type hints"
-arch=('any')
-url="https://typer.tiangolo.com/"
-license=('MIT')
-depends=('python-click')
-makedepends=('python-setuptools' 'python-build' 'python-installer'
'python-flit-core')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/tiangolo/typer/archive/${pkgver}.tar.gz")
-sha512sums=('88c8c92830ba2736658c044988c000df2aeae7f7b74d7bbf140f5384c8ad5c9d88d6b1c969bcf1c14677e47882d5e6ed845d473db082920596cf58eee2a11b57')
-
-prepare() {
- cd typer-$pkgver
- sed -e 's|flit_core >=2,<3|flit_core >=2|' -i pyproject.toml # Relax version
constraint
-}
-
-build() {
- cd "typer-$pkgver"
- python -m build --wheel --no-isolation
-}
-
-package() {
- cd "typer-$pkgver"
- python -m installer --destdir="$pkgdir" dist/*.whl
- install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
Copied: python-typer/repos/community-any/PKGBUILD (from rev 1458675,
python-typer/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2023-05-04 00:46:14 UTC (rev 1458676)
@@ -0,0 +1,31 @@
+# Maintainer: Sven-Hendrik Haase <[email protected]>
+# Contributor: Tony Benoy <[email protected]>
+
+_pkgname=typer
+pkgname=python-typer
+pkgver=0.9.0
+pkgrel=1
+pkgdesc="Build great CLIs. Easy to code. Based on Python type hints"
+arch=('any')
+url="https://typer.tiangolo.com/"
+license=('MIT')
+depends=('python-click')
+makedepends=('python-setuptools' 'python-build' 'python-installer'
'python-flit-core')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/tiangolo/typer/archive/${pkgver}.tar.gz")
+sha512sums=('76a455b17278c1fcf97a1fef7b3186cb0edda1501f537b1c689fa8fc1cdae233fbf2b0bbbcf8b886e7d35d2f480343427ad3410274218dee8689890321f93b58')
+
+prepare() {
+ cd typer-$pkgver
+ sed -e 's|flit_core >=2,<3|flit_core >=2|' -i pyproject.toml # Relax version
constraint
+}
+
+build() {
+ cd "typer-$pkgver"
+ python -m build --wheel --no-isolation
+}
+
+package() {
+ cd "typer-$pkgver"
+ python -m installer --destdir="$pkgdir" dist/*.whl
+ install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}