[arch-commits] Commit in python-ciso8601/repos/community-x86_64 (PKGBUILD PKGBUILD)

Maxime Gauduin alucryd at gemini.archlinux.org
Thu Sep 2 16:32:08 UTC 2021


    Date: Thursday, September 2, 2021 @ 16:32:07
  Author: alucryd
Revision: 1010596

archrelease: copy trunk to community-x86_64

Added:
  python-ciso8601/repos/community-x86_64/PKGBUILD
    (from rev 1010595, python-ciso8601/trunk/PKGBUILD)
Deleted:
  python-ciso8601/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   83 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 42 insertions(+), 41 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-09-02 16:32:01 UTC (rev 1010595)
+++ PKGBUILD	2021-09-02 16:32:07 UTC (rev 1010596)
@@ -1,41 +0,0 @@
-# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
-
-pkgname=python-ciso8601
-pkgver=2.1.3
-pkgrel=3
-pkgdesc='Fast ISO8601 date time parser for Python written in C'
-arch=(x86_64)
-url=https://github.com/closeio/ciso8601
-license=(MIT)
-depends=(
-  glibc
-  python
-)
-makedepends=(
-  cython
-  git
-  python-setuptools
-)
-source=(git+https://github.com/closeio/ciso8601.git#tag=42b7af38a619d0024be6a78be4efffcf33c749b0)
-sha256sums=(SKIP)
-
-pkgver() {
-  cd ciso8601
-
-  git describe --tags | sed 's/^v//'
-}
-
-build() {
-  cd ciso8601
-
-  python setup.py build
-}
-
-package() {
-  cd ciso8601
-
-  python setup.py install --root="${pkgdir}" --optimize=1 --skip-build
-  install -Dm 644 LICENSE -t "${pkgdir}"/usr/share/licenses/python-ciso8601/
-}
-
-# vim: ts=2 sw=2 et:

Copied: python-ciso8601/repos/community-x86_64/PKGBUILD (from rev 1010595, python-ciso8601/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-09-02 16:32:07 UTC (rev 1010596)
@@ -0,0 +1,42 @@
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+
+pkgname=python-ciso8601
+pkgver=2.2.0
+pkgrel=1
+pkgdesc='Fast ISO8601 date time parser for Python written in C'
+arch=(x86_64)
+url=https://github.com/closeio/ciso8601
+license=(MIT)
+depends=(
+  glibc
+  python
+)
+makedepends=(
+  cython
+  git
+  python-setuptools
+)
+_tag=91fb6eea34121d90085b0218660a220db4171d35
+source=(git+https://github.com/closeio/ciso8601.git#tag=${_tag})
+sha256sums=(SKIP)
+
+pkgver() {
+  cd ciso8601
+
+  git describe --tags | sed 's/^v//'
+}
+
+build() {
+  cd ciso8601
+
+  python setup.py build
+}
+
+package() {
+  cd ciso8601
+
+  python setup.py install --root="${pkgdir}" --optimize=1 --skip-build
+  install -Dm 644 LICENSE -t "${pkgdir}"/usr/share/licenses/python-ciso8601/
+}
+
+# vim: ts=2 sw=2 et:



More information about the arch-commits mailing list