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

Maxime Gauduin alucryd at archlinux.org
Thu Nov 5 07:24:36 UTC 2020


    Date: Thursday, November 5, 2020 @ 07:24:36
  Author: alucryd
Revision: 742801

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-11-05 07:24:30 UTC (rev 742800)
+++ PKGBUILD	2020-11-05 07:24:36 UTC (rev 742801)
@@ -1,44 +0,0 @@
-# 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:

Copied: python-dateparser/repos/community-any/PKGBUILD (from rev 742800, python-dateparser/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-11-05 07:24:36 UTC (rev 742801)
@@ -0,0 +1,44 @@
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+# Contributor: Stefan Husmann <stefan-husmann at t-online.de>
+
+pkgname=python-dateparser
+pkgver=1.0.0
+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=355052ad986e27a340da8732551c4c153444ac3c
+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