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

Felix Yan felixonmars at archlinux.org
Thu Oct 31 18:13:27 UTC 2019


    Date: Thursday, October 31, 2019 @ 18:13:26
  Author: felixonmars
Revision: 521603

archrelease: copy trunk to community-staging-any

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

----------+
 PKGBUILD |   54 +++++++++++++++++++++++++++---------------------------
 1 file changed, 27 insertions(+), 27 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-10-31 18:13:15 UTC (rev 521602)
+++ PKGBUILD	2019-10-31 18:13:26 UTC (rev 521603)
@@ -1,27 +0,0 @@
-# Maintainer: Morten Linderud <foxboron at archlinux.org>
-# Contributor: Timothy Redaelli <timothy.redaelli at gmail.com>
-# Contributor: Andy Weidenbaum <archbaum at gmail.com>
-
-pkgname=python-pyaes
-_pipname=pyaes
-pkgver=1.6.1
-pkgrel=4
-pkgdesc="Pure-Python Implementation of the AES block-cipher and common modes of operation"
-arch=('any')
-depends=('python')
-makedepends=('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=('02c1b1405c38d3c370b085fb952dd8bea3fadcee6411ad99f312cc129c536d8f')
-
-build() {
-  cd "$_pipname-$pkgver"
-  python setup.py build
-}
-
-package_python-pyaes() {
-  cd $_pipname-$pkgver
-  python setup.py install --root="$pkgdir/" --optimize=1
-  install -D -m644 LICENSE.txt "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE.txt
-}

Copied: python-pyaes/repos/community-staging-any/PKGBUILD (from rev 521602, python-pyaes/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-10-31 18:13:26 UTC (rev 521603)
@@ -0,0 +1,27 @@
+# Maintainer: Morten Linderud <foxboron at archlinux.org>
+# Contributor: Timothy Redaelli <timothy.redaelli at gmail.com>
+# Contributor: Andy Weidenbaum <archbaum at gmail.com>
+
+pkgname=python-pyaes
+_pipname=pyaes
+pkgver=1.6.1
+pkgrel=5
+pkgdesc="Pure-Python Implementation of the AES block-cipher and common modes of operation"
+arch=('any')
+depends=('python')
+makedepends=('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=('02c1b1405c38d3c370b085fb952dd8bea3fadcee6411ad99f312cc129c536d8f')
+
+build() {
+  cd "$_pipname-$pkgver"
+  python setup.py build
+}
+
+package_python-pyaes() {
+  cd $_pipname-$pkgver
+  python 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