[arch-commits] Commit in python-dateparser/repos/community-any (PKGBUILD PKGBUILD)

Maxime Gauduin alucryd at archlinux.org
Sat Jun 13 08:41:25 UTC 2020


    Date: Saturday, June 13, 2020 @ 08:41:25
  Author: alucryd
Revision: 642837

archrelease: copy trunk to community-any

Added:
  python-dateparser/repos/community-any/PKGBUILD
    (from rev 642836, python-dateparser/trunk/PKGBUILD)
Deleted:
  python-dateparser/repos/community-any/PKGBUILD

----------+
 PKGBUILD |   87 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 44 insertions(+), 43 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-06-13 08:41:19 UTC (rev 642836)
+++ PKGBUILD	2020-06-13 08:41:25 UTC (rev 642837)
@@ -1,43 +0,0 @@
-# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
-# Contributor: Stefan Husmann <stefan-husmann at t-online.de>
-
-pkgname=python-dateparser
-pkgver=0.7.4
-pkgrel=1
-pkgdesc='Python parser for human readable dates'
-url=https://github.com/scrapinghub/dateparser
-arch=(any)
-license=(BSD)
-depends=(
-  python-dateutil
-  python-regex
-  python-tzlocal
-  python-ruamel-yaml
-)
-makedepends=(
-  git
-  python-setuptools
-)
-source=(git+https://github.com/scrapinghub/dateparser.git#tag=9ddf32f7372469ed7482d5c5658359d1171022a7)
-sha256sums=(SKIP)
-
-pkgver() {
-  cd dateparser
-
-  git describe --tags | sed 's/^v//'
-}
-
-build() {
-  cd dateparser
-
-  python setup.py build
-}
-
-package() {
-  cd dateparser
-
-  python setup.py install --root="${pkgdir}" --optimize=1 --skip-build
-  install -Dm 644 LICENSE -t "${pkgdir}"/usr/share/licenses/python-dateparser/
-}
-
-# vim: ts=2 sw=2 et:

Copied: python-dateparser/repos/community-any/PKGBUILD (from rev 642836, python-dateparser/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-06-13 08:41:25 UTC (rev 642837)
@@ -0,0 +1,44 @@
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+# Contributor: Stefan Husmann <stefan-husmann at t-online.de>
+
+pkgname=python-dateparser
+pkgver=0.7.6
+pkgrel=1
+pkgdesc='Python parser for human readable dates'
+url=https://github.com/scrapinghub/dateparser
+arch=(any)
+license=(BSD)
+depends=(
+  python-dateutil
+  python-regex
+  python-tzlocal
+  python-ruamel-yaml
+)
+makedepends=(
+  git
+  python-setuptools
+)
+_tag=89b0091759f3a9d1dde0e6146bd1f431eb06941d
+source=(git+https://github.com/scrapinghub/dateparser.git#tag=${_tag})
+sha256sums=(SKIP)
+
+pkgver() {
+  cd dateparser
+
+  git describe --tags | sed 's/^v//'
+}
+
+build() {
+  cd dateparser
+
+  python setup.py build
+}
+
+package() {
+  cd dateparser
+
+  python setup.py install --root="${pkgdir}" --optimize=1 --skip-build
+  install -Dm 644 LICENSE -t "${pkgdir}"/usr/share/licenses/python-dateparser/
+}
+
+# vim: ts=2 sw=2 et:



More information about the arch-commits mailing list