Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 14 Apr 2017 18:40:24 +0000 (UTC)
From:      Steve Wills <swills@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r438534 - in head/databases: . py3-apsw
Message-ID:  <201704141840.v3EIeOcw076211@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: swills
Date: Fri Apr 14 18:40:24 2017
New Revision: 438534
URL: https://svnweb.freebsd.org/changeset/ports/438534

Log:
  databases/py3-apsw: create port
  
  Python 3 version of py-apsw

Added:
  head/databases/py3-apsw/
  head/databases/py3-apsw/Makefile   (contents, props changed)
Modified:
  head/databases/Makefile

Modified: head/databases/Makefile
==============================================================================
--- head/databases/Makefile	Fri Apr 14 18:36:54 2017	(r438533)
+++ head/databases/Makefile	Fri Apr 14 18:40:24 2017	(r438534)
@@ -801,6 +801,7 @@
     SUBDIR += py-unqlite
     SUBDIR += py-whisper
     SUBDIR += py-xapian
+    SUBDIR += py3-apsw
     SUBDIR += py3-bsddb3
     SUBDIR += py3-mysqlclient
     SUBDIR += py3-psycopg2

Added: head/databases/py3-apsw/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/databases/py3-apsw/Makefile	Fri Apr 14 18:40:24 2017	(r438534)
@@ -0,0 +1,7 @@
+# $FreeBSD$
+
+MASTERDIR=	${.CURDIR}/../py-apsw
+
+USES=		localbase python:3.2+ sqlite:3
+
+.include "${MASTERDIR}/Makefile"



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201704141840.v3EIeOcw076211>