[arch-commits] Commit in python2-tlslite/repos/community-any (PKGBUILD PKGBUILD)

Timothy Redaelli tredaelli at archlinux.org
Sat Sep 24 01:18:57 UTC 2016


    Date: Saturday, September 24, 2016 @ 01:18:56
  Author: tredaelli
Revision: 190229

archrelease: copy trunk to community-any

Added:
  python2-tlslite/repos/community-any/PKGBUILD
    (from rev 190228, python2-tlslite/trunk/PKGBUILD)
Deleted:
  python2-tlslite/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2016-09-24 01:18:49 UTC (rev 190228)
+++ PKGBUILD	2016-09-24 01:18:56 UTC (rev 190229)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Timothy Redaelli <timothy.redaelli at gmail.com>
-# Contributor: Andy Weidenbaum <archbaum at gmail.com>
-
-pkgname=python2-tlslite
-pkgver=0.4.8
-pkgrel=1
-pkgdesc="SSL/TLS library in pure Python supporting RSA and SRP ciphersuites"
-arch=('any')
-depends=('python2')
-makedepends=('python2-setuptools')
-optdepends=('python2-crypto: fast RSA operations and fast ciphers'
-            'python2-gmpy: fast RSA and SRP operations'
-            'python2-m2crypto: fast RSA operations and fast ciphers'
-            'python2-tackpy: run an X.509 server using TACK')
-url="http://trevp.net/tlslite"
-license=('custom')
-options=(!emptydirs)
-source=(https://pypi.python.org/packages/source/t/${pkgname#python2-}/${pkgname#python2-}-$pkgver.tar.gz)
-sha256sums=('d9b447048a322c70df800f540ab577c93ecf20de52c0a02c8621176e4733bdbb')
-
-prepare(){
-  cd "${pkgname#python2-}-$pkgver"
-
-  find . -type f -print0 | xargs -0 sed -i 's#/usr/bin/python#/usr/bin/python2#g'
-  find . -type f -print0 | xargs -0 sed -i 's#/usr/bin/env python#/usr/bin/env python2#g'
-}
-
-build() {
-  cd "${pkgname#python2-}-$pkgver"
-
-  python2 setup.py build
-}
-
-package() {
-  cd "${pkgname#python2-}-$pkgver"
-
-  python2 setup.py install --root="$pkgdir" --optimize=1
-
-  install -Dm 644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-  install -Dm 644 README "$pkgdir/usr/share/doc/$pkgname/README"
-}

Copied: python2-tlslite/repos/community-any/PKGBUILD (from rev 190228, python2-tlslite/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2016-09-24 01:18:56 UTC (rev 190229)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Timothy Redaelli <timothy.redaelli at gmail.com>
+# Contributor: Andy Weidenbaum <archbaum at gmail.com>
+
+pkgname=python2-tlslite
+pkgver=0.4.9
+pkgrel=1
+pkgdesc="SSL/TLS library in pure Python supporting RSA and SRP ciphersuites"
+arch=('any')
+depends=('python2')
+makedepends=('python2-setuptools')
+optdepends=('python2-crypto: fast RSA operations and fast ciphers'
+            'python2-gmpy: fast RSA and SRP operations'
+            'python2-m2crypto: fast RSA operations and fast ciphers'
+            'python2-tackpy: run an X.509 server using TACK')
+url="http://trevp.net/tlslite"
+license=('custom')
+options=(!emptydirs)
+source=(https://pypi.org/packages/source/t/${pkgname#python2-}/${pkgname#python2-}-$pkgver.tar.gz)
+sha256sums=('9b9a487694c239efea8cec4454a99a56ee1ae1a5f3af0858ccf8029e2ac2d42d')
+
+prepare(){
+  cd "${pkgname#python2-}-$pkgver"
+
+  find . -type f -print0 | xargs -0 sed -i 's#/usr/bin/python#/usr/bin/python2#g'
+  find . -type f -print0 | xargs -0 sed -i 's#/usr/bin/env python#/usr/bin/env python2#g'
+}
+
+build() {
+  cd "${pkgname#python2-}-$pkgver"
+
+  python2 setup.py build
+}
+
+package() {
+  cd "${pkgname#python2-}-$pkgver"
+
+  python2 setup.py install --root="$pkgdir" --optimize=1
+
+  install -Dm 644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+  install -Dm 644 README "$pkgdir/usr/share/doc/$pkgname/README"
+}



More information about the arch-commits mailing list