lang/py-hy: Update 0.17.0 -> 0.19.0

PR:		250938
Approved by:	dave@dal.ca (maintainer's timeout 21 day)
This commit is contained in:
Yuri Victorovich 2020-11-28 20:44:33 +00:00
parent 37b8caf796
commit a23a619229
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=556523
3 changed files with 6 additions and 5 deletions

View File

@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= hy
PORTVERSION= 0.17.0
PORTVERSION= 0.19.0
CATEGORIES= lang python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@ -15,6 +15,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE
PY_DEPENDS= ${PYTHON_PKGNAMEPREFIX}astor>=0.8:devel/py-astor@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}clint>=0.4:devel/py-clint@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}colorama>0:devel/py-colorama@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}fastentrypoints>0:devel/py-fastentrypoints@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}funcparserlib>=0.3.6:devel/py-funcparserlib@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}rply>=0.7.7:devel/py-rply@${PY_FLAVOR}

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1578161900
SHA256 (hy-0.17.0.tar.gz) = d17d203f3ea4fdd0d69f153b528d7633e8cf55f1f55ccb8118b2379da3c6abbd
SIZE (hy-0.17.0.tar.gz) = 86096
TIMESTAMP = 1604792792
SHA256 (hy-0.19.0.tar.gz) = 3a5a1d76ddeb2f1d5de71ad1b1167799850db955b5eb0258e351fb182b2e6016
SIZE (hy-0.19.0.tar.gz) = 86558

View File

@ -3,4 +3,4 @@ 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://docs.hylang.org/en/stable/
WWW: https://docs.hylang.org/en/stable/