From owner-svn-ports-all@freebsd.org Wed Jan 6 06:16:24 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E1C66A654AC; Wed, 6 Jan 2016 06:16:24 +0000 (UTC) (envelope-from miwi@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 mx1.freebsd.org (Postfix) with ESMTPS id 9889113E1; Wed, 6 Jan 2016 06:16:24 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u066GN4D036406; Wed, 6 Jan 2016 06:16:23 GMT (envelope-from miwi@FreeBSD.org) Received: (from miwi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u066GNF3036403; Wed, 6 Jan 2016 06:16:23 GMT (envelope-from miwi@FreeBSD.org) Message-Id: <201601060616.u066GNF3036403@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: miwi set sender to miwi@FreeBSD.org using -f From: Martin Wilke Date: Wed, 6 Jan 2016 06:16:23 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r405332 - head/databases/py-apsw X-SVN-Group: ports-head 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.20 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: Wed, 06 Jan 2016 06:16:25 -0000 Author: miwi Date: Wed Jan 6 06:16:23 2016 New Revision: 405332 URL: https://svnweb.freebsd.org/changeset/ports/405332 Log: - Update to 3.9.2 - Update WWW PR: 205892 Submitted by: ports fury Deleted: head/databases/py-apsw/pkg-plist Modified: head/databases/py-apsw/Makefile head/databases/py-apsw/distinfo head/databases/py-apsw/pkg-descr Modified: head/databases/py-apsw/Makefile ============================================================================== --- head/databases/py-apsw/Makefile Wed Jan 6 06:14:55 2016 (r405331) +++ head/databases/py-apsw/Makefile Wed Jan 6 06:16:23 2016 (r405332) @@ -2,23 +2,25 @@ # $FreeBSD$ PORTNAME= apsw -PORTVERSION= 3.8.0.2 +PORTVERSION= 3.9.2 DISTVERSIONSUFFIX= -r1 -PORTREVISION= 2 CATEGORIES= databases python -MASTER_SITES= GOOGLE_CODE PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= ports@FreeBSD.org -COMMENT= APSW stands for Another Python SQLite Wrapper +COMMENT= Another Python SQLite Wrapper LICENSE= ZLIB -LIB_DEPENDS= libsqlite3.so:${PORTSDIR}/databases/sqlite3 +USE_GITHUB= yes +GH_ACCOUNT= rogerbinns -PYDISTUTILS_PKGVERSION= ${PORTVERSION}_r1 -PYDISTUTILS_EGGINFO= apsw-${PORTVERSION}.post1-py${PYTHON_VER}.egg-info -USES= localbase python zip -USE_PYTHON= distutils +USES= localbase python +USE_PYTHON= distutils autoplist +USE_SQLITE= 3 +PYDISTUTILS_EGGINFO= apsw-${PORTVERSION|.post1-py${PYTHON_VER}.egg-info + +post-install: + @${STRIP_CMD} ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/apsw.so .include Modified: head/databases/py-apsw/distinfo ============================================================================== --- head/databases/py-apsw/distinfo Wed Jan 6 06:14:55 2016 (r405331) +++ head/databases/py-apsw/distinfo Wed Jan 6 06:16:23 2016 (r405332) @@ -1,2 +1,2 @@ -SHA256 (apsw-3.8.0.2-r1.zip) = f3da7dbc1c92b9962086de90d6c6ec5ce199ffcc9f4edca9f55ee62b27db61f0 -SIZE (apsw-3.8.0.2-r1.zip) = 662335 +SHA256 (rogerbinns-apsw-3.9.2-r1_GH0.tar.gz) = 6fae3f701f5cadca47195d814a02cec016f813f35d9d44d39596d293f5067577 +SIZE (rogerbinns-apsw-3.9.2-r1_GH0.tar.gz) = 308216 Modified: head/databases/py-apsw/pkg-descr ============================================================================== --- head/databases/py-apsw/pkg-descr Wed Jan 6 06:14:55 2016 (r405331) +++ head/databases/py-apsw/pkg-descr Wed Jan 6 06:16:23 2016 (r405332) @@ -5,4 +5,4 @@ the complete SQLite API into Python. The on the differences between APSW and pysqlite. APSW supports CPython 2.3 onwards and CPython 3.1 onwards. -WWW: https://code.google.com/p/apsw/ +WWW: https://rogerhibns.github.io/apsw/