Date: Sunday, February 5, 2023 @ 10:56:55
Author: alucryd
Revision: 1392754
archrelease: copy trunk to community-any
Added:
python-django-modeltranslation/repos/community-any/PKGBUILD
(from rev 1392753, 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 2023-02-05 10:56:45 UTC (rev 1392753)
+++ PKGBUILD 2023-02-05 10:56:55 UTC (rev 1392754)
@@ -1,38 +0,0 @@
-# Maintainer: Maxime Gauduin <[email protected]>
-
-pkgname=python-django-modeltranslation
-pkgver=0.18.7
-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=50702bb36f625073b439403184b433ccb4d66118
-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
1392753, python-django-modeltranslation/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2023-02-05 10:56:55 UTC (rev 1392754)
@@ -0,0 +1,38 @@
+# Maintainer: Maxime Gauduin <[email protected]>
+
+pkgname=python-django-modeltranslation
+pkgver=0.18.8
+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=943e90226c69a96b33e8f80554a905f5c03d19cd
+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: