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

Felix Yan felixonmars at archlinux.org
Mon Jun 1 01:03:00 UTC 2020


    Date: Monday, June 1, 2020 @ 01:02:59
  Author: felixonmars
Revision: 637781

archrelease: copy trunk to community-any

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

----------+
 PKGBUILD |   68 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 34 insertions(+), 34 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-06-01 01:00:32 UTC (rev 637780)
+++ PKGBUILD	2020-06-01 01:02:59 UTC (rev 637781)
@@ -1,34 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Contributor: Hugo Osvaldo Barrera <hugo at barrera.io>
-# Contributor: Daniel M. Capella <polycitizen at gmail.com>
-# Contributor: Hugo Osvaldo Barrera <hugo at barrera.io>
-# Contributor: Limao Luo <luolimao+AUR at gmail.com>
-# Contributor: Jeremy Sands <cto at jeremysands.com>
-
-pkgname=python-parsedatetime
-pkgver=2.5
-pkgrel=1
-pkgdesc="Parse human-readable date/time strings."
-arch=('any')
-license=('Apache')
-url='https://github.com/bear/parsedatetime'
-depends=('python-future')
-makedepends=('python-setuptools')
-checkdepends=('python-pytest-runner')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/bear/parsedatetime/archive/v$pkgver.tar.gz")
-sha512sums=('f729c32a3e5ee94fe39322be4772dffacb0608753e106e64d79818a6be3febc36f37e0eeac73190f1510f5e88aa0755eb0fb85fab19aa53f4643619907b245bf')
-
-build() {
-  cd parsedatetime-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd parsedatetime-$pkgver
-  python setup.py pytest
-}
-
-package() {
-  cd parsedatetime-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-}

Copied: python-parsedatetime/repos/community-any/PKGBUILD (from rev 637780, python-parsedatetime/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-06-01 01:02:59 UTC (rev 637781)
@@ -0,0 +1,34 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Hugo Osvaldo Barrera <hugo at barrera.io>
+# Contributor: Daniel M. Capella <polycitizen at gmail.com>
+# Contributor: Hugo Osvaldo Barrera <hugo at barrera.io>
+# Contributor: Limao Luo <luolimao+AUR at gmail.com>
+# Contributor: Jeremy Sands <cto at jeremysands.com>
+
+pkgname=python-parsedatetime
+pkgver=2.6
+pkgrel=1
+pkgdesc="Parse human-readable date/time strings."
+arch=('any')
+license=('Apache')
+url='https://github.com/bear/parsedatetime'
+depends=('python-future')
+makedepends=('python-setuptools')
+checkdepends=('python-pytest-runner')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/bear/parsedatetime/archive/v$pkgver.tar.gz")
+sha512sums=('ed7649feb8773fdb33d609ef0abe4d20f555744bd70e9766aba6b9a79d8415c7e2efea1d7ef5c6b5906f3bc90bff124ef92992ce17d83fe70575da2db918e543')
+
+build() {
+  cd parsedatetime-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd parsedatetime-$pkgver
+  python setup.py pytest
+}
+
+package() {
+  cd parsedatetime-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+}



More information about the arch-commits mailing list