Package Details: python-pymeeus 0.5.12-1

Git Clone URL: https://aur.archlinux.org/python-pymeeus.git (read-only, click to copy)
Package Base: python-pymeeus
Description: Python implementation of Jean Meeus astronomical routines
Upstream URL: https://pypi.org/project/PyMeeus
Licenses: LGPL
Submitter: AchmadFathoni
Maintainer: attention_horse
Last Packager: attention_horse
Votes: 0
Popularity: 0.000000
First Submitted: 2022-03-21 13:46 (UTC)
Last Updated: 2024-08-28 18:06 (UTC)

Latest Comments

attention_horse commented on 2024-08-28 05:38 (UTC)

Will make myself familiar with the AUR process of pushing updates to the git later, attached is a diff that updates the package to latest stable:

diff --git a/PKGBUILD b/PKGBUILD
index b77611b..5600a0f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
 # Maintainer: Achmad Fathoni<fathoni.id(at)gmail.com>
 pkgname=python-pymeeus
 _pkgname=PyMeeus
-pkgver=0.5.11
-pkgrel=2
+pkgver=0.5.12
+pkgrel=1
 pkgdesc="Python implementation of Jean Meeus astronomical routines"
 arch=('any')
 url="https://pypi.org/project/${_pkgname}"
@@ -10,7 +10,7 @@ license=('LGPL')
 makedepends=(python-build python-installer python-wheel python-setuptools)
 depends=(python)
 source=(https://files.pythonhosted.org/packages/source/${_pkgname::1}/$_pkgname/$_pkgname-$pkgver.tar.gz)
-sha256sums=('bb9d670818d8b0594317b48a7dadea02a0594e5344263bf2054e1a011c8fed55')
+sha256sums=('548f7186bd8b96cbc069cf649a8e8e377dce49ac74486709849fe63a99cad684')

 build() {
     cd ${srcdir}/${_pkgname}-${pkgver}

AchmadFathoni commented on 2022-10-01 16:21 (UTC)

Need co-maintainer for faster development response

hashworks commented on 2022-09-27 12:36 (UTC)

Has makedepends on python-setuptools.