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

Evangelos Foutras foutrelis at gemini.archlinux.org
Thu Dec 2 11:58:47 UTC 2021


    Date: Thursday, December 2, 2021 @ 11:58:46
  Author: foutrelis
Revision: 1061650

archrelease: copy trunk to community-staging-any

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

----------+
 PKGBUILD |   52 ++++++++++++++++++++++++++--------------------------
 1 file changed, 26 insertions(+), 26 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-12-02 11:58:45 UTC (rev 1061649)
+++ PKGBUILD	2021-12-02 11:58:46 UTC (rev 1061650)
@@ -1,26 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-
-pkgname=python-ratelim
-pkgver=0.1.6
-pkgrel=6
-pkgdesc="Makes it easy to respect rate limits"
-url="https://github.com/themiurgo/ratelim"
-license=('MIT')
-arch=('any')
-depends=('python-decorator')
-makedepends=('python-setuptools')
-source=("https://pypi.io/packages/source/r/ratelim/ratelim-$pkgver.tar.gz"
-        ratelim-LICENSE::https://raw.githubusercontent.com/themiurgo/ratelim/master/LICENSE)
-sha512sums=('4d074d47278c591182d56d398c827da86c06428a1f994bd443f04903cca2bfe6affdfdd0daaca6115066903607e0216ac0a5f29240fdfe1c1faf5873a55122b0'
-            'ffe65c1aa0d76ed652c0536ea72a518ad449c15270eb654c01d037f3cf263b154293aca66edcb535f499ebb71891833836a90095c913e35498e24888bea2cb2b')
-
-build() {
-  cd ratelim-$pkgver
-  python setup.py build
-}
-
-package() {
-  cd ratelim-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-  install -Dm644 ../ratelim-LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: python-ratelim/repos/community-staging-any/PKGBUILD (from rev 1061648, python-ratelim/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-12-02 11:58:46 UTC (rev 1061650)
@@ -0,0 +1,26 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=python-ratelim
+pkgver=0.1.6
+pkgrel=7
+pkgdesc="Makes it easy to respect rate limits"
+url="https://github.com/themiurgo/ratelim"
+license=('MIT')
+arch=('any')
+depends=('python-decorator')
+makedepends=('python-setuptools')
+source=("https://pypi.io/packages/source/r/ratelim/ratelim-$pkgver.tar.gz"
+        ratelim-LICENSE::https://raw.githubusercontent.com/themiurgo/ratelim/master/LICENSE)
+sha512sums=('4d074d47278c591182d56d398c827da86c06428a1f994bd443f04903cca2bfe6affdfdd0daaca6115066903607e0216ac0a5f29240fdfe1c1faf5873a55122b0'
+            'ffe65c1aa0d76ed652c0536ea72a518ad449c15270eb654c01d037f3cf263b154293aca66edcb535f499ebb71891833836a90095c913e35498e24888bea2cb2b')
+
+build() {
+  cd ratelim-$pkgver
+  python setup.py build
+}
+
+package() {
+  cd ratelim-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+  install -Dm644 ../ratelim-LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}



More information about the arch-commits mailing list