Date: Sunday, November 6, 2022 @ 07:54:51
Author: alucryd
Revision: 1342703
archrelease: copy trunk to community-any
Added:
python-astral/repos/community-any/PKGBUILD
(from rev 1342702, 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-06 07:54:43 UTC (rev 1342702)
+++ PKGBUILD 2022-11-06 07:54:51 UTC (rev 1342703)
@@ -1,37 +0,0 @@
-# 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:
Copied: python-astral/repos/community-any/PKGBUILD (from rev 1342702,
python-astral/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2022-11-06 07:54:51 UTC (rev 1342703)
@@ -0,0 +1,37 @@
+# Maintainer: Maxime Gauduin <[email protected]>
+# Contributor: Ekin Dursun <[email protected]>
+# Contributor: Gregoire Seux <[email protected]>
+
+pkgname=python-astral
+pkgver=3.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-requests)
+makedepends=(
+ git
+ python-build
+ python-installer
+ python-poetry-core
+)
+_tag=0be1187d09aadfdadc1b7331b918082213764b5d
+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: