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

Maxime Gauduin alucryd at archlinux.org
Tue Feb 11 07:12:19 UTC 2020


    Date: Tuesday, February 11, 2020 @ 07:12:18
  Author: alucryd
Revision: 566809

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-02-11 07:12:13 UTC (rev 566808)
+++ PKGBUILD	2020-02-11 07:12:18 UTC (rev 566809)
@@ -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=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:

Copied: python-astral/repos/community-any/PKGBUILD (from rev 566808, python-astral/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-02-11 07:12:18 UTC (rev 566809)
@@ -0,0 +1,47 @@
+# 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.0.2
+pkgrel=1
+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=dc03da349c01a5cec1433f81b5a70543d8094a8a)
+sha256sums=(SKIP)
+
+pkgver() {
+  cd astral
+
+  git describe --tags
+}
+
+prepare() {
+  cd astral
+
+  git cherry-pick -n bf9e27385f45d6e52bcc5b4df201705120fe4c3a
+}
+
+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