- 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
This commit is contained in:
Dmitry Marakasov 2017-02-09 18:22:28 +00:00
parent 96a93ecb7c
commit acda83b5c7
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=433765
4 changed files with 40 additions and 0 deletions

View File

@ -265,6 +265,7 @@
SUBDIR += ptoc
SUBDIR += pure
SUBDIR += py-clojure
SUBDIR += py-hy
SUBDIR += py-mx-base
SUBDIR += py-prolog
SUBDIR += py-qt5-qml

30
lang/py-hy/Makefile Normal file
View File

@ -0,0 +1,30 @@
# Created by: David Kalliecharan <dave@dal.ca>
# $FreeBSD$
PORTNAME= hy
PORTVERSION= 0.12.1
CATEGORIES= lang python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= dave@dal.ca
COMMENT= Hy is a dialect of lisp that's is embedded in Python
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}args>0:devel/py-args \
${PYTHON_PKGNAMEPREFIX}astor>0:devel/py-astor \
${PYTHON_PKGNAMEPREFIX}clint>0:devel/py-clint \
${PYTHON_PKGNAMEPREFIX}nose>0:devel/py-nose \
${PYTHON_PKGNAMEPREFIX}rply>0:devel/py-rply \
${PYTHON_PKGNAMEPREFIX}tox>0:devel/py-tox \
${PYTHON_PKGNAMEPREFIX}pygments>0:textproc/py-pygments \
${PYTHON_PKGNAMEPREFIX}sphinx>0:textproc/py-sphinx \
${PYTHON_PKGNAMEPREFIX}sphinx_rtd_theme>0:textproc/py-sphinx_rtd_theme
USES= python
USE_PYTHON= distutils autoplist
NO_ARCH= yes
.include <bsd.port.mk>

3
lang/py-hy/distinfo Normal file
View File

@ -0,0 +1,3 @@
TIMESTAMP = 1486664414
SHA256 (hy-0.12.1.tar.gz) = 5d8f52391a82d5868a0dcf7243fe79d26daf5188f9be108dc8668c8952ba51ba
SIZE (hy-0.12.1.tar.gz) = 63404

6
lang/py-hy/pkg-descr Normal file
View File

@ -0,0 +1,6 @@
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/