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

Maxime Gauduin alucryd at gemini.archlinux.org
Thu Jun 30 15:43:16 UTC 2022


    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
===================================================================
--- PKGBUILD	2022-06-30 15:43:08 UTC (rev 1243055)
+++ PKGBUILD	2022-06-30 15:43:15 UTC (rev 1243056)
@@ -1,38 +0,0 @@
-# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
-
-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)
+++ PKGBUILD	2022-06-30 15:43:15 UTC (rev 1243056)
@@ -0,0 +1,38 @@
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+
+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:



More information about the arch-commits mailing list