[arch-commits] Commit in python-django-modeltranslation/repos/community-any (2 files)
Maxime Gauduin
alucryd at archlinux.org
Sun Sep 13 09:12:32 UTC 2020
Date: Sunday, September 13, 2020 @ 09:12:32
Author: alucryd
Revision: 705012
archrelease: copy trunk to community-any
Added:
python-django-modeltranslation/repos/community-any/PKGBUILD
(from rev 705011, 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 2020-09-13 09:12:26 UTC (rev 705011)
+++ PKGBUILD 2020-09-13 09:12:32 UTC (rev 705012)
@@ -1,38 +0,0 @@
-# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
-
-pkgname=python-django-modeltranslation
-pkgver=0.15.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=48127491217e4577e361f2e67a4ff66d4901bd40
-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 705011, python-django-modeltranslation/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2020-09-13 09:12:32 UTC (rev 705012)
@@ -0,0 +1,38 @@
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+
+pkgname=python-django-modeltranslation
+pkgver=0.15.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=9eaabb6151b8996481bbdb9cd2b3ed34f0099ee7
+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