Index: head/databases/py-apsw/pkg-plist =================================================================== --- head/databases/py-apsw/pkg-plist (revision 405331) +++ head/databases/py-apsw/pkg-plist (nonexistent) @@ -1 +0,0 @@ -%%PYTHON_SITELIBDIR%%/apsw.so Property changes on: head/databases/py-apsw/pkg-plist ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/databases/py-apsw/Makefile =================================================================== --- head/databases/py-apsw/Makefile (revision 405331) +++ head/databases/py-apsw/Makefile (revision 405332) @@ -1,24 +1,26 @@ # Created by: Rusty Nejdl # $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 Index: head/databases/py-apsw/distinfo =================================================================== --- head/databases/py-apsw/distinfo (revision 405331) +++ head/databases/py-apsw/distinfo (revision 405332) @@ -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 Index: head/databases/py-apsw/pkg-descr =================================================================== --- head/databases/py-apsw/pkg-descr (revision 405331) +++ head/databases/py-apsw/pkg-descr (revision 405332) @@ -1,8 +1,8 @@ APSW is a Python wrapper for the SQLite embedded relational database engine. In contrast to other wrappers such as pysqlite it focuses 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/ +WWW: https://rogerhibns.github.io/apsw/