From 987527539150f6e1d8533023fa3364506e0f3e2d Mon Sep 17 00:00:00 2001 From: Sunpoet Po-Chuan Hsieh Date: Sun, 15 Nov 2020 18:06:01 +0000 Subject: [PATCH] Update to 1.0.4.post1 - Update WWW Changes: https://github.com/sgkasselau/pyaixi/releases https://github.com/sgkasselau/pyaixi/commits/master --- science/py-pyaixi/Makefile | 6 ++++-- science/py-pyaixi/distinfo | 5 +++-- science/py-pyaixi/pkg-descr | 3 +-- 3 files changed, 8 insertions(+), 6 deletions(-) diff --git a/science/py-pyaixi/Makefile b/science/py-pyaixi/Makefile index 35e121da764e..172b6e034ad6 100644 --- a/science/py-pyaixi/Makefile +++ b/science/py-pyaixi/Makefile @@ -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= * diff --git a/science/py-pyaixi/distinfo b/science/py-pyaixi/distinfo index b26ef1ce4ba8..be6227ec9b37 100644 --- a/science/py-pyaixi/distinfo +++ b/science/py-pyaixi/distinfo @@ -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 diff --git a/science/py-pyaixi/pkg-descr b/science/py-pyaixi/pkg-descr index 7d2b6dcec502..c8f2459b1665 100644 --- a/science/py-pyaixi/pkg-descr +++ b/science/py-pyaixi/pkg-descr @@ -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