[arch-commits] Commit in python-ecdsa/repos/community-any (4 files)

Felix Yan felixonmars at archlinux.org
Sat Apr 20 18:16:53 UTC 2019


    Date: Saturday, April 20, 2019 @ 18:16:52
  Author: felixonmars
Revision: 452189

archrelease: copy trunk to community-any

Added:
  python-ecdsa/repos/community-any/LICENSE
    (from rev 452188, python-ecdsa/trunk/LICENSE)
  python-ecdsa/repos/community-any/PKGBUILD
    (from rev 452188, python-ecdsa/trunk/PKGBUILD)
Deleted:
  python-ecdsa/repos/community-any/LICENSE
  python-ecdsa/repos/community-any/PKGBUILD

----------+
 LICENSE  |   48 ++++++++++++++++++++--------------------
 PKGBUILD |   73 ++++++++++++++++++++++++++++++-------------------------------
 2 files changed, 60 insertions(+), 61 deletions(-)

Deleted: LICENSE
===================================================================
--- LICENSE	2019-04-20 18:16:35 UTC (rev 452188)
+++ LICENSE	2019-04-20 18:16:52 UTC (rev 452189)
@@ -1,24 +0,0 @@
-"python-ecdsa" Copyright (c) 2010 Brian Warner
-
-Portions written in 2005 by Peter Pearson and placed in the public domain.
-
-Permission is hereby granted, free of charge, to any person
-obtaining a copy of this software and associated documentation
-files (the "Software"), to deal in the Software without
-restriction, including without limitation the rights to use,
-copy, modify, merge, publish, distribute, sublicense, and/or sell
-copies of the Software, and to permit persons to whom the
-Software is furnished to do so, subject to the following
-conditions:
-
-The above copyright notice and this permission notice shall be
-included in all copies or substantial portions of the Software.
-
-THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
-EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
-OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
-NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
-HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
-WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
-FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
-OTHER DEALINGS IN THE SOFTWARE.

Copied: python-ecdsa/repos/community-any/LICENSE (from rev 452188, python-ecdsa/trunk/LICENSE)
===================================================================
--- LICENSE	                        (rev 0)
+++ LICENSE	2019-04-20 18:16:52 UTC (rev 452189)
@@ -0,0 +1,24 @@
+"python-ecdsa" Copyright (c) 2010 Brian Warner
+
+Portions written in 2005 by Peter Pearson and placed in the public domain.
+
+Permission is hereby granted, free of charge, to any person
+obtaining a copy of this software and associated documentation
+files (the "Software"), to deal in the Software without
+restriction, including without limitation the rights to use,
+copy, modify, merge, publish, distribute, sublicense, and/or sell
+copies of the Software, and to permit persons to whom the
+Software is furnished to do so, subject to the following
+conditions:
+
+The above copyright notice and this permission notice shall be
+included in all copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
+EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
+OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
+NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
+HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
+WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
+FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
+OTHER DEALINGS IN THE SOFTWARE.

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-04-20 18:16:35 UTC (rev 452188)
+++ PKGBUILD	2019-04-20 18:16:52 UTC (rev 452189)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Angel Velasquez <angvp at archlinux.org>
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-
-pkgbase=python-ecdsa
-pkgname=('python-ecdsa' 'python2-ecdsa')
-pkgver=0.13
-pkgrel=4
-pkgdesc="Implementation of ECDSA in Python"
-arch=('any')
-url="https://github.com/warner/python-ecdsa"
-license=('MIT')
-makedepends=('python-setuptools' 'python2-setuptools')
-options=(!emptydirs)
-source=("https://files.pythonhosted.org/packages/source/e/ecdsa/ecdsa-$pkgver.tar.gz" "LICENSE")
-md5sums=('1f60eda9cb5c46722856db41a3ae6670'
-         '66ffc5e30f76cbb5358fe54b645e5a1d')
-
-build() {
-  cp -R "$srcdir/ecdsa-$pkgver" "$srcdir/ecdsa-$pkgver-py2"
-  cd "$srcdir/ecdsa-$pkgver-py2"
-  sed -ie 's#/usr/bin/env python#/usr/bin/env python2#' ecdsa/*.py
-}
-
-package_python-ecdsa() {
-  depends=('python')
-  cd "$srcdir/ecdsa-$pkgver"
-  python setup.py install --root="$pkgdir/" --optimize=1
-  install -D -m644 "$srcdir/LICENSE" "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-package_python2-ecdsa() {
-  depends=('python2')
-  cd "$srcdir/ecdsa-$pkgver-py2"
-  python2 setup.py install --root="$pkgdir/" --optimize=1
-  install -D -m644 "$srcdir/LICENSE" "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}

Copied: python-ecdsa/repos/community-any/PKGBUILD (from rev 452188, python-ecdsa/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-04-20 18:16:52 UTC (rev 452189)
@@ -0,0 +1,36 @@
+# Maintainer: Angel Velasquez <angvp at archlinux.org>
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgbase=python-ecdsa
+pkgname=('python-ecdsa' 'python2-ecdsa')
+pkgver=0.13.2
+pkgrel=1
+pkgdesc="Implementation of ECDSA in Python"
+arch=('any')
+url="https://github.com/warner/python-ecdsa"
+license=('MIT')
+makedepends=('python-setuptools' 'python2-setuptools')
+options=(!emptydirs)
+source=("https://files.pythonhosted.org/packages/source/e/ecdsa/ecdsa-$pkgver.tar.gz" "LICENSE")
+md5sums=('0ce51d17c0751e5232be4eafd69b7f13'
+         '66ffc5e30f76cbb5358fe54b645e5a1d')
+
+build() {
+  cp -R "$srcdir/ecdsa-$pkgver" "$srcdir/ecdsa-$pkgver-py2"
+  cd "$srcdir/ecdsa-$pkgver-py2"
+  sed -ie 's#/usr/bin/env python#/usr/bin/env python2#' ecdsa/*.py
+}
+
+package_python-ecdsa() {
+  depends=('python')
+  cd "$srcdir/ecdsa-$pkgver"
+  python setup.py install --root="$pkgdir/" --optimize=1
+  install -D -m644 "$srcdir/LICENSE" "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+package_python2-ecdsa() {
+  depends=('python2')
+  cd "$srcdir/ecdsa-$pkgver-py2"
+  python2 setup.py install --root="$pkgdir/" --optimize=1
+  install -D -m644 "$srcdir/LICENSE" "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}



More information about the arch-commits mailing list