[arch-commits] Commit in python-resolvelib/repos (staging-any staging-any/PKGBUILD)

Felix Yan felixonmars at gemini.archlinux.org
Tue Nov 30 16:31:56 UTC 2021


    Date: Tuesday, November 30, 2021 @ 16:31:56
  Author: felixonmars
Revision: 429613

archrelease: copy trunk to staging-any

Added:
  python-resolvelib/repos/staging-any/
  python-resolvelib/repos/staging-any/PKGBUILD
    (from rev 429612, python-resolvelib/trunk/PKGBUILD)

----------+
 PKGBUILD |   31 +++++++++++++++++++++++++++++++
 1 file changed, 31 insertions(+)

Copied: python-resolvelib/repos/staging-any/PKGBUILD (from rev 429612, python-resolvelib/trunk/PKGBUILD)
===================================================================
--- staging-any/PKGBUILD	                        (rev 0)
+++ staging-any/PKGBUILD	2021-11-30 16:31:56 UTC (rev 429613)
@@ -0,0 +1,31 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=python-resolvelib
+pkgver=0.5.5
+pkgrel=3
+pkgdesc="Resolve abstract dependencies into concrete ones"
+url="https://github.com/sarugaku/resolvelib"
+license=('ISC')
+arch=('any')
+depends=('python')
+makedepends=('python-setuptools')
+checkdepends=('python-commentjson' 'python-pytest-runner')
+source=("$pkgbase-$pkgver.tar.gz::https://github.com/sarugaku/resolvelib/archive/$pkgver.tar.gz")
+sha512sums=('3da39201c4472d45466750119282fc34591b6d79eb4e6e71ca3f221e43dceead213058b4b72bee00083e9885650a47486bd7496264fba10f623aec7c19dabf00')
+
+build() {
+  cd resolvelib-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd resolvelib-$pkgver
+  python setup.py pytest
+}
+
+package() {
+  cd resolvelib-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+
+  install -Dm644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname/
+}



More information about the arch-commits mailing list