From 20dc98147a8cccf65ca5b6e0e51862e336d765c2 Mon Sep 17 00:00:00 2001 From: Steve Wills Date: Tue, 15 Apr 2014 14:39:06 +0000 Subject: [PATCH] - Stage - Pet portlint PR: ports/188602 Submitted by: Bartek Rutkowski Approved by: Rusty Nejdl (maintainer) --- databases/py-apsw/Makefile | 1 - databases/py-apsw/pkg-descr | 2 ++ 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/databases/py-apsw/Makefile b/databases/py-apsw/Makefile index 5dad1f692a55..cb7056bca72a 100644 --- a/databases/py-apsw/Makefile +++ b/databases/py-apsw/Makefile @@ -21,5 +21,4 @@ USE_PYDISTUTILS=yes CFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib -NO_STAGE= yes .include diff --git a/databases/py-apsw/pkg-descr b/databases/py-apsw/pkg-descr index 5702794c750f..8b1739b3eecb 100644 --- a/databases/py-apsw/pkg-descr +++ b/databases/py-apsw/pkg-descr @@ -4,3 +4,5 @@ on being a minimal layer over SQLite attempting just to translate the complete SQLite API into Python. The documentation has a section 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/