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

Evangelos Foutras foutrelis at archlinux.org
Mon Nov 9 16:20:27 UTC 2020


    Date: Monday, November 9, 2020 @ 16:20:27
  Author: foutrelis
Revision: 747481

archrelease: copy trunk to community-staging-any

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

----------+
 LICENSE  |   48 +++++++++++++++++-----------------
 PKGBUILD |   84 ++++++++++++++++++++++++++++++-------------------------------
 2 files changed, 66 insertions(+), 66 deletions(-)

Deleted: LICENSE
===================================================================
--- LICENSE	2020-11-09 16:20:26 UTC (rev 747480)
+++ LICENSE	2020-11-09 16:20:27 UTC (rev 747481)
@@ -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-staging-any/LICENSE (from rev 747479, python-ecdsa/trunk/LICENSE)
===================================================================
--- LICENSE	                        (rev 0)
+++ LICENSE	2020-11-09 16:20:27 UTC (rev 747481)
@@ -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	2020-11-09 16:20:26 UTC (rev 747480)
+++ PKGBUILD	2020-11-09 16:20:27 UTC (rev 747481)
@@ -1,42 +0,0 @@
-# Maintainer: Angel Velasquez <angvp at archlinux.org>
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-
-pkgbase=python-ecdsa
-pkgname=('python-ecdsa' 'python2-ecdsa')
-pkgver=0.16.0
-pkgrel=2
-pkgdesc="Implementation of ECDSA in Python"
-arch=('any')
-url="https://github.com/warner/python-ecdsa"
-license=('MIT')
-makedepends=('python-setuptools' 'python2-setuptools')
-checkdepends=('python-pytest' 'python-hypothesis')
-options=(!emptydirs)
-source=("https://files.pythonhosted.org/packages/source/e/ecdsa/ecdsa-$pkgver.tar.gz" "LICENSE")
-sha512sums=('94ccefe19899a5e56393bb0e6624e9af66bdc60ad370d65900a24a0465c430a3a001ed9c25970e48834cb25ca730bc9279af98d17ecd3ad66189c64c8f864b42'
-            '5519af4e81ecb681e2ef1a26602efed1640d6e3bf100d8c492dd4bbce4dba75de6a5a308115ff78a8dcd5d428630a92dd88fe9abfaeed04cd066b3f4d288b219')
-
-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#' src/ecdsa/*.py
-}
-
-check() {
-  cd "$srcdir/ecdsa-$pkgver"
-  python -m pytest
-}
-
-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-staging-any/PKGBUILD (from rev 747479, python-ecdsa/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-11-09 16:20:27 UTC (rev 747481)
@@ -0,0 +1,42 @@
+# Maintainer: Angel Velasquez <angvp at archlinux.org>
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgbase=python-ecdsa
+pkgname=('python-ecdsa' 'python2-ecdsa')
+pkgver=0.16.0
+pkgrel=3
+pkgdesc="Implementation of ECDSA in Python"
+arch=('any')
+url="https://github.com/warner/python-ecdsa"
+license=('MIT')
+makedepends=('python-setuptools' 'python2-setuptools')
+checkdepends=('python-pytest' 'python-hypothesis')
+options=(!emptydirs)
+source=("https://files.pythonhosted.org/packages/source/e/ecdsa/ecdsa-$pkgver.tar.gz" "LICENSE")
+sha512sums=('94ccefe19899a5e56393bb0e6624e9af66bdc60ad370d65900a24a0465c430a3a001ed9c25970e48834cb25ca730bc9279af98d17ecd3ad66189c64c8f864b42'
+            '5519af4e81ecb681e2ef1a26602efed1640d6e3bf100d8c492dd4bbce4dba75de6a5a308115ff78a8dcd5d428630a92dd88fe9abfaeed04cd066b3f4d288b219')
+
+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#' src/ecdsa/*.py
+}
+
+check() {
+  cd "$srcdir/ecdsa-$pkgver"
+  python -m pytest
+}
+
+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