diff options
| author | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2022-06-07 16:00:26 -0500 |
|---|---|---|
| committer | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2022-06-07 16:37:20 -0500 |
| commit | 85ceb3e7a42c6ee1eebce633469245e8542ba1fb (patch) | |
| tree | dccf64e6ec4510d8c2a83b719e03a39b7d9fc443 /databases | |
| parent | www/py-flask-smorest: Update to 0.38.0 (diff) | |
databases/py-unqlite: Update version 0.5.3=>0.9.3
Relnotes: https://github.com/coleifer/unqlite-python/releases/tag/0.9.3
Diffstat (limited to 'databases')
| -rw-r--r-- | databases/py-unqlite/Makefile | 5 | ||||
| -rw-r--r-- | databases/py-unqlite/distinfo | 6 |
2 files changed, 7 insertions, 4 deletions
diff --git a/databases/py-unqlite/Makefile b/databases/py-unqlite/Makefile index d0f0fe4e9ac4..b169baed8de5 100644 --- a/databases/py-unqlite/Makefile +++ b/databases/py-unqlite/Makefile @@ -1,5 +1,5 @@ PORTNAME= unqlite -PORTVERSION= 0.5.3 +PORTVERSION= 0.9.3 CATEGORIES= databases python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -12,4 +12,7 @@ LICENSE= MIT USES= python:3.6+ USE_PYTHON= distutils autoplist cython +post-stage: + @${STRIP_CMD} ${STAGEDIR}/${PYTHONPREFIX_SITELIBDIR}/unqlite*.so + .include <bsd.port.mk> diff --git a/databases/py-unqlite/distinfo b/databases/py-unqlite/distinfo index ced8e3a4b5ba..eafcf018005b 100644 --- a/databases/py-unqlite/distinfo +++ b/databases/py-unqlite/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1464625232 -SHA256 (unqlite-0.5.3.tar.gz) = 510244124782764f225dd17d0e2aba2ba60d89ba56fc10ae34943c9175fbd4d1 -SIZE (unqlite-0.5.3.tar.gz) = 535060 +TIMESTAMP = 1654634703 +SHA256 (unqlite-0.9.3.tar.gz) = c4cfe3d687d34423e543c6284659a57e88988caf1765b800c4d199ad451a671b +SIZE (unqlite-0.9.3.tar.gz) = 575539 |
