1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-19 00:13:33 +00:00

Update to 1.0.4.post1

- Update WWW

Changes:	https://github.com/sgkasselau/pyaixi/releases
		https://github.com/sgkasselau/pyaixi/commits/master
This commit is contained in:
Sunpoet Po-Chuan Hsieh 2020-11-15 18:06:01 +00:00
parent 72daddbb46
commit 9875275391
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=555331
3 changed files with 8 additions and 6 deletions

View File

@ -3,7 +3,8 @@
PORTNAME= pyaixi
PORTVERSION= 1.0.4
PORTREVISION= 2
DISTVERSIONSUFFIX= .post1
PORTREVISION= 1
CATEGORIES= science python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@ -14,10 +15,11 @@ COMMENT= Implementation of the MC-AIXI-CTW AI algorithm
LICENSE= CC-BY-SA-3.0
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
NO_ARCH= yes
USES= dos2unix python
USE_PYTHON= autoplist concurrent distutils
NO_ARCH= yes
PORTDOCS= changelog.txt todo.txt
PORTEXAMPLES= *

View File

@ -1,2 +1,3 @@
SHA256 (pyaixi-1.0.4.tar.gz) = a838ba5bd0374d99fbad55145593bdea3e829299b6ba50c1e5550f30efcce1f3
SIZE (pyaixi-1.0.4.tar.gz) = 56050
TIMESTAMP = 1605426463
SHA256 (pyaixi-1.0.4.post1.tar.gz) = 4ca7817f2874fdd9914673ac3519ae9eab7b56cd554c3400eeb6308029ea80c8
SIZE (pyaixi-1.0.4.post1.tar.gz) = 55867

View File

@ -5,5 +5,4 @@ This is an approximation of the AIXI universal artificial intelligence
algorithm, which describes a model-based, reinforcement-learning agent capable
of general learning.
WWW: https://pypi.org/project/pyaixi/
WWW: https://github.com/gkassel/pyaixi
WWW: https://github.com/sgkasselau/pyaixi