[arch-commits] Commit in python-securesystemslib/repos (2 files)

Evangelos Foutras foutrelis at gemini.archlinux.org
Wed Dec 1 14:58:00 UTC 2021


    Date: Wednesday, December 1, 2021 @ 14:58:00
  Author: foutrelis
Revision: 1059610

archrelease: copy trunk to community-staging-any

Added:
  python-securesystemslib/repos/community-staging-any/
  python-securesystemslib/repos/community-staging-any/PKGBUILD
    (from rev 1059607, python-securesystemslib/trunk/PKGBUILD)

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

Copied: python-securesystemslib/repos/community-staging-any/PKGBUILD (from rev 1059607, python-securesystemslib/trunk/PKGBUILD)
===================================================================
--- community-staging-any/PKGBUILD	                        (rev 0)
+++ community-staging-any/PKGBUILD	2021-12-01 14:58:00 UTC (rev 1059610)
@@ -0,0 +1,42 @@
+# Maintainer: Santiago Torres-Arias <santiago at archlinux.org>
+
+pkgname=python-securesystemslib
+pkgver=0.21.0
+pkgrel=2
+pkgdesc="Cryptographic and general-purpose routines for Secure Systems Lab projects at NYU"
+arch=('any')
+license=('MIT')
+url="https://github.com/secure-systems-lab/securesystemslib"
+depends=('python-cryptography' 'python-pynacl' 'python-colorama' 'python-six' 'python-dateutil')
+makedepends=('python-setuptools' 'git')
+source=("git+https://github.com/secure-systems-lab/securesystemslib.git?signed#tag=v${pkgver}")
+
+sha512sums=('SKIP')
+
+validpgpkeys=(
+    "C2FB9C910758B6827BC43233BC0C6DEDD5E5CC03"
+    # Sebastien Awwad (upstream co-maintainer)
+    "8BA69B87D43BE294F23E812089A2AD3C07D962E8"
+    # Lukas Puehringher (upstream maintainer)
+    "903BAB73640EB6D65533EFF3468F122CE8162295"
+    # Santiago Torres-Arias <santiago at archlinux.org> (upstream co-maintainer)
+    "08F3409FCF71D87E30FBD3C21671F65CB74832A4"
+    # Joshua Lock (GPG on YubiKey) <jlock at vmware.com> (upstream co-maintainer)
+    )
+
+build() { 
+    cd "${srcdir}/securesystemslib"
+    python setup.py build
+}
+
+package_python-securesystemslib() {
+
+    cd "securesystemslib"
+    python setup.py install --root="${pkgdir}/" --optimize=1
+    install -D -m0644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}
+
+check() {
+    cd "securesystemslib/tests/"
+    PYTHONPATH=.. python aggregate_tests.py
+}



More information about the arch-commits mailing list