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

Jelle van der Waa jelle at archlinux.org
Mon Sep 11 19:18:48 UTC 2017


    Date: Monday, September 11, 2017 @ 19:18:47
  Author: jelle
Revision: 256988

archrelease: copy trunk to community-any

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

----------+
 PKGBUILD |   46 +++++++++++++++++++++++-----------------------
 1 file changed, 23 insertions(+), 23 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2017-09-11 19:18:38 UTC (rev 256987)
+++ PKGBUILD	2017-09-11 19:18:47 UTC (rev 256988)
@@ -1,23 +0,0 @@
-# $Id$
-# Maintainer: Timothy Redaelli <timothy.redaelli at gmail.com>
-# Contributor: Samuel Tardieu <sam at rfc1149.net>
-
-pkgname=python2-slowaes
-pkgver=0.1a1
-pkgrel=2
-pkgdesc="Implementation of AES in Python"
-arch=('any')
-url="http://code.google.com/p/slowaes/"
-license=('Apache')
-depends=('python2')
-makedepends=('python2-setuptools')
-source=("http://pypi.python.org/packages/source/s/slowaes/slowaes-$pkgver.tar.gz")
-md5sums=('eafee95a788a795403e972a35e80ce4f')
-
-package() {
-  cd "$srcdir/slowaes-$pkgver"
-  sed -i 's#/usr/bin/python#/usr/bin/python2#' aes.py
-  python2 setup.py install --root="$pkgdir/" --optimize=1
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python2-slowaes/repos/community-any/PKGBUILD (from rev 256987, python2-slowaes/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2017-09-11 19:18:47 UTC (rev 256988)
@@ -0,0 +1,23 @@
+# $Id$
+# Maintainer: Timothy Redaelli <timothy.redaelli at gmail.com>
+# Contributor: Samuel Tardieu <sam at rfc1149.net>
+
+pkgname=python2-slowaes
+pkgver=0.1a1
+pkgrel=3
+pkgdesc="Implementation of AES in Python"
+arch=('any')
+url="http://code.google.com/p/slowaes/"
+license=('Apache')
+depends=('python2')
+makedepends=('python2-setuptools')
+source=("https://pypi.python.org/packages/source/s/slowaes/slowaes-$pkgver.tar.gz")
+md5sums=('eafee95a788a795403e972a35e80ce4f')
+
+package() {
+  cd "$srcdir/slowaes-$pkgver"
+  sed -i 's#/usr/bin/python#/usr/bin/python2#' aes.py
+  python2 setup.py install --root="$pkgdir/" --optimize=1
+}
+
+# vim:set ts=2 sw=2 et:



More information about the arch-commits mailing list