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

Felix Yan felixonmars at gemini.archlinux.org
Thu Dec 2 12:06:19 UTC 2021


    Date: Thursday, December 2, 2021 @ 12:06:19
  Author: felixonmars
Revision: 1061843

archrelease: copy trunk to community-staging-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-12-02 12:06:13 UTC (rev 1061842)
+++ PKGBUILD	2021-12-02 12:06:19 UTC (rev 1061843)
@@ -1,41 +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=2.2
-pkgrel=4
-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=3282d7b437349bc035c8a7dff5c27ec9997a2cdf)
-sha256sums=(SKIP)
-
-pkgver() {
-  cd astral
-
-  git describe --tags
-}
-
-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 1061842, python-astral/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-12-02 12:06:19 UTC (rev 1061843)
@@ -0,0 +1,41 @@
+# 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=2.2
+pkgrel=5
+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=3282d7b437349bc035c8a7dff5c27ec9997a2cdf)
+sha256sums=(SKIP)
+
+pkgver() {
+  cd astral
+
+  git describe --tags
+}
+
+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