math/py-keras: Fix WWW location; Fix formatting

This commit is contained in:
Yuri Victorovich 2022-09-13 14:30:44 -07:00
parent dc4e011ace
commit ac8a659bb5
2 changed files with 11 additions and 13 deletions

View file

@ -5,11 +5,7 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= yuri@FreeBSD.org
COMMENT= Deep learning library for Python
USE_GITHUB= yes
GH_ACCOUNT= keras-team
GH_PROJECT= ${PORTNAME}
GH_TAGNAME= r2.9
WWW= https://keras.io/
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
@ -33,6 +29,11 @@ BUILD_DEPENDS= ${RUN_DEPENDS} \
USES= python:3.7+
USE_GITHUB= yes
GH_ACCOUNT= keras-team
GH_PROJECT= ${PORTNAME}
GH_TAGNAME= r2.9
.include "Makefile.MASTER_SITES"
post-patch:
@ -97,7 +98,6 @@ do-build:
bazel-bin/keras/tools/pip_package/build_pip_package \
${WRKDIR}/whl
do-install:
@${MKDIR} ${STAGEDIR}/${PYTHON_SITELIBDIR}

View file

@ -1,4 +1,2 @@
Deep Learning library for Python. Convnets, recurrent neural networks, and
more. Runs on Theano and TensorFlow.
WWW: https://keras.io/