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

David Runge dvzrv at archlinux.org
Sat Mar 21 09:48:40 UTC 2020


    Date: Saturday, March 21, 2020 @ 09:48:40
  Author: dvzrv
Revision: 602478

archrelease: copy trunk to community-any

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

----------+
 PKGBUILD |   80 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 40 insertions(+), 40 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-03-21 09:48:35 UTC (rev 602477)
+++ PKGBUILD	2020-03-21 09:48:40 UTC (rev 602478)
@@ -1,40 +0,0 @@
-# Maintainer: David Runge <dvzrv at archlinux.org>
-# Contributor: Daniel M. Capella <polyzen at archlinux.info>
-# Contributor: Sirat18 <aur at sirat18.de>
-# Contributor: Jonas Heinrich <onny at project-insanity.org>
-
-_name=icalendar
-pkgname=python-icalendar
-pkgver=4.0.4
-pkgrel=1
-pkgdesc='A parser/generator of iCalendar files (RFC 2445)'
-arch=('any')
-url="https://github.com/collective/icalendar"
-license=('BSD')
-depends=('python-dateutil' 'python-pytz')
-makedepends=('python-setuptools')
-optdepends=('python-setuptools: for icalendar')
-source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz")
-sha512sums=('0fdaeefe541e8789f5ef140a5fb796264b5e83fefbf9a64446890d27d1a0291f251765094f4704f6a56179ee547b44cc540f08ae2e420906558f9f8a105b4e4c')
-
-build() {
-  cd "${_name}-${pkgver}"
-  python setup.py build
-}
-
-check() {
-  cd "${_name}-${pkgver}"
-  python -m unittest discover src
-}
-
-package() {
-  cd "${_name}-${pkgver}"
-  python setup.py install --skip-build \
-    --optimize=1 \
-    --prefix=/usr \
-    --root="${pkgdir}"
-  install -vDm 644 {CHANGES,CONTRIBUTING,README}.rst \
-    -t "${pkgdir}/usr/share/doc/${pkgname}/"
-  install -vDm 644 LICENSE.rst \
-    -t "${pkgdir}/usr/share/licenses/${pkgname}"
-}

Copied: python-icalendar/repos/community-any/PKGBUILD (from rev 602477, python-icalendar/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-03-21 09:48:40 UTC (rev 602478)
@@ -0,0 +1,40 @@
+# Maintainer: David Runge <dvzrv at archlinux.org>
+# Contributor: Daniel M. Capella <polyzen at archlinux.info>
+# Contributor: Sirat18 <aur at sirat18.de>
+# Contributor: Jonas Heinrich <onny at project-insanity.org>
+
+_name=icalendar
+pkgname=python-icalendar
+pkgver=4.0.5
+pkgrel=1
+pkgdesc='A parser/generator of iCalendar files (RFC 2445)'
+arch=('any')
+url="https://github.com/collective/icalendar"
+license=('BSD')
+depends=('python-dateutil' 'python-pytz')
+makedepends=('python-setuptools')
+optdepends=('python-setuptools: for icalendar')
+source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz")
+sha512sums=('48f6ecc24ee154f25982e54c1c0ef75146bc27ae90e3743d46407c730124a1b0fb4be8123e1f779d46aaf4297642f0f053794f5cc354816d9926dcf2a2b76912')
+
+build() {
+  cd "${_name}-${pkgver}"
+  python setup.py build
+}
+
+check() {
+  cd "${_name}-${pkgver}"
+  python -m unittest discover src
+}
+
+package() {
+  cd "${_name}-${pkgver}"
+  python setup.py install --skip-build \
+    --optimize=1 \
+    --prefix=/usr \
+    --root="${pkgdir}"
+  install -vDm 644 {CHANGES,CONTRIBUTING,README}.rst \
+    -t "${pkgdir}/usr/share/doc/${pkgname}/"
+  install -vDm 644 LICENSE.rst \
+    -t "${pkgdir}/usr/share/licenses/${pkgname}"
+}



More information about the arch-commits mailing list