Date: Tuesday, November 8, 2022 @ 10:55:31
Author: alucryd
Revision: 1345916
archrelease: copy trunk to community-any
Added:
python-django-modeltranslation/repos/community-any/PKGBUILD
(from rev 1345915, 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-11-08 10:55:23 UTC (rev 1345915)
+++ PKGBUILD 2022-11-08 10:55:31 UTC (rev 1345916)
@@ -1,38 +0,0 @@
-# Maintainer: Maxime Gauduin <[email protected]>
-
-pkgname=python-django-modeltranslation
-pkgver=0.18.5
-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=285c855de8c915d5cd4acc47f101d3d366c752cc
-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
1345915, python-django-modeltranslation/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2022-11-08 10:55:31 UTC (rev 1345916)
@@ -0,0 +1,38 @@
+# Maintainer: Maxime Gauduin <[email protected]>
+
+pkgname=python-django-modeltranslation
+pkgver=0.18.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=57b1c33af665e9dc47c1ff172a628a357dc017e5
+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: