Port details |
- py-kosmorrolib Library that computes the ephemerides
- 1.0.10_1 astro
=3 1.0.10_1Version of this port present on the latest quarterly branch. - Maintainer: thierry@FreeBSD.org
 - Port Added: 2021-06-01 20:12:13
- Last Update: 2024-04-13 14:47:51
- Commit Hash: 84a372a
- People watching this port, also watch:: wa-aspell, medit, ittapi, php81-pear, apache-log4j2
- Also Listed In: python
- License: CeCILL-C
- WWW:
- https://kosmorro.space/
- Description:
- A library that calculates your astronomical ephemerides.
It can be used either from your program, or from astro/kosmorro.
¦ ¦ ¦ ¦ 
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - There is no configure plist information for this port.
- Dependency lines:
-
- ${PYTHON_PKGNAMEPREFIX}kosmorrolib>0:astro/py-kosmorrolib@${PY_FLAVOR}
- To install the port:
- cd /usr/ports/astro/py-kosmorrolib/ && make install clean
- To add the package, run one of these commands:
- pkg install astro/py-kosmorrolib
- pkg install py39-kosmorrolib
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above. NOTE: This is a Python port. Instead of py39-kosmorrolib listed in the above command, you can pick from the names under the Packages section.- PKGNAME: py39-kosmorrolib
- Package flavors (<flavor>: <package>)
- distinfo:
- TIMESTAMP = 1699725229
SHA256 (kosmorrolib-1.0.10.tar.gz) = 2bcde95e5f1b97ab6a93f55a0633610b6df9e0b30527469693340c5a38ff6ddc
SIZE (kosmorrolib-1.0.10.tar.gz) = 24688
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- py39-skyfield>0 : astro/py-skyfield@py39
- py39-python-dateutil>0 : devel/py-python-dateutil@py39
- py39-poetry-core>0 : devel/py-poetry-core@py39
- py39-skyfield-data>0 : astro/py-skyfield-data@py39
- python3.9 : lang/python39
- py39-build>=0 : devel/py-build@py39
- py39-installer>=0 : devel/py-installer@py39
- Test dependencies:
-
- python3.9 : lang/python39
- Runtime dependencies:
-
- py39-skyfield>0 : astro/py-skyfield@py39
- py39-python-dateutil>0 : devel/py-python-dateutil@py39
- py39-skyfield-data>0 : astro/py-skyfield-data@py39
- python3.9 : lang/python39
- This port is required by:
- for Build
-
- astro/kosmorro
- for Run
-
- astro/kosmorro
Configuration Options:
- No options to configure
- Options name:
- astro_py-kosmorrolib
- USES:
- python
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.0.10_1 13 Apr 2024 14:47:51
    |
Po-Chuan Hsieh (sunpoet)  |
devel/py-python-dateutil: Move devel/py-dateutil to devel/py-python-dateutil
- Convert to USE_PYTHON=pep517
- Bump PORTREVISION of dependent ports for dependency change
- While I'm here, update audio/py-pyradio to use PYTHON_PKGNAMEPREFIX instead of
PKGNAMEPREFIX for *_DEPENDS |
1.0.10 11 Nov 2023 18:20:51
    |
Thierry Thomas (thierry)  |
astro/py-kosmorrolib: upgrade to v1.0.10
Compatibility with Python 3.12. |
1.0.9 19 Aug 2023 20:20:58
    |
Thierry Thomas (thierry)  |
astro/py-kosmorrolib: upgrade to v1.0.9
Fix compatibility with the last versions of NumPy. |
1.0.8 27 Jun 2023 19:34:34
    |
