aboutsummaryrefslogtreecommitdiffstats
path: root/databases/py-peewee
diff options
context:
space:
mode:
authorMikael Urankar <mikael@FreeBSD.org>2021-05-28 16:41:16 +0800
committerMikael Urankar <mikael@FreeBSD.org>2021-05-28 16:41:16 +0800
commite0725b836d5206b2d501a25dff6fdb7b027ed842 (patch)
tree7fa21576652e252ba8a0ad7f72128e4892073463 /databases/py-peewee
parentebb74c1745239c2227c16e2f1cfd918e78b2f65c (diff)
downloadfreebsd-ports-gnome-e0725b836d5206b2d501a25dff6fdb7b027ed842.tar.gz
freebsd-ports-gnome-e0725b836d5206b2d501a25dff6fdb7b027ed842.tar.zst
freebsd-ports-gnome-e0725b836d5206b2d501a25dff6fdb7b027ed842.zip
databases/py-peewee: Update to 3.14.4
PR: 256195 Approved by: Matthias Petermann <matthias@petermann-it.de> (maintainer)
Diffstat (limited to 'databases/py-peewee')
-rw-r--r--databases/py-peewee/Makefile11
-rw-r--r--databases/py-peewee/distinfo6
2 files changed, 10 insertions, 7 deletions
diff --git a/databases/py-peewee/Makefile b/databases/py-peewee/Makefile
index 1932ea0f0881..96cee7bcc4ef 100644
--- a/databases/py-peewee/Makefile
+++ b/databases/py-peewee/Makefile
@@ -1,8 +1,7 @@
# Created by: Matthias Petermann <matthias@petermann-it.de>
PORTNAME= peewee
-DISTVERSION= 3.8.0
-PORTREVISION= 1
+DISTVERSION= 3.14.4
CATEGORIES= databases python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -16,14 +15,18 @@ LICENSE_FILE= ${WRKSRC}/LICENSE
OPTIONS_DEFINE= SQLITE PGSQL
OPTIONS_DEFAULT= SQLITE
-USES= localbase python:3.6+ sqlite
+USES= localbase:ldflags python:3.6+ sqlite
USE_PYTHON= distutils cython autoplist concurrent
SQLITE_BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sqlite3>0:databases/py-sqlite3@${PY_FLAVOR}
PGSQL_BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}psycopg2>=2.5.1:databases/py-psycopg2@${PY_FLAVOR}
+PYDISTUTILS_BUILD_TARGET= build build_ext
+PYDISTUTILS_BUILDARGS+= --include-dirs=${LOCALBASE}/include \
+ --library-dirs=${LOCALBASE}/lib
+
post-install:
- @${STRIP_CMD} ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/playhouse/_speedups*.so
+ @${STRIP_CMD} ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/playhouse/*.so
do-test:
${PYTHON_CMD} ${WRKSRC}/runtests.py
diff --git a/databases/py-peewee/distinfo b/databases/py-peewee/distinfo
index 86cb11537c42..5cf6d8cea53a 100644
--- a/databases/py-peewee/distinfo
+++ b/databases/py-peewee/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1545183141
-SHA256 (peewee-3.8.0.tar.gz) = 1b0c40803d3eecd001819727472e39d78ac09254cd01e55d2e98ace141ec3815
-SIZE (peewee-3.8.0.tar.gz) = 805622
+TIMESTAMP = 1622105258
+SHA256 (peewee-3.14.4.tar.gz) = 9e356b327c2eaec6dd42ecea6f4ddded025793dba906a3d065a0452e726c51a2
+SIZE (peewee-3.14.4.tar.gz) = 2292581