Date: Wednesday, November 2, 2022 @ 08:43:32
  Author: alucryd
Revision: 1340995

archrelease: copy trunk to community-any

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

----------+
 PKGBUILD |   74 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 37 insertions(+), 37 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2022-11-02 08:43:22 UTC (rev 1340994)
+++ PKGBUILD    2022-11-02 08:43:32 UTC (rev 1340995)
@@ -1,37 +0,0 @@
-# Maintainer: Maxime Gauduin <[email protected]>
-# Contributor: Ekin Dursun <[email protected]>
-# Contributor: Gregoire Seux <[email protected]>
-
-pkgname=python-astral
-pkgver=3.0
-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-requests)
-makedepends=(
-  git
-  python-build
-  python-installer
-  python-poetry-core
-)
-_tag=0d5b5911751a6ced42ad5981efd68350cff86496
-source=(git+https://github.com/sffjunkie/astral.git#tag=${_tag})
-sha256sums=(SKIP)
-
-pkgver() {
-  cd astral
-  git describe --tags
-}
-
-build() {
-  cd astral
-  python -m build --wheel --no-isolation
-}
-
-package() {
-  python -m installer --destdir="${pkgdir}" astral/dist/*.whl
-}
-
-# vim: ts=2 sw=2 et:

Copied: python-astral/repos/community-any/PKGBUILD (from rev 1340994, 
python-astral/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2022-11-02 08:43:32 UTC (rev 1340995)
@@ -0,0 +1,37 @@
+# Maintainer: Maxime Gauduin <[email protected]>
+# Contributor: Ekin Dursun <[email protected]>
+# Contributor: Gregoire Seux <[email protected]>
+
+pkgname=python-astral
+pkgver=3.1
+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-requests)
+makedepends=(
+  git
+  python-build
+  python-installer
+  python-poetry-core
+)
+_tag=ec0294972a4f38b6f4513c7deacb981907ae0c8a
+source=(git+https://github.com/sffjunkie/astral.git#tag=${_tag})
+sha256sums=(SKIP)
+
+pkgver() {
+  cd astral
+  git describe --tags
+}
+
+build() {
+  cd astral
+  python -m build --wheel --no-isolation
+}
+
+package() {
+  python -m installer --destdir="${pkgdir}" astral/dist/*.whl
+}
+
+# vim: ts=2 sw=2 et:

Reply via email to