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

Maxime Gauduin alucryd at archlinux.org
Wed Sep 11 12:05:36 UTC 2019


    Date: Wednesday, September 11, 2019 @ 12:05:36
  Author: alucryd
Revision: 509279

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-09-11 12:05:31 UTC (rev 509278)
+++ PKGBUILD	2019-09-11 12:05:36 UTC (rev 509279)
@@ -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.1
-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=v0.7.1)
-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 509278, python-dateparser/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-09-11 12:05:36 UTC (rev 509279)
@@ -0,0 +1,43 @@
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+# Contributor: Stefan Husmann <stefan-husmann at t-online.de>
+
+pkgname=python-dateparser
+pkgver=0.7.1
+pkgrel=2
+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=62770be424954b8381a00d2a89b44229e97f4d2e)
+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