PyEphem provides an ephem Python package for performing high-precision
astronomy computations. The underlying numeric routines are coded in C
and are the same ones that drive the popular XEphem astronomy application,
whose author, Elwood Charles Downey, generously gave permission for their
use in PyEphem. The name ephem is short for the word ephemeris, which is
the traditional term for a table giving the position of a planet, asteroid,
or comet for a series of dates.
WWW: https://rhodesmill.org/pyephem/
WWW: https://pypi.org/project/ephem/
[1] Based on astro/pyephem
PR: 240736
Submitted by: Rainer Hurling <rhurlin gwdg de>
MFH: 2019Q4 (required for fixing pyephem, unbreaking gnuradio et al)
convertdate does not [1] depend on pyephem, which was replaced with
pymeeus in 2.2.0.
Dependency astro/py-pymeeus landed in ports r520157 as a new port.
This issue was identified while QA'ing pyephem dependents for bug 240735
[1] HISTORY.rst:* Replace pyephem, which is now in maintenance mode, with pymeeus.
PR: 240735
Approved by: portmgr (blanket(s): dependencies, runtime bugfix)
MFH: 2019Q4 (MFH with r520157)
PyMeeus is a Python implementation of the astronomical algorithms
described in the classical book "Astronomical Algorithms, 2nd Edition,
Willmann-Bell Inc. (1998)" by Jean Meeus.
WWW: https://github.com/architest/pymeeus
MFH: 2019Q3 (required to fix broken py-convertdate)
In file included from /wrkdirs/usr/ports/emulators/yuzu/work/yuzu-6d0d79109/externals/cubeb/src/cubeb_mixer.cpp:21:
In file included from /wrkdirs/usr/ports/emulators/yuzu/work/yuzu-6d0d79109/externals/cubeb/src/cubeb_utils.h:18:
In file included from /wrkdirs/usr/ports/emulators/yuzu/work/libcxx-8.0.0.src/include/mutex:191:
In file included from /wrkdirs/usr/ports/emulators/yuzu/work/libcxx-8.0.0.src/include/__mutex_base:16:
In file included from /wrkdirs/usr/ports/emulators/yuzu/work/libcxx-8.0.0.src/include/system_error:150:
In file included from /wrkdirs/usr/ports/emulators/yuzu/work/libcxx-8.0.0.src/include/string:505:
In file included from /wrkdirs/usr/ports/emulators/yuzu/work/libcxx-8.0.0.src/include/string_view:176:
In file included from /wrkdirs/usr/ports/emulators/yuzu/work/libcxx-8.0.0.src/include/__string:58:
/wrkdirs/usr/ports/emulators/yuzu/work/libcxx-8.0.0.src/include/cstdio:157:9: error: no member named 'gets' in the global namespace
using ::gets;
~~^
1 error generated.
Reported by: pkg-fallout
Since r520137 we have decent eyed3 version in ports that is
capable to work with python3, so enable this recommended dependency
in default gpodder package.
Update to latest version, that supports python3.
0.8.x branch is not fully API compatible, so it may break
dependent ports. Maintainers of these ports were notified
of the update more than year ago.
PR: 230578
Submitted by: Nathan <ndowens04@gmail.com> (based on)
* Update to a more recent commit which contains a regenerated version of
intbitset.c that was created with Cython 0.29.14 (not in Ports tree, yet).
With the regenerated code the package can now also be built with
Python 3.7 and 3.8.
PR: 233770 (related)
* Support for Python 2.7, Django 1.11 and Django 2.0 was dropped in the 12.0
release.
Set the PORTSCOUT variable accordingly as Django 1.11 remains in the Ports
tree until 2020Q2.
* Since the 1.2.0 release the support for Django 2.1 was dropped. Set the
PORTSCOUT variable accordingly.
* Also add repo-copied Django 2.2 package from r500138 to CONFLICTS_INSTALL
entry while I'm here.
* Add repo-copied Django 2.2 package from r500138 to CONFLICTS_INSTALL
while I'm here.
Changelog:
* Removed support for end-of-life Django 2.0 and 2.1.
* Added support for Django 3.0.
* Added support for Python 3.8.
* Moved "TaggedItemBase.tags_for()" to "ItemBase".
* Replaced reference to removed Django's ".virtual_fields" with
".private_field".
* Added "TextareaTagWidget".
https://github.com/jazzband/django-taggit/blob/1.2.0/CHANGELOG.rst