Edit

IABSD.fr/ports/databases/py-sqlobject/Makefile

Branch :

  • Show log

    Commit

  • Author : sthen
    Date : 2025-10-20 19:22:54
    Hash : ec918324
    Message : garbage-collect old @conflict entries; many were never needed, some are no longer needed since 6.9 was dropped from quirks. (experience has shown that having these around when not needed causes some confusion when using another port as a template for a new one; not least by me ;)

  • databases/py-sqlobject/Makefile
  • COMMENT =		ORM (Object Relational Manager) for Python
    
    MODPY_DISTV =	3.11.0
    REVISION =		4
    DISTNAME =		SQLObject-${MODPY_DISTV}
    PKGNAME =		py-sqlobject-${MODPY_DISTV}
    CATEGORIES =		databases
    
    HOMEPAGE =		https://www.sqlobject.org/
    
    # LGPLv2.1+
    PERMIT_PACKAGE =	Yes
    
    MODULES =		lang/python
    
    MODPY_PI =		Yes
    MODPY_PYBUILD =		setuptools
    
    RUN_DEPENDS =		www/py-formencode>=1.3.1 \
    			devel/py-dispatcher>=2.0.4 \
    			devel/py-setuptools
    
    .include <bsd.port.mk>