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

Evangelos Foutras foutrelis at archlinux.org
Fri Nov 1 14:04:42 UTC 2019


    Date: Friday, November 1, 2019 @ 14:04:42
  Author: foutrelis
Revision: 522022

archrelease: copy trunk to community-staging-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-11-01 14:04:38 UTC (rev 522021)
+++ PKGBUILD	2019-11-01 14:04:42 UTC (rev 522022)
@@ -1,26 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-
-pkgname=python-ratelim
-pkgver=0.1.6
-pkgrel=2
-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 522021, python-ratelim/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-11-01 14:04:42 UTC (rev 522022)
@@ -0,0 +1,26 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=python-ratelim
+pkgver=0.1.6
+pkgrel=3
+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