[arch-commits] Commit in python-astral/repos/community-staging-any (PKGBUILD PKGBUILD)
Evangelos Foutras
foutrelis at archlinux.org
Wed Nov 11 15:18:51 UTC 2020
Date: Wednesday, November 11, 2020 @ 15:18:51
Author: foutrelis
Revision: 751081
archrelease: copy trunk to community-staging-any
Added:
python-astral/repos/community-staging-any/PKGBUILD
(from rev 751079, python-astral/trunk/PKGBUILD)
Deleted:
python-astral/repos/community-staging-any/PKGBUILD
----------+
PKGBUILD | 82 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 41 insertions(+), 41 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2020-11-11 15:18:50 UTC (rev 751080)
+++ PKGBUILD 2020-11-11 15:18:51 UTC (rev 751081)
@@ -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=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=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 751079, python-astral/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2020-11-11 15:18:51 UTC (rev 751081)
@@ -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=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=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