[arch-commits] Commit in python-dateparser/repos/community-staging-any (2 files)

Felix Yan felixonmars at archlinux.org
Mon Nov 4 02:32:22 UTC 2019


    Date: Monday, November 4, 2019 @ 02:32:21
  Author: felixonmars
Revision: 523014

archrelease: copy trunk to community-staging-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-11-04 02:32:06 UTC (rev 523013)
+++ PKGBUILD	2019-11-04 02:32:21 UTC (rev 523014)
@@ -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.2
-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=a08cecce9d57ec88a07687b88fc403bfa5308250)
-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-staging-any/PKGBUILD (from rev 523013, python-dateparser/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-11-04 02:32:21 UTC (rev 523014)
@@ -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.2
+pkgrel=3
+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=a08cecce9d57ec88a07687b88fc403bfa5308250)
+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