| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
Notes:
svn path=/head/; revision=511276
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
| |
- Sort USE_PYTHON
- Add LICENSE
- Pet portlint
Notes:
svn path=/head/; revision=409997
|
|
|
|
|
|
|
|
|
|
| |
USES=python
Approved by: portmgr (implicit)
With hat: python@
Notes:
svn path=/head/; revision=371096
|
|
|
|
| |
Notes:
svn path=/head/; revision=358682
|
|
|
|
| |
Notes:
svn path=/head/; revision=350284
|
|
|
|
|
|
|
|
| |
- Stage support
- Bump PORTREV
Notes:
svn path=/head/; revision=344661
|
|
|
|
|
|
|
|
|
|
| |
- 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
|
|
|
|
|
|
|
| |
astro)
Notes:
svn path=/head/; revision=327701
|
|
|
|
| |
Notes:
svn path=/head/; revision=319570
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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
|
|
|
|
| |
Notes:
svn path=/head/; revision=287903
|
|
|
|
|
|
|
|
|
|
|
| |
- 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
|
|
|
|
|
|
|
| |
- While here kick md5
Notes:
svn path=/head/; revision=269605
|
|
|
|
|
|
|
| |
- Update my email to FreeBSD
Notes:
svn path=/head/; revision=267448
|
|
|
|
|
|
|
| |
Approved by: maintainer implicit
Notes:
svn path=/head/; revision=233067
|
|
|
|
|
|
|
|
|
|
| |
- 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
|
|
|
|
|
|
|
|
|
| |
PR: ports/125179
Submitted by: Wen heping <wenheping@gmail.com>
Approved by: db
Notes:
svn path=/head/; revision=216628
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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
|
|
|
|
|
|
|
|
|
|
| |
- add an additional mirror
PR: ports/113736 [1]
Approved by: ehaupt (mentor)
Notes:
svn path=/head/; revision=194094
|
|
Submitted by: db
Approved by: ehaupt (mentor)
Notes:
svn path=/head/; revision=186585
|