[arch-commits] Commit in python-flask-jwt/repos/community-staging-any (2 files)
Felix Yan
felixonmars at archlinux.org
Thu Nov 12 18:49:40 UTC 2020
Date: Thursday, November 12, 2020 @ 18:49:40
Author: felixonmars
Revision: 753199
archrelease: copy trunk to community-staging-any
Added:
python-flask-jwt/repos/community-staging-any/PKGBUILD
(from rev 753197, python-flask-jwt/trunk/PKGBUILD)
Deleted:
python-flask-jwt/repos/community-staging-any/PKGBUILD
----------+
PKGBUILD | 74 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 37 insertions(+), 37 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2020-11-12 18:49:38 UTC (rev 753198)
+++ PKGBUILD 2020-11-12 18:49:40 UTC (rev 753199)
@@ -1,37 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-
-pkgname=python-flask-jwt
-pkgver=0.3.2
-pkgrel=6
-pkgdesc="JWT token authentication for Flask apps"
-url="https://github.com/mattupstate/flask-jwt"
-license=('MIT')
-arch=('any')
-depends=('python-flask' 'python-pyjwt')
-makedepends=('python-setuptools')
-checkdepends=('python-pytest-runner')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/mattupstate/flask-jwt/archive/$pkgver.tar.gz")
-sha512sums=('7c115ff4964da9a36303ac502dea98cd847abc3c1d45cd0be09b82ec761ee054d7ef97e25fd669112ab29dbfca00b4563914155ab1c8da4fc3d32f0063128b26')
-
-prepare() {
- # Too old options
- sed -i 's/,<1.5.0//' flask-jwt-$pkgver/requirements.txt
- echo > flask-jwt-$pkgver/requirements-dev.txt
- rm flask-jwt-$pkgver/setup.cfg
-}
-
-build() {
- cd flask-jwt-$pkgver
- python setup.py build
-}
-
-check() {
- cd flask-jwt-$pkgver
- python setup.py pytest
-}
-
-package() {
- cd flask-jwt-$pkgver
- python setup.py install --root="$pkgdir" --optimize=1
- install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
Copied: python-flask-jwt/repos/community-staging-any/PKGBUILD (from rev 753197, python-flask-jwt/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2020-11-12 18:49:40 UTC (rev 753199)
@@ -0,0 +1,37 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=python-flask-jwt
+pkgver=0.3.2
+pkgrel=7
+pkgdesc="JWT token authentication for Flask apps"
+url="https://github.com/mattupstate/flask-jwt"
+license=('MIT')
+arch=('any')
+depends=('python-flask' 'python-pyjwt')
+makedepends=('python-setuptools')
+checkdepends=('python-pytest-runner')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/mattupstate/flask-jwt/archive/$pkgver.tar.gz")
+sha512sums=('7c115ff4964da9a36303ac502dea98cd847abc3c1d45cd0be09b82ec761ee054d7ef97e25fd669112ab29dbfca00b4563914155ab1c8da4fc3d32f0063128b26')
+
+prepare() {
+ # Too old options
+ sed -i 's/,<1.5.0//' flask-jwt-$pkgver/requirements.txt
+ echo > flask-jwt-$pkgver/requirements-dev.txt
+ rm flask-jwt-$pkgver/setup.cfg
+}
+
+build() {
+ cd flask-jwt-$pkgver
+ python setup.py build
+}
+
+check() {
+ cd flask-jwt-$pkgver
+ python setup.py pytest
+}
+
+package() {
+ cd flask-jwt-$pkgver
+ python setup.py install --root="$pkgdir" --optimize=1
+ install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
More information about the arch-commits
mailing list