[arch-commits] Commit in python-django-allauth/repos/community-any (PKGBUILD PKGBUILD)
David Runge
dvzrv at gemini.archlinux.org
Thu Feb 24 11:22:00 UTC 2022
Date: Thursday, February 24, 2022 @ 11:21:59
Author: dvzrv
Revision: 1136392
archrelease: copy trunk to community-any
Added:
python-django-allauth/repos/community-any/PKGBUILD
(from rev 1136391, python-django-allauth/trunk/PKGBUILD)
Deleted:
python-django-allauth/repos/community-any/PKGBUILD
----------+
PKGBUILD | 80 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 40 insertions(+), 40 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2022-02-24 11:21:52 UTC (rev 1136391)
+++ PKGBUILD 2022-02-24 11:21:59 UTC (rev 1136392)
@@ -1,40 +0,0 @@
-# Maintainer: David Runge <dvzrv at archlinux.org>
-
-_name=django-allauth
-pkgname=python-django-allauth
-pkgver=0.48.0
-pkgrel=1
-pkgdesc="Authentication, registration, account management and 3rd party account authentication"
-arch=(any)
-url="https://github.com/pennersr/django-allauth"
-license=(MIT)
-depends=(python-django python-openid python-requests python-requests-oauthlib
-python-pyjwt)
-makedepends=(python-setuptools)
-checkdepends=(python-mock python-pytest)
-# tests are not available in pypi sdist:
-# https://github.com/pennersr/django-allauth/issues/2439
-# source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz")
-source=(
- "${_name}-${pkgver}.tar.gz::https://github.com/pennersr/${_name}/archive/${pkgver}.tar.gz"
-)
-sha512sums=('998cc8cd383eb62805258333b91d34073ded6b998336c07bd8fce773b06118833e084887f57da7423d19ee2c52a4cdea7971992dec68a42ee9146ec15ecd32c5')
-b2sums=('0cc66865f227ff750ebcb323dd5d07a31f9f7bc649c6dd088286670f763760ee30b2e273c868cdc691d6e99742b4eea982bcab960931e102e8823fda6423930e')
-
-build() {
- cd "${_name}-$pkgver"
- python setup.py build
-}
-
-check() {
- cd "${_name}-$pkgver"
- export PYTHONPATH="build:${PYTHONPATH}"
- python manage.py test allauth
-}
-
-package() {
- cd "${_name}-$pkgver"
- python setup.py install --optimize=1 --root="${pkgdir}"
- install -vDm 644 README.rst -t "${pkgdir}/usr/share/doc/${pkgname}"
- install -vDm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
-}
Copied: python-django-allauth/repos/community-any/PKGBUILD (from rev 1136391, python-django-allauth/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2022-02-24 11:21:59 UTC (rev 1136392)
@@ -0,0 +1,40 @@
+# Maintainer: David Runge <dvzrv at archlinux.org>
+
+_name=django-allauth
+pkgname=python-django-allauth
+pkgver=0.49.0
+pkgrel=1
+pkgdesc="Authentication, registration, account management and 3rd party account authentication"
+arch=(any)
+url="https://github.com/pennersr/django-allauth"
+license=(MIT)
+depends=(python-django python-openid python-requests python-requests-oauthlib
+python-pyjwt)
+makedepends=(python-setuptools)
+checkdepends=(python-mock python-pytest)
+# tests are not available in pypi sdist:
+# https://github.com/pennersr/django-allauth/issues/2439
+# source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz")
+source=(
+ $_name-$pkgver.tar.gz::https://github.com/pennersr/$_name/archive/$pkgver.tar.gz
+)
+sha512sums=('76c1af7758a82fb9176b93f8d4da030c0022b686a993c08a0cbf0ca975a224b076927c69bd7cc61294605d77f6bab8d50d0c8dbbe7f01329e3ee689fa7e68678')
+b2sums=('0bfa20c97fe75263343f29bd13fbca7c075f775f7e5fde64faaffd062e04ee7af8bbf442bbf50763ec0f3df355e6990c77d8ab4c3494cf9ebd442dc43e340225')
+
+build() {
+ cd $_name-$pkgver
+ python setup.py build
+}
+
+check() {
+ cd $_name-$pkgver
+ export PYTHONPATH="build:$PYTHONPATH"
+ python manage.py test allauth
+}
+
+package() {
+ cd $_name-$pkgver
+ python setup.py install --optimize=1 --root="$pkgdir"
+ install -vDm 644 README.rst -t "$pkgdir/usr/share/doc/$pkgname"
+ install -vDm 644 LICENSE -t "$pkgdir/usr/share/licenses/$pkgname"
+}
More information about the arch-commits
mailing list