pkgsrc-Changes archive

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

CVS commit: pkgsrc/databases/py-sqlalchemy-utils



Module Name:    pkgsrc
Committed By:   wiz
Date:           Mon Oct 14 07:19:43 UTC 2024

Modified Files:
        pkgsrc/databases/py-sqlalchemy-utils: options.mk

Log Message:
py-sqlalchemy-json: remove json option

It adds an anyjson dependency, but anyjson is not used by this package.


To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 pkgsrc/databases/py-sqlalchemy-utils/options.mk

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-sqlalchemy-utils/options.mk
diff -u pkgsrc/databases/py-sqlalchemy-utils/options.mk:1.10 pkgsrc/databases/py-sqlalchemy-utils/options.mk:1.11
--- pkgsrc/databases/py-sqlalchemy-utils/options.mk:1.10        Wed Mar  6 20:46:56 2024
+++ pkgsrc/databases/py-sqlalchemy-utils/options.mk     Mon Oct 14 07:19:43 2024
@@ -1,7 +1,7 @@
-# $NetBSD: options.mk,v 1.10 2024/03/06 20:46:56 wiz Exp $
+# $NetBSD: options.mk,v 1.11 2024/10/14 07:19:43 wiz Exp $
 
 PKG_OPTIONS_VAR=       PKG_OPTIONS.py-sqlalchemy-utils
-PKG_SUPPORTED_OPTIONS= arrow babel furl intervals ipaddress json password
+PKG_SUPPORTED_OPTIONS= arrow babel furl intervals ipaddress password
 PKG_SUPPORTED_OPTIONS+=        phone timezone
 PKG_SUGGESTED_OPTIONS+=        # blank
 
@@ -27,10 +27,6 @@ DEPENDS+=    ${PYPKGPREFIX}-intervals>=0.2.
 DEPENDS+=      ${PYPKGPREFIX}-ipaddr-[0-9]*:../../devel/py-ipaddr
 .endif
 
-.if !empty(PKG_OPTIONS:Mjson)
-DEPENDS+=      ${PYPKGPREFIX}-anyjson>=0.3.3:../../textproc/py-anyjson
-.endif
-
 .if !empty(PKG_OPTIONS:Mpassword)
 DEPENDS+=      ${PYPKGPREFIX}-passlib>=1.6<2.0:../../security/py-passlib
 .endif



Home | Main Index | Thread Index | Old Index