[arch-commits] Commit in python-awesomeversion/repos/community-any (PKGBUILD PKGBUILD)

Jelle van der Waa jelle at gemini.archlinux.org
Thu Apr 28 06:45:31 UTC 2022


    Date: Thursday, April 28, 2022 @ 06:45:29
  Author: jelle
Revision: 1191469

archrelease: copy trunk to community-any

Added:
  python-awesomeversion/repos/community-any/PKGBUILD
    (from rev 1191468, python-awesomeversion/trunk/PKGBUILD)
Deleted:
  python-awesomeversion/repos/community-any/PKGBUILD

----------+
 PKGBUILD |   80 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 40 insertions(+), 40 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-04-28 06:45:20 UTC (rev 1191468)
+++ PKGBUILD	2022-04-28 06:45:29 UTC (rev 1191469)
@@ -1,40 +0,0 @@
-# Maintainer: Jelle van der Waa <jelle at archlinux.org>
-# Contributor: Giovanni Harting <539 at idlegandalf.com>
-
-pkgname=python-awesomeversion
-_name=${pkgname#python-}
-pkgver=22.4.0
-pkgrel=1
-pkgdesc="One version package to rule them all."
-arch=('any')
-url="https://github.com/ludeeus/awesomeversion"
-license=('MIT')
-depends=(python)
-makedepends=(python-build python-installer python-poetry)
-checkdepends=('python-pytest')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/ludeeus/$_name/archive/refs/tags/$pkgver.tar.gz")
-sha512sums=('f89c2117b32629ded5252a3765bae1ef62cfcea14dc63edd8d0f5d40a7c5bcae3f54112ad3de45ac1d10425709ff61827bcd976c19c119caf70c0afc5b75cfa1')
-
-prepare() {
-    cd $_name-$pkgver
-    # version = "0"
-    sed -e "s|version = \"0\"|version = \"$pkgver\"|" -i pyproject.toml
-}
-
-check() {
-    cd $_name-$pkgver
-    PYTHONPATH=. pytest tests
-}
-
-build() {
-    cd $_name-$pkgver
-
-    python -m build --wheel --no-isolation
-}
-
-package() {
-    cd $_name-$pkgver
-
-    python -m installer --destdir="$pkgdir" dist/*.whl
-    install -Dm644 LICENCE.md "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}

Copied: python-awesomeversion/repos/community-any/PKGBUILD (from rev 1191468, python-awesomeversion/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-04-28 06:45:29 UTC (rev 1191469)
@@ -0,0 +1,40 @@
+# Maintainer: Jelle van der Waa <jelle at archlinux.org>
+# Contributor: Giovanni Harting <539 at idlegandalf.com>
+
+pkgname=python-awesomeversion
+_name=${pkgname#python-}
+pkgver=22.4.1
+pkgrel=1
+pkgdesc="One version package to rule them all."
+arch=('any')
+url="https://github.com/ludeeus/awesomeversion"
+license=('MIT')
+depends=(python)
+makedepends=(python-build python-installer python-poetry)
+checkdepends=('python-pytest')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/ludeeus/$_name/archive/refs/tags/$pkgver.tar.gz")
+sha512sums=('abbfdf9de25081ebc07c47297b56d3db631b2d5d732a5804cf28f5f0ff64ba15ae4b2b35d344b5784bd88a35d75cf13ea6ed41bd5d62e9ea3f245449d83ede54')
+
+prepare() {
+    cd $_name-$pkgver
+    # version = "0"
+    sed -e "s|version = \"0\"|version = \"$pkgver\"|" -i pyproject.toml
+}
+
+check() {
+    cd $_name-$pkgver
+    PYTHONPATH=. pytest tests
+}
+
+build() {
+    cd $_name-$pkgver
+
+    python -m build --wheel --no-isolation
+}
+
+package() {
+    cd $_name-$pkgver
+
+    python -m installer --destdir="$pkgdir" dist/*.whl
+    install -Dm644 LICENCE.md "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}



More information about the arch-commits mailing list