[arch-commits] Commit in python-securesystemslib/repos/community-any (2 files)
Santiago Torres-Arias
sangy at archlinux.org
Sat Jul 25 21:40:55 UTC 2020
Date: Saturday, July 25, 2020 @ 21:40:55
Author: sangy
Revision: 665297
archrelease: copy trunk to community-any
Added:
python-securesystemslib/repos/community-any/PKGBUILD
(from rev 665296, python-securesystemslib/trunk/PKGBUILD)
Deleted:
python-securesystemslib/repos/community-any/PKGBUILD
----------+
PKGBUILD | 78 +++++++++++++++++++++++++++++++------------------------------
1 file changed, 40 insertions(+), 38 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2020-07-25 21:40:37 UTC (rev 665296)
+++ PKGBUILD 2020-07-25 21:40:55 UTC (rev 665297)
@@ -1,38 +0,0 @@
-# Maintainer: Santiago Torres-Arias <santiago at archlinux.org>
-
-pkgname=python-securesystemslib
-pkgver=0.14.2
-pkgrel=1
-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)
- )
-
-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
-}
Copied: python-securesystemslib/repos/community-any/PKGBUILD (from rev 665296, python-securesystemslib/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2020-07-25 21:40:55 UTC (rev 665297)
@@ -0,0 +1,40 @@
+# Maintainer: Santiago Torres-Arias <santiago at archlinux.org>
+
+pkgname=python-securesystemslib
+pkgver=0.15.0
+pkgrel=1
+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)
+ )
+
+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