Port details |
- py-hy Dialect of Lisp that is embedded in Python
- 0.19.0 lang
=0 0.19.0Version of this port present on the latest quarterly branch. - Maintainer: dave@dal.ca
 - Port Added: 2017-02-09 18:22:38
- Last Update: 2021-04-06 14:31:07
- Commit Hash: 305f148
- Also Listed In: python
- License: MIT
- Description:
- Hy is a wonderful dialect of Lisp that's embedded in Python.
Since Hy transforms its Lisp code into the Python Abstract Syntax Tree, you
have the whole beautiful world of Python at your fingertips, in Lisp form!
WWW: https://docs.hylang.org/en/stable/
- SVNWeb : git : Homepage
- pkg-plist: as obtained via:
make generate-plist - There is no configure plist information for this port.
- Dependency lines:
-
- ${PYTHON_PKGNAMEPREFIX}hy>0:lang/py-hy@${PY_FLAVOR}
- To install the port:
- cd /usr/ports/lang/py-hy/ && make install clean
- To add the package, run one of these commands:
- pkg install lang/py-hy
- pkg install py38-hy
NOTE: This is a Python port. Instead of py38-hy listed in the above command, you can pick from the names under the Packages section.- PKGNAME: py38-hy
- Package flavors (<flavor>: <package>)
- distinfo:
- TIMESTAMP = 1604792792
SHA256 (hy-0.19.0.tar.gz) = 3a5a1d76ddeb2f1d5de71ad1b1167799850db955b5eb0258e351fb182b2e6016
SIZE (hy-0.19.0.tar.gz) = 86558
- 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:
-
- py38-astor>=0.8 : devel/py-astor@py38
- py38-clint>=0.4 : devel/py-clint@py38
- py38-colorama>0 : devel/py-colorama@py38
- py38-fastentrypoints>0 : devel/py-fastentrypoints@py38
- py38-funcparserlib>=0.3.6 : devel/py-funcparserlib@py38
- py38-rply>=0.7.7 : devel/py-rply@py38
- py38-setuptools>0 : devel/py-setuptools@py38
- python3.8 : lang/python38
- Runtime dependencies:
-
- py38-astor>=0.8 : devel/py-astor@py38
- py38-clint>=0.4 : devel/py-clint@py38
- py38-colorama>0 : devel/py-colorama@py38
- py38-fastentrypoints>0 : devel/py-fastentrypoints@py38
- py38-funcparserlib>=0.3.6 : devel/py-funcparserlib@py38
- py38-rply>=0.7.7 : devel/py-rply@py38
- py38-setuptools>0 : devel/py-setuptools@py38
- python3.8 : lang/python38
- There are no ports dependent upon this port
- Configuration Options:
- No options to configure
- Options name:
- lang_py-hy
- USES:
- python:3.6+
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
06 Apr 2021 14:31:07 0.19.0
|
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
28 Dec 2020 23:02:15
0.19.0
|
antoine  |
Drop python 2.7 support from a few ports
With hat: portmgr |
28 Nov 2020 20:44:33
0.19.0
|
yuri  |
lang/py-hy: Update 0.17.0 -> 0.19.0
PR: 250938
Approved by: dave@dal.ca (maintainer's timeout 21 day) |
27 May 2020 14:55:03
0.17.0
|
danfe  |
Sanitize COMMENT per Section 5.6 of the FreeBSD Porter's Handbook (part 3). |
25 Jan 2020 03:17:25
0.17.0
|
yuri  |
lang/py-hy: Update 0.13.0 -> 0.17.0
PR: 243093
Approved by: dave@dal.ca (maintainer) |
20 Jun 2018 17:05:44
0.13.0
|
mat  |
Use PY_FLAVOR for dependencies.
FLAVOR is the current port's flavor, it should not be used outside of
this scope.
Sponsored by: Absolight |
30 Nov 2017 15:50:34
0.13.0 
|
mat  |
Convert Python ports to FLAVORS.
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 (Only the first 15 lines of the commit message are shown above ) |
12 Sep 2017 14:49:45
0.13.0
|
olgeni  |
Quick COMMENT fix for lang/py-hy. |
29 Jun 2017 09:13:47
0.13.0
|
robak  |
lang/py-hy: update 0.12.1 -> 0.13.0
PR: 220314
Submitted by: David Kalliecharan <dave@dal.ca> (maintainer) |
09 Feb 2017 18:22:28
0.12.1
|
amdmi3  |
- Add lang/py-hy
Hy is a wonderful dialect of Lisp that's embedded in Python.
Since Hy transforms its Lisp code into the Python Abstract Syntax Tree, you
have the whole beautiful world of Python at your fingertips, in Lisp form!
WWW: http://hylang.org/
PR: 216784
Submitted by: dave@dal.ca |