mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
math/py-keras: Fix WWW location; Fix formatting
This commit is contained in:
parent
dc4e011ace
commit
ac8a659bb5
2 changed files with 11 additions and 13 deletions
|
@ -5,11 +5,7 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||||
|
|
||||||
MAINTAINER= yuri@FreeBSD.org
|
MAINTAINER= yuri@FreeBSD.org
|
||||||
COMMENT= Deep learning library for Python
|
COMMENT= Deep learning library for Python
|
||||||
|
WWW= https://keras.io/
|
||||||
USE_GITHUB= yes
|
|
||||||
GH_ACCOUNT= keras-team
|
|
||||||
GH_PROJECT= ${PORTNAME}
|
|
||||||
GH_TAGNAME= r2.9
|
|
||||||
|
|
||||||
LICENSE= MIT
|
LICENSE= MIT
|
||||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||||
|
@ -33,6 +29,11 @@ BUILD_DEPENDS= ${RUN_DEPENDS} \
|
||||||
|
|
||||||
USES= python:3.7+
|
USES= python:3.7+
|
||||||
|
|
||||||
|
USE_GITHUB= yes
|
||||||
|
GH_ACCOUNT= keras-team
|
||||||
|
GH_PROJECT= ${PORTNAME}
|
||||||
|
GH_TAGNAME= r2.9
|
||||||
|
|
||||||
.include "Makefile.MASTER_SITES"
|
.include "Makefile.MASTER_SITES"
|
||||||
|
|
||||||
post-patch:
|
post-patch:
|
||||||
|
@ -97,7 +98,6 @@ do-build:
|
||||||
bazel-bin/keras/tools/pip_package/build_pip_package \
|
bazel-bin/keras/tools/pip_package/build_pip_package \
|
||||||
${WRKDIR}/whl
|
${WRKDIR}/whl
|
||||||
|
|
||||||
|
|
||||||
do-install:
|
do-install:
|
||||||
@${MKDIR} ${STAGEDIR}/${PYTHON_SITELIBDIR}
|
@${MKDIR} ${STAGEDIR}/${PYTHON_SITELIBDIR}
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,2 @@
|
||||||
Deep Learning library for Python. Convnets, recurrent neural networks, and
|
Deep Learning library for Python. Convnets, recurrent neural networks, and
|
||||||
more. Runs on Theano and TensorFlow.
|
more. Runs on Theano and TensorFlow.
|
||||||
|
|
||||||
WWW: https://keras.io/
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue