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

2022-08-18 Thread Maxime Gauduin via arch-commits
Date: Thursday, August 18, 2022 @ 10:36:22
  Author: alucryd
Revision: 1266870

archrelease: copy trunk to community-any

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

--+
 PKGBUILD |   76 ++---
 1 file changed, 38 insertions(+), 38 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2022-08-18 10:36:13 UTC (rev 1266869)
+++ PKGBUILD2022-08-18 10:36:22 UTC (rev 1266870)
@@ -1,38 +0,0 @@
-# Maintainer: Maxime Gauduin 
-
-pkgname=python-django-modeltranslation
-pkgver=0.18.2
-pkgrel=1
-pkgdesc='Translates Django models using a registration approach'
-arch=(any)
-url=https://github.com/deschler/django-modeltranslation
-license=(BSD)
-depends=(python-django)
-makedepends=(
-  git
-  python-setuptools
-)
-_tag=a9948e1c9ef88bba4488a6790f196b4b064d70de
-source=(git+https://github.com/deschler/django-modeltranslation.git#tag=${_tag})
-sha256sums=(SKIP)
-
-pkgver() {
-  cd django-modeltranslation
-
-  git describe --tags | sed 's/^v//'
-}
-
-build() {
-  cd django-modeltranslation
-
-  python setup.py build
-}
-
-package() {
-  cd django-modeltranslation
-
-  python setup.py install --root="${pkgdir}" --optimize=1 --skip-build
-  install -Dm 644 LICENSE.txt -t 
"${pkgdir}"/usr/share/licenses/python-django-modeltranslation/
-}
-
-# vim: ts=2 sw=2 et:

Copied: python-django-modeltranslation/repos/community-any/PKGBUILD (from rev 
1266869, python-django-modeltranslation/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-08-18 10:36:22 UTC (rev 1266870)
@@ -0,0 +1,38 @@
+# Maintainer: Maxime Gauduin 
+
+pkgname=python-django-modeltranslation
+pkgver=0.18.4
+pkgrel=1
+pkgdesc='Translates Django models using a registration approach'
+arch=(any)
+url=https://github.com/deschler/django-modeltranslation
+license=(BSD)
+depends=(python-django)
+makedepends=(
+  git
+  python-setuptools
+)
+_tag=654d5b65c1db0b5f5c29919bdb3cd6be84add2de
+source=(git+https://github.com/deschler/django-modeltranslation.git#tag=${_tag})
+sha256sums=(SKIP)
+
+pkgver() {
+  cd django-modeltranslation
+
+  git describe --tags | sed 's/^v//'
+}
+
+build() {
+  cd django-modeltranslation
+
+  python setup.py build
+}
+
+package() {
+  cd django-modeltranslation
+
+  python setup.py install --root="${pkgdir}" --optimize=1 --skip-build
+  install -Dm 644 LICENSE.txt -t 
"${pkgdir}"/usr/share/licenses/python-django-modeltranslation/
+}
+
+# vim: ts=2 sw=2 et:



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

2022-06-30 Thread Maxime Gauduin via arch-commits
Date: Thursday, June 30, 2022 @ 15:43:15
  Author: alucryd
Revision: 1243056

archrelease: copy trunk to community-any

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

--+
 PKGBUILD |   76 ++---
 1 file changed, 38 insertions(+), 38 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2022-06-30 15:43:08 UTC (rev 1243055)
+++ PKGBUILD2022-06-30 15:43:15 UTC (rev 1243056)
@@ -1,38 +0,0 @@
-# Maintainer: Maxime Gauduin 
-
-pkgname=python-django-modeltranslation
-pkgver=0.17.6
-pkgrel=1
-pkgdesc='Translates Django models using a registration approach'
-arch=(any)
-url=https://github.com/deschler/django-modeltranslation
-license=(BSD)
-depends=(python-django)
-makedepends=(
-  git
-  python-setuptools
-)
-_tag=f5264aa5b929c0d8e9f9bac30921ec82f3824046
-source=(git+https://github.com/deschler/django-modeltranslation.git#tag=${_tag})
-sha256sums=(SKIP)
-
-pkgver() {
-  cd django-modeltranslation
-
-  git describe --tags | sed 's/^v//'
-}
-
-build() {
-  cd django-modeltranslation
-
-  python setup.py build
-}
-
-package() {
-  cd django-modeltranslation
-
-  python setup.py install --root="${pkgdir}" --optimize=1 --skip-build
-  install -Dm 644 LICENSE.txt -t 
"${pkgdir}"/usr/share/licenses/python-django-modeltranslation/
-}
-
-# vim: ts=2 sw=2 et:

Copied: python-django-modeltranslation/repos/community-any/PKGBUILD (from rev 
1243055, python-django-modeltranslation/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-06-30 15:43:15 UTC (rev 1243056)
@@ -0,0 +1,38 @@
+# Maintainer: Maxime Gauduin 
+
+pkgname=python-django-modeltranslation
+pkgver=0.18.2
+pkgrel=1
+pkgdesc='Translates Django models using a registration approach'
+arch=(any)
+url=https://github.com/deschler/django-modeltranslation
+license=(BSD)
+depends=(python-django)
+makedepends=(
+  git
+  python-setuptools
+)
+_tag=a9948e1c9ef88bba4488a6790f196b4b064d70de
+source=(git+https://github.com/deschler/django-modeltranslation.git#tag=${_tag})
+sha256sums=(SKIP)
+
+pkgver() {
+  cd django-modeltranslation
+
+  git describe --tags | sed 's/^v//'
+}
+
+build() {
+  cd django-modeltranslation
+
+  python setup.py build
+}
+
+package() {
+  cd django-modeltranslation
+
+  python setup.py install --root="${pkgdir}" --optimize=1 --skip-build
+  install -Dm 644 LICENSE.txt -t 
"${pkgdir}"/usr/share/licenses/python-django-modeltranslation/
+}
+
+# vim: ts=2 sw=2 et:



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

2022-05-01 Thread Maxime Gauduin via arch-commits
Date: Sunday, May 1, 2022 @ 08:03:13
  Author: alucryd
Revision: 1192018

archrelease: copy trunk to community-any

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

--+
 PKGBUILD |   76 ++---
 1 file changed, 38 insertions(+), 38 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2022-05-01 08:03:06 UTC (rev 1192017)
+++ PKGBUILD2022-05-01 08:03:13 UTC (rev 1192018)
@@ -1,38 +0,0 @@
-# Maintainer: Maxime Gauduin 
-
-pkgname=python-django-modeltranslation
-pkgver=0.17.3
-pkgrel=2
-pkgdesc='Translates Django models using a registration approach'
-arch=(any)
-url=https://github.com/deschler/django-modeltranslation
-license=(BSD)
-depends=(python-django)
-makedepends=(
-  git
-  python-setuptools
-)
-_tag=804f7501450dec80b4c9a40f71d2b198515d0c1e
-source=(git+https://github.com/deschler/django-modeltranslation.git#tag=${_tag})
-sha256sums=(SKIP)
-
-pkgver() {
-  cd django-modeltranslation
-
-  git describe --tags | sed 's/^v//'
-}
-
-build() {
-  cd django-modeltranslation
-
-  python setup.py build
-}
-
-package() {
-  cd django-modeltranslation
-
-  python setup.py install --root="${pkgdir}" --optimize=1 --skip-build
-  install -Dm 644 LICENSE.txt -t 
"${pkgdir}"/usr/share/licenses/python-django-modeltranslation/
-}
-
-# vim: ts=2 sw=2 et:

Copied: python-django-modeltranslation/repos/community-any/PKGBUILD (from rev 
1192017, python-django-modeltranslation/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-05-01 08:03:13 UTC (rev 1192018)
@@ -0,0 +1,38 @@
+# Maintainer: Maxime Gauduin 
+
+pkgname=python-django-modeltranslation
+pkgver=0.17.6
+pkgrel=1
+pkgdesc='Translates Django models using a registration approach'
+arch=(any)
+url=https://github.com/deschler/django-modeltranslation
+license=(BSD)
+depends=(python-django)
+makedepends=(
+  git
+  python-setuptools
+)
+_tag=f5264aa5b929c0d8e9f9bac30921ec82f3824046
+source=(git+https://github.com/deschler/django-modeltranslation.git#tag=${_tag})
+sha256sums=(SKIP)
+
+pkgver() {
+  cd django-modeltranslation
+
+  git describe --tags | sed 's/^v//'
+}
+
+build() {
+  cd django-modeltranslation
+
+  python setup.py build
+}
+
+package() {
+  cd django-modeltranslation
+
+  python setup.py install --root="${pkgdir}" --optimize=1 --skip-build
+  install -Dm 644 LICENSE.txt -t 
"${pkgdir}"/usr/share/licenses/python-django-modeltranslation/
+}
+
+# vim: ts=2 sw=2 et:



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

2021-06-29 Thread Maxime Gauduin via arch-commits
Date: Tuesday, June 29, 2021 @ 16:06:58
  Author: alucryd
Revision: 967861

archrelease: copy trunk to community-any

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

--+
 PKGBUILD |   76 ++---
 1 file changed, 38 insertions(+), 38 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2021-06-29 16:06:53 UTC (rev 967860)
+++ PKGBUILD2021-06-29 16:06:58 UTC (rev 967861)
@@ -1,38 +0,0 @@
-# Maintainer: Maxime Gauduin 
-
-pkgname=python-django-modeltranslation
-pkgver=0.17.2
-pkgrel=1
-pkgdesc='Translates Django models using a registration approach'
-arch=(any)
-url=https://github.com/deschler/django-modeltranslation
-license=(BSD)
-depends=(python-django)
-makedepends=(
-  git
-  python-setuptools
-)
-_tag=c4ba6cebe77d1bdaa911921ae4268dc88ec1f47c
-source=(git+https://github.com/deschler/django-modeltranslation.git#tag=${_tag})
-sha256sums=(SKIP)
-
-pkgver() {
-  cd django-modeltranslation
-
-  git describe --tags | sed 's/^v//'
-}
-
-build() {
-  cd django-modeltranslation
-
-  python setup.py build
-}
-
-package() {
-  cd django-modeltranslation
-
-  python setup.py install --root="${pkgdir}" --optimize=1 --skip-build
-  install -Dm 644 LICENSE.txt -t 
"${pkgdir}"/usr/share/licenses/python-django-modeltranslation/
-}
-
-# vim: ts=2 sw=2 et:

Copied: python-django-modeltranslation/repos/community-any/PKGBUILD (from rev 
967860, python-django-modeltranslation/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-06-29 16:06:58 UTC (rev 967861)
@@ -0,0 +1,38 @@
+# Maintainer: Maxime Gauduin 
+
+pkgname=python-django-modeltranslation
+pkgver=0.17.3
+pkgrel=1
+pkgdesc='Translates Django models using a registration approach'
+arch=(any)
+url=https://github.com/deschler/django-modeltranslation
+license=(BSD)
+depends=(python-django)
+makedepends=(
+  git
+  python-setuptools
+)
+_tag=804f7501450dec80b4c9a40f71d2b198515d0c1e
+source=(git+https://github.com/deschler/django-modeltranslation.git#tag=${_tag})
+sha256sums=(SKIP)
+
+pkgver() {
+  cd django-modeltranslation
+
+  git describe --tags | sed 's/^v//'
+}
+
+build() {
+  cd django-modeltranslation
+
+  python setup.py build
+}
+
+package() {
+  cd django-modeltranslation
+
+  python setup.py install --root="${pkgdir}" --optimize=1 --skip-build
+  install -Dm 644 LICENSE.txt -t 
"${pkgdir}"/usr/share/licenses/python-django-modeltranslation/
+}
+
+# vim: ts=2 sw=2 et:



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

2021-06-08 Thread Maxime Gauduin via arch-commits
Date: Tuesday, June 8, 2021 @ 06:48:26
  Author: alucryd
Revision: 958673

archrelease: copy trunk to community-any

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

--+
 PKGBUILD |   76 ++---
 1 file changed, 38 insertions(+), 38 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2021-06-08 06:48:19 UTC (rev 958672)
+++ PKGBUILD2021-06-08 06:48:26 UTC (rev 958673)
@@ -1,38 +0,0 @@
-# Maintainer: Maxime Gauduin 
-
-pkgname=python-django-modeltranslation
-pkgver=0.17.0
-pkgrel=1
-pkgdesc='Translates Django models using a registration approach'
-arch=(any)
-url=https://github.com/deschler/django-modeltranslation
-license=(BSD)
-depends=(python-django)
-makedepends=(
-  git
-  python-setuptools
-)
-_tag=f45828ffe9427ea184392296543cece91d7c4d9d
-source=(git+https://github.com/deschler/django-modeltranslation.git#tag=${_tag})
-sha256sums=(SKIP)
-
-pkgver() {
-  cd django-modeltranslation
-
-  git describe --tags | sed 's/^v//'
-}
-
-build() {
-  cd django-modeltranslation
-
-  python setup.py build
-}
-
-package() {
-  cd django-modeltranslation
-
-  python setup.py install --root="${pkgdir}" --optimize=1 --skip-build
-  install -Dm 644 LICENSE.txt -t 
"${pkgdir}"/usr/share/licenses/python-django-modeltranslation/
-}
-
-# vim: ts=2 sw=2 et:

Copied: python-django-modeltranslation/repos/community-any/PKGBUILD (from rev 
958672, python-django-modeltranslation/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-06-08 06:48:26 UTC (rev 958673)
@@ -0,0 +1,38 @@
+# Maintainer: Maxime Gauduin 
+
+pkgname=python-django-modeltranslation
+pkgver=0.17.2
+pkgrel=1
+pkgdesc='Translates Django models using a registration approach'
+arch=(any)
+url=https://github.com/deschler/django-modeltranslation
+license=(BSD)
+depends=(python-django)
+makedepends=(
+  git
+  python-setuptools
+)
+_tag=c4ba6cebe77d1bdaa911921ae4268dc88ec1f47c
+source=(git+https://github.com/deschler/django-modeltranslation.git#tag=${_tag})
+sha256sums=(SKIP)
+
+pkgver() {
+  cd django-modeltranslation
+
+  git describe --tags | sed 's/^v//'
+}
+
+build() {
+  cd django-modeltranslation
+
+  python setup.py build
+}
+
+package() {
+  cd django-modeltranslation
+
+  python setup.py install --root="${pkgdir}" --optimize=1 --skip-build
+  install -Dm 644 LICENSE.txt -t 
"${pkgdir}"/usr/share/licenses/python-django-modeltranslation/
+}
+
+# vim: ts=2 sw=2 et:


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

2021-06-08 Thread Maxime Gauduin via arch-commits
Date: Tuesday, June 8, 2021 @ 06:39:40
  Author: alucryd
Revision: 958666

archrelease: copy trunk to community-any

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

--+
 PKGBUILD |   76 ++---
 1 file changed, 38 insertions(+), 38 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2021-06-08 06:39:35 UTC (rev 958665)
+++ PKGBUILD2021-06-08 06:39:40 UTC (rev 958666)
@@ -1,38 +0,0 @@
-# Maintainer: Maxime Gauduin 
-
-pkgname=python-django-modeltranslation
-pkgver=0.17.1
-pkgrel=1
-pkgdesc='Translates Django models using a registration approach'
-arch=(any)
-url=https://github.com/deschler/django-modeltranslation
-license=(BSD)
-depends=(python-django)
-makedepends=(
-  git
-  python-setuptools
-)
-_tag=ce1261067278d3f2d3e00bc7a87542cdebb11272
-source=(git+https://github.com/deschler/django-modeltranslation.git#tag=${_tag})
-sha256sums=(SKIP)
-
-pkgver() {
-  cd django-modeltranslation
-
-  git describe --tags | sed 's/^v//'
-}
-
-build() {
-  cd django-modeltranslation
-
-  python setup.py build
-}
-
-package() {
-  cd django-modeltranslation
-
-  python setup.py install --root="${pkgdir}" --optimize=1 --skip-build
-  install -Dm 644 LICENSE.txt -t 
"${pkgdir}"/usr/share/licenses/python-django-modeltranslation/
-}
-
-# vim: ts=2 sw=2 et:

Copied: python-django-modeltranslation/repos/community-any/PKGBUILD (from rev 
958665, python-django-modeltranslation/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-06-08 06:39:40 UTC (rev 958666)
@@ -0,0 +1,38 @@
+# Maintainer: Maxime Gauduin 
+
+pkgname=python-django-modeltranslation
+pkgver=0.17.0
+pkgrel=1
+pkgdesc='Translates Django models using a registration approach'
+arch=(any)
+url=https://github.com/deschler/django-modeltranslation
+license=(BSD)
+depends=(python-django)
+makedepends=(
+  git
+  python-setuptools
+)
+_tag=f45828ffe9427ea184392296543cece91d7c4d9d
+source=(git+https://github.com/deschler/django-modeltranslation.git#tag=${_tag})
+sha256sums=(SKIP)
+
+pkgver() {
+  cd django-modeltranslation
+
+  git describe --tags | sed 's/^v//'
+}
+
+build() {
+  cd django-modeltranslation
+
+  python setup.py build
+}
+
+package() {
+  cd django-modeltranslation
+
+  python setup.py install --root="${pkgdir}" --optimize=1 --skip-build
+  install -Dm 644 LICENSE.txt -t 
"${pkgdir}"/usr/share/licenses/python-django-modeltranslation/
+}
+
+# vim: ts=2 sw=2 et:


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

2021-05-06 Thread Maxime Gauduin via arch-commits
Date: Thursday, May 6, 2021 @ 09:05:52
  Author: alucryd
Revision: 928404

archrelease: copy trunk to community-any

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

--+
 PKGBUILD |   76 ++---
 1 file changed, 38 insertions(+), 38 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2021-05-06 09:05:47 UTC (rev 928403)
+++ PKGBUILD2021-05-06 09:05:52 UTC (rev 928404)
@@ -1,38 +0,0 @@
-# Maintainer: Maxime Gauduin 
-
-pkgname=python-django-modeltranslation
-pkgver=0.16.2
-pkgrel=1
-pkgdesc='Translates Django models using a registration approach'
-arch=(any)
-url=https://github.com/deschler/django-modeltranslation
-license=(BSD)
-depends=(python-django)
-makedepends=(
-  git
-  python-setuptools
-)
-_tag=fa5af79963081fe11b234b29307231c0f2223d57
-source=(git+https://github.com/deschler/django-modeltranslation.git#tag=${_tag})
-sha256sums=(SKIP)
-
-pkgver() {
-  cd django-modeltranslation
-
-  git describe --tags | sed 's/^v//'
-}
-
-build() {
-  cd django-modeltranslation
-
-  python setup.py build
-}
-
-package() {
-  cd django-modeltranslation
-
-  python setup.py install --root="${pkgdir}" --optimize=1 --skip-build
-  install -Dm 644 LICENSE.txt -t 
"${pkgdir}"/usr/share/licenses/python-django-modeltranslation/
-}
-
-# vim: ts=2 sw=2 et:

Copied: python-django-modeltranslation/repos/community-any/PKGBUILD (from rev 
928403, python-django-modeltranslation/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-05-06 09:05:52 UTC (rev 928404)
@@ -0,0 +1,38 @@
+# Maintainer: Maxime Gauduin 
+
+pkgname=python-django-modeltranslation
+pkgver=0.17.1
+pkgrel=1
+pkgdesc='Translates Django models using a registration approach'
+arch=(any)
+url=https://github.com/deschler/django-modeltranslation
+license=(BSD)
+depends=(python-django)
+makedepends=(
+  git
+  python-setuptools
+)
+_tag=ce1261067278d3f2d3e00bc7a87542cdebb11272
+source=(git+https://github.com/deschler/django-modeltranslation.git#tag=${_tag})
+sha256sums=(SKIP)
+
+pkgver() {
+  cd django-modeltranslation
+
+  git describe --tags | sed 's/^v//'
+}
+
+build() {
+  cd django-modeltranslation
+
+  python setup.py build
+}
+
+package() {
+  cd django-modeltranslation
+
+  python setup.py install --root="${pkgdir}" --optimize=1 --skip-build
+  install -Dm 644 LICENSE.txt -t 
"${pkgdir}"/usr/share/licenses/python-django-modeltranslation/
+}
+
+# vim: ts=2 sw=2 et:


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

2021-03-18 Thread Maxime Gauduin via arch-commits
Date: Thursday, March 18, 2021 @ 09:38:37
  Author: alucryd
Revision: 894347

archrelease: copy trunk to community-any

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

--+
 PKGBUILD |   76 ++---
 1 file changed, 38 insertions(+), 38 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2021-03-18 09:38:32 UTC (rev 894346)
+++ PKGBUILD2021-03-18 09:38:37 UTC (rev 894347)
@@ -1,38 +0,0 @@
-# Maintainer: Maxime Gauduin 
-
-pkgname=python-django-modeltranslation
-pkgver=0.16.1
-pkgrel=1
-pkgdesc='Translates Django models using a registration approach'
-arch=(any)
-url=https://github.com/deschler/django-modeltranslation
-license=(BSD)
-depends=(python-django)
-makedepends=(
-  git
-  python-setuptools
-)
-_tag=445ee84821cc8127deee83656a8d3c7ca6f72b54
-source=(git+https://github.com/deschler/django-modeltranslation.git#tag=${_tag})
-sha256sums=(SKIP)
-
-pkgver() {
-  cd django-modeltranslation
-
-  git describe --tags | sed 's/^v//'
-}
-
-build() {
-  cd django-modeltranslation
-
-  python setup.py build
-}
-
-package() {
-  cd django-modeltranslation
-
-  python setup.py install --root="${pkgdir}" --optimize=1 --skip-build
-  install -Dm 644 LICENSE.txt -t 
"${pkgdir}"/usr/share/licenses/python-django-modeltranslation/
-}
-
-# vim: ts=2 sw=2 et:

Copied: python-django-modeltranslation/repos/community-any/PKGBUILD (from rev 
894346, python-django-modeltranslation/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-03-18 09:38:37 UTC (rev 894347)
@@ -0,0 +1,38 @@
+# Maintainer: Maxime Gauduin 
+
+pkgname=python-django-modeltranslation
+pkgver=0.16.2
+pkgrel=1
+pkgdesc='Translates Django models using a registration approach'
+arch=(any)
+url=https://github.com/deschler/django-modeltranslation
+license=(BSD)
+depends=(python-django)
+makedepends=(
+  git
+  python-setuptools
+)
+_tag=fa5af79963081fe11b234b29307231c0f2223d57
+source=(git+https://github.com/deschler/django-modeltranslation.git#tag=${_tag})
+sha256sums=(SKIP)
+
+pkgver() {
+  cd django-modeltranslation
+
+  git describe --tags | sed 's/^v//'
+}
+
+build() {
+  cd django-modeltranslation
+
+  python setup.py build
+}
+
+package() {
+  cd django-modeltranslation
+
+  python setup.py install --root="${pkgdir}" --optimize=1 --skip-build
+  install -Dm 644 LICENSE.txt -t 
"${pkgdir}"/usr/share/licenses/python-django-modeltranslation/
+}
+
+# vim: ts=2 sw=2 et: