pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/databases/py-tortoise-orm



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sun Sep 28 19:24:26 UTC 2025

Modified Files:
        pkgsrc/databases/py-tortoise-orm: Makefile PLIST

Log Message:
py-tortoise-orm: fix for latest poetry-core

Bump PKGREVISION.


To generate a diff of this commit:
cvs rdiff -u -r1.36 -r1.37 pkgsrc/databases/py-tortoise-orm/Makefile
cvs rdiff -u -r1.11 -r1.12 pkgsrc/databases/py-tortoise-orm/PLIST

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/databases/py-tortoise-orm/Makefile
diff -u pkgsrc/databases/py-tortoise-orm/Makefile:1.36 pkgsrc/databases/py-tortoise-orm/Makefile:1.37
--- pkgsrc/databases/py-tortoise-orm/Makefile:1.36      Sat Jul  5 11:44:09 2025
+++ pkgsrc/databases/py-tortoise-orm/Makefile   Sun Sep 28 19:24:26 2025
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.36 2025/07/05 11:44:09 wiz Exp $
+# $NetBSD: Makefile,v 1.37 2025/09/28 19:24:26 wiz Exp $
 
 DISTNAME=      tortoise_orm-0.25.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/_/-/}
+PKGREVISION=   1
 CATEGORIES=    databases python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=t/tortoise-orm/}
 
@@ -10,7 +11,7 @@ HOMEPAGE=     https://github.com/tortoise/to
 COMMENT=       Easy async ORM for Python, built with relations in mind
 LICENSE=       apache-2.0
 
-TOOL_DEPENDS+= ${PYPKGPREFIX}-poetry-core>=2.0.0:../../devel/py-poetry-core
+TOOL_DEPENDS+= ${PYPKGPREFIX}-poetry-core>=2.2.1:../../devel/py-poetry-core
 DEPENDS+=      ${PYPKGPREFIX}-aiosqlite>=0.16.0:../../databases/py-aiosqlite
 DEPENDS+=      ${PYPKGPREFIX}-iso8601>=2.1.0:../../time/py-iso8601
 DEPENDS+=      ${PYPKGPREFIX}-pypika-tortoise>=0.6.1:../../databases/py-pypika-tortoise

Index: pkgsrc/databases/py-tortoise-orm/PLIST
diff -u pkgsrc/databases/py-tortoise-orm/PLIST:1.11 pkgsrc/databases/py-tortoise-orm/PLIST:1.12
--- pkgsrc/databases/py-tortoise-orm/PLIST:1.11 Wed Feb 26 08:15:14 2025
+++ pkgsrc/databases/py-tortoise-orm/PLIST      Sun Sep 28 19:24:26 2025
@@ -1,8 +1,4 @@
-@comment $NetBSD: PLIST,v 1.11 2025/02/26 08:15:14 adam Exp $
-${PYSITELIB}/${WHEEL_INFODIR}/LICENSE.txt
-${PYSITELIB}/${WHEEL_INFODIR}/METADATA
-${PYSITELIB}/${WHEEL_INFODIR}/RECORD
-${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
+@comment $NetBSD: PLIST,v 1.12 2025/09/28 19:24:26 wiz Exp $
 ${PYSITELIB}/tortoise/__init__.py
 ${PYSITELIB}/tortoise/__init__.pyc
 ${PYSITELIB}/tortoise/__init__.pyo
@@ -280,3 +276,7 @@ ${PYSITELIB}/tortoise/utils.pyo
 ${PYSITELIB}/tortoise/validators.py
 ${PYSITELIB}/tortoise/validators.pyc
 ${PYSITELIB}/tortoise/validators.pyo
+${PYSITELIB}/${WHEEL_INFODIR}/METADATA
+${PYSITELIB}/${WHEEL_INFODIR}/RECORD
+${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
+${PYSITELIB}/${WHEEL_INFODIR}/licenses/LICENSE.txt



Home | Main Index | Thread Index | Old Index