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

Evangelos Foutras foutrelis at archlinux.org
Fri Nov 1 13:32:55 UTC 2019


    Date: Friday, November 1, 2019 @ 13:32:54
  Author: foutrelis
Revision: 521862

archrelease: copy trunk to community-staging-any

Added:
  python-astral/repos/community-staging-any/PKGBUILD
    (from rev 521861, python-astral/trunk/PKGBUILD)
Deleted:
  python-astral/repos/community-staging-any/PKGBUILD

----------+
 PKGBUILD |   70 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 35 insertions(+), 35 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-11-01 13:32:50 UTC (rev 521861)
+++ PKGBUILD	2019-11-01 13:32:54 UTC (rev 521862)
@@ -1,35 +0,0 @@
-# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
-# Contributor: Ekin Dursun <ekindursun at gmail.com>
-# Contributor: Gregoire Seux <grego_aur at familleseux.net>
-
-pkgname=python-astral
-pkgver=1.10.1
-pkgrel=2
-pkgdesc='Python calculations for the position of the sun and moon'
-arch=(any)
-url=https://github.com/sffjunkie/astral
-license=(APACHE)
-depends=(
-  python-pytz
-  python-requests
-)
-makedepends=(
-  git
-  python-setuptools
-)
-source=(git+https://github.com/sffjunkie/astral.git#tag=${pkgver})
-sha256sums=('SKIP')
-
-build() {
-  cd astral
-
-  python setup.py build
-}
-
-package() {
-  cd astral
-
-  python setup.py install --root="${pkgdir}" --optimize=1 --skip-build
-}
-
-# vim: ts=2 sw=2 et:

Copied: python-astral/repos/community-staging-any/PKGBUILD (from rev 521861, python-astral/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-11-01 13:32:54 UTC (rev 521862)
@@ -0,0 +1,35 @@
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+# Contributor: Ekin Dursun <ekindursun at gmail.com>
+# Contributor: Gregoire Seux <grego_aur at familleseux.net>
+
+pkgname=python-astral
+pkgver=1.10.1
+pkgrel=3
+pkgdesc='Python calculations for the position of the sun and moon'
+arch=(any)
+url=https://github.com/sffjunkie/astral
+license=(APACHE)
+depends=(
+  python-pytz
+  python-requests
+)
+makedepends=(
+  git
+  python-setuptools
+)
+source=(git+https://github.com/sffjunkie/astral.git#tag=${pkgver})
+sha256sums=('SKIP')
+
+build() {
+  cd astral
+
+  python setup.py build
+}
+
+package() {
+  cd astral
+
+  python setup.py install --root="${pkgdir}" --optimize=1 --skip-build
+}
+
+# vim: ts=2 sw=2 et:



More information about the arch-commits mailing list