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

Maxime Gauduin alucryd at archlinux.org
Sun Jan 29 13:31:04 UTC 2017


    Date: Sunday, January 29, 2017 @ 13:31:04
  Author: alucryd
Revision: 209370

archrelease: copy trunk to community-any

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

----------+
 PKGBUILD |  114 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 57 insertions(+), 57 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2017-01-29 13:30:44 UTC (rev 209369)
+++ PKGBUILD	2017-01-29 13:31:04 UTC (rev 209370)
@@ -1,57 +0,0 @@
-# $Id$
-# 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>
-
-pkgbase=python-django-extensions
-pkgname=('python-django-extensions' 'python2-django-extensions')
-pkgver=1.7.5
-pkgrel=2
-pkgdesc='A collection of custom extensions for the Django Framework'
-arch=('any')
-url='http://github.com/django-extensions/django-extensions'
-license=('MIT')
-makedepends=('python-setuptools' 'python2-setuptools')
-optdepends=('graphviz: graph_models extension')
-source=("django-extensions-${pkgver}.tar.gz::https://github.com/django-extensions/django-extensions/archive/${pkgver}.tar.gz")
-sha256sums=('2687304476e550513b04d9b8e6b643ca061c72f60e5372b04f483701dfb88f1e')
-
-prepare() {
-  cp -r {,python-}django-extensions-${pkgver}
-  mv {,python2-}django-extensions-${pkgver}
-}
-
-build() {
-  for py in python{,2}; do
-    pushd ${py}-django-extensions-${pkgver}
-    ${py} setup.py build
-    popd
-  done
-}
-
-package_python-django-extensions() {
-  depends=('python-django' 'python-six')
-  optdepends+=('python-werkzeug: runserver_plus extension'
-               'ipython: shell_plus extension')
-
-  cd python-django-extensions-${pkgver}
-
-  python setup.py install --root="${pkgdir}" --optimize='1'
-  install -Dm 644 LICENSE -t "${pkgdir}"/usr/share/licenses/python-django-extensions/
-}
-
-package_python2-django-extensions() {
-  depends=('python2-django' 'python2-six')
-  optdepends+=('python2-werkzeug: runserver_plus extension'
-               'ipython2: shell_plus extensions')
-
-  cd python2-django-extensions-${pkgver}
-
-  python2 setup.py install --root="${pkgdir}" --optimize='1'
-  install -Dm 644 LICENSE -t "${pkgdir}"/usr/share/licenses/python2-django-extensions/
-}
-
-# vim: ts=2 sw=2 et:

Copied: python-django-extensions/repos/community-any/PKGBUILD (from rev 209369, python-django-extensions/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2017-01-29 13:31:04 UTC (rev 209370)
@@ -0,0 +1,57 @@
+# $Id$
+# 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>
+
+pkgbase=python-django-extensions
+pkgname=('python-django-extensions' 'python2-django-extensions')
+pkgver=1.7.6
+pkgrel=1
+pkgdesc='A collection of custom extensions for the Django Framework'
+arch=('any')
+url='http://github.com/django-extensions/django-extensions'
+license=('MIT')
+makedepends=('python-setuptools' 'python2-setuptools')
+optdepends=('graphviz: graph_models extension')
+source=("django-extensions-${pkgver}.tar.gz::https://github.com/django-extensions/django-extensions/archive/${pkgver}.tar.gz")
+sha256sums=('2ff2b2235163367a96b88b74c959445c0744625e0c4e4b51cb055f64acf0b800')
+
+prepare() {
+  cp -r {,python-}django-extensions-${pkgver}
+  mv {,python2-}django-extensions-${pkgver}
+}
+
+build() {
+  for py in python{,2}; do
+    pushd ${py}-django-extensions-${pkgver}
+    ${py} setup.py build
+    popd
+  done
+}
+
+package_python-django-extensions() {
+  depends=('python-django' 'python-six')
+  optdepends+=('python-werkzeug: runserver_plus extension'
+               'ipython: shell_plus extension')
+
+  cd python-django-extensions-${pkgver}
+
+  python setup.py install --root="${pkgdir}" --optimize='1'
+  install -Dm 644 LICENSE -t "${pkgdir}"/usr/share/licenses/python-django-extensions/
+}
+
+package_python2-django-extensions() {
+  depends=('python2-django' 'python2-six')
+  optdepends+=('python2-werkzeug: runserver_plus extension'
+               'ipython2: shell_plus extensions')
+
+  cd python2-django-extensions-${pkgver}
+
+  python2 setup.py install --root="${pkgdir}" --optimize='1'
+  install -Dm 644 LICENSE -t "${pkgdir}"/usr/share/licenses/python2-django-extensions/
+}
+
+# vim: ts=2 sw=2 et:



More information about the arch-commits mailing list