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

Maxime Gauduin alucryd at archlinux.org
Fri Feb 7 16:47:17 UTC 2020


    Date: Friday, February 7, 2020 @ 16:47:16
  Author: alucryd
Revision: 563746

archrelease: copy trunk to community-any

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

----------+
 PKGBUILD |  100 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 50 insertions(+), 50 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-02-07 16:47:11 UTC (rev 563745)
+++ PKGBUILD	2020-02-07 16:47:16 UTC (rev 563746)
@@ -1,50 +0,0 @@
-# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
-# Contributor: Jeremy Audet <ichimonji10 at gmail.com>
-# Contributor: Dominik Kozaczko <dominik at kozaczko.info>
-# Contributor: Alper Kanat <alperkanat at raptiye.org>
-# Contributor: Apkawa <apkawa at gmail.com>
-# Contributor: Schnouki <thomas.jost at gmail.com>
-
-pkgname=python-django-extensions
-pkgver=2.2.6
-pkgrel=1
-pkgdesc='A collection of custom extensions for the Django Framework'
-arch=(any)
-url=https://github.com/django-extensions/django-extensions
-license=(MIT)
-depends=(
-  python-django
-  python-six
-)
-makedepends=(
-  git
-  python-setuptools
-)
-optdepends=(
-  'graphviz: graph_models extension'
-  'ipython: shell_plus extension'
-  'python-werkzeug: runserver_plus extension'
-)
-source=(git+https://github.com/django-extensions/django-extensions.git#tag=cf531c8d2f7bbe7af48d09d2455f428d598aa70e)
-sha256sums=(SKIP)
-
-pkgver() {
-  cd django-extensions
-
-  git describe --tags
-}
-
-build() {
-  cd django-extensions
-
-  python setup.py build
-}
-
-package() {
-  cd django-extensions
-
-  python setup.py install --root="${pkgdir}" --optimize=1 --skip-build
-  install -Dm 644 LICENSE -t "${pkgdir}"/usr/share/licenses/python-django-extensions/
-}
-
-# vim: ts=2 sw=2 et:

Copied: python-django-extensions/repos/community-any/PKGBUILD (from rev 563745, python-django-extensions/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-02-07 16:47:16 UTC (rev 563746)
@@ -0,0 +1,50 @@
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+# Contributor: Jeremy Audet <ichimonji10 at gmail.com>
+# Contributor: Dominik Kozaczko <dominik at kozaczko.info>
+# Contributor: Alper Kanat <alperkanat at raptiye.org>
+# Contributor: Apkawa <apkawa at gmail.com>
+# Contributor: Schnouki <thomas.jost at gmail.com>
+
+pkgname=python-django-extensions
+pkgver=2.2.7
+pkgrel=1
+pkgdesc='A collection of custom extensions for the Django Framework'
+arch=(any)
+url=https://github.com/django-extensions/django-extensions
+license=(MIT)
+depends=(
+  python-django
+  python-six
+)
+makedepends=(
+  git
+  python-setuptools
+)
+optdepends=(
+  'graphviz: graph_models extension'
+  'ipython: shell_plus extension'
+  'python-werkzeug: runserver_plus extension'
+)
+source=(git+https://github.com/django-extensions/django-extensions.git#tag=20242e7c7362d34741c20129c70af0e640a5dd76)
+sha256sums=(SKIP)
+
+pkgver() {
+  cd django-extensions
+
+  git describe --tags
+}
+
+build() {
+  cd django-extensions
+
+  python setup.py build
+}
+
+package() {
+  cd django-extensions
+
+  python setup.py install --root="${pkgdir}" --optimize=1 --skip-build
+  install -Dm 644 LICENSE -t "${pkgdir}"/usr/share/licenses/python-django-extensions/
+}
+
+# vim: ts=2 sw=2 et:



More information about the arch-commits mailing list