diff options
Diffstat (limited to 'databases/py-sqlcipher3/Makefile')
-rw-r--r-- | databases/py-sqlcipher3/Makefile | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/databases/py-sqlcipher3/Makefile b/databases/py-sqlcipher3/Makefile index 464a60b35128..ceeb69f1c134 100644 --- a/databases/py-sqlcipher3/Makefile +++ b/databases/py-sqlcipher3/Makefile @@ -1,7 +1,7 @@ PORTNAME= sqlcipher3 -DISTVERSION= 0.5.2 +DISTVERSION= 0.5.3 CATEGORIES= databases python -MASTER_SITES= PYPI +#MASTER_SITES= PYPI # no tests PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= yuri@FreeBSD.org @@ -14,7 +14,10 @@ LICENSE_FILE= ${WRKSRC}/LICENSE LIB_DEPENDS= libsqlcipher.so:databases/sqlcipher USES= localbase python -USE_PYTHON= distutils autoplist pytest +USE_PYTHON= distutils autoplist pytest # unclear how to run tests, see https://github.com/coleifer/sqlcipher3/issues/26 + +USE_GITHUB= yes +GH_ACCOUNT= coleifer post-install: @${STRIP_CMD} ${STAGEDIR}${PYTHON_SITELIBDIR}/sqlcipher3/_sqlite3${PYTHON_EXT_SUFFIX}.so |