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

Felix Yan felixonmars at gemini.archlinux.org
Wed Dec 1 21:34:13 UTC 2021


    Date: Wednesday, December 1, 2021 @ 21:34:12
  Author: felixonmars
Revision: 430163

archrelease: copy trunk to staging-any

Added:
  python-speg/repos/staging-any/LICENSE
    (from rev 430161, python-speg/trunk/LICENSE)
  python-speg/repos/staging-any/PKGBUILD
    (from rev 430161, python-speg/trunk/PKGBUILD)
Deleted:
  python-speg/repos/staging-any/LICENSE
  python-speg/repos/staging-any/PKGBUILD

----------+
 LICENSE  |   32 ++++++++++++++++----------------
 PKGBUILD |   42 +++++++++++++++++++++---------------------
 2 files changed, 37 insertions(+), 37 deletions(-)

Deleted: LICENSE
===================================================================
--- LICENSE	2021-12-01 21:34:09 UTC (rev 430162)
+++ LICENSE	2021-12-01 21:34:12 UTC (rev 430163)
@@ -1,16 +0,0 @@
-No-notice MIT License
-
-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.
-
-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-speg/repos/staging-any/LICENSE (from rev 430161, python-speg/trunk/LICENSE)
===================================================================
--- LICENSE	                        (rev 0)
+++ LICENSE	2021-12-01 21:34:12 UTC (rev 430163)
@@ -0,0 +1,16 @@
+No-notice MIT License
+
+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.
+
+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	2021-12-01 21:34:09 UTC (rev 430162)
+++ PKGBUILD	2021-12-01 21:34:12 UTC (rev 430163)
@@ -1,21 +0,0 @@
-# Maintainer: Rémy Oudompheng <remy at archlinux.org>
-
-pkgname=python-speg
-pkgver=0.3
-pkgrel=8
-pkgdesc="A PEG-based parser interpreter with memoization"
-arch=('any')
-url="https://github.com/avakar/pyspeg"
-license=('MIT')
-depends=('python' 'python-six')
-makedepends=('python-setuptools')
-source=(https://pypi.io/packages/source/s/speg/speg-$pkgver.zip
-        LICENSE)
-sha256sums=('10cbef47e168dfc62f14db575cf1c428037a2b881cee6c3cfceda0439c243e71'
-            '37d897f62a4324d8d2f313d7d1b98cd26f872d2ae598b7eb9a69b1c129bcc135')
-
-package_python-speg() {
-  cd "$srcdir"/speg-${pkgver}
-  python setup.py install --root="${pkgdir}"
-  install -D -m644 "$srcdir"/LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}

Copied: python-speg/repos/staging-any/PKGBUILD (from rev 430161, python-speg/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-12-01 21:34:12 UTC (rev 430163)
@@ -0,0 +1,21 @@
+# Maintainer: Rémy Oudompheng <remy at archlinux.org>
+
+pkgname=python-speg
+pkgver=0.3
+pkgrel=9
+pkgdesc="A PEG-based parser interpreter with memoization"
+arch=('any')
+url="https://github.com/avakar/pyspeg"
+license=('MIT')
+depends=('python' 'python-six')
+makedepends=('python-setuptools')
+source=(https://pypi.io/packages/source/s/speg/speg-$pkgver.zip
+        LICENSE)
+sha256sums=('10cbef47e168dfc62f14db575cf1c428037a2b881cee6c3cfceda0439c243e71'
+            '37d897f62a4324d8d2f313d7d1b98cd26f872d2ae598b7eb9a69b1c129bcc135')
+
+package_python-speg() {
+  cd "$srcdir"/speg-${pkgver}
+  python setup.py install --root="${pkgdir}"
+  install -D -m644 "$srcdir"/LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}



More information about the arch-commits mailing list