From owner-svn-ports-all@freebsd.org Mon Mar 5 08:07:00 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id CD589F3B680; Mon, 5 Mar 2018 08:06:59 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 78D6469B3F; Mon, 5 Mar 2018 08:06:59 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 59B01213DB; Mon, 5 Mar 2018 08:06:59 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w2586xHa006789; Mon, 5 Mar 2018 08:06:59 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w2586xiu006787; Mon, 5 Mar 2018 08:06:59 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <201803050806.w2586xiu006787@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Mon, 5 Mar 2018 08:06:59 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r463624 - head/databases/py-peewee X-SVN-Group: ports-head X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: head/databases/py-peewee X-SVN-Commit-Revision: 463624 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 05 Mar 2018 08:07:00 -0000 Author: yuri Date: Mon Mar 5 08:06:58 2018 New Revision: 463624 URL: https://svnweb.freebsd.org/changeset/ports/463624 Log: databases/py-peewee: Update to 3.1.2 Maintainer's timeout expired: matthias@petermann-it.de Port changes: * Changed to DISTVERSION * Removed option DOCS (not needed) * Added USES=localbase sqlite * Added USE_PYTHON=cython concurrent * Added stripping * Removed MYSQL_VARS PR: 219175 Approved by: tcberner (mentor, implicit) Modified: head/databases/py-peewee/Makefile head/databases/py-peewee/distinfo Modified: head/databases/py-peewee/Makefile ============================================================================== --- head/databases/py-peewee/Makefile Mon Mar 5 07:02:30 2018 (r463623) +++ head/databases/py-peewee/Makefile Mon Mar 5 08:06:58 2018 (r463624) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= peewee -PORTVERSION= 2.9.2 +DISTVERSION= 3.1.2 CATEGORIES= databases python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -13,16 +13,19 @@ COMMENT= Small, expressive Python ORM LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -OPTIONS_DEFINE= DOCS SQLITE MYSQL PGSQL +OPTIONS_DEFINE= SQLITE MYSQL PGSQL OPTIONS_DEFAULT= SQLITE -NO_ARCH= yes -USES= python${PY_MYSQL} -USE_PYTHON= autoplist distutils +USES= localbase python sqlite +USE_PYTHON= distutils cython autoplist concurrent SQLITE_BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sqlite3>0:databases/py-sqlite3@${FLAVOR} MYSQL_BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}MySQLdb>=1.2.3:databases/py-MySQLdb@${FLAVOR} -MYSQL_VARS= PY_MYSQL=:2.7 PGSQL_BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}psycopg2>=2.5.1:databases/py-psycopg2@${FLAVOR} + +post-install: + @${STRIP_CMD} ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/playhouse/_speedups.so + @${STRIP_CMD} ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/playhouse/_sqlite_ext.so + @${STRIP_CMD} ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/playhouse/_sqlite_udf.so .include Modified: head/databases/py-peewee/distinfo ============================================================================== --- head/databases/py-peewee/distinfo Mon Mar 5 07:02:30 2018 (r463623) +++ head/databases/py-peewee/distinfo Mon Mar 5 08:06:58 2018 (r463624) @@ -1,3 +1,3 @@ -TIMESTAMP = 1492831871 -SHA256 (peewee-2.9.2.tar.gz) = 96d1eee9846f090cf4387cfc2af193b0db4d3c61867c28b85b666a0e5824693c -SIZE (peewee-2.9.2.tar.gz) = 515362 +TIMESTAMP = 1520236347 +SHA256 (peewee-3.1.2.tar.gz) = 46d96502ea6f84f8e66c055282ac2d6fd332ccd62c8c3c93d68a43d055cd2450 +SIZE (peewee-3.1.2.tar.gz) = 583932