[arch-commits] Commit in python-nspektr/repos/extra-any (PKGBUILD PKGBUILD)

Felix Yan felixonmars at gemini.archlinux.org
Sat Jun 11 10:45:24 UTC 2022


    Date: Saturday, June 11, 2022 @ 10:45:24
  Author: felixonmars
Revision: 448165

archrelease: copy trunk to extra-any

Added:
  python-nspektr/repos/extra-any/PKGBUILD
    (from rev 448164, python-nspektr/trunk/PKGBUILD)
Deleted:
  python-nspektr/repos/extra-any/PKGBUILD

----------+
 PKGBUILD |   72 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 36 insertions(+), 36 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-06-11 10:45:11 UTC (rev 448164)
+++ PKGBUILD	2022-06-11 10:45:24 UTC (rev 448165)
@@ -1,36 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Contributor: Achmad Fathoni<fathoni.id(at)gmail.com>
-
-pkgname=python-nspektr
-pkgver=0.3.0
-pkgrel=2
-pkgdesc="A distribution package dependency inspector"
-arch=('any')
-url="https://github.com/jaraco/nspektr"
-license=('MIT')
-depends=('python-jaraco.context' 'python-jaraco.functools' 'python-more-itertools'
-         'python-packaging')
-makedepends=('python-build' 'python-installer' 'python-wheel' 'python-setuptools-scm')
-checkdepends=('python-pytest-black' 'python-pytest-checkdocs' 'python-pytest-cov'
-              'python-pytest-enabler' 'python-pytest-flake8' 'python-pytest-mypy'
-              'python-pip')
-source=("https://github.com/jaraco/nspektr/archive/v$pkgver/$pkgname-$pkgver.tar.gz")
-sha256sums=('fdcf6db3d7cc611bff70ae789e0be32a8dfa52e26efc0b8486a1e78a3cc2a74d')
-
-export SETUPTOOLS_SCM_PRETEND_VERSION=$pkgver
-
-build() {
-  cd nspektr-$pkgver
-  python -m build -wn
-}
-
-check() {
-  cd nspektr-$pkgver
-  python -m pytest
-}
-
-package() {
-  cd nspektr-$pkgver
-  python -m installer --destdir="$pkgdir" dist/*.whl
-  install -Dm644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname/
-}

Copied: python-nspektr/repos/extra-any/PKGBUILD (from rev 448164, python-nspektr/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-06-11 10:45:24 UTC (rev 448165)
@@ -0,0 +1,36 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Achmad Fathoni<fathoni.id(at)gmail.com>
+
+pkgname=python-nspektr
+pkgver=0.4.0
+pkgrel=1
+pkgdesc="A distribution package dependency inspector"
+arch=('any')
+url="https://github.com/jaraco/nspektr"
+license=('MIT')
+depends=('python-jaraco.context' 'python-jaraco.functools' 'python-more-itertools'
+         'python-packaging')
+makedepends=('python-build' 'python-installer' 'python-wheel' 'python-setuptools-scm')
+checkdepends=('python-pytest-black' 'python-pytest-checkdocs' 'python-pytest-cov'
+              'python-pytest-enabler' 'python-pytest-flake8' 'python-pytest-mypy'
+              'python-pip')
+source=("https://github.com/jaraco/nspektr/archive/v$pkgver/$pkgname-$pkgver.tar.gz")
+sha256sums=('b29969de2a4975d154c43fd09ae7aa439b7b64732d1ab1964658d8ce9f8359ee')
+
+export SETUPTOOLS_SCM_PRETEND_VERSION=$pkgver
+
+build() {
+  cd nspektr-$pkgver
+  python -m build -wn
+}
+
+check() {
+  cd nspektr-$pkgver
+  python -m pytest
+}
+
+package() {
+  cd nspektr-$pkgver
+  python -m installer --destdir="$pkgdir" dist/*.whl
+  install -Dm644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname/
+}



More information about the arch-commits mailing list