[arch-commits] Commit in python-django-q/repos/community-any (PKGBUILD PKGBUILD)

Maxime Gauduin alucryd at archlinux.org
Tue Jun 8 06:37:45 UTC 2021


    Date: Tuesday, June 8, 2021 @ 06:37:44
  Author: alucryd
Revision: 958662

archrelease: copy trunk to community-any

Added:
  python-django-q/repos/community-any/PKGBUILD
    (from rev 958661, python-django-q/trunk/PKGBUILD)
Deleted:
  python-django-q/repos/community-any/PKGBUILD

----------+
 PKGBUILD |   87 +++++++++++++++++++++++++++++--------------------------------
 1 file changed, 42 insertions(+), 45 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-06-08 06:37:40 UTC (rev 958661)
+++ PKGBUILD	2021-06-08 06:37:44 UTC (rev 958662)
@@ -1,45 +0,0 @@
-# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
-
-pkgname=python-django-q
-pkgver=1.3.6
-pkgrel=1
-pkgdesc='A multiprocessing distributed task queue for Django'
-arch=(any)
-url=https://github.com/Koed00/django-q
-license=(MIT)
-depends=(
-  python-arrow
-  python-blessed
-  python-django
-  python-django-picklefield
-  python-future
-  python-six
-)
-makedepends=(
-  git
-  python-setuptools
-)
-_tag=8d49825d4047dfbb96b3230968e6bdfd00a60505
-source=(git+https://github.com/Koed00/django-q.git#tag=${_tag})
-sha256sums=(SKIP)
-
-pkgver() {
-  cd django-q
-
-  git describe --tags | sed 's/^v//'
-}
-
-build() {
-  cd django-q
-
-  python setup.py build
-}
-
-package() {
-  cd django-q
-
-  python setup.py install --root="${pkgdir}" --optimize=1 --skip-build
-  install -Dm 644 LICENSE -t "${pkgdir}"/usr/share/licenses/python-django-q/
-}
-
-# vim: ts=2 sw=2 et:

Copied: python-django-q/repos/community-any/PKGBUILD (from rev 958661, python-django-q/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-06-08 06:37:44 UTC (rev 958662)
@@ -0,0 +1,42 @@
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+
+pkgname=python-django-q
+pkgver=1.3.7
+pkgrel=1
+pkgdesc='A multiprocessing distributed task queue for Django'
+arch=(any)
+url=https://github.com/Koed00/django-q
+license=(MIT)
+depends=(
+  python-arrow
+  python-blessed
+  python-django
+  python-django-picklefield
+  python-future
+  python-six
+)
+makedepends=(
+  git
+  python-pip
+  python-poetry
+)
+_tag=d80580dae50ce36c37777bafa5bda9d4815dfbf1
+source=(git+https://github.com/Koed00/django-q.git#tag=${_tag})
+sha256sums=(SKIP)
+
+pkgver() {
+  cd django-q
+  git describe --tags | sed 's/^v//'
+}
+
+build() {
+  cd django-q
+  poetry build --format wheel
+}
+
+package() {
+  PIP_CONFIG_FILE=/dev/null pip install --isolated --root="${pkgdir}" --ignore-installed --no-deps django-q/dist/*.whl
+  install -Dm 644 django-q/LICENSE -t "${pkgdir}"/usr/share/licenses/python-django-q/
+}
+
+# vim: ts=2 sw=2 et:



More information about the arch-commits mailing list