Rene Ladan (rene)  |
all: remove explicit versions in USES=python for "3.x+"
The logic in USES=python will automatically convert this to 3.8+ by
itself.
Adjust two ports that only had Python 3.7 mentioned but build fine
on Python 3.8 too.
finance/quickfix: mark BROKEN with PYTHON
libtool: compile: c++ -DHAVE_CONFIG_H -I. -I../.. -I -I. -I.. -I../.. -I../C++
-DLIBICONV_PLUG -DPYTHON_MAJOR_VERSION=3 -Wno-unused-variable
-Wno-maybe-uninitialized -O2 -pipe -DLIBICONV_PLUG -fstack-protector-strong
-fno-strict-aliasing -DLIBICONV_PLUG -Wall -ansi
-Wno-unused-command-line-argument -Wpointer-arith -Wwrite-strings
-Wno-overloaded-virtual -Wno-deprecated-declarations -Wno-deprecated -std=c++0x
-MT _quickfix_la-QuickfixPython.lo -MD -MP -MF
.deps/_quickfix_la-QuickfixPython.Tpo -c QuickfixPython.cpp -fPIC -DPIC -o
.libs/_quickfix_la-QuickfixPython.o
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean
'-Wno-uninitialized'? [-Wunknown-warning-option]
QuickfixPython.cpp:175:11: fatal error: 'Python.h' file not found
^~~~~~~~~~
1 warning and 1 error generated.
Reviewed by: portmgr, vishwin, yuri
Differential Revision: <https://reviews.freebsd.org/D40568> |
1.0.8 05 May 2023 19:32:45
    |
Thierry Thomas (thierry)  |
astro/py-kosmorrolib: upgrade to v1.0.8
Release notes at <https://github.com/Kosmorro/lib/releases/tag/v1.0.8>. |
1.0.7_1 23 Apr 2023 09:09:58
    |
Gerald Pfeifer (gerald)  |
*: Bump PORTREVISIONs for math/mpc update to 1.3.1 |
1.0.7 11 Jan 2023 15:58:34
    |
Dmitry Marakasov (amdmi3)  |
*/*: rename CHEESESHOP to PYPI in MASTER_SITES
PR: 267994
Differential revision: D37518
Approved by: bapt |
1.0.7 11 Nov 2022 12:08:15
    |
Thierry Thomas (thierry)  |
astro/py-kosmorrolib: upgrade to v1.0.7
Release notes at <https://github.com/Kosmorro/lib/releases/tag/v1.0.7>. |
07 Sep 2022 21:58:51
    |
Stefan Eßer (se)  |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
1.0.6 07 Sep 2022 21:10:59
    |
Stefan Eßer (se)  |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
1.0.6 20 Jul 2022 14:20:50
    |
Tobias C. Berner (tcberner)  |
astro: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* ABURAYER Rewsirow <rewsirow@ff.iij4u.or.jp>
* Alexander Leidinger
* Alexey Dokuchaev <danfe@FreeBSD.org>
* Andrew Pantyukhin <infofarmer@FreeBSD.org>
* Andrey Zakhvatov
* Anton Berezin <tobez@FreeBSD.org>
* Anton Berezin <tobez@tobez.org>
* Anton Karpov <toxa@toxahost.ru>
* Brion Moss <brion@queeg.com>
* Bruce M Simpson <bms@FreeBSD.org>
* Chris Piazza <cpiazza@FreeBSD.org> (Only the first 15 lines of the commit message are shown above ) |
1.0.6 25 Mar 2022 19:15:09
    |
Thierry Thomas (thierry)  |
astro/py-kosmorrolib: upgrade to v1.0.6
Release notes at <https://github.com/Kosmorro/lib/releases/tag/v1.0.6>. |
1.0.5 22 Feb 2022 18:46:12
    |
Thierry Thomas (thierry)  |
astro/py-kosmorrolib: upgrade to v1.0.5
Release notes at <https://github.com/Kosmorro/lib/releases/tag/v1.0.5>. |
1.0.4 10 Jan 2022 21:36:09
    |
Thierry Thomas (thierry)  |
astro/py-kosmorrolib: upgrade to 1.0.4
Releases notes at <https://github.com/Kosmorro/lib/releases>. |
1.0.1 02 Nov 2021 18:29:43
    |
Thierry Thomas (thierry)  |
astro/py-kosmorrolib: upgrade to 1.0.1
Release notes at <https://github.com/Kosmorro/lib/releases>. |
0.11.2 01 Jun 2021 20:08:58
    |
Thierry Thomas (thierry)  |
astro/py-kosmorrolib: adding kosmorrolib-0.11.2 |
0.9.0 01 Jun 2021 20:08:58
    |
Thierry Thomas (thierry)  |
astro/py-kosmorrolib: repocopy from astro/kosmorro
Adding Kosmorrolib, a library to compute your ephemerides. |