[arch-commits] Commit in python-ciso8601/repos/community-staging-x86_64 (2 files)
Felix Yan
felixonmars at archlinux.org
Wed Nov 11 10:38:38 UTC 2020
Date: Wednesday, November 11, 2020 @ 10:38:38
Author: felixonmars
Revision: 750214
archrelease: copy trunk to community-staging-x86_64
Added:
python-ciso8601/repos/community-staging-x86_64/PKGBUILD
(from rev 750213, python-ciso8601/trunk/PKGBUILD)
Deleted:
python-ciso8601/repos/community-staging-x86_64/PKGBUILD
----------+
PKGBUILD | 82 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 41 insertions(+), 41 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2020-11-11 10:38:33 UTC (rev 750213)
+++ PKGBUILD 2020-11-11 10:38:38 UTC (rev 750214)
@@ -1,41 +0,0 @@
-# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
-
-pkgname=python-ciso8601
-pkgver=2.1.3
-pkgrel=2
-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-staging-x86_64/PKGBUILD (from rev 750213, python-ciso8601/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2020-11-11 10:38:38 UTC (rev 750214)
@@ -0,0 +1,41 @@
+# 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:
More information about the arch-commits
mailing list