[arch-commits] Commit in python-dateparser/repos/community-any (PKGBUILD PKGBUILD)
Maxime Gauduin
alucryd at archlinux.org
Wed Mar 11 15:02:06 UTC 2020
Date: Wednesday, March 11, 2020 @ 15:02:05
Author: alucryd
Revision: 594292
archrelease: copy trunk to community-any
Added:
python-dateparser/repos/community-any/PKGBUILD
(from rev 594291, python-dateparser/trunk/PKGBUILD)
Deleted:
python-dateparser/repos/community-any/PKGBUILD
----------+
PKGBUILD | 86 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 43 insertions(+), 43 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2020-03-11 15:02:00 UTC (rev 594291)
+++ PKGBUILD 2020-03-11 15:02:05 UTC (rev 594292)
@@ -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=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:
Copied: python-dateparser/repos/community-any/PKGBUILD (from rev 594291, python-dateparser/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2020-03-11 15:02:05 UTC (rev 594292)
@@ -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.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:
More information about the arch-commits
mailing list