svn commit: r463316 - head/databases/py-tarantool

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Thu Mar 1 13:35:34 UTC 2018


Author: sunpoet
Date: Thu Mar  1 13:35:31 2018
New Revision: 463316
URL: https://svnweb.freebsd.org/changeset/ports/463316

Log:
  Update to 0.5.5
  
  - Add NO_ARCH
  - Allow concurrent installation (USE_PYTHON=concurrent)
  - Change WWW to PyPI
  - Take maintainership
  
  Changes:	https://github.com/tarantool/tarantool-python/releases

Modified:
  head/databases/py-tarantool/Makefile
  head/databases/py-tarantool/distinfo
  head/databases/py-tarantool/pkg-descr

Modified: head/databases/py-tarantool/Makefile
==============================================================================
--- head/databases/py-tarantool/Makefile	Thu Mar  1 13:35:25 2018	(r463315)
+++ head/databases/py-tarantool/Makefile	Thu Mar  1 13:35:31 2018	(r463316)
@@ -2,17 +2,18 @@
 # $FreeBSD$
 
 PORTNAME=	tarantool
-PORTVERSION=	0.5.2
+PORTVERSION=	0.5.5
 CATEGORIES=	databases python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 
-MAINTAINER=	python at FreeBSD.org
+MAINTAINER=	sunpoet at FreeBSD.org
 COMMENT=	Client library for Tarantool Database
 
 LICENSE=	BSD3CLAUSE
 
+NO_ARCH=	yes
 USES=		python
-USE_PYTHON=	distutils autoplist
+USE_PYTHON=	autoplist concurrent distutils
 
 .include <bsd.port.mk>

Modified: head/databases/py-tarantool/distinfo
==============================================================================
--- head/databases/py-tarantool/distinfo	Thu Mar  1 13:35:25 2018	(r463315)
+++ head/databases/py-tarantool/distinfo	Thu Mar  1 13:35:31 2018	(r463316)
@@ -1,2 +1,3 @@
-SHA256 (tarantool-0.5.2.tar.gz) = 525cf7c5425488661c321c426593e06af4fa1655e7d7b867c24a86efe7bdf305
-SIZE (tarantool-0.5.2.tar.gz) = 17386
+TIMESTAMP = 1519850817
+SHA256 (tarantool-0.5.5.tar.gz) = 84c6959bc4f2d445b860cc3c277a60875e26bdc18214c99347907ccf5e762008
+SIZE (tarantool-0.5.5.tar.gz) = 21076

Modified: head/databases/py-tarantool/pkg-descr
==============================================================================
--- head/databases/py-tarantool/pkg-descr	Thu Mar  1 13:35:25 2018	(r463315)
+++ head/databases/py-tarantool/pkg-descr	Thu Mar  1 13:35:31 2018	(r463316)
@@ -1,4 +1,4 @@
 This package is a pure-python client library for Tarantool Database.
 
-WWW: https://github.com/tarantool/tarantool-python
 WWW: https://pypi.python.org/pypi/tarantool
+WWW: https://github.com/tarantool/tarantool-python


More information about the svn-ports-all mailing list