aboutsummaryrefslogtreecommitdiff
path: root/astro/pyephem
Commit message (Collapse)AuthorAgeFilesLines
* astro/pyephem: Add missing (ephem) dependencyKubilay Kocak2019-12-151-2/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The 3.7.7.0 release of pyephem was converted [1] into a stub, depending on the ephem package, in order to allow software authors to transition to the new package name. The ports r511276 commit updating the port to 3.7.7.0 missed the additional dependency. This change adds the missing dependency, after astro/py-ephem landed as a new port in ports r520162, and unbreaks all current astro/pyephem dependents, and all transitive dependents, including comms/gnuradio [2]. While I'm here: - Add NO_ARCH - Bump PORTREVISION given this issue did not affect builds, just runtime and dependents accordingly. [1] https://github.com/brandon-rhodes/pyephem/commit/5c32679a8650efd2e79d5f794edd1587b3b6e67b [2] bug 240546 PR: 240735 Submitted by: Rainer Hurling <rhurlin gwdg de> Approved by: portmgr (blanket(s): missing dependencies, build/run fix (dependents)) MFH: 2019Q4 (MFH with r520162) Notes: svn path=/head/; revision=520166
* - Update to 3.7.7.0Wen Heping2019-09-062-3/+4
| | | | Notes: svn path=/head/; revision=511276
* Convert Python ports to FLAVORS.Mathieu Arnold2017-11-301-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Ports using USE_PYTHON=distutils are now flavored. They will automatically get flavors (py27, py34, py35, py36) depending on what versions they support. There is also a USE_PYTHON=flavors for ports that do not use distutils but need FLAVORS to be set. A USE_PYTHON=noflavors can be set if using distutils but flavors are not wanted. A new USE_PYTHON=optsuffix that will add PYTHON_PKGNAMESUFFIX has been added to cope with Python ports that did not have the Python PKGNAMEPREFIX but are flavored. USES=python now also exports a PY_FLAVOR variable that contains the current python flavor. It can be used in dependency lines when the port itself is not python flavored. For example, deskutils/calibre. By default, all the flavors are generated. To only generate flavors for the versions in PYTHON2_DEFAULT and PYTHON3_DEFAULT, define BUILD_DEFAULT_PYTHON_FLAVORS in your make.conf. In all the ports with Python dependencies, the *_DEPENDS entries MUST end with the flavor so that the framework knows which to build/use. This is done by appending '@${PY_FLAVOR}' after the origin (or @${FLAVOR} if in a Python module with Python flavors, as the content will be the same). For example: RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR} PR: 223071 Reviewed by: portmgr, python Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D12464 Notes: svn path=/head/; revision=455210
* - Update to 3.7.6.0Wen Heping2016-03-033-5/+7
| | | | | | | | | - Sort USE_PYTHON - Add LICENSE - Pet portlint Notes: svn path=/head/; revision=409997
* - Convert ports from accessibility/, archivers/ and astro/ to newMarcus von Appen2014-10-181-3/+2
| | | | | | | | | | USES=python Approved by: portmgr (implicit) With hat: python@ Notes: svn path=/head/; revision=371096
* - Update to 3.7.5.3Wen Heping2014-06-212-4/+4
| | | | Notes: svn path=/head/; revision=358682
* - Update to 3.7.5.2Wen Heping2014-04-063-102/+3
| | | | Notes: svn path=/head/; revision=350284
* - Convert to autoplistMartin Wilke2014-02-171-1/+2
| | | | | | | | - Stage support - Bump PORTREV Notes: svn path=/head/; revision=344661
* Python cleanup:Rene Ladan2014-01-131-1/+1
| | | | | | | | | | - USE_PYTHON* = 2.X -> USE_PYTHON* = 2 - USE_PYTHON* = 2.X+ -> USE_PYTHON* = yes Reviewed by: python (mva, rm) Approved by: portmgr-lurkers (mat) Notes: svn path=/head/; revision=339634
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | astro) Notes: svn path=/head/; revision=327701
* - Trim Makefile headersWen Heping2013-06-011-5/+1
| | | | Notes: svn path=/head/; revision=319570
* - fix build (remove unneeded patch) [1]Ruslan Makhmatkhanov2011-12-232-12/+0
| | | | | | | | | | | | - while i'm here also fix pkg-plist PR: 163560 [1] Submitted by: Kenji Rikitake <kenji.rikitake at acm dot org> Requested by: wen (by email) Approved by: wen (maintainer), novel (mentor, implicit) Notes: svn path=/head/; revision=287931
* - Update to 3.7.5.1Wen Heping2011-12-233-14/+10
| | | | Notes: svn path=/head/; revision=287903
* Remove more tags from pkg-descr files fo the form:Doug Barton2011-10-241-2/+0
| | | | | | | | | | | - Name em@i.l or variations thereof. While I'm here also fix some whitespace and other formatting errors, including moving WWW: to the last line in the file. Notes: svn path=/head/; revision=284232
* - Move over to python2.5 or higherMartin Wilke2011-02-241-1/+2
| | | | | | | - While here kick md5 Notes: svn path=/head/; revision=269605
* - Update to 3.7.4.1Wen Heping2011-01-063-7/+13
| | | | | | | - Update my email to FreeBSD Notes: svn path=/head/; revision=267448
* - Update to 3.7.3.4Martin Wilke2009-05-013-11/+28
| | | | | | | Approved by: maintainer implicit Notes: svn path=/head/; revision=233067
* - Update to 3.7.3.3 [1]Diane Bruce2008-11-063-5/+8
| | | | | | | | | | - Reassign MAINTAINER to wenheping@gmail.com (as discussed in e-mail) PR: ports/128574 [1] Submitted by: wenheping@gmail.com Notes: svn path=/head/; revision=222443
* - Updated to 3.7.3.1Diane Bruce2008-07-094-16/+92
| | | | | | | | | PR: ports/125179 Submitted by: Wen heping <wenheping@gmail.com> Approved by: db Notes: svn path=/head/; revision=216628
* - Make Python 2.5.1 the default Python versionAlexander Botero-Lowry2007-07-301-3/+2
| | | | | | | | | | | | | - Add significantly better support in bsd.python.mk for working with Python Eggs and the easy_install system Tested by: pointyhat runs Approved by: pav (portmgr) Most work by: perky Thanks to: pav Notes: svn path=/head/; revision=196700
* - Make fetchable [1] andDiane Bruce2007-06-221-1/+2
| | | | | | | | | | - add an additional mirror PR: ports/113736 [1] Approved by: ehaupt (mentor) Notes: svn path=/head/; revision=194094
* Add pyephem 3.7b, scientific-grade astronomical computations for Python.Diane Bruce2007-03-054-0/+45
Submitted by: db Approved by: ehaupt (mentor) Notes: svn path=/head/; revision=186585