[arch-commits] Commit in python-pyaes/repos/community-any (PKGBUILD PKGBUILD)

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


    Date: Monday, September 11, 2017 @ 19:15:01
  Author: jelle
Revision: 256986

archrelease: copy trunk to community-any

Added:
  python-pyaes/repos/community-any/PKGBUILD
    (from rev 256985, python-pyaes/trunk/PKGBUILD)
Deleted:
  python-pyaes/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2017-09-11 19:14:51 UTC (rev 256985)
+++ PKGBUILD	2017-09-11 19:15:01 UTC (rev 256986)
@@ -1,46 +0,0 @@
-# $Id$
-# Maintainer: Timothy Redaelli <timothy.redaelli at gmail.com>
-# Contributor: Andy Weidenbaum <archbaum at gmail.com>
-
-pkgbase=python-pyaes
-pkgname=('python-pyaes' 'python2-pyaes')
-_pipname=pyaes
-pkgver=1.6.0
-pkgrel=1
-pkgdesc="Pure-Python Implementation of the AES block-cipher and common modes of operation"
-arch=('any')
-makedepends=('python2-setuptools' 'python-setuptools')
-url="https://github.com/ricmoo/pyaes"
-license=('MIT')
-source=(https://pypi.org/packages/source/${_pipname:0:1}/$_pipname/$_pipname-$pkgver.tar.gz)
-sha256sums=('9cd5a54d914b1eebfb14fcb490315214b6a0304d9f1bb47e90d1d8e0b15ce92e')
-
-
-prepare() {
-  cp -R $_pipname-$pkgver python2-$_pipname-$pkgver
-}
-
-build() {
-  cd "$_pipname-$pkgver"
-  python setup.py build
-
-  cd "../python2-$_pipname-$pkgver"
-  python2 setup.py build
-}
-
-
-package_python-pyaes() {
-  depends=('python')
-  cd $_pipname-$pkgver
-  python setup.py install --root="$pkgdir/" --optimize=1
-
-  install -D -m644 LICENSE.txt "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE.txt
-}
-
-package_python2-pyaes() {
-  depends=('python2')
-  cd "python2-$_pipname-$pkgver"
-  python2 setup.py install --root="$pkgdir" --optimize=1
-
-  install -D -m644 LICENSE.txt "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE.txt
-}

Copied: python-pyaes/repos/community-any/PKGBUILD (from rev 256985, python-pyaes/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2017-09-11 19:15:01 UTC (rev 256986)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Timothy Redaelli <timothy.redaelli at gmail.com>
+# Contributor: Andy Weidenbaum <archbaum at gmail.com>
+
+pkgbase=python-pyaes
+pkgname=('python-pyaes' 'python2-pyaes')
+_pipname=pyaes
+pkgver=1.6.0
+pkgrel=2
+pkgdesc="Pure-Python Implementation of the AES block-cipher and common modes of operation"
+arch=('any')
+makedepends=('python2-setuptools' 'python-setuptools')
+url="https://github.com/ricmoo/pyaes"
+license=('MIT')
+source=(https://pypi.org/packages/source/${_pipname:0:1}/$_pipname/$_pipname-$pkgver.tar.gz)
+sha256sums=('9cd5a54d914b1eebfb14fcb490315214b6a0304d9f1bb47e90d1d8e0b15ce92e')
+
+
+prepare() {
+  cp -R $_pipname-$pkgver python2-$_pipname-$pkgver
+}
+
+build() {
+  cd "$_pipname-$pkgver"
+  python setup.py build
+
+  cd "../python2-$_pipname-$pkgver"
+  python2 setup.py build
+}
+
+
+package_python-pyaes() {
+  depends=('python')
+  cd $_pipname-$pkgver
+  python setup.py install --root="$pkgdir/" --optimize=1
+
+  install -D -m644 LICENSE.txt "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE.txt
+}
+
+package_python2-pyaes() {
+  depends=('python2')
+  cd "python2-$_pipname-$pkgver"
+  python2 setup.py install --root="$pkgdir" --optimize=1
+
+  install -D -m644 LICENSE.txt "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE.txt
+}



More information about the arch-commits mailing list