[arch-commits] Commit in python-nspektr/repos/extra-any (PKGBUILD PKGBUILD)
Felix Yan
felixonmars at gemini.archlinux.org
Fri Sep 2 20:06:57 UTC 2022
Date: Friday, September 2, 2022 @ 20:06:56
Author: felixonmars
Revision: 454934
archrelease: copy trunk to extra-any
Added:
python-nspektr/repos/extra-any/PKGBUILD
(from rev 454933, python-nspektr/trunk/PKGBUILD)
Deleted:
python-nspektr/repos/extra-any/PKGBUILD
----------+
PKGBUILD | 70 +++++++++++++++++++++++++++++--------------------------------
1 file changed, 34 insertions(+), 36 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2022-09-02 20:06:43 UTC (rev 454933)
+++ PKGBUILD 2022-09-02 20:06:56 UTC (rev 454934)
@@ -1,36 +0,0 @@
-# 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/
-}
Copied: python-nspektr/repos/extra-any/PKGBUILD (from rev 454933, python-nspektr/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2022-09-02 20:06:56 UTC (rev 454934)
@@ -0,0 +1,34 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Achmad Fathoni<fathoni.id(at)gmail.com>
+
+pkgname=python-nspektr
+pkgver=0.4.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-enabler' 'python-pytest-mypy')
+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