[arch-commits] Commit in python-django-extensions/repos/community-any (2 files)
Maxime Gauduin
alucryd at archlinux.org
Fri Mar 27 12:09:53 UTC 2020
Date: Friday, March 27, 2020 @ 12:09:52
Author: alucryd
Revision: 604966
archrelease: copy trunk to community-any
Added:
python-django-extensions/repos/community-any/PKGBUILD
(from rev 604965, 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-03-27 12:09:45 UTC (rev 604965)
+++ PKGBUILD 2020-03-27 12:09:52 UTC (rev 604966)
@@ -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.8
-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=eb79c30abf961496f345bcd9648d7271425391ef)
-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 604965, python-django-extensions/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2020-03-27 12:09:52 UTC (rev 604966)
@@ -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.9
+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=c2f200a9272c4a7bfc09fefa6d53b49fad8462a4)
+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