[arch-commits] Commit in python-arrow/repos/community-any (PKGBUILD PKGBUILD)
Maxime Gauduin
alucryd at gemini.archlinux.org
Fri Aug 19 07:31:26 UTC 2022
Date: Friday, August 19, 2022 @ 07:31:26
Author: alucryd
Revision: 1269502
archrelease: copy trunk to community-any
Added:
python-arrow/repos/community-any/PKGBUILD
(from rev 1269501, python-arrow/trunk/PKGBUILD)
Deleted:
python-arrow/repos/community-any/PKGBUILD
----------+
PKGBUILD | 90 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 45 insertions(+), 45 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2022-08-19 07:31:16 UTC (rev 1269501)
+++ PKGBUILD 2022-08-19 07:31:26 UTC (rev 1269502)
@@ -1,45 +0,0 @@
-# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
-# Contributor: Tatsuyuki Ishi <ishitatsuyuki at gmail.com>
-
-pkgname=python-arrow
-pkgver=1.2.1
-pkgrel=3
-pkgdesc='Better dates and times for Python'
-arch=(any)
-url=https://arrow.readthedocs.io
-license=(APACHE)
-depends=(python-dateutil)
-makedepends=(
- git
- python-setuptools
-)
-checkdepends=(python-tox)
-_tag=3e50ae4b6c58e36bd32a672ce073f4c64d5bf182
-source=(git+https://github.com/crsmithdev/arrow.git#tag=${_tag})
-sha256sums=(SKIP)
-
-pkgver() {
- cd arrow
-
- git describe --tags
-}
-
-build() {
- cd arrow
-
- python setup.py build
-}
-
-check() {
- cd arrow
-
- tox -e py310
-}
-
-package() {
- cd arrow
-
- python setup.py install --skip-build --root="${pkgdir}" --optimize=1 --skip-build
-}
-
-# vim: ts=2 sw=2 et:
Copied: python-arrow/repos/community-any/PKGBUILD (from rev 1269501, python-arrow/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2022-08-19 07:31:26 UTC (rev 1269502)
@@ -0,0 +1,45 @@
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+# Contributor: Tatsuyuki Ishi <ishitatsuyuki at gmail.com>
+
+pkgname=python-arrow
+pkgver=1.2.2
+pkgrel=1
+pkgdesc='Better dates and times for Python'
+arch=(any)
+url=https://arrow.readthedocs.io
+license=(APACHE)
+depends=(python-dateutil)
+makedepends=(
+ git
+ python-setuptools
+)
+checkdepends=(python-tox)
+_tag=f8a65212df1ab234013a8a116436b3532c82b05d
+source=(git+https://github.com/crsmithdev/arrow.git#tag=${_tag})
+sha256sums=(SKIP)
+
+pkgver() {
+ cd arrow
+
+ git describe --tags
+}
+
+build() {
+ cd arrow
+
+ python setup.py build
+}
+
+check() {
+ cd arrow
+
+ tox -e py310
+}
+
+package() {
+ cd arrow
+
+ python setup.py install --skip-build --root="${pkgdir}" --optimize=1 --skip-build
+}
+
+# vim: ts=2 sw=2 et:
More information about the arch-commits
mailing list