svn commit: r555331 - head/science/py-pyaixi

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sun Nov 15 18:06:07 UTC 2020


Author: sunpoet
Date: Sun Nov 15 18:06:01 2020
New Revision: 555331
URL: https://svnweb.freebsd.org/changeset/ports/555331

Log:
  Update to 1.0.4.post1
  
  - Update WWW
  
  Changes:	https://github.com/sgkasselau/pyaixi/releases
  		https://github.com/sgkasselau/pyaixi/commits/master

Modified:
  head/science/py-pyaixi/Makefile
  head/science/py-pyaixi/distinfo
  head/science/py-pyaixi/pkg-descr

Modified: head/science/py-pyaixi/Makefile
==============================================================================
--- head/science/py-pyaixi/Makefile	Sun Nov 15 18:05:57 2020	(r555330)
+++ head/science/py-pyaixi/Makefile	Sun Nov 15 18:06:01 2020	(r555331)
@@ -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,9 +15,10 @@ COMMENT=	Implementation of the MC-AIXI-CTW AI algorith
 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=	*

Modified: head/science/py-pyaixi/distinfo
==============================================================================
--- head/science/py-pyaixi/distinfo	Sun Nov 15 18:05:57 2020	(r555330)
+++ head/science/py-pyaixi/distinfo	Sun Nov 15 18:06:01 2020	(r555331)
@@ -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

Modified: head/science/py-pyaixi/pkg-descr
==============================================================================
--- head/science/py-pyaixi/pkg-descr	Sun Nov 15 18:05:57 2020	(r555330)
+++ head/science/py-pyaixi/pkg-descr	Sun Nov 15 18:06:01 2020	(r555331)
@@ -5,5 +5,4 @@ This is an approximation of the AIXI universal artific
 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


More information about the svn-ports-all mailing list