[arch-commits] Commit in python-strict-rfc3339/repos/community-staging-any (2 files)

Felix Yan felixonmars at gemini.archlinux.org
Wed Dec 1 21:43:28 UTC 2021


    Date: Wednesday, December 1, 2021 @ 21:43:28
  Author: felixonmars
Revision: 1061040

archrelease: copy trunk to community-staging-any

Added:
  python-strict-rfc3339/repos/community-staging-any/PKGBUILD
    (from rev 1061039, python-strict-rfc3339/trunk/PKGBUILD)
Deleted:
  python-strict-rfc3339/repos/community-staging-any/PKGBUILD

----------+
 PKGBUILD |   50 +++++++++++++++++++++++++-------------------------
 1 file changed, 25 insertions(+), 25 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-12-01 21:43:25 UTC (rev 1061039)
+++ PKGBUILD	2021-12-01 21:43:28 UTC (rev 1061040)
@@ -1,25 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Contributor: Simon Sapin <simon dot sapin at exyr dot org>
-# Contributor: Kyle Keen <keenerd at gmail.com>
-
-pkgname=python-strict-rfc3339
-pkgver=0.7
-pkgrel=8
-pkgdesc="Strict, simple, lightweight RFC3339 functions"
-url="http://www.danielrichman.co.uk/libraries/strict-rfc3339.html"
-license=('GPL')
-arch=('any')
-depends=('python')
-makedepends=('python-setuptools')
-source=("https://pypi.io/packages/source/s/strict-rfc3339/strict-rfc3339-$pkgver.tar.gz")
-sha512sums=('94a2992a9ea41b75527348f0f8dae1d118d57b0764122f874baa85f5e3b523beb219ed83c2d7224725e504cd3737a6bde485957135856dcde470f32675e44e77')
-
-build() {
-  cd strict-rfc3339-$pkgver
-  python setup.py build
-}
-
-package() {
-  cd strict-rfc3339-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-}

Copied: python-strict-rfc3339/repos/community-staging-any/PKGBUILD (from rev 1061039, python-strict-rfc3339/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-12-01 21:43:28 UTC (rev 1061040)
@@ -0,0 +1,25 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Simon Sapin <simon dot sapin at exyr dot org>
+# Contributor: Kyle Keen <keenerd at gmail.com>
+
+pkgname=python-strict-rfc3339
+pkgver=0.7
+pkgrel=9
+pkgdesc="Strict, simple, lightweight RFC3339 functions"
+url="http://www.danielrichman.co.uk/libraries/strict-rfc3339.html"
+license=('GPL')
+arch=('any')
+depends=('python')
+makedepends=('python-setuptools')
+source=("https://pypi.io/packages/source/s/strict-rfc3339/strict-rfc3339-$pkgver.tar.gz")
+sha512sums=('94a2992a9ea41b75527348f0f8dae1d118d57b0764122f874baa85f5e3b523beb219ed83c2d7224725e504cd3737a6bde485957135856dcde470f32675e44e77')
+
+build() {
+  cd strict-rfc3339-$pkgver
+  python setup.py build
+}
+
+package() {
+  cd strict-rfc3339-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+}



More information about the arch-commits mailing list