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

Santiago Torres-Arias sangy at archlinux.org
Tue Jun 11 23:01:35 UTC 2019


    Date: Tuesday, June 11, 2019 @ 23:01:35
  Author: sangy
Revision: 480563

archrelease: copy trunk to community-any

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

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

Copied: python-securesystemslib/repos/community-any/PKGBUILD (from rev 480562, python-securesystemslib/trunk/PKGBUILD)
===================================================================
--- community-any/PKGBUILD	                        (rev 0)
+++ community-any/PKGBUILD	2019-06-11 23:01:35 UTC (rev 480563)
@@ -0,0 +1,37 @@
+# Maintainer: Santiago Torres-Arias <santiago at archlinux.org>
+
+pkgname=python-securesystemslib
+pkgver=0.11.3
+pkgrel=3
+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')
+makedepends=('python-setuptools' 'git')
+source=("git+https://github.com/secure-systems-lab/securesystemslib.git?signed#tag=sslibv${pkgver}")
+
+sha512sums=('SKIP')
+
+validpgpkeys=("3E87BB339378BC7B3DD0E5B25DEE9B97B0E2289A"
+    # Vladimir Diaz (upstream maintainer)
+    "C2FB9C910758B6827BC43233BC0C6DEDD5E5CC03"
+    # Sebastien Awwad (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