[arch-commits] Commit in python-dateparser/repos/community-any (PKGBUILD PKGBUILD)
Maxime Gauduin
alucryd at archlinux.org
Wed Sep 18 13:07:15 UTC 2019
Date: Wednesday, September 18, 2019 @ 13:07:15
Author: alucryd
Revision: 511058
archrelease: copy trunk to community-any
Added:
python-dateparser/repos/community-any/PKGBUILD
(from rev 511057, 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-18 13:06:40 UTC (rev 511057)
+++ PKGBUILD 2019-09-18 13:07:15 UTC (rev 511058)
@@ -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=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:
Copied: python-dateparser/repos/community-any/PKGBUILD (from rev 511057, python-dateparser/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2019-09-18 13:07:15 UTC (rev 511058)
@@ -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=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=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