Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
aports
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Bart Ribbers
aports
Commits
bd4b0a84
Commit
bd4b0a84
authored
4 years ago
by
Bart Ribbers
Browse files
Options
Downloads
Patches
Plain Diff
community/py3-pymeeus: upgrade to 0.3.9
parent
4a474af0
Loading
Loading
No related merge requests found
Pipeline
#72359
canceled
4 years ago
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
community/py3-pymeeus/APKBUILD
+24
-6
24 additions, 6 deletions
community/py3-pymeeus/APKBUILD
with
24 additions
and
6 deletions
community/py3-pymeeus/APKBUILD
+
24
−
6
View file @
bd4b0a84
# Contributor: Bart Ribbers <bribbers@disroot.org>
# Maintainer: Bart Ribbers <bribbers@disroot.org>
pkgname
=
py3-pymeeus
pkgver
=
0.3.
7
pkgrel
=
1
pkgver
=
0.3.
9
pkgrel
=
0
pkgdesc
=
"ython implementation of Jean Meeus astronomical routines"
url
=
"https://github.com/architest/pymeeus"
arch
=
"noarch"
license
=
"LGPL-3.0-or-later"
depends
=
"python3 py3-atomicwrites py3-attrs py3-funcsigs py3-more-itertools py3-pathlib2 py3-pluggy py3-py py3-six"
depends
=
"
py3-atomicwrites
py3-attrs
py3-funcsigs
py3-more-itertools
py3-pathlib2
py3-pluggy
py3-py
py3-six
python3
"
makedepends
=
"py3-setuptools"
checkdepends
=
"py3-coverage py3-flake8 py3-mccabe py3-pycodestyle py3-pyflakes py3-pytest py3-pytest-cov"
checkdepends
=
"
py3-coverage
py3-flake8
py3-mccabe
py3-pycodestyle
py3-pyflakes
py3-pytest
py3-pytest-cov
"
source
=
"https://pypi.python.org/packages/source/P/PyMeeus/PyMeeus-
$pkgver
.tar.gz"
builddir
=
"
$srcdir
/PyMeeus-
$pkgver
"
...
...
@@ -18,11 +36,11 @@ build() {
}
check
()
{
py
thon3 setup.py
test
pytest
}
package
()
{
python3 setup.py
install
--prefix
=
/usr
--root
=
"
$pkgdir
"
}
sha512sums
=
"
834fd3329437827a65a653b5bde9070e049a7932cac3ce06edfdfbd8efd6649b96de9ce46c032b18a741
3b
c
f3
0d012f21857442e9dd2cf1f0ef23434682cf5e0
PyMeeus-0.3.
7
.tar.gz"
sha512sums
=
"
ca773b621198a5556f3f33bba3b797e460bb1681820bc3b62ceedfed28967699438b7
3bf3
5a71ab150f1102730f2d52b61c5e6eeb066cccde50a32f89ed653c9
PyMeeus-0.3.
9
.tar.gz"
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment