[BACK]Return to Makefile CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / pkgsrc / devel / py-traitlets

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

Diff for /pkgsrc/devel/py-traitlets/Makefile between version 1.13 and 1.14

version 1.13, 2022/01/04 20:53:45 version 1.14, 2022/06/09 15:49:25
Line 1 
Line 1 
 # $NetBSD$  # $NetBSD$
   
 DISTNAME=       traitlets-5.1.1  DISTNAME=       traitlets-5.2.2
 PKGNAME=        ${PYPKGPREFIX}-${DISTNAME}  PKGNAME=        ${PYPKGPREFIX}-${DISTNAME}
 PKGREVISION=    2  
 CATEGORIES=     devel python  CATEGORIES=     devel python
 MASTER_SITES=   ${MASTER_SITE_PYPI:=t/traitlets/}  MASTER_SITES=   ${MASTER_SITE_PYPI:=t/traitlets/}
   
 MAINTAINER=     pkgsrc-users@NetBSD.org  MAINTAINER=     pkgsrc-users@NetBSD.org
 HOMEPAGE=       https://ipython.org/  HOMEPAGE=       https://github.com/ipython/traitlets
 COMMENT=        Traitlets Python config system  COMMENT=        Traitlets Python config system
 LICENSE=        modified-bsd  LICENSE=        modified-bsd
   
   BUILD_DEPENDS+= ${PYPKGPREFIX}-hatchling>=0.25:../../devel/py-hatchling
   
 USE_LANGUAGES=  # none  USE_LANGUAGES=  # none
   
 # Traitlets 5.0+ supports Python 3.7 and above, following NEP 29.  # Traitlets 5.0+ supports Python 3.7 and above, following NEP 29.
 # For any earlier version of Python use traitlets 4.x  # For any earlier version of Python use traitlets 4.x
 PYTHON_VERSIONS_INCOMPATIBLE=   27  PYTHON_VERSIONS_INCOMPATIBLE=   27
   
 .include "../../lang/python/egg.mk"  .include "../../lang/python/wheel.mk"
 .include "../../mk/bsd.pkg.mk"  .include "../../mk/bsd.pkg.mk"

Legend:
Removed from v.1.13  
changed lines
  Added in v.1.14

CVSweb <webmaster@jp.NetBSD.org>