[arch-commits] Commit in python-sshpubkeys/repos/community-staging-any (2 files)

Felix Yan felixonmars at archlinux.org
Sun Nov 3 12:22:46 UTC 2019


    Date: Sunday, November 3, 2019 @ 12:22:46
  Author: felixonmars
Revision: 522478

archrelease: copy trunk to community-staging-any

Added:
  python-sshpubkeys/repos/community-staging-any/PKGBUILD
    (from rev 522477, python-sshpubkeys/trunk/PKGBUILD)
Deleted:
  python-sshpubkeys/repos/community-staging-any/PKGBUILD

----------+
 PKGBUILD |   60 ++++++++++++++++++++++++++++++------------------------------
 1 file changed, 30 insertions(+), 30 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-11-03 12:22:12 UTC (rev 522477)
+++ PKGBUILD	2019-11-03 12:22:46 UTC (rev 522478)
@@ -1,30 +0,0 @@
-# Maintainer: Chih-Hsuan Yen <yan12125 at archlinux.org>
-# Contributor: Drew DeVault <sir at cmpwn.com>
-
-pkgname=python-sshpubkeys
-pkgver=3.1.0
-pkgrel=2
-pkgdesc='OpenSSH public key parser for Python'
-arch=(any)
-url='https://github.com/ojarva/python-sshpubkeys'
-license=(BSD)
-depends=(python-ecdsa python-cryptography)
-makedepends=(python-setuptools)
-source=("https://github.com/ojarva/python-sshpubkeys/archive/v$pkgver/$pkgname-$pkgver.tar.gz")
-sha256sums=(e411b7d7d42b6909c09c4f8899f4ff55eff52dc13026ef9c26f7a2762766657c)
-
-build() {
-    cd $pkgname-$pkgver
-    python setup.py build
-}
-
-check() {
-    cd $pkgname-$pkgver
-    python setup.py test
-}
-
-package() {
-    cd $pkgname-$pkgver
-    python setup.py install --root="$pkgdir" --optimize=1 --skip-build
-    install -Dm644 LICENSE.txt -t "$pkgdir"/usr/share/licenses/$pkgname
-}

Copied: python-sshpubkeys/repos/community-staging-any/PKGBUILD (from rev 522477, python-sshpubkeys/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-11-03 12:22:46 UTC (rev 522478)
@@ -0,0 +1,30 @@
+# Maintainer: Chih-Hsuan Yen <yan12125 at archlinux.org>
+# Contributor: Drew DeVault <sir at cmpwn.com>
+
+pkgname=python-sshpubkeys
+pkgver=3.1.0
+pkgrel=3
+pkgdesc='OpenSSH public key parser for Python'
+arch=(any)
+url='https://github.com/ojarva/python-sshpubkeys'
+license=(BSD)
+depends=(python-ecdsa python-cryptography)
+makedepends=(python-setuptools)
+source=("https://github.com/ojarva/python-sshpubkeys/archive/v$pkgver/$pkgname-$pkgver.tar.gz")
+sha256sums=(e411b7d7d42b6909c09c4f8899f4ff55eff52dc13026ef9c26f7a2762766657c)
+
+build() {
+    cd $pkgname-$pkgver
+    python setup.py build
+}
+
+check() {
+    cd $pkgname-$pkgver
+    python setup.py test
+}
+
+package() {
+    cd $pkgname-$pkgver
+    python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+    install -Dm644 LICENSE.txt -t "$pkgdir"/usr/share/licenses/$pkgname
+}



More information about the arch-commits mailing list